From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
stable@vger.kernel.org
Subject: [ 00/32] 3.4.68-stable review
Date: Fri, 1 Nov 2013 14:43:11 -0700 [thread overview]
Message-ID: <20131101214313.735463599@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.4.68 release.
There are 32 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun Nov 3 21:41:40 UTC 2013.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.4.68-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 3.4.68-rc1
Enrico Mioso <mrkiko.rs@gmail.com>
usb: serial: option: blacklist Olivetti Olicard200
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
USB: serial: option: add support for Inovia SEW858 device
Diego Elio Pettenò <flameeyes@flameeyes.eu>
USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well.
Johannes Berg <johannes.berg@intel.com>
wireless: radiotap: fix parsing buffer overrun
Fengguang Wu <fengguang.wu@intel.com>
writeback: fix negative bdi max pause
Mikulas Patocka <mpatocka@redhat.com>
dm snapshot: fix data corruption
Eric Sandeen <sandeen@redhat.com>
ext3: return 32/64-bit dir name hash according to usage type
Mariusz Ceier <mceier+kernel@gmail.com>
davinci_emac.c: Fix IFF_ALLMULTI setup
Hannes Frederic Sowa <hannes@stressinduktion.org>
inet: fix possible memory corruption with UDP_CORK and UFO
Seif Mazareeb <seif@marvell.com>
net: fix cipso packet validation when !NETLABEL
Daniel Borkmann <dborkman@redhat.com>
net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race
Salva Peiró <speiro@ai2.upv.es>
wanxl: fix info leak in ioctl
Vlad Yasevich <vyasevich@gmail.com>
sctp: Perform software checksum if packet has to be fragmented.
Fan Du <fan.du@windriver.com>
sctp: Use software crc32 checksum when xfrm transform will happen.
Vlad Yasevich <vyasevich@gmail.com>
net: dst: provide accessor function to dst->xfrm
Eric Dumazet <edumazet@google.com>
bnx2x: record rx queue for LRO packets
Mathias Krause <minipli@googlemail.com>
connector: use nlmsg_len() to check message length
Mathias Krause <minipli@googlemail.com>
unix_diag: fix info leak
Salva Peiró <speiro@ai2.upv.es>
farsync: fix info leak in ioctl
Eric Dumazet <edumazet@google.com>
l2tp: must disable bh before calling l2tp_xmit_skb()
Marc Kleine-Budde <mkl@pengutronix.de>
net: vlan: fix nlmsg size calculation in vlan_get_size()
Vlad Yasevich <vyasevic@redhat.com>
bridge: Correctly clamp MAX forward_delay when enabling STP
Marcelo Ricardo Leitner <mleitner@redhat.com>
ipv6: restrict neighbor entry creation to output flow
Marc Kleine-Budde <mkl@pengutronix.de>
can: dev: fix nlmsg size calculation in can_get_size()
Jiri Benc <jbenc@redhat.com>
ipv4: fix ineffective source address selection
Mathias Krause <minipli@googlemail.com>
proc connector: fix info leaks
Dan Carpenter <dan.carpenter@oracle.com>
net: heap overflow in __audit_sockaddr()
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
net: mv643xx_eth: fix orphaned statistics timer crash
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
net: mv643xx_eth: update statistics timer from timer context only
Eric Dumazet <edumazet@google.com>
net: do not call sock_put() on TIMEWAIT sockets
Eric Dumazet <edumazet@google.com>
tcp: do not forget FIN in tcp_shifted_skb()
Eric Dumazet <edumazet@google.com>
tcp: must unclone packets before mangling them
-------------
Diffstat:
Makefile | 4 +-
drivers/connector/cn_proc.c | 16 +++
drivers/connector/connector.c | 7 +-
drivers/md/dm-snap-persistent.c | 18 ++-
drivers/net/can/dev.c | 10 +-
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 1 +
drivers/net/ethernet/marvell/mv643xx_eth.c | 6 +-
drivers/net/ethernet/ti/davinci_emac.c | 3 +-
drivers/net/wan/farsync.c | 1 +
drivers/net/wan/wanxl.c | 1 +
drivers/usb/serial/option.c | 9 +-
drivers/usb/serial/ti_usb_3410_5052.c | 1 +
fs/ext3/dir.c | 167 +++++++++++++++++-------
fs/ext3/ext3.h | 6 +-
fs/ext3/hash.c | 4 +-
include/linux/skbuff.h | 15 +++
include/net/cipso_ipv4.h | 6 +-
include/net/dst.h | 12 ++
mm/page-writeback.c | 10 +-
net/8021q/vlan_netlink.c | 2 +-
net/bridge/br_stp_if.c | 2 +-
net/compat.c | 2 +
net/ipv4/inet_hashtables.c | 2 +-
net/ipv4/ip_output.c | 2 +-
net/ipv4/route.c | 2 +-
net/ipv4/tcp_input.c | 5 +-
net/ipv4/tcp_output.c | 9 +-
net/ipv6/inet6_hashtables.c | 2 +-
net/ipv6/ip6_output.c | 2 +-
net/ipv6/route.c | 11 +-
net/l2tp/l2tp_ppp.c | 4 +
net/sctp/output.c | 3 +-
net/socket.c | 24 +++-
net/unix/af_unix.c | 10 ++
net/unix/diag.c | 1 +
net/wireless/radiotap.c | 7 +-
36 files changed, 288 insertions(+), 99 deletions(-)
next reply other threads:[~2013-11-01 21:43 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-01 21:43 Greg Kroah-Hartman [this message]
2013-11-01 21:43 ` [ 01/32] tcp: must unclone packets before mangling them Greg Kroah-Hartman
2013-11-01 21:43 ` [ 02/32] tcp: do not forget FIN in tcp_shifted_skb() Greg Kroah-Hartman
2013-11-01 21:43 ` [ 03/32] net: do not call sock_put() on TIMEWAIT sockets Greg Kroah-Hartman
2013-11-01 21:43 ` [ 04/32] net: mv643xx_eth: update statistics timer from timer context only Greg Kroah-Hartman
2013-11-01 21:43 ` [ 05/32] net: mv643xx_eth: fix orphaned statistics timer crash Greg Kroah-Hartman
2013-11-01 21:43 ` [ 06/32] net: heap overflow in __audit_sockaddr() Greg Kroah-Hartman
2013-11-01 21:43 ` [ 07/32] proc connector: fix info leaks Greg Kroah-Hartman
2013-11-01 21:43 ` [ 08/32] ipv4: fix ineffective source address selection Greg Kroah-Hartman
2013-11-01 21:43 ` [ 09/32] can: dev: fix nlmsg size calculation in can_get_size() Greg Kroah-Hartman
2013-11-01 21:43 ` [ 10/32] ipv6: restrict neighbor entry creation to output flow Greg Kroah-Hartman
2013-11-01 21:43 ` [ 11/32] bridge: Correctly clamp MAX forward_delay when enabling STP Greg Kroah-Hartman
2013-11-01 21:43 ` [ 12/32] net: vlan: fix nlmsg size calculation in vlan_get_size() Greg Kroah-Hartman
2013-11-01 21:43 ` [ 13/32] l2tp: must disable bh before calling l2tp_xmit_skb() Greg Kroah-Hartman
2013-11-01 21:43 ` [ 14/32] farsync: fix info leak in ioctl Greg Kroah-Hartman
2013-11-01 21:43 ` [ 15/32] unix_diag: fix info leak Greg Kroah-Hartman
2013-11-01 21:43 ` [ 16/32] connector: use nlmsg_len() to check message length Greg Kroah-Hartman
2013-11-01 21:43 ` [ 17/32] bnx2x: record rx queue for LRO packets Greg Kroah-Hartman
2013-11-01 21:43 ` [ 18/32] net: dst: provide accessor function to dst->xfrm Greg Kroah-Hartman
2013-11-01 21:43 ` [ 19/32] sctp: Use software crc32 checksum when xfrm transform will happen Greg Kroah-Hartman
2013-11-01 21:43 ` [ 20/32] sctp: Perform software checksum if packet has to be fragmented Greg Kroah-Hartman
2013-11-01 21:43 ` [ 21/32] wanxl: fix info leak in ioctl Greg Kroah-Hartman
2013-11-01 21:43 ` [ 22/32] net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race Greg Kroah-Hartman
2013-11-01 21:43 ` [ 23/32] net: fix cipso packet validation when !NETLABEL Greg Kroah-Hartman
2013-11-01 21:43 ` [ 24/32] inet: fix possible memory corruption with UDP_CORK and UFO Greg Kroah-Hartman
2013-11-01 21:43 ` [ 25/32] davinci_emac.c: Fix IFF_ALLMULTI setup Greg Kroah-Hartman
2013-11-01 21:43 ` [ 26/32] ext3: return 32/64-bit dir name hash according to usage type Greg Kroah-Hartman
2013-11-01 21:43 ` [ 27/32] dm snapshot: fix data corruption Greg Kroah-Hartman
2013-11-01 21:43 ` [ 28/32] writeback: fix negative bdi max pause Greg Kroah-Hartman
2013-11-01 21:43 ` [ 29/32] wireless: radiotap: fix parsing buffer overrun Greg Kroah-Hartman
2013-11-01 21:43 ` [ 30/32] USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well Greg Kroah-Hartman
2013-11-01 21:43 ` [ 31/32] USB: serial: option: add support for Inovia SEW858 device Greg Kroah-Hartman
2013-11-01 21:43 ` [ 32/32] usb: serial: option: blacklist Olivetti Olicard200 Greg Kroah-Hartman
2013-11-02 2:28 ` [ 00/32] 3.4.68-stable review Guenter Roeck
2013-11-02 21:33 ` Shuah Khan
2013-11-04 3:07 ` Satoru Takeuchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131101214313.735463599@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox