Add "Forwarded: not-needed" to ABI maintenance patches

svn path=/dists/sid/linux/; revision=21404
This commit is contained in:
Ben Hutchings 2014-06-05 18:21:30 +00:00
parent 6f4f459aef
commit 3f8f55a174
6 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Tue, 13 May 2014 18:48:29 +0100 Date: Tue, 13 May 2014 18:48:29 +0100
Subject: dm: Avoid ABI change in 3.14.4 Subject: dm: Avoid ABI change in 3.14.4
Forwarded: not-needed
The dm_bm_flush_and_unlock() function was replaced by dm_bm_flush(). The dm_bm_flush_and_unlock() function was replaced by dm_bm_flush().
As both callers were changed to call dm_bm_unlock() and then As both callers were changed to call dm_bm_unlock() and then

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Tue, 13 May 2014 18:39:19 +0100 Date: Tue, 13 May 2014 18:39:19 +0100
Subject: libata: Avoid ABI change in 3.14.4 Subject: libata: Avoid ABI change in 3.14.4
Forwarded: not-needed
Commit 8a4aeec8d2d6 ("libata/ahci: accommodate tag ordered Commit 8a4aeec8d2d6 ("libata/ahci: accommodate tag ordered
controllers") added the ata_port::last_tag field. As this structure controllers") added the ata_port::last_tag field. As this structure

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 01 Jun 2014 20:33:54 +0100 Date: Sun, 01 Jun 2014 20:33:54 +0100
Subject: net: Revert lockdep changes in 3.14.5 Subject: net: Revert lockdep changes in 3.14.5
Forwarded: not-needed
These changes fixed false lockep warnings, but result in an ABI These changes fixed false lockep warnings, but result in an ABI
change. As lockdep is not enabled in our binary packages, they change. As lockdep is not enabled in our binary packages, they

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 01 Jun 2014 23:29:17 +0100 Date: Sun, 01 Jun 2014 23:29:17 +0100
Subject: netfilter: Avoid ABI change in 3.14.5 Subject: netfilter: Avoid ABI change in 3.14.5
Forwarded: not-needed
The types of fields in struct nf_ct_ext were changed by commit The types of fields in struct nf_ct_ext were changed by commit
223b02d923ec ("netfilter: nf_conntrack: reserve two bytes for 223b02d923ec ("netfilter: nf_conntrack: reserve two bytes for

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 01 Jun 2014 20:38:59 +0100 Date: Sun, 01 Jun 2014 20:38:59 +0100
Subject: sockdiag: Avoid ABI change in 3.14.5 Subject: sockdiag: Avoid ABI change in 3.14.5
Forwarded: not-needed
Add the user_namespace parameter back to sock_diag_put_filterinfo(), Add the user_namespace parameter back to sock_diag_put_filterinfo(),
but don't use it there. but don't use it there.

View File

@ -1,6 +1,7 @@
From: Ben Hutchings <ben@decadent.org.uk> From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 01 Jun 2014 20:47:46 +0100 Date: Sun, 01 Jun 2014 20:47:46 +0100
Subject: target: Avoid ABI change in 3.14.5 Subject: target: Avoid ABI change in 3.14.5
Forwarded: not-needed
Commit e63ed0d7a980 ("scsi: fix our current target reap infrastructure") Commit e63ed0d7a980 ("scsi: fix our current target reap infrastructure")
removed one field (ew) and changed the type of another (reap_ref). removed one field (ew) and changed the type of another (reap_ref).