I'm announcing the release of the 4.14.268 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/arm/mach-omap2/omap_hwmod.c | 4 arch/powerpc/lib/sstep.c | 2 arch/x86/kvm/pmu.c | 2 drivers/ata/libata-core.c | 1 drivers/dma/sh/rcar-dmac.c | 4 drivers/edac/edac_mc.c | 2 drivers/gpu/drm/radeon/atombios_encoders.c | 3 drivers/i2c/busses/i2c-brcmstb.c | 2 drivers/mtd/nand/brcmnand/brcmnand.c | 102 ++++++++------ drivers/net/bonding/bond_3ad.c | 30 +++- drivers/net/ethernet/cadence/macb_main.c | 2 drivers/net/ieee802154/at86rf230.c | 13 + drivers/net/ieee802154/ca8210.c | 4 drivers/net/usb/ax88179_178a.c | 68 +++++---- drivers/net/usb/qmi_wwan.c | 2 drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 2 drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c | 3 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 3 drivers/parisc/ccio-dma.c | 3 drivers/parisc/sba_iommu.c | 3 drivers/tty/serial/8250/8250_gsc.c | 2 fs/btrfs/send.c | 4 fs/nfs/dir.c | 4 fs/nfs/inode.c | 9 - fs/quota/dquot.c | 11 + fs/super.c | 19 +- include/linux/sched.h | 1 include/net/bond_3ad.h | 2 kernel/async.c | 3 kernel/module.c | 25 --- kernel/trace/trace.c | 4 kernel/tsacct.c | 7 lib/iov_iter.c | 2 net/ax25/af_ax25.c | 9 - net/core/drop_monitor.c | 11 + net/ipv4/ping.c | 11 + net/ipv4/xfrm4_policy.c | 3 net/sched/act_api.c | 13 + net/vmw_vsock/af_vsock.c | 1 scripts/Makefile.extrawarn | 1 sound/pci/hda/hda_intel.c | 5 sound/soc/soc-ops.c | 29 ++-- tools/lib/subcmd/subcmd-util.h | 11 - tools/testing/selftests/zram/zram.sh | 15 -- tools/testing/selftests/zram/zram01.sh | 33 +--- tools/testing/selftests/zram/zram02.sh | 1 tools/testing/selftests/zram/zram_lib.sh | 134 ++++++++++++------- 48 files changed, 373 insertions(+), 254 deletions(-) Anders Roxell (1): powerpc/lib/sstep: fix 'ptesync' build error Darrick J. Wong (2): vfs: make freeze_super abort when sync_filesystem returns error quota: make dquot_quota_sync return errors from ->sync_fs Duoming Zhou (1): ax25: improve the incomplete fix to avoid UAF and NPD bugs Dāvis Mosāns (1): btrfs: send: in case of IO error log it Eliav Farber (1): EDAC: Fix calculation of returned address and next offset in edac_align_ptr() Eric Dumazet (3): drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit bonding: fix data-races around agg_select_timer net: sched: limit TC_ACT_REPEAT loops Eric W. Biederman (1): taskstats: Cleanup the use of task->exit_code Greg Kroah-Hartman (1): Linux 4.14.268 Guillaume Nault (1): xfrm: Don't accidentally set RTO_ONLINK in decode_session4() Igor Pylypiv (1): Revert "module, async: async_synchronize_full() on module init iff async is used" JaeSang Yoo (1): tracing: Fix tp_printk option related with tp_printk_stop_on_boot Jann Horn (1): net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup Jiasheng Jiang (1): dmaengine: sh: rcar-dmac: Check for error num after setting mask Jim Mattson (1): KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW Johannes Berg (3): iwlwifi: fix use-after-free iwlwifi: pcie: fix locking when "HW not ready" iwlwifi: pcie: gen2: fix locking when "HW not ready" John David Anglin (2): parisc: Fix data TLB miss in sba_unmap_sg parisc: Fix sglist access in ccio-dma.c Kamal Dasu (1): mtd: rawnand: brcmnand: Refactored code to introduce helper functions Kees Cook (1): libsubcmd: Fix use-after-free for realloc(..., 0) Marc St-Amand (1): net: macb: Align the dma and coherent dma masks Mark Brown (2): ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() Max Kellermann (1): lib/iov_iter: initialize "flags" in new pipe_buffer Miquel Raynal (2): net: ieee802154: at86rf230: Stop leaking skb's net: ieee802154: ca8210: Fix lifs/sifs periods Nathan Chancellor (1): Makefile.extrawarn: Move -Wunaligned-access to W=1 Nicholas Bishop (1): drm/radeon: Fix backlight control on iMac 12,1 Rafał Miłecki (1): i2c: brcmstb: fix support for DSL and CM variants Randy Dunlap (1): serial: parisc: GSC: fix build when IOSAPIC is not set Seth Forshee (1): vsock: remove vsock from connected table when connect is interrupted by a signal Slark Xiao (1): net: usb: qmi_wwan: Add support for Dell DW5829e Takashi Iwai (2): ALSA: hda: Fix regression on forced probe mask option ALSA: hda: Fix missing codec probe on Shenker Dock 15 Trond Myklebust (2): NFS: LOOKUP_DIRECTORY is also ok with symlinks NFS: Do not report writeback errors in nfs_getattr() Wan Jiabing (1): ARM: OMAP2+: hwmod: Add of_node_put() before break Xin Long (1): ping: fix the dif and sdif check in ping_lookup Yang Xu (3): selftests/zram: Skip max_comp_streams interface on newer kernel selftests/zram01.sh: Fix compression ratio calculation selftests/zram: Adapt the situation that /dev/zram0 is being used Zoltán Böszörményi (1): ata: libata-core: Disable TRIM on M88V29 david regan (1): mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status