]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
some Cc: fixes to make 'quilt mail' work properly
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2013 22:45:38 +0000 (15:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2013 22:45:38 +0000 (15:45 -0700)
queue-3.0/8021q-fix-a-potential-use-after-free.patch
queue-3.4/8021q-fix-a-potential-use-after-free.patch
queue-3.4/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch
queue-3.4/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch
queue-3.8/8021q-fix-a-potential-use-after-free.patch
queue-3.8/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch
queue-3.8/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch

index e889dee4d129ce4ed95cc9a2447664869abab4d4..d0616ee5bd1e2a35b36c60e8881f5499ab88875f 100644 (file)
@@ -14,9 +14,9 @@ by 'grp' pointer. Found by code inspection.
 
 This patch moves vlan_vid_del() as behind as possible.
 
+Signed-off-by: Cong Wang <amwang@redhat.com>
 Cc: Patrick McHardy <kaber@trash.net>
 Cc: "David S. Miller" <davem@davemloft.net>
-Signed-off-by: Cong Wang <amwang@redhat.com>
 Acked-by: Eric Dumazet <edumazet@google.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
index 981a847846415261e644795ac9ba27bbba79f70a..c914391053df69eab8c0fa610d7516a7d9d74077 100644 (file)
@@ -14,9 +14,9 @@ by 'grp' pointer. Found by code inspection.
 
 This patch moves vlan_vid_del() as behind as possible.
 
+Signed-off-by: Cong Wang <amwang@redhat.com>
 Cc: Patrick McHardy <kaber@trash.net>
 Cc: "David S. Miller" <davem@davemloft.net>
-Signed-off-by: Cong Wang <amwang@redhat.com>
 Acked-by: Eric Dumazet <edumazet@google.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
index 05621f7b7d9a2dbb4fbc36f5c28265ac738c342e..a5be2ed6ec35b0fcae310af2d72e8a8aff421c77 100644 (file)
@@ -12,9 +12,9 @@ v2:
 a) moved before multicast source address check
 b) changed comment to netdev style
 
+Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Cc: Erik Hugne <erik.hugne@ericsson.com>
 Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
-Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
 Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
index c63ce064cbff2dbbaaa7fa5f3e6fa10a069419a4..bf4a00514b72647786fd01d8ec8c336a200e38ff 100644 (file)
@@ -17,9 +17,9 @@ pkt_type is PACKET_HOST and IFF_LOOPBACK flag is set) or they travel
 over a non-loopback interface back to us (in which case PACKET_TYPE is
 PACKET_LOOPBACK and IFF_LOOPBACK flag is not set).
 
+Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
 Cc: Erik Hugne <erik.hugne@ericsson.com>
 Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
-Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---
index 11e78fbb7bdac116eec215ca6c97127f54644d31..412823cb713461c9c77d00b982c6cadbedb921d7 100644 (file)
@@ -14,9 +14,9 @@ by 'grp' pointer. Found by code inspection.
 
 This patch moves vlan_vid_del() as behind as possible.
 
+Signed-off-by: Cong Wang <amwang@redhat.com>
 Cc: Patrick McHardy <kaber@trash.net>
 Cc: "David S. Miller" <davem@davemloft.net>
-Signed-off-by: Cong Wang <amwang@redhat.com>
 Acked-by: Eric Dumazet <edumazet@google.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
index 7ed09b0bf36632eecbd0a271644c391c40d3e7d2..241d9da5308789c248a6340dbdc4a1fc6f606c0e 100644 (file)
@@ -12,9 +12,9 @@ v2:
 a) moved before multicast source address check
 b) changed comment to netdev style
 
+Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Cc: Erik Hugne <erik.hugne@ericsson.com>
 Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
-Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
 Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
index be9e376b6a563d19a91328f28932ca05e73adbb4..d230a76464f9c4b33cad40e88f87da669b8e5573 100644 (file)
@@ -17,9 +17,9 @@ pkt_type is PACKET_HOST and IFF_LOOPBACK flag is set) or they travel
 over a non-loopback interface back to us (in which case PACKET_TYPE is
 PACKET_LOOPBACK and IFF_LOOPBACK flag is not set).
 
+Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
 Cc: Erik Hugne <erik.hugne@ericsson.com>
 Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
-Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---