I'm announcing the release of the 3.18.51 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 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, 408 insertions(+), 286 deletions(-) Alban Bedel (1): MIPS: Fix the build on jz4740 after removing the custom gpio.h Alex Williamson (1): iommu/vt-d: Remove unused variable Andre Przywara (1): fs/nfs: fix new compiler warning about boolean in switch Arnd Bergmann (14): ACPI / power: Avoid maybe-uninitialized warning clk: at91: usb: fix determine_rate prototype again gadgetfs: fix uninitialized variable in error handling dm bufio: hide bogus warning nfsd: work around a gcc-5.1 warning brcmfmac: avoid gcc-5.1 warning tty: nozomi: avoid a harmless gcc warning net: vxge: avoid unused function warnings hostap: avoid uninitialized variable use in hfa384x_get_rid net: tulip: turn compile-time warning into dev_warn() mmc: sunxi: avoid invalid pointer calculation gfs2: avoid uninitialized variable warning ARM: 8296/1: cache-l2x0: clean up aurora cache handling kconfig: tinyconfig: provide whole choice blocks to avoid warnings Christian Borntraeger (1): s390/mm: fix CMMA vs KSM vs others David Howells (2): KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings KEYS: Change the name of the dead type to ".dead" to prevent user access Eric Biggers (1): KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings Eric Dumazet (1): ping: implement proper locking EunTaik Lee (1): staging/android/ion : fix a race condition in the ion driver Germano Percossi (1): CIFS: remove bad_network_name flag Greg Kroah-Hartman (1): Linux 3.18.51 Haibo Chen (1): mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card Hannes Reinecke (1): aic94xx: Skip reading user settings if flash is not found John Crispin (1): MIPS: ralink: Cosmetic change to prom_init(). Kevin Cernekee (1): Fix signed/unsigned pointer warning Mark Rutland (1): arm64: avoid returning from bad_mode Markos Chandras (1): MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations Mauro Carvalho Chehab (1): xc2028: avoid use after free Oliver O'Halloran (1): mm/init: fix zone boundary creation Paul Burton (1): net: ti: cpmac: Fix compiler warning due to type confusion Peter Zijlstra (Intel) (1): perf: Avoid horrible stack usage Ravi Bangoria (1): powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction Richard Leitner (1): misc: ioc4: simplify wave period measurement in clock_calibrate Sachin Prabhu (1): cifs: Do not send echoes before Negotiate is complete Satoru Takeuchi (1): btrfs: fix state->private cast on 32 bit machines Sebastian Siewior (1): ubi/upd: Always flush after prepared for an update Sergey Ryazanov (1): MIPS: MSP71xx: remove odd locking in PCI config space access code Stefan Agner (1): ARM: 8383/1: nommu: avoid deprecated source register on mov Steven Rostedt (VMware) (2): tracing: Allocate the snapshot buffer before enabling probe ring-buffer: Have ring_buffer_iter_empty() return true when empty Suzuki K Poulose (1): kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd Thorsten Leemhuis (1): Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled Vlad Tsyrklevich (1): vfio/pci: Fix integer overflows, bitmask check Yazen Ghannam (1): x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs
Attachment:
signature.asc
Description: PGP signature