lkml.org 
[lkml]   [2018]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.9.128
I'm announcing the release of the 4.9.128 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/arc/configs/axs101_defconfig | 1
arch/arc/configs/axs103_defconfig | 1
arch/arc/configs/axs103_smp_defconfig | 1
arch/mips/cavium-octeon/octeon-platform.c | 2 +
arch/mips/generic/init.c | 1
arch/mips/include/asm/io.h | 8 +++---
arch/mips/kernel/process.c | 1
arch/mips/mm/c-r4k.c | 6 +++-
arch/openrisc/kernel/process.c | 2 -
arch/s390/kvm/vsie.c | 3 +-
arch/x86/mm/fault.c | 2 -
block/blk-cgroup.c | 9 +++----
block/cfq-iosched.c | 6 +++-
block/partitions/aix.c | 13 +++++++---
drivers/ata/libahci.c | 2 +
drivers/bluetooth/Kconfig | 1
drivers/char/tpm/tpm_i2c_infineon.c | 8 +++---
drivers/char/tpm/tpm_tis_spi.c | 9 ++++++-
drivers/gpio/gpio-ml-ioh.c | 3 +-
drivers/gpio/gpio-tegra.c | 2 -
drivers/i2c/busses/i2c-i801.c | 7 ++++-
drivers/i2c/busses/i2c-xiic.c | 4 +++
drivers/infiniband/core/cma.c | 13 +++++++---
drivers/infiniband/sw/rxe/rxe_resp.c | 4 ++-
drivers/input/touchscreen/atmel_mxt_ts.c | 7 +++--
drivers/iommu/ipmmu-vmsa.c | 9 +++----
drivers/macintosh/via-pmu.c | 9 +++----
drivers/md/raid5.c | 6 ++++
drivers/media/dvb-frontends/helene.c | 5 +++
drivers/media/platform/s5p-mfc/s5p_mfc.c | 23 +++++++++---------
drivers/mfd/ti_am335x_tscadc.c | 3 --
drivers/misc/mic/scif/scif_api.c | 20 +++++++--------
drivers/misc/ti-st/st_kim.c | 4 +--
drivers/mtd/ubi/wl.c | 8 ++++--
drivers/net/ethernet/marvell/mvneta.c | 1
drivers/net/phy/mdio-mux-bcm-iproc.c | 20 +++++++++++----
drivers/net/wireless/ath/ath10k/mac.c | 7 +++++
drivers/net/wireless/ath/ath10k/wmi-tlv.c | 5 +++
drivers/net/wireless/ath/ath10k/wmi-tlv.h | 5 +++
drivers/net/wireless/ath/ath9k/hw.c | 7 +++--
drivers/net/wireless/ath/ath9k/xmit.c | 3 +-
drivers/net/wireless/ti/wlcore/rx.c | 8 ++++--
drivers/scsi/3w-9xxx.c | 6 +++-
drivers/scsi/3w-sas.c | 3 ++
drivers/scsi/3w-xxxx.c | 2 +
drivers/staging/rts5208/rtsx_scsi.c | 2 -
drivers/staging/rts5208/xd.c | 2 -
drivers/target/target_core_transport.c | 5 ++-
drivers/tty/rocket.c | 2 -
drivers/uio/uio.c | 3 --
drivers/usb/host/xhci.c | 3 ++
fs/autofs4/autofs_i.h | 4 ++-
fs/autofs4/inode.c | 1
fs/f2fs/file.c | 2 -
fs/f2fs/gc.c | 8 +++++-
fs/f2fs/inline.c | 21 ++++++++++++++++
fs/f2fs/node.c | 4 ++-
fs/f2fs/segment.h | 3 ++
fs/f2fs/super.c | 21 +++++++++++++++-
fs/nfs/callback_proc.c | 4 +--
fs/nfs/callback_xdr.c | 11 ++++++--
include/linux/mm_types.h | 2 -
include/linux/sched.h | 2 -
include/linux/vm_event_item.h | 1
include/linux/vmacache.h | 5 ---
include/uapi/linux/ethtool.h | 4 +--
kernel/fork.c | 17 +++++++++----
kernel/locking/osq_lock.c | 13 ++++++++++
kernel/locking/rwsem-xadd.c | 27 +++++++++++++++++++++
kernel/time/timer.c | 29 ++++++++++++----------
mm/debug.c | 4 +--
mm/vmacache.c | 38 ------------------------------
mm/vmscan.c | 3 +-
net/bluetooth/hidp/core.c | 2 -
net/dcb/dcbnl.c | 11 +++++---
net/netfilter/x_tables.c | 4 +--
net/wireless/nl80211.c | 3 ++
security/selinux/avc.c | 14 ++++-------
sound/pci/hda/hda_codec.c | 3 +-
tools/perf/perf.h | 2 +
81 files changed, 357 insertions(+), 195 deletions(-)

Alexey Brodkin (1):
ARC: [plat-axs*]: Enable SWAP

Anton Vasilyev (4):
misc: ti-st: Fix memory leak in the error path of probe()
tty: rocket: Fix possible buffer overwrite on register_PCI
scsi: 3ware: fix return 0 on the error path of probe
gpio: ml-ioh: Fix buffer underwrite on probe error path

Arun Parameswaran (1):
net: phy: Fix the register offsets in Broadcom iProc mdio mux driver

BingJing Chang (1):
md/raid5: fix data corruption of replacements after originals dropped

Chao Yu (4):
f2fs: try grabbing node page lock aggressively in sync scenario
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
f2fs: fix to do sanity check with reserved blkaddr of inline inode
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize

Christophe Leroy (1):
perf tools: Allow overriding MAX_NR_CPUS at compile time

Dan Carpenter (3):
misc: mic: SCIF Fix scif_get_new_port() error handling
uio: potential double frees if __uio_register_device() fails
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()

Daniel Micay (1):
staging/rts5208: Fix read overflow in memcpy

Dmitry Osipenko (1):
gpio: tegra: Move driver registration to subsys_init level

Eric Dumazet (1):
netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_user

Felipe Balbi (1):
i2c: i801: fix DNV's SMBCTRL register offset

Felix Fietkau (2):
ath9k: report tx status on EOSP
ath9k_hw: fix channel maximum power level test

Finn Thain (1):
macintosh/via-pmu: Add missing mmio accessors

Florian Fainelli (1):
ethtool: Remove trailing semicolon for static inline

Gaurav Kohli (1):
timers: Clear timer_base::must_forward_clk with timer_base::lock held

Geert Uytterhoeven (1):
iommu/ipmmu-vmsa: Fix allocation in atomic context

Greg Kroah-Hartman (1):
Linux 4.9.128

Ian Kent (1):
autofs: fix autofs_sbi() does not check super block type

Jia-Ju Bai (1):
staging: rt5208: Fix a sleep-in-atomic bug in xd_copy_page

Joerg Roedel (1):
x86/mm: Remove in_nmi() warning from vmalloc_fault()

Johan Hedberg (1):
Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV

Johannes Berg (1):
nl80211: fix null-ptr dereference on invalid mesh configuration

Johannes Weiner (1):
mm: remove seemingly spurious reclaimability check from laptop_mode gating

Katsuhiro Suzuki (1):
media: helene: fix xtal frequency setting at power on

Kees Cook (1):
IB/rxe: do not copy extra stack memory to skb

Linus Torvalds (1):
mm: get rid of vmacache_flush_all() entirely

Linus Walleij (1):
tpm_tis_spi: Pass the SPI IRQ down to the driver

Loic Poulain (1):
wlcore: Set rx_status boottime_ns field on rx

Marcel Holtmann (1):
Bluetooth: hidp: Fix handling of strncpy for hid->name information

Mathias Nyman (1):
xhci: Fix use-after-free in xhci_free_virt_device

Mauricio Faria de Oliveira (2):
partitions/aix: append null character to print data from disk
partitions/aix: fix usage of uninitialized lv_info and lvname structures

Mel Gorman (1):
mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced

Michal Hocko (1):
selinux: use GFP_NOWAIT in the AVC kmem_caches

Mike Christie (1):
scsi: target: fix __transport_register_session locking

Nicholas Mc Guire (2):
MIPS: Octeon: add missing of_node_put()
MIPS: generic: fix missing of_node_put()

Nick Dyer (1):
Input: atmel_mxt_ts - only use first T9 instance

Olga Kornievskaia (1):
NFSv4.0 fix client reference leak in callback

Parav Pandit (1):
RDMA/cma: Do not ignore net namespace for unbound cm_id

Paul Burton (2):
MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSET
MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON

Peter Rosin (1):
tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)

Petr Machata (1):
net: dcb: For wild-card lookups, use priority -1, not 0

Pierre Morel (1):
KVM: s390: vsie: copy wrapping keys to right place

Prateek Sood (2):
locking/rwsem-xadd: Fix missed wakeup due to reordering of load
locking/osq_lock: Fix osq_lock queue corruption

Ritesh Harjani (1):
cfq: Give a chance for arming slice idle timer in case of group_idle

Shubhrajyoti Datta (1):
i2c: xiic: Make the start and the byte count write atomic

Srinivas Pandruvada (1):
ata: libahci: Correct setting of DEVSLP register

Surabhi Vishnoi (1):
ath10k: disable bundle mgmt tx completion event support

Sven Eckelmann (1):
ath10k: prevent active scans on potential unusable channels

Sylwester Nawrocki (1):
media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} functions

Takashi Iwai (1):
ALSA: hda - Fix cancel_work_sync() stall from jackpoll work

Tejun Heo (1):
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg

Trond Myklebust (1):
NFSv4.1: Fix a potential layoutget/layoutrecall deadlock

Vegard Nossum (2):
kthread: Fix use-after-free if kthread fork fails
kthread: fix boot hang (regression) on MIPS/OpenRISC

Wei Yongjun (1):
mtd: ubi: wl: Fix error return code in ubi_wl_init()

Yelena Krivosheev (1):
net: mvneta: fix mtu change on port without link

Yunlong Song (1):
f2fs: do not set free of current section

Zumeng Chen (1):
mfd: ti_am335x_tscadc: Fix struct clk memory leak

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2018-09-19 23:21    [W:0.078 / U:0.992 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site