lkml.org 
[lkml]   [2017]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 3.18 00/47] 3.18.51-stable review
Date
This is the start of the stable review cycle for the 3.18.51 release.
There are 47 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 Sun Apr 30 08:30:25 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.51-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 <gregkh@linuxfoundation.org>
Linux 3.18.51-rc1

Eric Dumazet <edumazet@google.com>
ping: implement proper locking

EunTaik Lee <eun.taik.lee@samsung.com>
staging/android/ion : fix a race condition in the ion driver

Vlad Tsyrklevich <vlad@tsyrklevich.net>
vfio/pci: Fix integer overflows, bitmask check

Mauro Carvalho Chehab <mchehab@osg.samsung.com>
xc2028: avoid use after free

Stefan Agner <stefan@agner.ch>
ARM: 8383/1: nommu: avoid deprecated source register on mov

Arnd Bergmann <arnd@arndb.de>
kconfig: tinyconfig: provide whole choice blocks to avoid warnings

John Crispin <john@phrozen.org>
MIPS: ralink: Cosmetic change to prom_init().

Hannes Reinecke <hare@suse.de>
aic94xx: Skip reading user settings if flash is not found

Arnd Bergmann <arnd@arndb.de>
ARM: 8296/1: cache-l2x0: clean up aurora cache handling

Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
btrfs: fix state->private cast on 32 bit machines

Arnd Bergmann <arnd@arndb.de>
gfs2: avoid uninitialized variable warning

Arnd Bergmann <arnd@arndb.de>
mmc: sunxi: avoid invalid pointer calculation

Arnd Bergmann <arnd@arndb.de>
net: tulip: turn compile-time warning into dev_warn()

Sergey Ryazanov <ryazanov.s.a@gmail.com>
MIPS: MSP71xx: remove odd locking in PCI config space access code

Arnd Bergmann <arnd@arndb.de>
hostap: avoid uninitialized variable use in hfa384x_get_rid

Richard Leitner <dev@g0hl1n.net>
misc: ioc4: simplify wave period measurement in clock_calibrate

Arnd Bergmann <arnd@arndb.de>
net: vxge: avoid unused function warnings

Arnd Bergmann <arnd@arndb.de>
tty: nozomi: avoid a harmless gcc warning

Arnd Bergmann <arnd@arndb.de>
brcmfmac: avoid gcc-5.1 warning

Kevin Cernekee <cernekee@gmail.com>
Fix signed/unsigned pointer warning

Arnd Bergmann <arnd@arndb.de>
nfsd: work around a gcc-5.1 warning

Markos Chandras <markos.chandras@imgtec.com>
MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations

Paul Burton <paul.burton@imgtec.com>
net: ti: cpmac: Fix compiler warning due to type confusion

Oliver O'Halloran <oohall@gmail.com>
mm/init: fix zone boundary creation

Alex Williamson <alex.williamson@redhat.com>
iommu/vt-d: Remove unused variable

Andre Przywara <andre.przywara@arm.com>
fs/nfs: fix new compiler warning about boolean in switch

Peter Zijlstra (Intel) <peterz@infradead.org>
perf: Avoid horrible stack usage

Alban Bedel <albeu@free.fr>
MIPS: Fix the build on jz4740 after removing the custom gpio.h

Arnd Bergmann <arnd@arndb.de>
dm bufio: hide bogus warning

Arnd Bergmann <arnd@arndb.de>
gadgetfs: fix uninitialized variable in error handling

Arnd Bergmann <arnd@arndb.de>
clk: at91: usb: fix determine_rate prototype again

Mark Rutland <mark.rutland@arm.com>
arm64: avoid returning from bad_mode

Suzuki K Poulose <suzuki.poulose@arm.com>
kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd

Yazen Ghannam <yazen.ghannam@amd.com>
x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs

Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction

Sebastian Siewior <bigeasy@linutronix.de>
ubi/upd: Always flush after prepared for an update

Haibo Chen <haibo.chen@nxp.com>
mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card

Arnd Bergmann <arnd@arndb.de>
ACPI / power: Avoid maybe-uninitialized warning

Thorsten Leemhuis <linux@leemhuis.info>
Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled

Christian Borntraeger <borntraeger@de.ibm.com>
s390/mm: fix CMMA vs KSM vs others

Germano Percossi <germano.percossi@citrix.com>
CIFS: remove bad_network_name flag

Sachin Prabhu <sprabhu@redhat.com>
cifs: Do not send echoes before Negotiate is complete

Steven Rostedt (VMware) <rostedt@goodmis.org>
ring-buffer: Have ring_buffer_iter_empty() return true when empty

Steven Rostedt (VMware) <rostedt@goodmis.org>
tracing: Allocate the snapshot buffer before enabling probe

Eric Biggers <ebiggers@google.com>
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings

David Howells <dhowells@redhat.com>
KEYS: Change the name of the dead type to ".dead" to prevent user access

David Howells <dhowells@redhat.com>
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings


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

Diffstat:

Makefile | 4 +-
arch/arm/kernel/head-nommu.S | 20 ++--
arch/arm/kvm/mmu.c | 12 +++
arch/arm/mm/cache-l2x0.c | 111 +++++++--------------
arch/arm64/kernel/entry.S | 4 +-
arch/arm64/kernel/traps.c | 28 +++++-
arch/mips/include/asm/compiler.h | 13 +++
arch/mips/jz4740/board-qi_lb60.c | 1 +
arch/mips/jz4740/gpio.c | 1 +
arch/mips/pci/ops-pmcmsp.c | 12 ---
arch/mips/ralink/prom.c | 9 +-
arch/powerpc/kernel/entry_64.S | 6 +-
arch/s390/include/asm/pgtable.h | 2 +
arch/x86/configs/tiny.config | 2 +
arch/x86/kernel/cpu/mcheck/mce_amd.c | 2 +-
drivers/acpi/power.c | 1 +
drivers/clk/at91/clk-usb.c | 4 +-
drivers/input/mouse/elantech.c | 8 ++
drivers/iommu/intel-iommu.c | 1 -
drivers/md/dm-bufio.c | 1 +
drivers/media/tuners/tuner-xc2028.c | 3 +-
drivers/misc/ioc4.c | 31 +++---
drivers/mmc/host/sdhci-esdhc-imx.c | 1 +
drivers/mmc/host/sunxi-mmc.c | 5 +-
drivers/mtd/ubi/upd.c | 8 +-
drivers/net/ethernet/dec/tulip/tulip_core.c | 9 +-
drivers/net/ethernet/dec/tulip/winbond-840.c | 2 +-
drivers/net/ethernet/neterion/vxge/vxge-main.c | 31 +++---
drivers/net/ethernet/ti/cpmac.c | 5 +-
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c | 2 +-
drivers/net/wireless/hostap/hostap_hw.c | 15 ++-
drivers/scsi/aic94xx/aic94xx_sds.c | 5 +-
drivers/staging/android/ion/ion.c | 55 +++++++---
drivers/tty/nozomi.c | 2 +-
drivers/usb/gadget/legacy/inode.c | 1 +
drivers/vfio/pci/vfio_pci.c | 33 +++---
drivers/vfio/pci/vfio_pci_intrs.c | 2 +-
fs/btrfs/extent_io.c | 2 +-
fs/cifs/cifsglob.h | 1 -
fs/cifs/netmisc.c | 12 ++-
fs/cifs/smb1ops.c | 10 ++
fs/cifs/smb2pdu.c | 5 -
fs/gfs2/dir.c | 4 +-
fs/nfs/nfs4proc.c | 11 +-
fs/nfsd/nfs4state.c | 3 +-
include/linux/ftrace_event.h | 2 +-
include/linux/perf_event.h | 28 ++++--
include/trace/ftrace.h | 7 +-
kernel/configs/tiny.config | 8 ++
kernel/events/core.c | 23 +++--
kernel/sched/core.c | 2 +-
kernel/trace/ring_buffer.c | 16 ++-
kernel/trace/trace.c | 8 +-
kernel/trace/trace_event_perf.c | 4 +-
kernel/trace/trace_kprobe.c | 4 +-
kernel/trace/trace_syscalls.c | 4 +-
kernel/trace/trace_uprobe.c | 2 +-
mm/page_alloc.c | 17 ++--
net/ipv4/ping.c | 5 +-
security/keys/gc.c | 2 +-
security/keys/keyctl.c | 20 ++--
security/keys/process_keys.c | 44 ++++----
62 files changed, 409 insertions(+), 287 deletions(-)


\
 
 \ /
  Last update: 2017-04-28 10:55    [W:0.165 / U:0.944 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site