From: Greg Kroah-Hartman Date: Tue, 2 Apr 2013 22:45:38 +0000 (-0700) Subject: some Cc: fixes to make 'quilt mail' work properly X-Git-Tag: v3.8.6~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=271a7dbdf0b56a61dc46b8b3ba1f52b2bb8be168;p=thirdparty%2Fkernel%2Fstable-queue.git some Cc: fixes to make 'quilt mail' work properly --- diff --git a/queue-3.0/8021q-fix-a-potential-use-after-free.patch b/queue-3.0/8021q-fix-a-potential-use-after-free.patch index e889dee4d12..d0616ee5bd1 100644 --- a/queue-3.0/8021q-fix-a-potential-use-after-free.patch +++ b/queue-3.0/8021q-fix-a-potential-use-after-free.patch @@ -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 Cc: Patrick McHardy Cc: "David S. Miller" -Signed-off-by: Cong Wang Acked-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman diff --git a/queue-3.4/8021q-fix-a-potential-use-after-free.patch b/queue-3.4/8021q-fix-a-potential-use-after-free.patch index 981a8478464..c914391053d 100644 --- a/queue-3.4/8021q-fix-a-potential-use-after-free.patch +++ b/queue-3.4/8021q-fix-a-potential-use-after-free.patch @@ -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 Cc: Patrick McHardy Cc: "David S. Miller" -Signed-off-by: Cong Wang Acked-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman diff --git a/queue-3.4/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch b/queue-3.4/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch index 05621f7b7d9..a5be2ed6ec3 100644 --- a/queue-3.4/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch +++ b/queue-3.4/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch @@ -12,9 +12,9 @@ v2: a) moved before multicast source address check b) changed comment to netdev style +Acked-by: YOSHIFUJI Hideaki Cc: Erik Hugne Cc: YOSHIFUJI Hideaki -Acked-by: YOSHIFUJI Hideaki Signed-off-by: Hannes Frederic Sowa Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller diff --git a/queue-3.4/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch b/queue-3.4/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch index c63ce064cbf..bf4a00514b7 100644 --- a/queue-3.4/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch +++ b/queue-3.4/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch @@ -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 Cc: Erik Hugne Cc: YOSHIFUJI Hideaki -Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.8/8021q-fix-a-potential-use-after-free.patch b/queue-3.8/8021q-fix-a-potential-use-after-free.patch index 11e78fbb7bd..412823cb713 100644 --- a/queue-3.8/8021q-fix-a-potential-use-after-free.patch +++ b/queue-3.8/8021q-fix-a-potential-use-after-free.patch @@ -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 Cc: Patrick McHardy Cc: "David S. Miller" -Signed-off-by: Cong Wang Acked-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman diff --git a/queue-3.8/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch b/queue-3.8/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch index 7ed09b0bf36..241d9da5308 100644 --- a/queue-3.8/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch +++ b/queue-3.8/ipv6-don-t-accept-multicast-traffic-with-scope-0.patch @@ -12,9 +12,9 @@ v2: a) moved before multicast source address check b) changed comment to netdev style +Acked-by: YOSHIFUJI Hideaki Cc: Erik Hugne Cc: YOSHIFUJI Hideaki -Acked-by: YOSHIFUJI Hideaki Signed-off-by: Hannes Frederic Sowa Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller diff --git a/queue-3.8/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch b/queue-3.8/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch index be9e376b6a5..d230a76464f 100644 --- a/queue-3.8/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch +++ b/queue-3.8/ipv6-don-t-accept-node-local-multicast-traffic-from-the-wire.patch @@ -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 Cc: Erik Hugne Cc: YOSHIFUJI Hideaki -Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman ---