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:   Tue, 13 Dec 2016 20:52:40 +0100
From:   Jiri Slaby <jslaby@...e.cz>
To:     stable@...r.kernel.org
Cc:     linux@...ck-us.net, shuah.kh@...sung.com,
        linux-kernel@...r.kernel.org, Jiri Slaby <jslaby@...e.cz>
Subject: [PATCH 3.12 00/38] 3.12.69-stable review

This is the start of the stable review cycle for the 3.12.69 release.
There are 38 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 Thu Dec 15 20:52:26 CET 2016.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	http://kernel.org/pub/linux/kernel/people/jirislaby/stable-review/patch-3.12.69-rc1.xz
and the diffstat can be found below.

thanks,
js

===============


Alex Williamson (2):
  PCI: Fix devfn for VPD access through function 0
  PCI: Use function 0 VPD for identical functions, regular VPD for
    others

Amir Vadai (1):
  net/sched: pedit: make sure that offset is valid

Andreas Larsson (1):
  sparc32: Fix inverted invalid_frame_pointer checks on sigreturns

Andrey Grodzovsky (1):
  scsi: mpt3sas: Fix secure erase premature termination

Andrey Ryabinin (1):
  mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]

Andy Lutomirski (1):
  x86/traps: Ignore high word of regs->cs in early_fixup_exception()

Brian Norris (2):
  mtd: blkdevs: fix potential deadlock + lockdep warnings
  mwifiex: printk() overflow with 32-byte SSIDs

Chris Metcalf (1):
  tile: avoid using clocksource_cyc2ns with absolute cycle count

Cyrille Pitchen (1):
  i2c: at91: fix write transfers by clearing pending interrupt first

Ding Tianhong (1):
  rcu: Fix soft lockup for rcu_nocb_kthread

Doug Brown (1):
  USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad

Eli Cooper (2):
  ipv6: Set skb->protocol properly for local output
  ipv4: Set skb->protocol properly for local output

Eric Dumazet (2):
  net/dccp: fix use-after-free in dccp_invalid_packet
  net: avoid signed overflows for SO_{SND|RCV}BUFFORCE

Guillaume Nault (1):
  l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()

Jeremy Linton (1):
  net: sky2: Fix shutdown crash

Jisheng Zhang (1):
  x86/idle: Restore trace_cpu_idle to mwait_idle() calls

Johan Hovold (1):
  pwm: Fix device reference leak

Johannes Berg (1):
  cfg80211: limit scan results cache size

Johannes Thumshirn (1):
  PCI: Export pcie_find_root_port

John Johansen (1):
  apparmor: fix change_hat not finding hat after policy replacement

Kees Cook (1):
  net: ping: check minimum size on ICMP header length

Michel Dänzer (1):
  drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to
    on

Paolo Abeni (1):
  ip6_tunnel: disable caching when the traffic class is inherited

Paul Jakma (1):
  USB: serial: cp210x: add ID for the Zone DPMX

Peter Chen (1):
  usb: chipidea: move the lock initialization to core file

Peter Hurley (1):
  tty: audit: Fix audit source

Petr Vandrovec (1):
  Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=y

Philip Pettersson (1):
  packet: fix race condition in packet_set_ring

Radim Krčmář (1):
  KVM: x86: drop error recovery in em_jmp_far and em_ret_far

Takashi Iwai (1):
  ALSA: pcm : Call kill_fasync() in stream lock

Thomas Tai (2):
  sparc64: Fix find_node warning if numa node cannot be found
  sparc64: fix compile warning section mismatch in find_node()

Vitaly Kuznetsov (1):
  kernel/panic.c: turn off locks debug before releasing console lock

Vlad Yasevich (1):
  Revert "drivers/net: Disable UFO through virtio"

 arch/sparc/kernel/signal_32.c               |  4 +-
 arch/sparc/mm/init_64.c                     | 71 ++++++++++++++++++++++++++---
 arch/tile/kernel/time.c                     |  4 +-
 arch/x86/kernel/head_32.S                   |  2 +-
 arch/x86/kernel/process.c                   |  2 +
 arch/x86/kvm/emulate.c                      | 36 +++++----------
 drivers/gpu/drm/radeon/atombios_crtc.c      |  2 +
 drivers/gpu/drm/radeon/radeon_legacy_crtc.c |  2 +
 drivers/i2c/busses/i2c-at91.c               | 58 +++++++++++++++++++----
 drivers/mtd/mtd_blkdevs.c                   | 10 ++--
 drivers/net/ethernet/marvell/sky2.c         | 13 ++++++
 drivers/net/macvtap.c                       | 13 ++++--
 drivers/net/tun.c                           | 19 ++++----
 drivers/net/virtio_net.c                    | 24 ++++------
 drivers/net/wireless/mwifiex/cfg80211.c     | 13 +++---
 drivers/pci/access.c                        | 27 ++---------
 drivers/pci/pcie/aer/aer_inject.c           | 14 ------
 drivers/pci/quirks.c                        | 20 +++++++-
 drivers/pwm/sysfs.c                         |  2 +
 drivers/scsi/mpt3sas/mpt3sas_scsih.c        | 14 ++++++
 drivers/tty/n_tty.c                         |  2 +-
 drivers/tty/tty_audit.c                     |  2 +-
 drivers/usb/chipidea/core.c                 |  1 +
 drivers/usb/chipidea/udc.c                  |  2 -
 drivers/usb/serial/cp210x.c                 |  1 +
 drivers/usb/serial/ftdi_sio.c               |  2 +
 drivers/usb/serial/ftdi_sio_ids.h           |  6 +++
 drivers/usb/storage/transport.c             |  7 ++-
 include/linux/pci.h                         | 14 ++++++
 include/linux/tty.h                         |  6 +--
 kernel/panic.c                              |  5 +-
 kernel/rcutree_plugin.h                     |  1 +
 lib/mpi/mpi-pow.c                           |  7 ++-
 net/core/sock.c                             |  4 +-
 net/dccp/ipv4.c                             | 12 +++--
 net/ipv4/ip_output.c                        |  3 ++
 net/ipv4/ping.c                             |  4 ++
 net/ipv6/ip6_tunnel.c                       | 13 +++++-
 net/ipv6/output_core.c                      |  2 +
 net/l2tp/l2tp_ip.c                          |  5 +-
 net/l2tp/l2tp_ip6.c                         |  5 +-
 net/packet/af_packet.c                      | 18 +++++---
 net/sched/act_pedit.c                       | 24 ++++++++--
 net/wireless/core.h                         |  1 +
 net/wireless/scan.c                         | 69 ++++++++++++++++++++++++++++
 security/apparmor/domain.c                  |  6 ++-
 sound/core/pcm_lib.c                        |  2 +-
 47 files changed, 413 insertions(+), 161 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ