The patch titled copyright owner and author clean up for intel iommu and related files has been added to the -mm tree. Its filename is copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: copyright owner and author clean up for intel iommu and related files From: mark gross <mgross@xxxxxxxxxxxxxxx> The following is a clean up and correction of the copyright holding entities for the files associated with the intel iommu code. Signed-off-by: <mgross@xxxxxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pci/dmar.c | 9 +++++---- drivers/pci/intel-iommu.c | 7 ++++--- drivers/pci/intel-iommu.h | 5 +++-- drivers/pci/iova.c | 3 ++- drivers/pci/iova.h | 3 ++- 5 files changed, 16 insertions(+), 11 deletions(-) diff -puN drivers/pci/dmar.c~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files drivers/pci/dmar.c --- a/drivers/pci/dmar.c~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files +++ a/drivers/pci/dmar.c @@ -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@xxxxxxxxx> - * Copyright (C) Shaohua Li <shaohua.li@xxxxxxxxx> - * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> + * Copyright (C) 2006-2008 Intel Corporation + * Author: Ashok Raj <ashok.raj@xxxxxxxxx> + * Author: Shaohua Li <shaohua.li@xxxxxxxxx> + * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> * - * 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. */ diff -puN drivers/pci/intel-iommu.c~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files drivers/pci/intel-iommu.c --- a/drivers/pci/intel-iommu.c~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files +++ a/drivers/pci/intel-iommu.c @@ -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@xxxxxxxxx> - * Copyright (C) Shaohua Li <shaohua.li@xxxxxxxxx> - * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> + * Copyright (C) 2006-2008 Intel Corporation + * Author: Ashok Raj <ashok.raj@xxxxxxxxx> + * Author: Shaohua Li <shaohua.li@xxxxxxxxx> + * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> */ #include <linux/init.h> diff -puN drivers/pci/intel-iommu.h~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files drivers/pci/intel-iommu.h --- a/drivers/pci/intel-iommu.h~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files +++ a/drivers/pci/intel-iommu.h @@ -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@xxxxxxxxx> - * Copyright (C) Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> + * Copyright (C) 2006-2008 Intel Corporation + * Author: Ashok Raj <ashok.raj@xxxxxxxxx> + * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> */ #ifndef _INTEL_IOMMU_H_ diff -puN drivers/pci/iova.c~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files drivers/pci/iova.c --- a/drivers/pci/iova.c~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files +++ a/drivers/pci/iova.c @@ -3,7 +3,8 @@ * * This file is released under the GPLv2. * - * Copyright (C) 2006 Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> + * Copyright (C) 2006-2008 Intel Corporation + * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> */ #include "iova.h" diff -puN drivers/pci/iova.h~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files drivers/pci/iova.h --- a/drivers/pci/iova.h~copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files +++ a/drivers/pci/iova.h @@ -3,7 +3,8 @@ * * This file is released under the GPLv2. * - * Copyright (C) 2006 Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> + * Copyright (C) 2006-2008 Intel Corporation + * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> * */ _ Patches currently in -mm which might be from mgross@xxxxxxxxxxxxxxx are copyright-owner-and-author-clean-up-for-intel-iommu-and-related-files.patch pci-iova-rb-tree-setup-tweak.patch iova-lockdep-false-alarm-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html