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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Apr 2014 14:55:34 -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,
	linux@...ck-us.net, satoru.takeuchi@...il.com,
	shuah.kh@...sung.com, stable@...r.kernel.org
Subject: [PATCH 3.4 00/27] 3.4.88-stable review

This is the start of the stable review cycle for the 3.4.88 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 Sat Apr 26 21:55:41 UTC 2014.
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.88-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.88-rc1

Oleg Nesterov <oleg@...hat.com>
    wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race

Li Zefan <lizefan@...wei.com>
    jffs2: remove from wait queue after schedule()

Li Zefan <lizefan@...wei.com>
    jffs2: avoid soft-lockup in jffs2_reserve_space_gc()

Ajesh Kunhipurayil Vijayan <ajesh@...adcom.com>
    jffs2: Fix crash due to truncation of csize

Kamlakant Patel <kamlakant.patel@...adcom.com>
    jffs2: Fix segmentation fault found in stress test

Claudio Takahasi <claudio.takahasi@...nbossa.org>
    Bluetooth: Fix removing Long Term Key

Jiri Slaby <jslaby@...e.cz>
    Char: ipmi_bt_sm, fix infinite loop

Dave Kleikamp <dave.kleikamp@...cle.com>
    sparc64: don't treat 64-bit syscall return codes as 32-bit

Paul Gortmaker <paul.gortmaker@...driver.com>
    sparc32: fix build failure for arch_jump_label_transform

Dave Kleikamp <dave.kleikamp@...cle.com>
    Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."

oftedal <oftedal@...il.com>
    sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridges

Sasha Levin <sasha.levin@...cle.com>
    rds: prevent dereference of a NULL device in rds_iw_laddr_check

Dan Carpenter <dan.carpenter@...cle.com>
    isdnloop: several buffer overflows

YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
    isdnloop: Validate NUL-terminated strings from user.

Pablo Neira <pablo@...filter.org>
    netlink: don't compare the nul-termination in nla_strcmp

Hannes Frederic Sowa <hannes@...essinduktion.org>
    ipv6: some ipv6 statistic counters failed to disable bh

Paul Durrant <Paul.Durrant@...rix.com>
    xen-netback: remove pointless clause from if statement

Michael S. Tsirkin <mst@...hat.com>
    vhost: validate vhost_get_vq_desc return value

Michael S. Tsirkin <mst@...hat.com>
    vhost: fix total length when packets are too short

lucien <lucien.xin@...il.com>
    ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly

Heiner Kallweit <heiner.kallweit@....de>
    ipv6: Avoid unnecessary temporary addresses being generated

Matthew Leach <matthew.leach@....com>
    net: socket: error on a negative msg_namelen

Peter Boström <peter.bostrom@...rounds.com>
    vlan: Set correct source MAC address with TX VLAN offload enabled

Sabrina Dubroca <sd@...asysnail.net>
    ipv6: don't set DST_NOCOUNT for remotely added routes

Eric Dumazet <edumazet@...gle.com>
    net: unix: non blocking recvmsg() should not return -EINTR

Linus Lüssing <linus.luessing@....de>
    bridge: multicast: add sanity check for query source addresses

Daniel Borkmann <dborkman@...hat.com>
    net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk


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

Diffstat:

 Makefile                            |  4 ++--
 arch/sparc/Kconfig                  |  2 +-
 arch/sparc/include/asm/uaccess_64.h |  4 ++--
 arch/sparc/kernel/pci.c             |  4 ++--
 arch/sparc/kernel/syscalls.S        |  4 ++--
 drivers/char/ipmi/ipmi_bt_sm.c      |  2 +-
 drivers/isdn/isdnloop/isdnloop.c    | 23 +++++++++++++++--------
 drivers/net/xen-netback/netback.c   |  4 ++--
 drivers/vhost/net.c                 | 20 +++++++++++++++++++-
 fs/jffs2/compr_rtime.c              |  4 ++--
 fs/jffs2/nodelist.h                 |  2 +-
 fs/jffs2/nodemgmt.c                 | 14 ++++++++++----
 kernel/exit.c                       | 15 +++++++++++----
 lib/nlattr.c                        | 10 ++++++++--
 net/8021q/vlan_dev.c                |  3 +++
 net/bluetooth/hci_event.c           |  8 +++++++-
 net/bridge/br_multicast.c           |  6 ++++++
 net/ipv6/addrconf.c                 |  5 ++++-
 net/ipv6/icmp.c                     |  2 +-
 net/ipv6/ip6_output.c               | 18 ++++++++----------
 net/ipv6/mcast.c                    | 11 ++++++-----
 net/ipv6/route.c                    |  2 +-
 net/rds/iw.c                        |  3 ++-
 net/sctp/sm_make_chunk.c            |  4 ++--
 net/sctp/sm_statefuns.c             |  5 -----
 net/socket.c                        |  4 ++++
 net/unix/af_unix.c                  | 17 ++++++++++++-----
 27 files changed, 134 insertions(+), 66 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