This is the start of the stable review cycle for the 3.18.54 release.
There are 49 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 May 20 13:16:30 UTC 2017.
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.18.54-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
linux-3.18.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.18.54-rc1
Kangjie Lu <[email protected]>
ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
Kangjie Lu <[email protected]>
ALSA: timer: Fix leak in events via snd_timer_user_ccallback
Kangjie Lu <[email protected]>
ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
Takashi Iwai <[email protected]>
ALSA: timer: Fix race among timer ioctls
Takashi Iwai <[email protected]>
ALSA: seq: Fix race at timer setup and close
Jann Horn <[email protected]>
sched: panic on corrupted stack end
Bjørn Mork <[email protected]>
cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
Benjamin Tissoires <[email protected]>
HID: core: prevent out-of-bound readings
WANG Cong <[email protected]>
ppp: defer netns reference release for ppp channel
Rainer Weikusat <[email protected]>
af_unix: Guard against other == sk in unix_dgram_sendmsg
Eric Dumazet <[email protected]>
ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()
Eric Dumazet <[email protected]>
ipv6: sctp: add rcu protection around np->opt
Calvin Owens <[email protected]>
sg: Fix double-free when drives detach during SG_IO
Lukas Czerner <[email protected]>
ext4: fix potential use after free in __ext4_journal_stop
David Howells <[email protected]>
KEYS: Fix ASN.1 indefinite length object parsing
David Howells <[email protected]>
ASN.1: Fix non-match detection failure on data overrun
Peter Zijlstra <[email protected]>
perf: Fix race in swevent hash
Suzuki K. Poulose <[email protected]>
arm64: perf: reject groups spanning multiple HW PMUs
Peter Zijlstra <[email protected]>
perf: Fix event->ctx locking
Mark Rutland <[email protected]>
arm64: make sys_call_table const
Szymon Janc <[email protected]>
Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
Johan Hovold <[email protected]>
serial: omap: suspend device on probe errors
Johan Hovold <[email protected]>
serial: omap: fix runtime-pm handling on unbind
NeilBrown <[email protected]>
md/raid1: avoid reusing a resync bio after error handling.
Jason A. Donenfeld <[email protected]>
padata: free correct variable
Björn Jacke <[email protected]>
CIFS: add misssing SFM mapping for doublequote
Björn Jacke <[email protected]>
CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
Steve French <[email protected]>
SMB3: Work around mount failure when using SMB3 dialect to Macs
Steve French <[email protected]>
Set unicode flag on cifs echo request to avoid Mac error
Andrey Ryabinin <[email protected]>
fs/block_dev: always invalidate cleancache in invalidate_bdev()
Luis Henriques <[email protected]>
ceph: fix memory leak in __ceph_setxattr()
Michal Hocko <[email protected]>
fs/xattr.c: zero out memory copied to userspace in getxattr
Jack Morgenstein <[email protected]>
IB/mlx4: Fix ib device initialization error flow
Shamir Rabinovitch <[email protected]>
IB/IPoIB: ibX: failed to create mcg debug file
Somasundaram Krishnasamy <[email protected]>
dm era: save spacemap metadata root after the pre-commit
Richard Weinberger <[email protected]>
um: Fix PTRACE_POKEUSER on x86_64
Ashish Kalra <[email protected]>
x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
Maksim Salau <[email protected]>
usb: misc: legousbtower: Fix buffers on stack
Guenter Roeck <[email protected]>
usb: hub: Do not attempt to autosuspend disconnected devices
Gustavo A. R. Silva <[email protected]>
usb: misc: add missing continue in switch
Ian Abbott <[email protected]>
staging: comedi: jr3_pci: cope with jiffies wraparound
Ian Abbott <[email protected]>
staging: comedi: jr3_pci: fix possible null pointer dereference
Johan Hovold <[email protected]>
staging: gdm724x: gdm_mux: fix use-after-free on module unload
Malcolm Priestley <[email protected]>
staging: vt6656: use off stack for out buffer USB transfers.
Malcolm Priestley <[email protected]>
staging: vt6656: use off stack for in buffer USB transfers.
Ajay Kaher <[email protected]>
USB: Proper handling of Race Condition when two USB class drivers try to
call init_usb_class simultaneously
Marek Vasut <[email protected]>
USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
Peter Chen <[email protected]>
usb: host: xhci: print correct command ring address
Bart Van Assche <[email protected]>
target/fileio: Fix zero-length READ and WRITE handling
-------------
Diffstat:
Makefile | 4 +-
arch/arm64/kernel/perf_event.c | 21 ++-
arch/arm64/kernel/sys.c | 2 +-
arch/x86/boot/boot.h | 2 +-
arch/x86/um/ptrace_64.c | 2 +-
drivers/hid/hid-core.c | 3 +
drivers/infiniband/hw/mlx4/main.c | 1 +
drivers/infiniband/ulp/ipoib/ipoib_fs.c | 3 +
drivers/infiniband/ulp/ipoib/ipoib_main.c | 44 ++++-
drivers/infiniband/ulp/ipoib/ipoib_vlan.c | 3 -
drivers/md/dm-era-target.c | 8 +-
drivers/md/raid1.c | 2 +
drivers/net/ppp/ppp_generic.c | 5 +-
drivers/net/usb/cdc_ncm.c | 20 +--
drivers/scsi/sg.c | 8 +-
drivers/staging/comedi/drivers/jr3_pci.c | 13 +-
drivers/staging/gdm724x/gdm_mux.c | 3 +-
drivers/staging/vt6656/usbpipe.c | 31 +++-
drivers/target/target_core_file.c | 3 +-
drivers/tty/serial/omap-serial.c | 9 +-
drivers/usb/core/driver.c | 3 +
drivers/usb/core/file.c | 9 +-
drivers/usb/core/hub.c | 6 +
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/misc/legousbtower.c | 37 +++--
drivers/usb/misc/usbtest.c | 1 +
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 6 +
fs/block_dev.c | 11 +-
fs/ceph/xattr.c | 3 +
fs/cifs/cifs_unicode.c | 6 +
fs/cifs/cifs_unicode.h | 5 +-
fs/cifs/cifssmb.c | 3 +
fs/cifs/smb2pdu.c | 14 +-
fs/ext4/ext4_jbd2.c | 6 +-
fs/xattr.c | 2 +-
kernel/events/core.c | 264 +++++++++++++++++++++++-------
kernel/padata.c | 2 +-
kernel/sched/core.c | 3 +-
lib/asn1_decoder.c | 21 +--
net/bluetooth/hci_sock.c | 3 +-
net/sctp/ipv6.c | 16 +-
net/unix/af_unix.c | 7 +-
sound/core/seq/seq_queue.c | 2 +
sound/core/timer.c | 35 ++--
45 files changed, 482 insertions(+), 173 deletions(-)