From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1952995AbdD3F0A (ORCPT ); Sun, 30 Apr 2017 01:26:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49278 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424108AbdD3FZ4 (ORCPT ); Sun, 30 Apr 2017 01:25:56 -0400 Date: Sun, 30 Apr 2017 07:25:44 +0200 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 3.18.51 Message-ID: <20170430052544.GA7244@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 linu= x-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Makefile | 2=20 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=20 arch/arm64/kernel/traps.c | 28 ++++- arch/mips/include/asm/compiler.h | 13 ++ arch/mips/jz4740/board-qi_lb60.c | 1=20 arch/mips/jz4740/gpio.c | 1=20 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=20 arch/x86/configs/tiny.config | 2=20 arch/x86/kernel/cpu/mcheck/mce_amd.c | 2=20 drivers/acpi/power.c | 1=20 drivers/clk/at91/clk-usb.c | 4=20 drivers/input/mouse/elantech.c | 8 + drivers/iommu/intel-iommu.c | 1=20 drivers/md/dm-bufio.c | 1=20 drivers/media/tuners/tuner-xc2028.c | 3=20 drivers/misc/ioc4.c | 31 +++-- drivers/mmc/host/sdhci-esdhc-imx.c | 1=20 drivers/mmc/host/sunxi-mmc.c | 5=20 drivers/mtd/ubi/upd.c | 8 - drivers/net/ethernet/dec/tulip/tulip_core.c | 9 + drivers/net/ethernet/dec/tulip/winbond-840.c | 2=20 drivers/net/ethernet/neterion/vxge/vxge-main.c | 31 ++--- drivers/net/ethernet/ti/cpmac.c | 5=20 drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c | 2=20 drivers/net/wireless/hostap/hostap_hw.c | 15 +- drivers/scsi/aic94xx/aic94xx_sds.c | 5=20 drivers/staging/android/ion/ion.c | 55 +++++++--- drivers/tty/nozomi.c | 2=20 drivers/usb/gadget/legacy/inode.c | 1=20 drivers/vfio/pci/vfio_pci.c | 33 +++--- drivers/vfio/pci/vfio_pci_intrs.c | 2=20 fs/btrfs/extent_io.c | 2=20 fs/cifs/cifsglob.h | 1=20 fs/cifs/netmisc.c | 12 +- fs/cifs/smb1ops.c | 10 + fs/cifs/smb2pdu.c | 5=20 fs/gfs2/dir.c | 4=20 fs/nfs/nfs4proc.c | 11 -- fs/nfsd/nfs4state.c | 3=20 include/linux/ftrace_event.h | 2=20 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=20 kernel/trace/ring_buffer.c | 16 ++- kernel/trace/trace.c | 8 - kernel/trace/trace_event_perf.c | 4=20 kernel/trace/trace_kprobe.c | 4=20 kernel/trace/trace_syscalls.c | 4=20 kernel/trace/trace_uprobe.c | 2=20 mm/page_alloc.c | 17 +-- net/ipv4/ping.c | 5=20 security/keys/gc.c | 2=20 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 ke= yrings KEYS: Change the name of the dead type to ".dead" to prevent user acc= ess 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 c= ard 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 annotatio= ns 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 --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlkFdVUACgkQONu9yGCS aT6hwg//a5Yp7FkL+FrGyQV1WcrI6gF259b0j5Gy/PD46Iu7mbPQkYsOHzfKFfbI sx3wWM7rqyoY+YGgQGtgcn9PbHvbSX0ma3LGQqr3dk7RUzoKfDOIoLQBdzAXIKUH PyjL34VHUSdyhxdRjBYtk6jP0LuU5PFmNQbp7v7lxjPKgzHrSonKuCkNkl+1Gjtm u1PJr5SYMatUbxehONpKMYlD2Ff/0aKPMftZQMamCXP8vEMNCsXnM7idIaFGUzlg E1EeUbi/PSkTvoGFtfOXNUETbdHkLAAOIm81ufuyOl0YcprIY4OjsIpZaylhYSEy kkwEKNANVmKk1munxnJArx/7fKi3QfMDWXKCjIPrvFTNlqJE9G/BkmarJhN2fKpC KS5Ajj2HTro9nlJM3e5n2XUSlivUCO6i/xFtiud8u/iIVoSt28Fk/Cgo0BTR5KyL SbJMdYDoanRqGNty7uDtLlZYBOzUK5+30wh/784vNNfdv934WvLth7FUG3rTCkZP hzkUfCfWTFYdS4mydSCueZjWX3Y6nDvY1SzvmzfZSJPuEa8Cwfo5n4jkcjvqbWPe ifSeUoc+wB669e4pvtC5jlPYD5XAOrR/ycjFo5gHzVZ5kACK0nuuwEWwZEew/J9c mE27/RvXXIKd3rh5TvKdr19xIKFrO5dQToHYBqd2GCA5Bx+adlc= =YgFo -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--