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:	Wed, 20 Jan 2016 14:00:30 -0800
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, shuah.kh@...sung.com, info@...nelci.org,
	stable@...r.kernel.org
Subject: [PATCH 3.10 00/35] 3.10.95-stable review

This is the start of the stable review cycle for the 3.10.95 release.
There are 35 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 Fri Jan 22 21:19:15 UTC 2016.
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.x/stable-review/patch-3.10.95-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.10.95-rc1

Yevgeny Pats <yevgeny@...ception-point.io>
    KEYS: Fix keyring ref leak in join_session_keyring()

David Howells <dhowells@...hat.com>
    KEYS: Fix race between read and revoke

David Howells <dhowells@...hat.com>
    KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring

David Howells <dhowells@...hat.com>
    KEYS: Fix race between key destruction and finding a keyring by name

Rainer Weikusat <rweikusat@...ileactivedefense.com>
    af_unix: Revert 'lock_interruptible' in stream receive code

David S. Miller <davem@...emloft.net>
    bluetooth: Validate socket address length in sco_sock_bind().

WANG Cong <xiyou.wangcong@...il.com>
    pptp: verify sockaddr_len in pptp_bind() and pptp_connect()

Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
    sh_eth: fix kernel oops in skb_put()

Hannes Frederic Sowa <hannes@...essinduktion.org>
    net: add validation for the socket syscall protocol argument

Eric Dumazet <edumazet@...gle.com>
    ipv6: sctp: clone options to avoid use after free

Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
    sctp: update the netstamp_needed counter when copying sockets

Pavel Machek <pavel@....cz>
    atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation

Nicolas Dichtel <nicolas.dichtel@...nd.com>
    gre6: allow to update all parameters via rtnl

Ben Hutchings <ben@...adent.org.uk>
    usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message

Alexey Khoroshilov <khoroshilov@...ras.ru>
    USB: whci-hcd: add check for dma mapping error

Alan Stern <stern@...land.harvard.edu>
    USB: add quirk for devices with broken LPM

Konstantin Shkolnyy <konstantin.shkolnyy@...il.com>
    USB: cp210x: Remove CP2110 ID from compatibility list

Jonas Jonsson <jonas@...d.ltu.se>
    USB: cdc_acm: Ignore Infineon Flash Loader utility

Jeff Layton <jlayton@...chiereds.net>
    nfs: if we have no valid attrs, then don't declare the attribute cache valid

Benjamin Coddington <bcodding@...hat.com>
    nfs4: start callback_ident at idr 1

Stefan Richter <stefanr@...6.in-berlin.de>
    firewire: ohci: fix JMicron JMB38x IT context discovery

Daeho Jeong <daeho.jeong@...sung.com>
    ext4, jbd2: ensure entering into panic after recording an error in superblock

Filipe Manana <fdmanana@...e.com>
    Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow

Eric Dumazet <edumazet@...gle.com>
    ipv6: sctp: implement sctp_v6_destroy_sock()

Michal Kubeček <mkubecek@...e.cz>
    ipv6: distinguish frag queues by device for multicast and link-local packets

Aaro Koskinen <aaro.koskinen@....fi>
    broadcom: fix PHY_ID_BCM5481 entry in the id table

Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
    net: ip6mr: fix static mfc/dev leaks on table destruction

Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
    net: ipmr: fix static mfc/dev leaks on table destruction

Daniel Borkmann <daniel@...earbox.net>
    net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds

Eric Dumazet <edumazet@...gle.com>
    tcp: initialize tp->copied_seq in case of cross SYN connection

Eric Dumazet <edumazet@...gle.com>
    tcp: md5: fix lockdep annotation

Bjørn Mork <bjorn@...k.no>
    net: qmi_wwan: add XS Stick W100-2 from 4G Systems

Neil Horman <nhorman@...driver.com>
    snmp: Remove duplicate OUTMCAST stat increment

lucien <lucien.xin@...il.com>
    sctp: translate host order to network order when setting a hmacid

Rainer Weikusat <rweikusat@...ileactivedefense.com>
    unix: avoid use-after-free in ep_remove_wait_queue


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

Diffstat:

 Makefile                                        |   4 +-
 drivers/firewire/ohci.c                         |   5 +
 drivers/net/ethernet/atheros/atl1c/atl1c_main.c |   7 +-
 drivers/net/ethernet/renesas/sh_eth.c           |   4 +-
 drivers/net/phy/broadcom.c                      |   2 +-
 drivers/net/ppp/pptp.c                          |   6 +
 drivers/net/usb/qmi_wwan.c                      |   1 +
 drivers/usb/class/cdc-acm.c                     |   5 +
 drivers/usb/core/config.c                       |   3 +-
 drivers/usb/core/hub.c                          |   7 +-
 drivers/usb/core/quirks.c                       |   6 +
 drivers/usb/host/whci/qset.c                    |   4 +
 drivers/usb/serial/cp210x.c                     |   1 -
 fs/btrfs/inode.c                                |  10 +-
 fs/ext4/super.c                                 |  12 +-
 fs/jbd2/journal.c                               |   6 +-
 fs/nfs/inode.c                                  |   6 +-
 fs/nfs/nfs4client.c                             |   2 +-
 include/linux/jbd2.h                            |   1 +
 include/linux/usb/quirks.h                      |   3 +
 include/net/af_unix.h                           |   1 +
 include/net/ipv6.h                              |   1 +
 include/net/sock.h                              |   3 +
 net/ax25/af_ax25.c                              |   3 +
 net/bluetooth/sco.c                             |   3 +
 net/core/scm.c                                  |   2 +
 net/core/sock.c                                 |   2 -
 net/decnet/af_decnet.c                          |   3 +
 net/ipv4/af_inet.c                              |   3 +
 net/ipv4/ipmr.c                                 |  15 +-
 net/ipv4/tcp_input.c                            |   1 +
 net/ipv4/tcp_ipv4.c                             |   3 +-
 net/ipv6/af_inet6.c                             |   3 +
 net/ipv6/ip6_gre.c                              |   8 +-
 net/ipv6/ip6mr.c                                |  15 +-
 net/ipv6/mcast.c                                |   2 -
 net/ipv6/netfilter/nf_conntrack_reasm.c         |   5 +-
 net/ipv6/reassembly.c                           |  10 +-
 net/irda/af_irda.c                              |   3 +
 net/sctp/auth.c                                 |   4 +-
 net/sctp/ipv6.c                                 |   8 +
 net/sctp/socket.c                               |  12 +-
 net/unix/af_unix.c                              | 196 ++++++++++++++++++++----
 security/keys/gc.c                              |  10 +-
 security/keys/keyctl.c                          |  18 +--
 security/keys/process_keys.c                    |   1 +
 46 files changed, 337 insertions(+), 93 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ