r3329 - trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches

Jurij Smakov jurij-guest@costa.debian.org
Thu, 16 Jun 2005 03:05:43 +0000


Author: jurij-guest
Date: 2005-06-16 03:05:42 +0000 (Thu, 16 Jun 2005)
New Revision: 3329

Modified:
   trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/amd64-int3-fix.patch
   trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/drivers-add-scsi_changer.patch
   trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/fs-asfs-2.patch
   trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/ia64-irq-affinity-upfix.patch
   trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide-pnp.patch
   trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide.patch
   trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-vesafb.patch
Log:
Restore the author/status information for patches
which required rediffing and this info was lost.


Modified: trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/amd64-int3-fix.patch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/amd64-int3-fix.patch	2005-06-16 02:41:25 UTC (rev 3328)
+++ trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/amd64-int3-fix.patch	2005-06-16 03:05:42 UTC (rev 3329)
@@ -1,3 +1,10 @@
+## amd64-int3-fix.dpatch by <fschueler@gmx.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: Revert int3 handling
+## DP: Patch author: Andi Kleen <ak@muc.de>
+## DP: Upstream status: not yet committed to BK
+#
 --- a/arch/x86_64/kernel/kprobes.c	2005-06-06 11:22:29.000000000 -0400
 +++ b/arch/x86_64/kernel/kprobes.c	2005-06-15 21:17:14.000000000 -0400
 @@ -447,6 +447,8 @@

Modified: trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/drivers-add-scsi_changer.patch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/drivers-add-scsi_changer.patch	2005-06-16 02:41:25 UTC (rev 3328)
+++ trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/drivers-add-scsi_changer.patch	2005-06-16 03:05:42 UTC (rev 3329)
@@ -1,3 +1,28 @@
+From: Gerd Knorr <kraxel@bytesex.org>
+
+This patch adds a device driver for scsi media changer devices (tape
+libraries for example).
+
+It exists for quite some time (since 2.2.x or so ...), is used by several
+people and also is in some vendor kernels (debian, suse, maybe others as
+well).  People bug be from time to time to submit it ;)
+
+Recently I went over it and did some 2.6 cleanups, module parameters and
+the like.  And now, finally, here it is.
+
+Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
+Signed-off-by: Andrew Morton <akpm@osdl.org>
+---
+
+ 25-akpm/Documentation/scsi-changer.txt |  180 +++++
+ 25-akpm/drivers/scsi/Kconfig           |   18 
+ 25-akpm/drivers/scsi/Makefile          |    1 
+ 25-akpm/drivers/scsi/ch.c              | 1020 +++++++++++++++++++++++++++++++++
+ 25-akpm/include/linux/chio.h           |  168 +++++
+ 25-akpm/include/linux/major.h          |    1 
+ 25-akpm/include/scsi/scsi.h            |    3 
+ 7 files changed, 1391 insertions(+)
+
 diff -aurN a/Documentation/scsi-changer.txt b/Documentation/scsi-changer.txt
 --- a/Documentation/scsi-changer.txt	1969-12-31 19:00:00.000000000 -0500
 +++ b/Documentation/scsi-changer.txt	2005-06-15 22:00:21.000000000 -0400

Modified: trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/fs-asfs-2.patch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/fs-asfs-2.patch	2005-06-16 02:41:25 UTC (rev 3328)
+++ trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/fs-asfs-2.patch	2005-06-16 03:05:42 UTC (rev 3329)
@@ -1,3 +1,11 @@
+## fs-asfs.dpatch by Sven Luther <luther@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: add support for the Amiga SmartFilesystem (asfs), 1.0beta9
+## DP: Patch author: Marek Szyprowski <marek@amiga.pl>
+## DP: Upstream status: submitted but no reply. Submitted again on 2005.03.22.
+## DP: Reference: http://home.elka.pw.edu.pl/~mszyprow/programy/asfs/
+
 diff -aurN a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX
 --- a/Documentation/filesystems/00-INDEX	2005-06-06 11:22:29.000000000 -0400
 +++ b/Documentation/filesystems/00-INDEX	2005-06-15 22:05:09.000000000 -0400

Modified: trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/ia64-irq-affinity-upfix.patch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/ia64-irq-affinity-upfix.patch	2005-06-16 02:41:25 UTC (rev 3328)
+++ trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/ia64-irq-affinity-upfix.patch	2005-06-16 03:05:42 UTC (rev 3329)
@@ -1,3 +1,7 @@
+## DP: Description: Add a no-op set_irq_affinity_info() for non-SMP
+## DP: Patch author: dann frazier <dannf@hp.com>
+## DP: Upstream status: Submitted
+#
 diff -aurN a/arch/ia64/kernel/irq.c b/arch/ia64/kernel/irq.c
 --- a/arch/ia64/kernel/irq.c	2005-06-06 11:22:29.000000000 -0400
 +++ b/arch/ia64/kernel/irq.c	2005-06-15 22:13:24.000000000 -0400

Modified: trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide-pnp.patch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide-pnp.patch	2005-06-16 02:41:25 UTC (rev 3328)
+++ trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide-pnp.patch	2005-06-16 03:05:42 UTC (rev 3329)
@@ -1,3 +1,8 @@
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: Allow modular built of ide-pnp
+## DP: Patch author: Herbert Xu, Christoph Hellwig
+## DP: Upstream status: submitted
+#
 diff -aurN a/drivers/ide/Kconfig b/drivers/ide/Kconfig
 --- a/drivers/ide/Kconfig	2005-06-06 11:22:29.000000000 -0400
 +++ b/drivers/ide/Kconfig	2005-06-15 22:15:06.000000000 -0400

Modified: trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide.patch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide.patch	2005-06-16 02:41:25 UTC (rev 3328)
+++ trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-ide.patch	2005-06-16 03:05:42 UTC (rev 3329)
@@ -1,3 +1,8 @@
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: fix IDE modularisation
+## DP: Patch author: Herbert Xu
+## DP: Upstream status: rejected
+#
 diff -aurN a/drivers/ide/ide-generic.c b/drivers/ide/ide-generic.c
 --- a/drivers/ide/ide-generic.c	2005-06-06 11:22:29.000000000 -0400
 +++ b/drivers/ide/ide-generic.c	2005-06-15 22:16:56.000000000 -0400

Modified: trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-vesafb.patch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-vesafb.patch	2005-06-16 02:41:25 UTC (rev 3328)
+++ trunk/kernel/source/kernel-source-2.6.12-2.6.12/debian/patches/modular-vesafb.patch	2005-06-16 03:05:42 UTC (rev 3329)
@@ -1,3 +1,8 @@
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: modularised VESA FB
+## DP: Patch author: initial author unknown, fixed up by Andres Salomon
+## DP: Upstream status: not submitted
+#
 diff -aurN a/drivers/video/Kconfig b/drivers/video/Kconfig
 --- a/drivers/video/Kconfig	2005-06-06 11:22:29.000000000 -0400
 +++ b/drivers/video/Kconfig	2005-06-15 22:32:51.000000000 -0400