From: Chris Wright Date: Sat, 3 Feb 2007 02:39:22 +0000 (-0800) Subject: couple more Subject: cleanups X-Git-Tag: v2.6.19.3~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=603de4b2a450ac7a761786273364fd9b87694139;p=thirdparty%2Fkernel%2Fstable-queue.git couple more Subject: cleanups --- diff --git a/queue-2.6.19/ctnetlink-check-for-status-attribute-existence-on-conntrack-creation.patch b/queue-2.6.19/ctnetlink-check-for-status-attribute-existence-on-conntrack-creation.patch index a098e920ed3..9179b53d6a1 100644 --- a/queue-2.6.19/ctnetlink-check-for-status-attribute-existence-on-conntrack-creation.patch +++ b/queue-2.6.19/ctnetlink-check-for-status-attribute-existence-on-conntrack-creation.patch @@ -4,7 +4,7 @@ To: stable@kernel.org Message-Id: <20070115092826.23343.50962.sendpatchset@localhost.localdomain> Date: Mon, 15 Jan 2007 10:28:27 +0100 (MET) Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy , davem@davemloft.net -Subject: [NETFILTER]: ctnetlink: check for status attribute existence on conntrack creation +Subject: NETFILTER: ctnetlink: check for status attribute existence on conntrack creation From: Pablo Neira Ayuso diff --git a/queue-2.6.19/ctnetlink-fix-leak-in-ctnetlink_create_conntrack-error-path.patch b/queue-2.6.19/ctnetlink-fix-leak-in-ctnetlink_create_conntrack-error-path.patch index 09b53f7af16..27194538861 100644 --- a/queue-2.6.19/ctnetlink-fix-leak-in-ctnetlink_create_conntrack-error-path.patch +++ b/queue-2.6.19/ctnetlink-fix-leak-in-ctnetlink_create_conntrack-error-path.patch @@ -4,7 +4,7 @@ To: stable@kernel.org Message-Id: <20070115092828.23343.32771.sendpatchset@localhost.localdomain> Date: Mon, 15 Jan 2007 10:28:28 +0100 (MET) Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy , davem@davemloft.net -Subject: [NETFILTER]: ctnetlink: fix leak in ctnetlink_create_conntrack error path +Subject: NETFILTER: ctnetlink: fix leak in ctnetlink_create_conntrack error path Signed-off-by: Patrick McHardy Signed-off-by: Chris Wright diff --git a/queue-2.6.19/use-kmap_atomic-in-scsi-simulator.patch b/queue-2.6.19/use-kmap_atomic-in-scsi-simulator.patch index ee8c3ce413d..b46eca2e69b 100644 --- a/queue-2.6.19/use-kmap_atomic-in-scsi-simulator.patch +++ b/queue-2.6.19/use-kmap_atomic-in-scsi-simulator.patch @@ -1,7 +1,7 @@ From da02d2a16ef3accd625f9e6e7bf83bb0f946ff62 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 11 Dec 2006 11:05:53 -0500 -Subject: [libata] use kmap_atomic(KM_IRQ0) in SCSI simulator +Subject: libata: use kmap_atomic(KM_IRQ0) in SCSI simulator We are inside spin_lock_irqsave(). quoth akpm's debug facility: