linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.18 00/47] 3.18.51-stable review
@ 2017-04-28  8:32 Greg Kroah-Hartman
  2017-04-28  8:32 ` [PATCH 3.18 01/47] KEYS: Disallow keyrings beginning with . to be joined as session keyrings Greg Kroah-Hartman
                   ` (44 more replies)
  0 siblings, 45 replies; 46+ messages in thread
From: Greg Kroah-Hartman @ 2017-04-28  8:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuahkh, patches,
	ben.hutchings, stable

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(-)

^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2017-04-28 19:19 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-28  8:32 [PATCH 3.18 00/47] 3.18.51-stable review Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 01/47] KEYS: Disallow keyrings beginning with . to be joined as session keyrings Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 02/47] KEYS: Change the name of the dead type to ".dead" to prevent user access Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 03/47] KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 04/47] tracing: Allocate the snapshot buffer before enabling probe Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 05/47] ring-buffer: Have ring_buffer_iter_empty() return true when empty Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 06/47] cifs: Do not send echoes before Negotiate is complete Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 07/47] CIFS: remove bad_network_name flag Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 08/47] s390/mm: fix CMMA vs KSM vs others Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 09/47] Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 10/47] ACPI / power: Avoid maybe-uninitialized warning Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 11/47] mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 12/47] ubi/upd: Always flush after prepared for an update Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 13/47] powerpc/kprobe: Fix oops when kprobed on stdu instruction Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 14/47] x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 15/47] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 16/47] arm64: avoid returning from bad_mode Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 17/47] clk: at91: usb: fix determine_rate prototype again Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 18/47] gadgetfs: fix uninitialized variable in error handling Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 19/47] dm bufio: hide bogus warning Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 20/47] MIPS: Fix the build on jz4740 after removing the custom gpio.h Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 21/47] perf: Avoid horrible stack usage Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 22/47] fs/nfs: fix new compiler warning about boolean in switch Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 23/47] iommu/vt-d: Remove unused variable Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 24/47] mm/init: fix zone boundary creation Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 25/47] net: ti: cpmac: Fix compiler warning due to type confusion Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 26/47] MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 27/47] nfsd: work around a gcc-5.1 warning Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 29/47] brcmfmac: avoid " Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 30/47] tty: nozomi: avoid a harmless gcc warning Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 31/47] net: vxge: avoid unused function warnings Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 33/47] hostap: avoid uninitialized variable use in hfa384x_get_rid Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 34/47] MIPS: MSP71xx: remove odd locking in PCI config space access code Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 35/47] net: tulip: turn compile-time warning into dev_warn() Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 37/47] gfs2: avoid uninitialized variable warning Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 39/47] ARM: 8296/1: cache-l2x0: clean up aurora cache handling Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 40/47] aic94xx: Skip reading user settings if flash is not found Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 41/47] MIPS: ralink: Cosmetic change to prom_init() Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 42/47] kconfig: tinyconfig: provide whole choice blocks to avoid warnings Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 43/47] ARM: 8383/1: nommu: avoid deprecated source register on mov Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 44/47] [media] xc2028: avoid use after free Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 45/47] vfio/pci: Fix integer overflows, bitmask check Greg Kroah-Hartman
2017-04-28  8:32 ` [PATCH 3.18 46/47] staging/android/ion : fix a race condition in the ion driver Greg Kroah-Hartman
2017-04-28  8:33 ` [PATCH 3.18 47/47] ping: implement proper locking Greg Kroah-Hartman
2017-04-28 18:12 ` [PATCH 3.18 00/47] 3.18.51-stable review Guenter Roeck
2017-04-28 19:19 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).