lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 29 Apr 2013 12:02:07 -0700
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	stable@...r.kernel.org
Subject: [ 00/34] 3.4.43-stable review

This is the start of the stable review cycle for the 3.4.43 release.
There are 34 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:46:13 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.43-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 3.4.43-rc1

Eric Dumazet <edumazet@...gle.com>
    net: drop dst before queueing fragments

Linus Torvalds <torvalds@...ux-foundation.org>
    net: fix incorrect credentials passing

Ben Greear <greearb@...delatech.com>
    net: rate-limit warn-bad-offload splats.

Eric Dumazet <edumazet@...gle.com>
    tcp: call tcp_replace_ts_recent() from tcp_ack()

Daniel Borkmann <dborkman@...hat.com>
    net: sctp: sctp_auth_key_put: use kzfree instead of kfree

Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
    esp4: fix error return code in esp_output()

Thomas Graf <tgraf@...g.ch>
    tcp: Reallocate headroom if it would overflow csum_start

Dmitry Popov <dp@...hloadlab.com>
    tcp: incoming connections might use wrong route under synflood

Michael Riesch <michael.riesch@...cron.at>
    rtnetlink: Call nlmsg_parse() with correct header length

Patrick McHardy <kaber@...sh.net>
    netfilter: don't reset nf_trace in nf_reset()

Eric W. Biederman <ebiederm@...ssion.com>
    af_unix: If we don't care about credentials coallesce all messages

nikolay@...hat.com <nikolay@...hat.com>
    bonding: IFF_BONDING is not stripped on enslave failure

nikolay@...hat.com <nikolay@...hat.com>
    bonding: fix bonding_masters race condition in bond unloading

Hannes Frederic Sowa <hannes@...essinduktion.org>
    atl1e: limit gso segment size to prevent generation of wrong ip length fields

Vlad Yasevich <vyasevic@...hat.com>
    net: count hw_addr syncs so that unsync works properly.

Balakumaran Kannan <kumaran.4353@...il.com>
    net IPv6 : Fix broken IPv6 routing table after loopback down-up

Vasily Averin <vvs@...allels.com>
    cbq: incorrect processing of high limits

Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
    netrom: fix invalid use of sizeof in nr_recvmsg()

Mathias Krause <minipli@...glemail.com>
    tipc: fix info leaks via msg_name in recv_msg/recv_stream

Mathias Krause <minipli@...glemail.com>
    rose: fix info leak via msg_name in rose_recvmsg()

Mathias Krause <minipli@...glemail.com>
    NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()

Mathias Krause <minipli@...glemail.com>
    netrom: fix info leak via msg_name in nr_recvmsg()

Mathias Krause <minipli@...glemail.com>
    llc: Fix missing msg_namelen update in llc_ui_recvmsg()

Mathias Krause <minipli@...glemail.com>
    iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()

Mathias Krause <minipli@...glemail.com>
    irda: Fix missing msg_namelen update in irda_recvmsg_dgram()

Mathias Krause <minipli@...glemail.com>
    caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()

Mathias Krause <minipli@...glemail.com>
    Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()

Mathias Krause <minipli@...glemail.com>
    Bluetooth: fix possible info leak in bt_sock_recvmsg()

Mathias Krause <minipli@...glemail.com>
    ax25: fix info leak via msg_name in ax25_recvmsg()

Mathias Krause <minipli@...glemail.com>
    atm: update msg_namelen in vcc_recvmsg()

David S. Miller <davem@...emloft.net>
    sparc64: Fix race in TLB batch processing.

Jiri Slaby <jslaby@...e.cz>
    TTY: fix atime/mtime regression

Jiri Slaby <jslaby@...e.cz>
    TTY: do not update atime/mtime on read/write

Zhao Hongjiang <zhaohongjiang@...wei.com>
    aio: fix possible invalid memory access when DEBUG is enabled


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

Diffstat:

 Makefile                                        |   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                 |  10 ++
 drivers/net/ethernet/atheros/atl1e/atl1e.h      |   2 +-
 drivers/net/ethernet/atheros/atl1e/atl1e_main.c |   1 +
 drivers/tty/tty_io.c                            |  14 ++-
 fs/aio.c                                        |   2 +-
 include/linux/netdevice.h                       |   2 +-
 include/linux/skbuff.h                          |   7 ++
 include/linux/socket.h                          |   3 +-
 include/net/scm.h                               |   2 +-
 net/atm/common.c                                |   2 +
 net/ax25/af_ax25.c                              |   1 +
 net/bluetooth/af_bluetooth.c                    |   4 +-
 net/bluetooth/rfcomm/sock.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/core/sock.c                                 |  14 ++-
 net/ipv4/esp4.c                                 |   6 +-
 net/ipv4/ip_fragment.c                          |  15 ++-
 net/ipv4/syncookies.c                           |   4 +-
 net/ipv4/tcp_input.c                            |  65 +++++++------
 net/ipv4/tcp_output.c                           |   8 +-
 net/ipv6/addrconf.c                             |  27 ++++++
 net/ipv6/reassembly.c                           |  13 ++-
 net/irda/af_irda.c                              |   2 +
 net/iucv/af_iucv.c                              |   2 +
 net/llc/af_llc.c                                |   2 +
 net/netrom/af_netrom.c                          |   1 +
 net/nfc/llcp/sock.c                             |   2 +
 net/rose/af_rose.c                              |   1 +
 net/sched/sch_cbq.c                             |   5 +-
 net/sctp/auth.c                                 |   2 +-
 net/tipc/socket.c                               |   7 ++
 net/unix/af_unix.c                              |   2 +-
 43 files changed, 422 insertions(+), 124 deletions(-)


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ