I'm announcing the release of the 4.14.331 kernel. All users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 - arch/parisc/kernel/entry.S | 7 ++--- arch/parisc/kernel/head.S | 7 ++--- arch/x86/include/asm/msr-index.h | 1 arch/x86/include/asm/numa.h | 7 ----- arch/x86/kvm/x86.c | 2 + arch/x86/mm/numa.c | 7 ----- crypto/pcrypt.c | 4 +++ drivers/atm/iphase.c | 20 +++++++++------- drivers/clocksource/tcb_clksrc.c | 1 drivers/clocksource/timer-imx-gpt.c | 18 ++++++++++----- drivers/gpu/drm/amd/include/pptable.h | 4 +-- drivers/gpu/drm/amd/powerplay/hwmgr/pptable_v1_0.h | 16 ++++++------- drivers/i2c/busses/i2c-i801.c | 19 +++++++-------- drivers/i2c/busses/i2c-sun6i-p2wi.c | 5 ++++ drivers/infiniband/hw/hfi1/pcie.c | 9 +------ drivers/mcb/mcb-core.c | 1 drivers/mcb/mcb-parse.c | 2 - drivers/media/platform/qcom/venus/hfi_msgs.c | 2 - drivers/media/platform/qcom/venus/hfi_venus.c | 10 ++++++++ drivers/media/platform/vivid/vivid-rds-gen.c | 2 - drivers/media/rc/ir-sharp-decoder.c | 8 ++++-- drivers/media/usb/gspca/cpia1.c | 3 ++ drivers/mmc/host/meson-gx-mmc.c | 1 drivers/mmc/host/vub300.c | 1 drivers/net/dsa/lan9303_mdio.c | 4 +-- drivers/net/wireless/ath/ath10k/debug.c | 2 - drivers/net/wireless/ath/ath9k/debug.c | 2 - drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 2 - drivers/pci/pci-acpi.c | 2 - drivers/pci/pci-sysfs.c | 5 ---- drivers/scsi/libfc/fc_lport.c | 6 +++++ drivers/scsi/virtio_scsi.c | 1 drivers/tty/hvc/hvc_xen.c | 5 ++-- drivers/tty/vcc.c | 16 ++++++++++--- fs/ext4/acl.h | 5 ++++ fs/ext4/resize.c | 19 +++++---------- fs/gfs2/quota.c | 11 +++++++++ fs/jbd2/recovery.c | 8 ++++++ fs/jfs/jfs_dmap.c | 23 +++++++++++++++---- fs/jfs/jfs_imap.c | 5 +++- include/linux/pwm.h | 4 +-- include/net/sock.h | 6 ++--- kernel/audit_watch.c | 9 ++++++- kernel/irq/generic-chip.c | 25 +++++++++++++++------ kernel/locking/test-ww_mutex.c | 20 ++++++++++------ kernel/padata.c | 2 - kernel/power/snapshot.c | 16 +++++-------- net/core/sock.c | 2 - net/ipv4/tcp_output.c | 2 - net/mac80211/cfg.c | 4 +++ net/sched/sch_api.c | 5 ++-- scripts/gcc-plugins/randomize_layout_plugin.c | 11 ++++++--- sound/core/info.c | 21 ++++++++++------- sound/hda/hdac_stream.c | 6 +++-- tools/testing/selftests/efivarfs/create-read.c | 2 + 56 files changed, 259 insertions(+), 151 deletions(-) Alexander Sverdlin (1): net: dsa: lan9303: consequently nested-lock physical MDIO Axel Lin (1): i2c: sun6i-p2wi: Prevent potential division by zero Bob Peterson (1): gfs2: ignore negated quota changes Brian Geffon (2): PM: hibernate: Use __get_safe_page() rather than touching the list PM: hibernate: Clean up sync_read handling in snapshot_write_next() Cezary Rojewski (1): ALSA: hda: Fix possible null-ptr-deref when assigning a stream Dan Carpenter (2): pwm: Fix double shift bug mmc: vub300: fix an error code David Woodhouse (1): hvc/xen: fix error path in xen_hvc_init() to always register frontend driver Dmitry Antipov (2): wifi: ath9k: fix clang-specific fortify warnings wifi: ath10k: fix clang-specific fortify warning Dongli Zhang (1): scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids Eric Dumazet (2): net: annotate data-races around sk->sk_dst_pending_confirm net: sched: fix race condition in qdisc_graft() Greg Kroah-Hartman (1): Linux 4.14.331 Hans Verkuil (1): media: vivid: avoid integer overflow Heiner Kallweit (1): i2c: i801: fix potential race in i801_block_transaction_byte_by_byte Helge Deller (2): parisc: Prevent booting 64-bit kernels on PA1.x machines parisc/pgtable: Do not drop upper 5 address bits of physical address Herve Codina (1): genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware Ilpo Järvinen (2): RDMA/hfi1: Use FIELD_GET() to extract Link Width atm: iphase: Do PCI error checks on own line Jacky Bai (1): clocksource/drivers/timer-imx-gpt: Fix potential memory leak John Stultz (1): locking/ww_mutex/test: Fix potential workqueue corruption Juntong Deng (2): fs/jfs: Add check for negative db_l2nbperpage fs/jfs: Add validity check for db_maxag and db_agpref Kees Cook (1): randstruct: Fix gcc-plugin performance mode to stay in group Kemeng Shi (3): ext4: correct offset of gdb backup in non meta_bg group to update_backups ext4: correct return value of ext4_convert_meta_bg ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks Lu Jialin (1): crypto: pcrypt - Fix hungtask for PADATA_RESET Lukas Wunner (1): PCI/sysfs: Protect driver's D3cold preference from user space Maciej S. Szmigiero (1): KVM: x86: Ignore MSR_AMD64_TW_CFG access Manas Ghandat (2): jfs: fix array-index-out-of-bounds in dbFindLeaf jfs: fix array-index-out-of-bounds in diAlloc Mario Limonciello (2): drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga Max Kellermann (1): ext4: apply umask if ACL support is disabled Mike Rapoport (IBM) (1): x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size Paul Moore (2): audit: don't take task_lock() in audit_exe_compare() code path audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() Ping-Ke Shih (1): wifi: mac80211: don't return unset power in ieee80211_get_tx_power() Rajeshwar R Shinde (1): media: gspca: cpia1: shift-out-of-bounds in set_flicker Ronald Wahl (1): clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware Rong Chen (1): mmc: meson-gx: Remove setting of CMD_CFG_ERROR Sanjuán García, Jorge (1): mcb: fix error handling for different scenarios when parsing Sean Young (1): media: sharp: fix sharp encoding Takashi Iwai (1): ALSA: info: Fix potential deadlock at disconnection Vikash Garodia (2): media: venus: hfi: add checks to perform sanity on queue pointers media: venus: hfi: fix the check to handle session buffer requirement Wenchao Hao (1): scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() Yi Yang (1): tty: vcc: Add check for kstrdup() in vcc_probe() Zhihao Cheng (1): jbd2: fix potential data lost in recovering journal raced with synchronizing fs bdev zhujun2 (1): selftests/efivarfs: create-read: fix a resource leak