This is the start of the stable review cycle for the 3.4.51 release.
There are 27 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 Thu Jun 27 18:33:29 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.51-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <[email protected]>
    Linux 3.4.51-rc1

Zhao Hongjiang <[email protected]>
    inotify: invalid mask should return a error number but not set it

Joern Engel <[email protected]>
    target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer()

Anders Hammarquist <[email protected]>
    USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable

Ferruh Yigit <[email protected]>
    Input: cyttsp - fix memcpy size param

Zheng Li <[email protected]>
    bonding: rlb mode of bond should not alter ARP originating via bridge

Guillaume Nault <[email protected]>
    l2tp: Fix sendmsg() return value

Guillaume Nault <[email protected]>
    l2tp: Fix PPP header erasure and memory leak

Daniel Borkmann <[email protected]>
    packet: packet_getname_spkt: make sure string is always 0-terminated

Jiri Pirko <[email protected]>
    team: check return value of team_get_port_by_index_rcu() for NULL

Daniel Borkmann <[email protected]>
    net: sctp: fix NULL pointer dereference in socket destruction

Gao feng <[email protected]>
    ipv6: assign rt6_info to inet6_ifaddr in init_loopback

Eric Dumazet <[email protected]>
    net: force a reload of first item in hlist_nulls_for_each_entry_rcu

Andy Lutomirski <[email protected]>
    net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msg

Eric Dumazet <[email protected]>
    ip_tunnel: fix kernel panic with icmp_dest_unreach

Eric Dumazet <[email protected]>
    tcp: xps: fix reordering issues

Nandita Dukkipati <[email protected]>
    tcp: bug fix in proportional rate reduction.

stephen hemminger <[email protected]>
    8139cp: reset BQL when ring tx ring cleared

Francois Romieu <[email protected]>
    r8169: fix offloaded tx checksum for small packets.

Paul Moore <[email protected]>
    netlabel: improve domain mapping validation

Eric Dumazet <[email protected]>
    ipv6: fix possible crashes in ip6_cork_release()

Wei Yongjun <[email protected]>
    gianfar: add missing iounmap() on error in gianfar_ptp_probe()

Eric Dumazet <[email protected]>
    tcp: fix tcp_md5_hash_skb_data()

Zhanghaoyu (A) <[email protected]>
    KVM: x86: remove vcpu's CPL check in host-invoked XCR set

Chris Metcalf <[email protected]>
    tilepro: work around module link error with gcc 4.7

Lai Jiangshan <[email protected]>
    clk: remove notifier from list before freeing it

Clemens Ladisch <[email protected]>
    ALSA: usb-audio: work around Android accessory firmware bug

Takashi Iwai <[email protected]>
    ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310


-------------

Diffstat:

 Makefile                                     |  4 +-
 arch/tile/lib/exports.c                      |  2 +
 arch/x86/kvm/x86.c                           |  5 +-
 drivers/clk/clk.c                            |  1 +
 drivers/input/touchscreen/cyttsp_core.c      |  2 +-
 drivers/net/bonding/bond_alb.c               |  6 +++
 drivers/net/bonding/bonding.h                | 13 ++++++
 drivers/net/ethernet/freescale/gianfar_ptp.c |  1 +
 drivers/net/ethernet/realtek/8139cp.c        |  1 +
 drivers/net/ethernet/realtek/r8169.c         | 41 +++++++++++------
 drivers/net/team/team_mode_roundrobin.c      |  2 +
 drivers/target/iscsi/iscsi_target_erl0.c     |  4 +-
 drivers/usb/serial/ti_usb_3410_5052.c        |  3 +-
 drivers/usb/serial/ti_usb_3410_5052.h        |  4 +-
 fs/notify/inotify/inotify_user.c             |  6 ++-
 include/linux/etherdevice.h                  | 33 +++++++++++++
 include/linux/rculist_nulls.h                |  7 ++-
 include/linux/socket.h                       |  3 ++
 net/compat.c                                 | 13 +++++-
 net/ipv4/ip_gre.c                            |  2 +-
 net/ipv4/ipip.c                              |  2 +-
 net/ipv4/tcp.c                               |  7 ++-
 net/ipv4/tcp_input.c                         | 23 ++++++----
 net/ipv4/tcp_output.c                        | 10 ++--
 net/ipv6/addrconf.c                          |  4 +-
 net/ipv6/ip6_output.c                        |  2 +-
 net/l2tp/l2tp_ppp.c                          |  6 +--
 net/netlabel/netlabel_domainhash.c           | 69 ++++++++++++++++++++++++++++
 net/packet/af_packet.c                       |  5 +-
 net/sctp/socket.c                            |  6 +++
 net/socket.c                                 | 67 ++++++++++++++++++---------
 sound/usb/card.c                             | 22 ++++++++-
 sound/usb/mixer.c                            |  1 +
 33 files changed, 298 insertions(+), 79 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to