All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.9.30
Date: Thu, 25 May 2017 18:19:12 +0200	[thread overview]
Message-ID: <20170525161912.GA26033@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 23723 bytes --]

I'm announcing the release of the 4.9.30 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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

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

 Documentation/arm64/tagged-pointers.txt                |   62 ++++--
 Makefile                                               |    2 
 arch/alpha/kernel/osf_sys.c                            |    6 
 arch/arm/boot/dts/at91-sama5d3_xplained.dts            |    5 
 arch/arm/boot/dts/imx6sx-sdb.dts                       |   17 -
 arch/arm/boot/dts/tegra20-paz00.dts                    |    1 
 arch/arm/include/asm/kvm_coproc.h                      |    3 
 arch/arm/include/asm/module.h                          |    9 
 arch/arm/kernel/module-plts.c                          |   87 ++++++---
 arch/arm/kernel/module.lds                             |    1 
 arch/arm/kvm/coproc.c                                  |   77 ++++++--
 arch/arm/kvm/handle_exit.c                             |    4 
 arch/arm/kvm/hyp/Makefile                              |    2 
 arch/arm/kvm/hyp/switch.c                              |    4 
 arch/arm/mm/proc-v7m.S                                 |    4 
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi              |    3 
 arch/arm64/include/asm/barrier.h                       |   20 +-
 arch/arm64/include/asm/cmpxchg.h                       |    2 
 arch/arm64/include/asm/uaccess.h                       |    3 
 arch/arm64/kernel/armv8_deprecated.c                   |    3 
 arch/arm64/kvm/hyp/Makefile                            |    2 
 arch/metag/include/asm/uaccess.h                       |   49 +++--
 arch/mips/Kconfig                                      |    1 
 arch/powerpc/include/asm/mmu_context.h                 |   17 +
 arch/powerpc/kernel/eeh_driver.c                       |   19 +-
 arch/powerpc/kernel/exceptions-64e.S                   |   12 +
 arch/powerpc/kernel/mce.c                              |    2 
 arch/powerpc/kernel/process.c                          |   19 ++
 arch/powerpc/kernel/traps.c                            |    4 
 arch/powerpc/mm/mmu_context_iommu.c                    |    4 
 arch/powerpc/platforms/pseries/dlpar.c                 |    1 
 arch/s390/kernel/crash_dump.c                          |   15 +
 arch/s390/kernel/entry.S                               |   21 +-
 arch/um/kernel/initrd.c                                |    4 
 arch/um/kernel/um_arch.c                               |    6 
 arch/x86/include/asm/uaccess.h                         |    6 
 arch/x86/kernel/fpu/init.c                             |    1 
 arch/x86/kvm/x86.c                                     |   43 +++-
 drivers/char/lp.c                                      |    6 
 drivers/char/mem.c                                     |    5 
 drivers/char/tpm/tpm_crb.c                             |    3 
 drivers/char/tpm/tpm_i2c_nuvoton.c                     |   24 +-
 drivers/char/tpm/tpm_tis_core.c                        |    6 
 drivers/char/tpm/tpm_tis_spi.c                         |  160 +++++++----------
 drivers/gpio/gpio-omap.c                               |   23 +-
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c                 |   29 ---
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c                 |   29 ---
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c                  |   36 +--
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c                  |   29 ---
 drivers/gpu/drm/drm_edid.c                             |    8 
 drivers/gpu/drm/i915/i915_gem_stolen.c                 |    5 
 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c       |    2 
 drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c        |    2 
 drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c     |    2 
 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c       |    2 
 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c       |   59 ++++--
 drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c       |    2 
 drivers/iio/common/hid-sensors/hid-sensor-attributes.c |   26 ++
 drivers/iio/common/hid-sensors/hid-sensor-trigger.c    |   20 +-
 drivers/iio/dac/ad7303.c                               |    6 
 drivers/iio/pressure/bmp280-core.c                     |   11 -
 drivers/iio/proximity/as3935.c                         |    3 
 drivers/infiniband/core/addr.c                         |    4 
 drivers/infiniband/hw/hfi1/file_ops.c                  |    5 
 drivers/infiniband/hw/hfi1/init.c                      |    1 
 drivers/infiniband/hw/hfi1/user_exp_rcv.c              |   32 +--
 drivers/infiniband/hw/hfi1/user_exp_rcv.h              |    1 
 drivers/infiniband/hw/mlx5/mr.c                        |    2 
 drivers/iommu/intel-iommu.c                            |    5 
 drivers/md/Kconfig                                     |    1 
 drivers/md/dm-bufio.c                                  |   35 ++-
 drivers/md/dm-cache-metadata.c                         |   12 -
 drivers/md/dm-mpath.c                                  |   17 +
 drivers/md/dm-thin-metadata.c                          |    4 
 drivers/md/md.c                                        |    5 
 drivers/md/persistent-data/dm-btree.c                  |    8 
 drivers/md/persistent-data/dm-space-map-disk.c         |   15 +
 drivers/md/raid5.c                                     |    6 
 drivers/media/dvb-frontends/cxd2841er.c                |    4 
 drivers/media/platform/s5p-mfc/s5p_mfc.c               |   13 -
 drivers/media/rc/mceusb.c                              |    4 
 drivers/media/usb/cx231xx/cx231xx-audio.c              |   42 +++-
 drivers/media/usb/cx231xx/cx231xx-cards.c              |   45 ++++
 drivers/media/usb/dvb-usb/dib0700_core.c               |    3 
 drivers/media/usb/dvb-usb/dibusb-mc-common.c           |    2 
 drivers/media/usb/dvb-usb/digitv.c                     |    3 
 drivers/media/usb/dvb-usb/dw2102.c                     |   54 +++++
 drivers/media/usb/dvb-usb/ttusb2.c                     |   19 ++
 drivers/media/usb/gspca/konica.c                       |    3 
 drivers/media/usb/usbvision/usbvision-video.c          |    9 
 drivers/media/usb/zr364xx/zr364xx.c                    |    8 
 drivers/misc/cxl/pci.c                                 |   34 ++-
 drivers/mtd/nand/nand_base.c                           |   70 +++++++
 drivers/mtd/nand/omap2.c                               |    9 
 drivers/mtd/nand/orion_nand.c                          |   42 ++--
 drivers/net/irda/irda-usb.c                            |    2 
 drivers/net/wireless/ath/ath9k/hif_usb.c               |    4 
 drivers/net/wireless/marvell/mwifiex/cfg80211.c        |    4 
 drivers/net/wireless/marvell/mwifiex/pcie.c            |    7 
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c   |  122 +++++++++++-
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/reg.h   |    1 
 drivers/nvdimm/bus.c                                   |    5 
 drivers/nvme/host/pci.c                                |    7 
 drivers/of/address.c                                   |    2 
 drivers/of/fdt.c                                       |    3 
 drivers/of/of_numa.c                                   |    2 
 drivers/pci/host/pci-hyperv.c                          |   13 -
 drivers/pci/pci-sysfs.c                                |   10 -
 drivers/pci/pci.c                                      |    9 
 drivers/pci/proc.c                                     |   21 +-
 drivers/regulator/rk808-regulator.c                    |    2 
 drivers/regulator/tps65023-regulator.c                 |    3 
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c               |  114 +++++++++---
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.h               |    2 
 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c         |   24 +-
 drivers/staging/rtl8192e/rtl819x_TSProc.c              |   15 -
 drivers/usb/class/cdc-acm.c                            |   13 -
 drivers/usb/core/devio.c                               |   14 -
 drivers/usb/core/hcd.c                                 |    4 
 drivers/usb/core/hub.c                                 |   19 +-
 drivers/usb/core/urb.c                                 |    2 
 drivers/usb/dwc3/gadget.c                              |    9 
 drivers/usb/host/ohci-hcd.c                            |    3 
 drivers/usb/host/ohci-pci.c                            |   16 +
 drivers/usb/host/ohci.h                                |    1 
 drivers/usb/host/xhci-mem.c                            |    4 
 drivers/usb/host/xhci-pci.c                            |    7 
 drivers/usb/host/xhci-plat.c                           |    2 
 drivers/usb/misc/chaoskey.c                            |    2 
 drivers/usb/misc/iowarrior.c                           |    2 
 drivers/usb/misc/legousbtower.c                        |   38 ++--
 drivers/usb/musb/musb_host.c                           |    9 
 drivers/usb/musb/tusb6010_omap.c                       |   13 -
 drivers/usb/serial/ftdi_sio.c                          |   10 -
 drivers/usb/serial/ftdi_sio_ids.h                      |    2 
 drivers/usb/serial/io_ti.c                             |    5 
 drivers/usb/serial/mct_u232.c                          |    2 
 drivers/usb/serial/option.c                            |    8 
 drivers/usb/serial/qcserial.c                          |    2 
 drivers/usb/storage/ene_ub6250.c                       |   90 +++++----
 drivers/uwb/i1480/dfu/usb.c                            |    5 
 drivers/watchdog/pcwd_usb.c                            |    3 
 fs/crypto/fname.c                                      |    2 
 fs/ext4/namei.c                                        |    4 
 fs/f2fs/dir.c                                          |   37 ++-
 fs/f2fs/f2fs.h                                         |    3 
 fs/f2fs/hash.c                                         |    7 
 fs/f2fs/inline.c                                       |    4 
 fs/nfs/nfs4proc.c                                      |    4 
 fs/nfs/pagelist.c                                      |   15 +
 fs/nfs/write.c                                         |    2 
 fs/nfsd/nfs4proc.c                                     |    3 
 fs/nfsd/nfs4xdr.c                                      |    8 
 fs/notify/fanotify/fanotify_user.c                     |   26 +-
 fs/proc/generic.c                                      |    1 
 include/linux/hid-sensor-hub.h                         |    2 
 include/linux/kprobes.h                                |    4 
 kernel/fork.c                                          |   10 -
 kernel/irq/chip.c                                      |    2 
 kernel/kprobes.c                                       |    2 
 kernel/pid_namespace.c                                 |    2 
 kernel/trace/trace_kprobe.c                            |    5 
 net/ipx/af_ipx.c                                       |    5 
 security/integrity/ima/ima_appraise.c                  |    5 
 sound/hda/hdac_controller.c                            |    4 
 sound/soc/codecs/cs4271.c                              |    2 
 166 files changed, 1650 insertions(+), 722 deletions(-)

Al Viro (1):
      osf_wait4(): fix infoleak

Alan Stern (1):
      USB: ene_usb6250: fix DMA to the stack

Alexander Couzens (1):
      mtd: nand: add ooblayout for old hamming layout

Alexander Steffen (1):
      tpm_tis_core: Choose appropriate timeout for reading burstcount

Alexander Sverdlin (1):
      ASoC: cs4271: configure reset GPIO as output

Alexey Kardashevskiy (1):
      powerpc/iommu: Do not call PageTransHuge() on tail pages

Alyssa Milburn (4):
      ttusb2: limit messages to buffer size
      zr364xx: enforce minimum size when reading header
      digitv: limit messages to buffer size
      dw2102: limit messages to buffer size

Amir Goldstein (1):
      fanotify: don't expose EOPENSTALE to userspace

Andreas Klinger (1):
      IIO: bmp280-core.c: fix error in humidity calculation

Andrey Korolyov (1):
      USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs

Anthony Mallet (1):
      USB: serial: ftdi_sio: fix setting latency for unprivileged users

Ard Biesheuvel (1):
      ARM: 8662/1: module: split core and init PLT sections

Ari Kauppi (1):
      nfsd: fix undefined behavior in nfsd4_layout_verify

Bart Van Assche (1):
      dm mpath: split and rename activate_path() to prepare for its expanded use

Ben Hutchings (1):
      dvb-usb-dibusb-mc-common: Add MODULE_LICENSE

Ben Skeggs (5):
      drm/nouveau/therm: remove ineffective workarounds for alarm bugs
      drm/nouveau/tmr: ack interrupt before processing alarms
      drm/nouveau/tmr: fix corruption of the pending list when rescheduling an alarm
      drm/nouveau/tmr: avoid processing completed alarms when adding a new one
      drm/nouveau/tmr: handle races with hw when updating the next alarm time

Benjamin Coddington (1):
      NFS: Use GFP_NOIO for two allocations in writeback

Bjørn Mork (1):
      USB: serial: qcserial: add more Lenovo EM74xx device IDs

Brian Norris (2):
      mwifiex: MAC randomization should not be persistent
      mwifiex: pcie: fix cmd_buf use-after-free in remove/reset

Bryant G. Ly (1):
      ibmvscsis: Do not send aborted task response

Chris Wilson (1):
      drm/i915/gvt: Disable access to stolen memory as a guest

Dan Carpenter (1):
      ipx: call ipxitf_put() in ioctl error path

Daniel Glöckner (1):
      ima: accept previously set IMA_NEW_FILE

Daniel Lezcano (1):
      arm64: dts: hi6220: Reset the mmc hosts

Daniel Micay (1):
      stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms

Daniel Scheller (1):
      dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops

Daniele Palmas (1):
      usb: serial: option: add Telit ME910 support

David Gibson (1):
      powerpc/mm: Ensure IRQs are off in switch_mm()

David Rivshin (1):
      gpio: omap: return error if requested debounce time is not possible

David Woodhouse (3):
      PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
      PCI: Fix another sanity check bug in /proc/pci mmap
      PCI: Only allow WC mmap on prefetchable resources

Dennis Yang (1):
      md: update slab_cache before releasing new stripes when stripes resizing

Dmitry Tunin (1):
      ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device

Eric Biggers (1):
      fscrypt: avoid collisions when presenting long encrypted filenames

Eric W. Biederman (1):
      pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes

Fred Isaman (1):
      NFS: Fix use after free in write error path

Gerd Hoffmann (1):
      ohci-pci: add qemu quirk

Greg Kroah-Hartman (1):
      Linux 4.9.30

Huacai Chen (1):
      MIPS: Loongson-3: Select MIPS_L1_CACHE_SHIFT_6

J. Bruce Fields (1):
      nfsd: encoders mustn't use unitialized values in error cases

Jaegeuk Kim (1):
      f2fs: check entire encrypted bigname when finding a dentry

James Hogan (2):
      metag/uaccess: Fix access_ok()
      metag/uaccess: Check access_ok in strncpy_from_user

Jeeja KP (1):
      ALSA: hda: Fix cpu lockup when stopping the cmd dmas

Jerry Snitselaar (1):
      tpm_crb: check for bad response size

Joe Thornber (2):
      dm thin metadata: call precommit before saving the roots
      dm space map disk: fix some book keeping in the disk space map

Johan Hovold (18):
      watchdog: pcwd_usb: fix NULL-deref at probe
      ath9k_htc: fix NULL-deref at probe
      of: fdt: add missing allocation-failure check
      USB: chaoskey: fix Alea quirk on big-endian hosts
      net: irda: irda-usb: fix firmware name on big-endian hosts
      usbvision: fix NULL-deref at probe
      mceusb: fix NULL-deref at probe
      USB: iowarrior: fix info ioctl on big-endian hosts
      USB: serial: mct_u232: fix big-endian baud-rate handling
      USB: serial: io_ti: fix div-by-zero in set_termios
      USB: hub: fix SS hub-descriptor handling
      USB: hub: fix non-SS hub-descriptor handling
      gspca: konica: add missing endpoint sanity check
      dib0700: fix NULL-deref at probe
      cx231xx-audio: fix init error path
      cx231xx-audio: fix NULL-deref at probe
      cx231xx-cards: fix NULL-deref at probe
      uwb: fix device quirk on big-endian hosts

Jon Derrick (1):
      nvme: unmap CMB and remove sysfs file in reset path

Julius Werner (1):
      drivers: char: mem: Check for address space wraparound with mmap()

K. Y. Srinivasan (2):
      PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC
      PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUs

KarimAllah Ahmed (1):
      iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings

Kirill Tkhai (1):
      pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()

Kristina Martsenko (1):
      arm64: documentation: document tagged pointer stack constraints

Larry Finger (1):
      rtlwifi: rtl8821ae: setup 8812ae RFE according to device type

Leonard Crestez (1):
      ARM: dts: imx6sx-sdb: Remove OPP override

Linus Torvalds (1):
      x86: fix 32-bit case of __get_user_asm_u64()

LiuHailong (1):
      powerpc/64e: Fix hang when debugging programs with relocated kernel

Ludovic Desroches (2):
      ARM: dts: at91: sama5d3_xplained: fix ADC vref
      ARM: dts: at91: sama5d3_xplained: not all ADC channels are available

Lukas Wunner (1):
      PCI: Freeze PME scan before suspending devices

Mahesh Salgaonkar (1):
      powerpc/book3s/mce: Move add_taint() later in virtual mode

Maksim Salau (2):
      usb: misc: legousbtower: Fix buffers on stack
      usb: misc: legousbtower: Fix memory leak

Malcolm Priestley (4):
      staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.
      staging: rtl8192e: fix 2 byte alignment of register BSSIDR.
      staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.
      staging: rtl8192e: GetTs Fix invalid TID 7 warning.

Marc Dietrich (1):
      ARM: tegra: paz00: Mark panel regulator as enabled on boot

Marc Zyngier (2):
      arm64: KVM: Do not use stack-protector to compile EL2 code
      arm: KVM: Do not use stack-protector to compile HYP code

Marek Szyprowski (2):
      s5p-mfc: Fix race between interrupt routine and device functions
      s5p-mfc: Fix unbalanced call to clock management

Mario Kleiner (4):
      drm/amdgpu: Make display watermark calculations more accurate
      drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations.
      drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path.
      drm/edid: Add 10 bpc quirk for LGD 764 panel in HP zBook 17 G2

Mark Rutland (4):
      arm64: xchg: hazard against entire exchange variable
      arm64: ensure extension of smp_store_release value
      arm64: armv8_deprecated: ensure extension of addr
      arm64: uaccess: ensure extension of access_ok() addr

Martin Schwidefsky (1):
      s390/cputime: fix incorrect system time

Masami Hiramatsu (1):
      um: Fix to call read_initrd after init_bootmem

Mathias Nyman (1):
      xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for Denverton

Matt Ranostay (1):
      iio: proximity: as3935: fix as3935_write

Matthias Lange (1):
      xhci: remove GFP_DMA flag from allocation

Michael Holzheu (1):
      s390/kdump: Add final note

Michael J. Ruhl (2):
      IB/hfi1: Return an error on memory allocation failure
      IB/hfi1: Fix a subcontext memory leak

Michael Neuling (1):
      powerpc/tm: Fix FP and VMX register corruption

Mike Snitzer (1):
      dm cache metadata: fail operations if fail_io mode has been established

Mikulas Patocka (4):
      dm raid: select the Kconfig option CONFIG_MD_RAID0
      dm bufio: avoid a possible ABBA deadlock
      dm bufio: check new buffer allocation watermark every 30 seconds
      dm bufio: make the parameter "retain_bytes" unsigned long

Nayna Jain (2):
      tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
      tpm: add sleep only for retry in i2c_nuvoton_write_status()

NeilBrown (1):
      md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop

Paolo Abeni (1):
      infiniband: call ipv6 route lookup via the stub interface

Pavel Roskin (1):
      iio: dac: ad7303: fix channel description

Peter Chen (1):
      usb: host: xhci-mem: allocate zeroed Scratchpad Buffer

Peter Huewe (5):
      tpm_tis_spi: Use single function to transfer data
      tpm_tis_spi: Abort transfer when too many wait states are signaled
      tpm_tis_spi: Check correct byte for wait state indicator
      tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes
      tpm_tis_spi: Add small delay after last transfer

Peter Ujfalusi (1):
      usb: musb: tusb6010_omap: Do not reset the other direction's packet size

Richard Cochran (1):
      regulator: tps65023: Fix inverted core enable logic.

Rob Herring (1):
      of: fix sparse warning in of_pci_range_parser_one

Roger Quadros (1):
      mtd: nand: omap2: Fix partition creation via cmdline mtdparts

Russell Currey (1):
      powerpc/eeh: Avoid use after free in eeh_handle_special_event()

Sagi Grimberg (1):
      mlx5: Fix mlx5_ib_map_mr_sg mr length

Simon Baatz (1):
      mtd: nand: orion: fix clk handling

Srinivas Pandruvada (1):
      iio: hid-sensor: Store restore poll and hysteresis on S3

Takashi Iwai (1):
      proc: Fix unbalanced hard link numbers

Thinh Nguyen (1):
      usb: dwc3: gadget: Prevent losing events in event cache

Thomas Gleixner (2):
      genirq: Fix chained interrupt data ordering
      tracing/kprobes: Enforce kprobes teardown after testing

Thomas Petazzoni (1):
      usb: host: xhci-plat: propagate return value of platform_get_irq()

Tobias Herzog (1):
      cdc-acm: fix possible invalid access when processing notification

Tony Lindgren (1):
      usb: musb: Fix trying to suspend while active for OTG configurations

Toshi Kani (1):
      libnvdimm: fix clear length of nvdimm_forget_poison()

Trond Myklebust (1):
      NFSv4: Fix a hang in OPEN related to server reboot

Tyrel Datwyler (2):
      of: fix "/cpus" reference leak in of_numa_parse_cpu_nodes()
      powerpc/pseries: Fix of_node_put() underflow during DLPAR remove

Vaibhav Jain (2):
      cxl: Force context lock during EEH flow
      cxl: Route eeh events to all drivers in cxl_pci_error_detected()

Vamsi Krishna Samavedam (1):
      USB: core: replace %p with %pK

Vinothkumar Raja (1):
      dm btree: fix for dm_btree_find_lowest_key()

Vladimir Murzin (1):
      ARM: 8670/1: V7M: Do not corrupt vector table around v7m_invalidate_l1 call

Wadim Egorov (1):
      regulator: rk808: Fix RK818 LDO2

Wanpeng Li (3):
      KVM: x86: Fix load damaged SSEx MXCSR register
      KVM: x86: Fix potential preemption when get the current kvmclock timestamp
      KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation

Willy Tarreau (1):
      char: lp: fix possible integer overflow in lp_setup()

Zhichao Huang (1):
      KVM: arm: plug potential guest hardware debug leakage


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-05-25 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-25 16:19 Greg KH [this message]
2017-05-25 16:19 ` Linux 4.9.30 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170525161912.GA26033@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.