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,  7 Dec 2015 09:04:54 -0500
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, stable@...r.kernel.org
Subject: [PATCH 3.10 00/31] 3.10.94-stable review

This is the start of the stable review cycle for the 3.10.94 release.
There are 31 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 Dec  9 14:04:20 UTC 2015.
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.94-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.94-rc1

Clemens Ladisch <clemens@...isch.de>
    ALSA: usb-audio: work around CH345 input SysEx corruption

Clemens Ladisch <clemens@...isch.de>
    ALSA: usb-audio: prevent CH345 multiport output SysEx corruption

Clemens Ladisch <clemens@...isch.de>
    ALSA: usb-audio: add packet size quirk for the Medeli DD305

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

Aleksander Morgado <aleksander@...ksander.es>
    USB: serial: option: add support for Novatel MiFi USB620L

Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
    usb: musb: core: fix order of arguments to ulpi write callback

Jiri Slaby <jslaby@...e.cz>
    usblp: do not set TASK_INTERRUPTIBLE before lock

Robin Murphy <robin.murphy@....com>
    arm64: Fix compat register mappings

Mirza Krak <mirza.krak@...tmobility.com>
    can: sja1000: clear interrupts on start

David Herrmann <dh.herrmann@...il.com>
    Bluetooth: hidp: fix device disconnect on idle timeout

Larry Finger <Larry.Finger@...inger.net>
    staging: rtl8712: Add device ID for Sitecom WLA2100

Dan Carpenter <dan.carpenter@...cle.com>
    mwifiex: fix mwifiex_rdeeprom_read()

Maxime Ripard <maxime.ripard@...e-electrons.com>
    net: mvneta: Fix CPU_MAP registers initialisation

Johannes Berg <johannes.berg@...el.com>
    mac80211: fix driver RSSI event calculations

Andrew Cooper <andrew.cooper3@...rix.com>
    x86/cpu: Fix SMAP check in PVOPS environments

Borislav Petkov <bp@...e.de>
    x86/cpu: Call verify_cpu() after having entered long mode too

Krzysztof Mazur <krzysiek@...lesie.net>
    x86/setup: Fix low identity map for >= 2GB kernel range

Paolo Bonzini <pbonzini@...hat.com>
    x86/setup: Extend low identity map to cover whole kernel range

Florian Fainelli <f.fainelli@...il.com>
    ARM: orion: Fix DSA platform device after mvmdio conversion

Marek Szyprowski <m.szyprowski@...sung.com>
    ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()

Marek Szyprowski <m.szyprowski@...sung.com>
    ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()

Sasha Levin <sasha.levin@...cle.com>
    RDS: verify the underlying transport exists before creating a connection

Jason Wang <jasowang@...hat.com>
    virtio-net: drop NETIF_F_FRAGLIST

Eric Dumazet <edumazet@...gle.com>
    net: fix a race in dst_release()

Eric Dumazet <edumazet@...gle.com>
    net: avoid NULL deref in inet_ctl_sock_destroy()

Ani Sinha <ani@...sta.com>
    ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in preemptible context.

Phil Reid <preid@...ctromag.com.au>
    stmmac: Correctly report PTP capabilities.

Carol L Soto <clsoto@...ux.vnet.ibm.com>
    net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes

Sowmini Varadhan <sowmini.varadhan@...cle.com>
    RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv

Guillaume Nault <g.nault@...halink.fr>
    ppp: fix pppoe_dev deletion condition in pppoe_release()

Dan Carpenter <dan.carpenter@...cle.com>
    irda: precedence bug in irlmp_seq_hb_idx()


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

Diffstat:

 Makefile                                           |  4 +-
 arch/arm/mm/dma-mapping.c                          |  7 ++++
 arch/arm/plat-orion/common.c                       |  2 +-
 arch/arm64/include/asm/ptrace.h                    | 16 ++++----
 arch/x86/kernel/cpu/common.c                       |  3 +-
 arch/x86/kernel/head_64.S                          |  8 ++++
 arch/x86/kernel/setup.c                            |  8 ++++
 arch/x86/kernel/verify_cpu.S                       | 12 +++---
 drivers/net/can/sja1000/sja1000.c                  |  3 ++
 drivers/net/ethernet/marvell/mvneta.c              |  2 +-
 drivers/net/ethernet/mellanox/mlx4/cmd.c           |  2 +-
 drivers/net/ethernet/mellanox/mlx4/eq.c            |  2 +-
 .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c   |  7 +++-
 drivers/net/ppp/pppoe.c                            |  2 +-
 drivers/net/virtio_net.c                           |  4 +-
 drivers/net/wireless/mwifiex/debugfs.c             | 14 +++----
 drivers/staging/rtl8712/usb_intf.c                 |  1 +
 drivers/usb/class/usblp.c                          |  2 +-
 drivers/usb/musb/musb_core.c                       | 10 ++---
 drivers/usb/serial/option.c                        | 11 ++++++
 include/net/inet_common.h                          |  3 +-
 net/bluetooth/hidp/core.c                          | 14 +++++++
 net/core/dst.c                                     |  2 +-
 net/ipv4/ipmr.c                                    |  6 +--
 net/irda/irlmp.c                                   |  2 +-
 net/mac80211/mlme.c                                |  2 +-
 net/rds/connection.c                               |  6 +++
 net/rds/tcp_recv.c                                 | 11 +++++-
 sound/usb/midi.c                                   | 46 ++++++++++++++++++++++
 sound/usb/quirks-table.h                           | 11 ++++++
 sound/usb/quirks.c                                 |  1 +
 sound/usb/usbaudio.h                               |  1 +
 32 files changed, 177 insertions(+), 48 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