LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] copyright owner and author clean up for intel iommu and related files
@ 2008-02-21 18:15 mark gross
2008-02-23 8:04 ` Andrew Morton
0 siblings, 1 reply; 8+ messages in thread
From: mark gross @ 2008-02-21 18:15 UTC (permalink / raw)
To: Andrew Morton, lkml
The following is a clean up and correction of the copyright holding
entities for the files associated with the intel iommu code.
Its a no brainer.
--mgross
Signed-off-by: <mgross@linux.intel.com>
Index: linux-2.6.24-mm1/drivers/pci/dmar.c
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/dmar.c 2008-02-21 09:22:57.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/dmar.c 2008-02-21 09:24:02.000000000 -0800
@@ -14,11 +14,12 @@
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
* Place - Suite 330, Boston, MA 02111-1307 USA.
*
- * Copyright (C) Ashok Raj <ashok.raj@intel.com>
- * Copyright (C) Shaohua Li <shaohua.li@intel.com>
- * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Ashok Raj <ashok.raj@intel.com>
+ * Author: Shaohua Li <shaohua.li@intel.com>
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
*
- * This file implements early detection/parsing of DMA Remapping Devices
+ * This file implements early detection/parsing of DMA Remapping Devices
* reported to OS through BIOS via DMA remapping reporting (DMAR) ACPI
* tables.
*/
Index: linux-2.6.24-mm1/drivers/pci/intel-iommu.c
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/intel-iommu.c 2008-02-21 08:53:43.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/intel-iommu.c 2008-02-21 09:02:25.000000000 -0800
@@ -14,9 +14,10 @@
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
* Place - Suite 330, Boston, MA 02111-1307 USA.
*
- * Copyright (C) Ashok Raj <ashok.raj@intel.com>
- * Copyright (C) Shaohua Li <shaohua.li@intel.com>
- * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Ashok Raj <ashok.raj@intel.com>
+ * Author: Shaohua Li <shaohua.li@intel.com>
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
*/
#include <linux/init.h>
Index: linux-2.6.24-mm1/drivers/pci/intel-iommu.h
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/intel-iommu.h 2008-02-21 08:53:45.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/intel-iommu.h 2008-02-21 09:22:47.000000000 -0800
@@ -14,8 +14,9 @@
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
* Place - Suite 330, Boston, MA 02111-1307 USA.
*
- * Copyright (C) Ashok Raj <ashok.raj@intel.com>
- * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Ashok Raj <ashok.raj@intel.com>
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
*/
#ifndef _INTEL_IOMMU_H_
Index: linux-2.6.24-mm1/drivers/pci/iova.c
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/iova.c 2008-02-21 08:53:35.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/iova.c 2008-02-21 09:02:51.000000000 -0800
@@ -3,7 +3,8 @@
*
* This file is released under the GPLv2.
*
- * Copyright (C) 2006 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
*/
#include "iova.h"
Index: linux-2.6.24-mm1/drivers/pci/iova.h
===================================================================
--- linux-2.6.24-mm1.orig/drivers/pci/iova.h 2008-02-21 08:53:39.000000000 -0800
+++ linux-2.6.24-mm1/drivers/pci/iova.h 2008-02-21 09:03:20.000000000 -0800
@@ -3,7 +3,8 @@
*
* This file is released under the GPLv2.
*
- * Copyright (C) 2006 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
+ * Copyright (C) 2006-2008 Intel Corporation
+ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
*
*/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] copyright owner and author clean up for intel iommu and related files
2008-02-21 18:15 [PATCH] copyright owner and author clean up for intel iommu and related files mark gross
@ 2008-02-23 8:04 ` Andrew Morton
2008-02-23 19:06 ` Greg KH
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Morton @ 2008-02-23 8:04 UTC (permalink / raw)
To: mgross; +Cc: lkml, Greg KH
On Thu, 21 Feb 2008 10:15:55 -0800 mark gross <mgross@linux.intel.com> wrote:
> Index: linux-2.6.24-mm1/drivers/pci/dmar.c
I guess this is strictly a greg-pci-tree thing. Greg, how do you want to play
intel-iommu?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] copyright owner and author clean up for intel iommu and related files
2008-02-23 8:04 ` Andrew Morton
@ 2008-02-23 19:06 ` Greg KH
2008-02-23 19:20 ` Andrew Morton
0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2008-02-23 19:06 UTC (permalink / raw)
To: Andrew Morton; +Cc: mgross, lkml
On Sat, Feb 23, 2008 at 12:04:43AM -0800, Andrew Morton wrote:
> On Thu, 21 Feb 2008 10:15:55 -0800 mark gross <mgross@linux.intel.com> wrote:
>
> > Index: linux-2.6.24-mm1/drivers/pci/dmar.c
>
> I guess this is strictly a greg-pci-tree thing. Greg, how do you want
> to play intel-iommu?
Yes, I'll take those. I'm pretty sure I even have the hardware here to
test that the code doesn't crash :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] copyright owner and author clean up for intel iommu and related files
2008-02-23 19:06 ` Greg KH
@ 2008-02-23 19:20 ` Andrew Morton
2008-02-25 15:50 ` mark gross
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Morton @ 2008-02-23 19:20 UTC (permalink / raw)
To: Greg KH; +Cc: mgross, lkml
On Sat, 23 Feb 2008 11:06:49 -0800 Greg KH <greg@kroah.com> wrote:
> On Sat, Feb 23, 2008 at 12:04:43AM -0800, Andrew Morton wrote:
> > On Thu, 21 Feb 2008 10:15:55 -0800 mark gross <mgross@linux.intel.com> wrote:
> >
> > > Index: linux-2.6.24-mm1/drivers/pci/dmar.c
> >
> > I guess this is strictly a greg-pci-tree thing. Greg, how do you want
> > to play intel-iommu?
>
> Yes, I'll take those. I'm pretty sure I even have the hardware here to
> test that the code doesn't crash :)
>
ok..
I have another one queued for 2.6.26-via-greg:
pci-iova-rb-tree-setup-tweak.patch
And one queued for 2.6.25: iova-lockdep-false-alarm-fix.patch which
according to my current processes will be sent to you after I've tested it
a bit with "for 2.6.25?" in its Subject:
My list of for-2.6.25-after-a-bit-of-testing patches is large:
rtc-cmos-display-hpet-emulation-mode.patch
register_memory-unregister_memory-fix-use-after-free-and-refcounting.patch
acer-wmi-fail-gracefully-if-acpi-is-disabled.patch
tc1100-wmi-fail-gracefully-if-acpi-is-disabled.patch
dmi-dont-save-the-same-device-twice-was-smbios-dmi-add-type-41-=-onboard-devices-extended-information.patch
uml-remove-unused-sigcontext-accessors.patch
uml-fix-helper_wait-calls-in-watchdog.patch
uml-fix-fp-register-corruption.patch
x86-cast-cmpxchg-and-cmpxchg_local-result-for-386-and-486.patch
nbd-make-nbd-default-to-deadline-i-o-scheduler.patch
efs-move-headers-out-of-include-linux.patch
percpu-fix-debug_preempt-per_cpu-checking.patch
proc-add-rlimit_rttime-to-proc-pid-limits.patch
drivers-video-uvesafbc-fix-section-mismatch-warning-in-param_set_scroll.patch
dmi-prevent-linked-list-corruption-resent.patch
x86-fix-clearcopy_user_page-declarations-in-pageh.patch
futex-fix-init-order.patch
futex-runtime-enable-pi-and-robust-functionality.patch
h8300-signalc-typo-fix.patch
h8300-uaccessh-update.patch
h8300-irq-handling-update.patch
h8300-defconfig-update.patch
kernel-doc-fix-function-pointer-parameter-parsing.patch
mpt-fusion-dont-oops-if-numphys==0.patch
bluetooth-hci_core-defer-hci_unregister_sysfs.patch
e100-do-suspend-shutdown-like-e1000.patch
dm-raid1-bitops-bug.patch
alloc_percpu-fails-to-allocate-percpu-data.patch
scsi-qla4xxx-ql4_isrc-unchangelogged-patch.patch
iova-lockdep-false-alarm-fix.patch
cgroup-memory-controller-document-huge-memory-cache-overhead-in-kconfig.patch
kprobes-refuse-kprobe-insertion-on-add-sub_preempt_counter.patch
sh-revert-dreamcast-pci-change.patch
bluetooth-conwise-technology-based-adapters-with-buggy-sco-support-bugzilla-9027.patch
pm-remove-unbalanced-mutex_unlock-from-dpm_resume.patch
message-fusion-mptbasec-fix-use-after-frees.patch
ieee80211-fix-broken-error-handling-in-ieee80211_sta_process_addba_request.patch
smack-update-for-file-capabilities.patch
fix-typo-in-tick-broadcastc.patch
dm-raid1c-fix-null-dereferences.patch
usb-queue-usb-usb_cdc_get_encapsulated_response-message.patch
i8042-use-sgi_has_i8042-to-select-sgi-i8042-handlinig.patch
solve-section-mismatch-for-free_area_init_core.patch
#
cgroup-fix-and-update-documentation.patch
cgroup-fix-comments.patch
cgroup-clean-up-cgrouph.patch
cgroup-fix-memory-leak-in-cgroup_get_sb.patch
cgroup-fix-subsys-bitops.patch
cgroup-remove-duplicate-code-in-find_css_set.patch
cgroup-remove-dead-code-in-cgroup_get_rootdir.patch
#
memcgroup-fix-and-update-documentation.patch
memcgroup-remove-a-useless-vm_bug_on.patch
memcgroup-return-negative-error-code-in-mem_cgroup_create.patch
#
#kernel-irq-chipc-irq-disable-shutdown-bug.patch: needs acks
kernel-irq-chipc-irq-disable-shutdown-bug.patch
#
#revert-sh-use-ctrl_in-out-for-on-chip-pci-access.patch: being worked on
#revert-sh-use-ctrl_in-out-for-on-chip-pci-access.patch
#
kthread-synchronization-issues.patch
#kthread-add-a-missing-memory-barrier-to-kthread_stop.patch: nop, do it in wake_up
kthread-add-a-missing-memory-barrier-to-kthread_stop.patch
kthread-call-wake_up_process-without-the-lock-being-held.patch
fix-b43-driver-build-for-arm.patch
vt-notifier-fix-for-vt-switch.patch
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] copyright owner and author clean up for intel iommu and related files
2008-02-23 19:20 ` Andrew Morton
@ 2008-02-25 15:50 ` mark gross
2008-02-25 17:54 ` Greg KH
0 siblings, 1 reply; 8+ messages in thread
From: mark gross @ 2008-02-25 15:50 UTC (permalink / raw)
To: Andrew Morton; +Cc: Greg KH, lkml
On Sat, Feb 23, 2008 at 11:20:22AM -0800, Andrew Morton wrote:
> On Sat, 23 Feb 2008 11:06:49 -0800 Greg KH <greg@kroah.com> wrote:
>
> > On Sat, Feb 23, 2008 at 12:04:43AM -0800, Andrew Morton wrote:
> > > On Thu, 21 Feb 2008 10:15:55 -0800 mark gross <mgross@linux.intel.com> wrote:
> > >
> > > > Index: linux-2.6.24-mm1/drivers/pci/dmar.c
> > >
> > > I guess this is strictly a greg-pci-tree thing. Greg, how do you want
> > > to play intel-iommu?
> >
> > Yes, I'll take those. I'm pretty sure I even have the hardware here to
> > test that the code doesn't crash :)
> >
>
> ok..
>
> I have another one queued for 2.6.26-via-greg:
> pci-iova-rb-tree-setup-tweak.patch
>
Should I start sending all the intel-iommu related stuff to Greg then?
--mgross
> And one queued for 2.6.25: iova-lockdep-false-alarm-fix.patch which
> according to my current processes will be sent to you after I've tested it
> a bit with "for 2.6.25?" in its Subject:
>
> My list of for-2.6.25-after-a-bit-of-testing patches is large:
>
>
> rtc-cmos-display-hpet-emulation-mode.patch
> register_memory-unregister_memory-fix-use-after-free-and-refcounting.patch
> acer-wmi-fail-gracefully-if-acpi-is-disabled.patch
> tc1100-wmi-fail-gracefully-if-acpi-is-disabled.patch
> dmi-dont-save-the-same-device-twice-was-smbios-dmi-add-type-41-=-onboard-devices-extended-information.patch
> uml-remove-unused-sigcontext-accessors.patch
> uml-fix-helper_wait-calls-in-watchdog.patch
> uml-fix-fp-register-corruption.patch
> x86-cast-cmpxchg-and-cmpxchg_local-result-for-386-and-486.patch
> nbd-make-nbd-default-to-deadline-i-o-scheduler.patch
> efs-move-headers-out-of-include-linux.patch
> percpu-fix-debug_preempt-per_cpu-checking.patch
> proc-add-rlimit_rttime-to-proc-pid-limits.patch
> drivers-video-uvesafbc-fix-section-mismatch-warning-in-param_set_scroll.patch
> dmi-prevent-linked-list-corruption-resent.patch
> x86-fix-clearcopy_user_page-declarations-in-pageh.patch
> futex-fix-init-order.patch
> futex-runtime-enable-pi-and-robust-functionality.patch
> h8300-signalc-typo-fix.patch
> h8300-uaccessh-update.patch
> h8300-irq-handling-update.patch
> h8300-defconfig-update.patch
> kernel-doc-fix-function-pointer-parameter-parsing.patch
> mpt-fusion-dont-oops-if-numphys==0.patch
> bluetooth-hci_core-defer-hci_unregister_sysfs.patch
> e100-do-suspend-shutdown-like-e1000.patch
> dm-raid1-bitops-bug.patch
> alloc_percpu-fails-to-allocate-percpu-data.patch
> scsi-qla4xxx-ql4_isrc-unchangelogged-patch.patch
> iova-lockdep-false-alarm-fix.patch
> cgroup-memory-controller-document-huge-memory-cache-overhead-in-kconfig.patch
> kprobes-refuse-kprobe-insertion-on-add-sub_preempt_counter.patch
> sh-revert-dreamcast-pci-change.patch
> bluetooth-conwise-technology-based-adapters-with-buggy-sco-support-bugzilla-9027.patch
> pm-remove-unbalanced-mutex_unlock-from-dpm_resume.patch
> message-fusion-mptbasec-fix-use-after-frees.patch
> ieee80211-fix-broken-error-handling-in-ieee80211_sta_process_addba_request.patch
> smack-update-for-file-capabilities.patch
> fix-typo-in-tick-broadcastc.patch
> dm-raid1c-fix-null-dereferences.patch
> usb-queue-usb-usb_cdc_get_encapsulated_response-message.patch
> i8042-use-sgi_has_i8042-to-select-sgi-i8042-handlinig.patch
> solve-section-mismatch-for-free_area_init_core.patch
> #
> cgroup-fix-and-update-documentation.patch
> cgroup-fix-comments.patch
> cgroup-clean-up-cgrouph.patch
> cgroup-fix-memory-leak-in-cgroup_get_sb.patch
> cgroup-fix-subsys-bitops.patch
> cgroup-remove-duplicate-code-in-find_css_set.patch
> cgroup-remove-dead-code-in-cgroup_get_rootdir.patch
> #
> memcgroup-fix-and-update-documentation.patch
> memcgroup-remove-a-useless-vm_bug_on.patch
> memcgroup-return-negative-error-code-in-mem_cgroup_create.patch
> #
> #kernel-irq-chipc-irq-disable-shutdown-bug.patch: needs acks
> kernel-irq-chipc-irq-disable-shutdown-bug.patch
> #
> #revert-sh-use-ctrl_in-out-for-on-chip-pci-access.patch: being worked on
> #revert-sh-use-ctrl_in-out-for-on-chip-pci-access.patch
> #
> kthread-synchronization-issues.patch
> #kthread-add-a-missing-memory-barrier-to-kthread_stop.patch: nop, do it in wake_up
> kthread-add-a-missing-memory-barrier-to-kthread_stop.patch
> kthread-call-wake_up_process-without-the-lock-being-held.patch
> fix-b43-driver-build-for-arm.patch
> vt-notifier-fix-for-vt-switch.patch
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] copyright owner and author clean up for intel iommu and related files
2008-02-25 15:50 ` mark gross
@ 2008-02-25 17:54 ` Greg KH
2008-02-25 18:28 ` Andrew Morton
0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2008-02-25 17:54 UTC (permalink / raw)
To: mark gross; +Cc: Andrew Morton, lkml
On Mon, Feb 25, 2008 at 07:50:14AM -0800, mark gross wrote:
> On Sat, Feb 23, 2008 at 11:20:22AM -0800, Andrew Morton wrote:
> > On Sat, 23 Feb 2008 11:06:49 -0800 Greg KH <greg@kroah.com> wrote:
> >
> > > On Sat, Feb 23, 2008 at 12:04:43AM -0800, Andrew Morton wrote:
> > > > On Thu, 21 Feb 2008 10:15:55 -0800 mark gross <mgross@linux.intel.com> wrote:
> > > >
> > > > > Index: linux-2.6.24-mm1/drivers/pci/dmar.c
> > > >
> > > > I guess this is strictly a greg-pci-tree thing. Greg, how do you want
> > > > to play intel-iommu?
> > >
> > > Yes, I'll take those. I'm pretty sure I even have the hardware here to
> > > test that the code doesn't crash :)
> > >
> >
> > ok..
> >
> > I have another one queued for 2.6.26-via-greg:
> > pci-iova-rb-tree-setup-tweak.patch
> >
>
> Should I start sending all the intel-iommu related stuff to Greg then?
Sure, and the linux-pci list so that people can review them.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] copyright owner and author clean up for intel iommu and related files
2008-02-25 17:54 ` Greg KH
@ 2008-02-25 18:28 ` Andrew Morton
2008-02-26 0:45 ` mark gross
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Morton @ 2008-02-25 18:28 UTC (permalink / raw)
To: Greg KH; +Cc: mark gross, lkml
On Mon, 25 Feb 2008 09:54:02 -0800 Greg KH <greg@kroah.com> wrote:
> On Mon, Feb 25, 2008 at 07:50:14AM -0800, mark gross wrote:
> > On Sat, Feb 23, 2008 at 11:20:22AM -0800, Andrew Morton wrote:
> > > On Sat, 23 Feb 2008 11:06:49 -0800 Greg KH <greg@kroah.com> wrote:
> > >
> > > > On Sat, Feb 23, 2008 at 12:04:43AM -0800, Andrew Morton wrote:
> > > > > On Thu, 21 Feb 2008 10:15:55 -0800 mark gross <mgross@linux.intel.com> wrote:
> > > > >
> > > > > > Index: linux-2.6.24-mm1/drivers/pci/dmar.c
> > > > >
> > > > > I guess this is strictly a greg-pci-tree thing. Greg, how do you want
> > > > > to play intel-iommu?
> > > >
> > > > Yes, I'll take those. I'm pretty sure I even have the hardware here to
> > > > test that the code doesn't crash :)
> > > >
> > >
> > > ok..
> > >
> > > I have another one queued for 2.6.26-via-greg:
> > > pci-iova-rb-tree-setup-tweak.patch
> > >
> >
> > Should I start sending all the intel-iommu related stuff to Greg then?
>
> Sure, and the linux-pci list so that people can review them.
>
And linux-kernel so that a lot more people can review them.
And me too, please so I'll review them, and because subsystem maintainers
are leaky buckets (sorry).
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] copyright owner and author clean up for intel iommu and related files
2008-02-25 18:28 ` Andrew Morton
@ 2008-02-26 0:45 ` mark gross
0 siblings, 0 replies; 8+ messages in thread
From: mark gross @ 2008-02-26 0:45 UTC (permalink / raw)
To: Andrew Morton; +Cc: Greg KH, lkml
On Mon, Feb 25, 2008 at 10:28:50AM -0800, Andrew Morton wrote:
> On Mon, 25 Feb 2008 09:54:02 -0800 Greg KH <greg@kroah.com> wrote:
>
> > On Mon, Feb 25, 2008 at 07:50:14AM -0800, mark gross wrote:
> > > On Sat, Feb 23, 2008 at 11:20:22AM -0800, Andrew Morton wrote:
> > > > On Sat, 23 Feb 2008 11:06:49 -0800 Greg KH <greg@kroah.com> wrote:
> > > >
> > > > > On Sat, Feb 23, 2008 at 12:04:43AM -0800, Andrew Morton wrote:
> > > > > > On Thu, 21 Feb 2008 10:15:55 -0800 mark gross <mgross@linux.intel.com> wrote:
> > > > > >
> > > > > > > Index: linux-2.6.24-mm1/drivers/pci/dmar.c
> > > > > >
> > > > > > I guess this is strictly a greg-pci-tree thing. Greg, how do you want
> > > > > > to play intel-iommu?
> > > > >
> > > > > Yes, I'll take those. I'm pretty sure I even have the hardware here to
> > > > > test that the code doesn't crash :)
> > > > >
> > > >
> > > > ok..
> > > >
> > > > I have another one queued for 2.6.26-via-greg:
> > > > pci-iova-rb-tree-setup-tweak.patch
> > > >
> > >
> > > Should I start sending all the intel-iommu related stuff to Greg then?
> >
> > Sure, and the linux-pci list so that people can review them.
> >
>
> And linux-kernel so that a lot more people can review them.
>
> And me too, please so I'll review them, and because subsystem maintainers
> are leaky buckets (sorry).
>
oky-doky
--mgross
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-02-26 0:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-21 18:15 [PATCH] copyright owner and author clean up for intel iommu and related files mark gross
2008-02-23 8:04 ` Andrew Morton
2008-02-23 19:06 ` Greg KH
2008-02-23 19:20 ` Andrew Morton
2008-02-25 15:50 ` mark gross
2008-02-25 17:54 ` Greg KH
2008-02-25 18:28 ` Andrew Morton
2008-02-26 0:45 ` mark gross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).