Linux 4.9.24
From: Greg KH
Date: Fri Apr 21 2017 - 03:53:32 EST
I'm announcing the release of the 4.9.24 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
------------
Makefile | 2
arch/mips/lantiq/irq.c | 38 +++++----
arch/parisc/include/asm/uaccess.h | 86 +++++++++++++-------
arch/parisc/lib/lusercopy.S | 27 +++---
arch/x86/entry/vdso/vdso32-setup.c | 11 ++
arch/x86/events/intel/lbr.c | 3
arch/x86/include/asm/elf.h | 2
arch/x86/include/asm/pmem.h | 42 +++++++---
arch/x86/kernel/signal_compat.c | 4
arch/x86/kvm/vmx.c | 10 +-
arch/x86/mm/init.c | 41 +++++++--
arch/x86/platform/efi/quirks.c | 4
arch/x86/xen/apic.c | 2
crypto/ahash.c | 79 +++++++++++-------
crypto/algif_aead.c | 12 +-
drivers/acpi/ec.c | 62 +++++++-------
drivers/acpi/internal.h | 4
drivers/acpi/nfit/core.c | 6 +
drivers/acpi/scan.c | 19 ++--
drivers/block/nbd.c | 10 +-
drivers/block/zram/zram_drv.c | 6 -
drivers/char/Kconfig | 5 -
drivers/char/mem.c | 82 ++++++++++++-------
drivers/char/virtio_console.c | 12 ++
drivers/cpufreq/cpufreq.c | 18 +++-
drivers/firmware/efi/libstub/gop.c | 6 -
drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 3
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 2
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c | 2
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c | 2
drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c | 2
drivers/input/joystick/xpad.c | 2
drivers/irqchip/irq-imx-gpcv2.c | 2
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 9 +-
drivers/media/usb/dvb-usb/cxusb.c | 15 +--
drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 33 +++++--
drivers/net/can/ifi_canfd/ifi_canfd.c | 2
drivers/net/wireless/ath/ath9k/common-spectral.c | 8 +
drivers/nvdimm/bus.c | 6 +
drivers/nvdimm/dimm_devs.c | 77 ++----------------
drivers/platform/x86/acer-wmi.c | 22 ++++-
drivers/pwm/pwm-rockchip.c | 40 +++++++--
drivers/rtc/rtc-tegra.c | 28 ++++++
drivers/scsi/qla2xxx/qla_os.c | 7 +
drivers/scsi/sd.c | 23 ++++-
drivers/scsi/sr.c | 6 -
drivers/target/iscsi/iscsi_target_parameters.c | 16 ---
drivers/target/iscsi/iscsi_target_util.c | 12 +-
drivers/target/target_core_fabric_configfs.c | 5 +
drivers/target/target_core_tpg.c | 4
drivers/target/target_core_user.c | 92 +++++++++++++++-------
drivers/video/fbdev/efifb.c | 66 +++++++++++++++
drivers/video/fbdev/xen-fbfront.c | 4
fs/cifs/file.c | 6 -
fs/cifs/smb2pdu.c | 10 ++
fs/ext4/inode.c | 5 -
fs/orangefs/devorangefs-req.c | 9 +-
fs/orangefs/orangefs-kernel.h | 1
fs/orangefs/super.c | 23 +++--
fs/proc/task_mmu.c | 9 +-
include/crypto/internal/hash.h | 10 ++
include/linux/cgroup.h | 21 +++++
include/linux/sched.h | 4
include/linux/uio.h | 6 +
include/target/target_core_base.h | 1
kernel/cgroup.c | 9 +-
kernel/kthread.c | 3
kernel/trace/ftrace.c | 29 +++++-
kernel/trace/trace.c | 1
kernel/trace/trace.h | 2
lib/iov_iter.c | 63 +++++++++++++++
mm/huge_memory.c | 3
mm/memcontrol.c | 15 +++
mm/zsmalloc.c | 2
net/core/datagram.c | 23 +++--
net/ipv6/route.c | 2
net/sctp/socket.c | 8 +
sound/soc/intel/Kconfig | 31 +++----
78 files changed, 938 insertions(+), 441 deletions(-)
Al Viro (2):
new privimitive: iov_iter_revert()
make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
Andy Shevchenko (1):
ASoC: Intel: select DW_DMAC_CORE since it's mandatory
Ard Biesheuvel (1):
efi/fb: Avoid reconfiguration of BAR that covers the framebuffer
Arnd Bergmann (1):
dvb-usb-v2: avoid use-after-free
Ben Skeggs (1):
drm/nouveau/disp/mcp7x: disable dptmds workaround
Cameron Gutman (1):
Input: xpad - add support for Razer Wildcat gamepad
Chen Yu (1):
cpufreq: Bring CPUs up even if cpufreq_online() failed
Cohen, Eugene (1):
efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
Daeho Jeong (1):
ext4: fix inode checksum calculation problem if i_extra_size is small
Dan Williams (4):
x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison)
libnvdimm: fix blk free space accounting
libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat
David Wu (1):
pwm: rockchip: State of PWM clock should synchronize with PWM enabled state
Fam Zheng (1):
scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable
Germano Percossi (2):
CIFS: reconnect thread reschedule itself
CIFS: store results of cifs_reopen_file to avoid infinite wait
Greg Kroah-Hartman (2):
Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
Linux 4.9.24
Helge Deller (1):
parisc: Fix get_user() for 64-bit value on 32-bit kernel
Herbert Xu (2):
crypto: algif_aead - Fix bogus request dereference in completion function
crypto: ahash - Fix EINPROGRESS notification callback
Ilia Mirkin (2):
drm/nouveau/mpeg: mthd returns true on success now
drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one
Jens Axboe (1):
nbd: fix 64-bit division
Joerg Roedel (1):
x86/signals: Fix lower/upper bound reporting in compat siginfo
Josef Bacik (1):
nbd: use loff_t for blocksize and nbd_set_size args
Juergen Gross (1):
xen, fbfront: fix connecting to backend
Kees Cook (1):
mm: Tighten x86 /dev/mem with zeroing reads
Kirill A. Shutemov (2):
thp: fix MADV_DONTNEED vs. MADV_FREE race
thp: fix MADV_DONTNEED vs clear soft dirty race
Lee, Chun-Yi (1):
platform/x86: acer-wmi: setup accelerometer when machine has appropriate notify event
Lv Zheng (1):
ACPI / EC: Use busy polling mode when GPE is not enabled
Mantas M (1):
net: ipv6: check route protocol when deleting routes
Marcelo Ricardo Leitner (1):
sctp: deny peeloff operation on asocs with threads sleeping on it
Markus Marb (1):
can: ifi: use correct register to read rx status
Martin Brandenburg (1):
orangefs: free superblock when mount fails
Martin K. Petersen (2):
scsi: sr: Sanity check returned mode data
scsi: sd: Fix capacity calculation with 32-bit sector_t
Mathias Krause (1):
x86/vdso: Ensure vdso32_enabled gets set to valid values only
Mauro Carvalho Chehab (1):
dvb-usb: don't use stack for firmware load
Max Bires (1):
char: lack of bool string made CONFIG_DEVPORT always on
Miaoqing Pan (1):
ath9k: fix NULL pointer dereference
Mikulas Patocka (1):
parisc: fix bugs in pa_memcpy
Minchan Kim (2):
zsmalloc: expand class bit
zram: do not use copy_page with non-page aligned address
Mohit Gambhir (1):
x86/xen: Fix APIC id mismatch warning on Intel
Namhyung Kim (1):
ftrace: Fix function pid filter on instances
Nicholas Bellinger (3):
iscsi-target: Fix TMR reference leak during session shutdown
iscsi-target: Drop work-around for legacy GlobalSAN initiator
target: Avoid mappedlun symlink creation during lun shutdown
Omar Sandoval (2):
x86/efi: Don't try to reserve runtime regions
virtio-console: avoid DMA from stack
Paolo Bonzini (1):
kvm: fix page struct leak in handle_vmon
Peter Zijlstra (1):
perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
Rafael J. Wysocki (1):
ACPI / scan: Set the visited flag for all enumerated devices
Sawan Chandak (1):
scsi: qla2xxx: Add fix to read correct register value for ISP82xx.
Stefan Brüns (2):
dvb-usb-firmware: don't do DMA on stack
cxusb: Use a dma capable buffer also for reading
Steven Rostedt (VMware) (1):
ftrace: Fix removing of second function probe
Tejun Heo (1):
cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups
Thierry Reding (1):
rtc: tegra: Implement clock handling
Thomas Gleixner (1):
x86/vdso: Plug race between mapping and ELF header setup
Tyler Baker (1):
irqchip/irq-imx-gpcv2: Fix spinlock initialization
Vladimir Davydov (1):
mm: memcontrol: use special workqueue for creating per-memcg caches
Wei Yongjun (1):
drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()
Xiubo Li (3):
tcmu: Fix possible overwrite of t_data_sg's last iov[]
tcmu: Fix wrongly calculating of the base_command_size
tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI case
Attachment:
signature.asc
Description: PGP signature