This is the start of the stable review cycle for the 3.8.11 release.
There are 42 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 Wed May  1 18:47:07 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.8.11-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

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

Aaro Koskinen <[email protected]>
    ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASE

Stephen Boyd <[email protected]>
    ARM: 7699/1: sched_clock: Add more notrace to prevent recursion

Steven Rostedt <[email protected]>
    tracing: Fix selftest function recursion accounting

Eric Dumazet <[email protected]>
    net: drop dst before queueing fragments

Linus Torvalds <[email protected]>
    net: fix incorrect credentials passing

Ben Greear <[email protected]>
    net: rate-limit warn-bad-offload splats.

Eric Dumazet <[email protected]>
    tcp: call tcp_replace_ts_recent() from tcp_ack()

Bjørn Mork <[email protected]>
    net: cdc_mbim: remove bogus sizeof()

Willy Tarreau <[email protected]>
    net: mvneta: fix improper tx queue usage in mvneta_tx()

Wei Yongjun <[email protected]>
    esp4: fix error return code in esp_output()

Thomas Petazzoni <[email protected]>
    net: mvmdio: add select PHYLIB

Thomas Graf <[email protected]>
    tcp: Reallocate headroom if it would overflow csum_start

Dmitry Popov <[email protected]>
    tcp: incoming connections might use wrong route under synflood

Michael Riesch <[email protected]>
    rtnetlink: Call nlmsg_parse() with correct header length

Christoph Paasch <[email protected]>
    ipv6/tcp: Stop processing ICMPv6 redirect messages

Patrick McHardy <[email protected]>
    netfilter: don't reset nf_trace in nf_reset()

Eric W. Biederman <[email protected]>
    af_unix: If we don't care about credentials coallesce all messages

Eric Dumazet <[email protected]>
    bonding: fix l23 and l34 load balancing in forwarding path

[email protected] <[email protected]>
    bonding: IFF_BONDING is not stripped on enslave failure

[email protected] <[email protected]>
    bonding: fix bonding_masters race condition in bond unloading

Hannes Frederic Sowa <[email protected]>
    atl1e: limit gso segment size to prevent generation of wrong ip length 
fields

Vlad Yasevich <[email protected]>
    net: count hw_addr syncs so that unsync works properly.

Balakumaran Kannan <[email protected]>
    net IPv6 : Fix broken IPv6 routing table after loopback down-up

Vasily Averin <[email protected]>
    cbq: incorrect processing of high limits

Mathias Krause <[email protected]>
    tipc: fix info leaks via msg_name in recv_msg/recv_stream

Mathias Krause <[email protected]>
    rose: fix info leak via msg_name in rose_recvmsg()

Mathias Krause <[email protected]>
    NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()

Mathias Krause <[email protected]>
    netrom: fix info leak via msg_name in nr_recvmsg()

Mathias Krause <[email protected]>
    llc: Fix missing msg_namelen update in llc_ui_recvmsg()

Mathias Krause <[email protected]>
    l2tp: fix info leak in l2tp_ip6_recvmsg()

Mathias Krause <[email protected]>
    iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()

Mathias Krause <[email protected]>
    irda: Fix missing msg_namelen update in irda_recvmsg_dgram()

Mathias Krause <[email protected]>
    caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()

Mathias Krause <[email protected]>
    Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg()

Mathias Krause <[email protected]>
    Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()

Mathias Krause <[email protected]>
    Bluetooth: fix possible info leak in bt_sock_recvmsg()

Mathias Krause <[email protected]>
    ax25: fix info leak via msg_name in ax25_recvmsg()

Mathias Krause <[email protected]>
    atm: update msg_namelen in vcc_recvmsg()

David S. Miller <[email protected]>
    sparc64: Fix race in TLB batch processing.

Jiri Slaby <[email protected]>
    TTY: fix atime/mtime regression

Jiri Slaby <[email protected]>
    TTY: do not update atime/mtime on read/write

Zhao Hongjiang <[email protected]>
    aio: fix possible invalid memory access when DEBUG is enabled


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

Diffstat:

 Makefile                                        |   4 +-
 arch/arm/include/asm/hardware/iop3xx.h          |   2 +-
 arch/arm/kernel/sched_clock.c                   |   4 +-
 arch/sparc/include/asm/pgtable_64.h             |   1 +
 arch/sparc/include/asm/switch_to_64.h           |   3 +-
 arch/sparc/include/asm/tlbflush_64.h            |  37 ++++++--
 arch/sparc/kernel/smp_64.c                      |  41 +++++++-
 arch/sparc/mm/tlb.c                             |  39 +++++++-
 arch/sparc/mm/tsb.c                             |  57 +++++++++---
 arch/sparc/mm/ultra.S                           | 119 +++++++++++++++++++-----
 drivers/net/bonding/bond_main.c                 |  65 ++++++++-----
 drivers/net/ethernet/atheros/atl1e/atl1e.h      |   2 +-
 drivers/net/ethernet/atheros/atl1e/atl1e_main.c |   1 +
 drivers/net/ethernet/marvell/Kconfig            |   2 +-
 drivers/net/ethernet/marvell/mvneta.c           |   9 +-
 drivers/net/usb/cdc_mbim.c                      |   2 +-
 drivers/tty/tty_io.c                            |  14 ++-
 fs/aio.c                                        |   2 +-
 include/linux/netdevice.h                       |   2 +-
 include/linux/skbuff.h                          |   7 ++
 include/net/scm.h                               |   4 +-
 kernel/trace/trace_selftest.c                   |  16 +---
 net/atm/common.c                                |   2 +
 net/ax25/af_ax25.c                              |   1 +
 net/bluetooth/af_bluetooth.c                    |   4 +-
 net/bluetooth/rfcomm/sock.c                     |   1 +
 net/bluetooth/sco.c                             |   1 +
 net/caif/caif_socket.c                          |   2 +
 net/core/dev.c                                  |   4 +
 net/core/dev_addr_lists.c                       |   6 +-
 net/core/rtnetlink.c                            |   4 +-
 net/ipv4/esp4.c                                 |   6 +-
 net/ipv4/ip_fragment.c                          |  15 ++-
 net/ipv4/syncookies.c                           |   4 +-
 net/ipv4/tcp_input.c                            |  64 ++++++-------
 net/ipv4/tcp_output.c                           |   8 +-
 net/ipv6/addrconf.c                             |  27 ++++++
 net/ipv6/reassembly.c                           |  13 ++-
 net/ipv6/tcp_ipv6.c                             |   1 +
 net/irda/af_irda.c                              |   2 +
 net/iucv/af_iucv.c                              |   2 +
 net/l2tp/l2tp_ip6.c                             |   1 +
 net/llc/af_llc.c                                |   2 +
 net/netrom/af_netrom.c                          |   1 +
 net/nfc/llcp/sock.c                             |   3 +
 net/rose/af_rose.c                              |   1 +
 net/sched/sch_cbq.c                             |   5 +-
 net/tipc/socket.c                               |   7 ++
 net/unix/af_unix.c                              |   2 +-
 49 files changed, 455 insertions(+), 167 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