From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 17 Jan 2018 10:40:48 +0100 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 4.4.112 Message-ID: <20180117094048.GA9921@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.4.112 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.4.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Documentation/ABI/testing/sysfs-devices-system-cpu | 16=20 Documentation/kernel-parameters.txt | 21=20 Documentation/x86/pti.txt | 186 +++++++ Makefile | 2=20 arch/arm/kvm/mmio.c | 6=20 arch/mips/kernel/process.c | 12=20 arch/mips/kernel/ptrace.c | 147 +++++- arch/x86/Kconfig | 1=20 arch/x86/include/asm/alternative.h | 4=20 arch/x86/include/asm/cpufeature.h | 5=20 arch/x86/include/asm/kaiser.h | 10=20 arch/x86/include/asm/processor.h | 4=20 arch/x86/include/asm/pvclock.h | 2=20 arch/x86/kernel/acpi/boot.c | 61 +- arch/x86/kernel/alternative.c | 7=20 arch/x86/kernel/cpu/Makefile | 4=20 arch/x86/kernel/cpu/bugs.c | 55 ++ arch/x86/kernel/cpu/bugs_64.c | 33 - arch/x86/kernel/cpu/common.c | 33 - arch/x86/kernel/cpu/microcode/intel.c | 14=20 arch/x86/kvm/svm.c | 19=20 arch/x86/kvm/vmx.c | 26 - arch/x86/kvm/x86.c | 8=20 arch/x86/mm/kaiser.c | 2=20 arch/x86/mm/pat.c | 5=20 arch/x86/realmode/init.c | 4=20 arch/x86/realmode/rm/trampoline_64.S | 3=20 crypto/algapi.c | 12=20 drivers/base/Kconfig | 3=20 drivers/base/cpu.c | 48 ++ drivers/block/rbd.c | 2=20 drivers/char/hw_random/core.c | 6=20 drivers/char/mem.c | 6=20 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2=20 drivers/infiniband/ulp/srpt/ib_srpt.c | 3=20 drivers/iommu/arm-smmu-v3.c | 8=20 drivers/md/dm-bufio.c | 7=20 drivers/media/usb/usbvision/usbvision-video.c | 7=20 drivers/net/can/usb/gs_usb.c | 2=20 drivers/net/ethernet/intel/e1000e/ich8lan.c | 11=20 drivers/net/ethernet/renesas/sh_eth.c | 29 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6=20 drivers/net/usb/cx82310_eth.c | 7=20 drivers/net/usb/lan78xx.c | 9=20 drivers/net/usb/r8152.c | 132 +++-- drivers/net/usb/smsc75xx.c | 8=20 drivers/net/usb/sr9700.c | 9=20 drivers/staging/android/ashmem.c | 2=20 drivers/target/iscsi/iscsi_target.c | 20=20 drivers/target/target_core_tmr.c | 9=20 drivers/target/target_core_transport.c | 2=20 drivers/tty/sysrq.c | 6=20 drivers/usb/host/xhci-mem.c | 3=20 drivers/usb/misc/usb3503.c | 2=20 drivers/usb/mon/mon_bin.c | 8=20 drivers/usb/musb/ux500.c | 7=20 drivers/usb/serial/cp210x.c | 2=20 drivers/usb/storage/unusual_uas.h | 7=20 drivers/usb/usbip/usbip_common.c | 17=20 fs/locks.c | 16=20 include/linux/bpf.h | 2=20 include/linux/cpu.h | 7=20 include/linux/filter.h | 3=20 include/linux/phy.h | 11=20 include/linux/sh_eth.h | 1=20 include/target/target_core_base.h | 1=20 include/trace/events/kvm.h | 7=20 kernel/bpf/arraymap.c | 37 + kernel/bpf/core.c | 71 ++ kernel/bpf/syscall.c | 54 -- kernel/bpf/verifier.c | 217 ++++++--- kernel/futex.c | 8=20 kernel/locking/mutex.c | 5=20 mm/compaction.c | 50 +- mm/page-writeback.c | 11=20 mm/zswap.c | 24 - net/8021q/vlan.c | 7=20 net/bluetooth/l2cap_core.c | 20=20 net/core/sock_diag.c | 2=20 net/ipv6/ip6_output.c | 4=20 net/ipv6/ip6_tunnel.c | 9=20 net/mac80211/debugfs.c | 7=20 net/rds/rdma.c | 4=20 sound/core/oss/pcm_oss.c | 41 + sound/core/oss/pcm_plugin.c | 14=20 sound/core/pcm_lib.c | 4=20 sound/drivers/aloop.c | 98 ++-- tools/testing/selftests/vm/Makefile | 4=20 tools/testing/selftests/x86/Makefile | 3=20 tools/testing/selftests/x86/test_vsyscall.c | 500 ++++++++++++++++= +++++ 90 files changed, 1811 insertions(+), 523 deletions(-) Alexei Starovoitov (4): bpf: move fixup_bpf_calls() function bpf: refactor fixup_bpf_calls() bpf: adjust insn_aux_data when patching insns bpf: prevent out-of-bounds speculation Andrew Honig (1): KVM: x86: Add memory barrier on vmcs field lookup Andrey Ryabinin (2): net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=3Dy mm/page-writeback: fix dirty_ratelimit calculation Andrii Vladyka (1): net: core: fix module type in sock_diag_bind Andy Lutomirski (3): x86/vsdo: Fix build on PARAVIRT_CLOCK=3Dy, KVM_GUEST=3Dn x86/cpu: Factor out application of forced CPU caps selftests/x86: Add test_vsyscall Ani Sinha (1): sysrq: Fix warning in sysrq generated crash. Bart Van Assche (1): IB/srpt: Disable RDMA access by the initiator Ben Hutchings (1): xhci: Fix ring leak in failure path of xhci_alloc_virt_device() Ben Seri (1): Bluetooth: Prevent stack info leak from the EFS element. Benjamin Poirier (1): e1000e: Fix e1000_check_for_copper_link_ich8lan return value. Borislav Petkov (2): x86/cpu: Merge bugs.c and bugs_64.c x86/alternatives: Fix optimize_nops() checking Christian Holl (1): USB: serial: cp210x: add new device ID ELV ALC 8xxx Cong Wang (1): 8021q: fix a memory leak for VLAN 0 device Dan Carpenter (1): drm/vmwgfx: Potential off by one in vmw_view_add() Dan Streetman (2): mm/zswap: use workqueue to destroy pool zswap: don't param_set_charp while holding spinlock Daniel Borkmann (2): bpf: add bpf_patch_insn_single helper bpf, array: fix overflow in max_entries and undefined behavior in ind= ex_mask Dave Hansen (1): x86/Documentation: Add PTI description David Woodhouse (3): x86/cpufeatures: Add X86_BUG_SPECTRE_V[12] sysfs/cpu: Fix typos in vulnerability documentation x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm Davidlohr Bueso (1): locking/mutex: Allow next waiter lockless wakeup Diego Elio Petten=F2 (1): USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQ Eli Cooper (1): ip6_tunnel: disable dst caching if tunnel is dual-stack Eric Biggers (1): crypto: algapi - fix NULL dereference in crypto_remove_spawns() Eric Dumazet (5): lan78xx: use skb_cow_head() to deal with cloned skbs sr9700: use skb_cow_head() to deal with cloned skbs smsc75xx: use skb_cow_head() to deal with cloned skbs cx82310_eth: use skb_cow_head() to deal with cloned skbs ipv6: fix possible mem leaks in ipv6_make_skb() Greg Kroah-Hartman (2): Revert "userfaultfd: selftest: vm: allow to build in vm/ directory" Linux 4.4.112 Icenowy Zheng (1): uas: ignore UAS for Norelsys NS1068(X) chips Ilya Dryomov (1): rbd: set max_segments to USHRT_MAX Jakub Kicinski (1): bpf: don't (ab)use instructions to store state Jean-Philippe Brucker (1): iommu/arm-smmu-v3: Don't free page table ops twice Jeff Layton (1): locks: don't check for race with close when setting OFD lock Jerome Brunet (1): net: stmmac: enable EEE in MII, GMII or RGMII only Jia Zhang (1): x86/microcode/intel: Extend BDW late-loading with a revision check Jianyu Zhan (1): futex: Replace barrier() in unqueue_me() with READ_ONCE() Jim Mattson (1): kvm: vmx: Scrub hardware GPRs at VM-exit Jiri Kosina (1): x86/mm/pat, /dev/mem: Remove superfluous error message Jiri Slaby (1): hwrng: core - sleep interruptible in read Joonsoo Kim (2): mm/compaction: fix invalid free_pfn and compact_cached_free_pfn mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_= page Lepton Wu (1): kaiser: Set _PAGE_NX only if supported Maciej W. Rozycki (7): MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of th= e task MIPS: Factor out NT_PRFPREG regset access helpers MIPS: Guard against any partial write attempt with PTRACE_SETREGSET MIPS: Consistently handle buffer counter with PTRACE_SETREGSET MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses Mohamed Ghannam (2): RDS: Heap OOB write in rds_message_alloc_sgs() RDS: null pointer dereference in rds_atomic_free_op Nicholas Bellinger (2): iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK Oliver Neukum (1): usbvision fix overflow of interfaces array Pavel Tatashin (1): x86/pti/efi: broken conversion from efi to kernel page table Pete Zaitcev (1): USB: fix usbmon BUG trigger Sergei Shtylyov (2): sh_eth: fix TSU resource handling sh_eth: fix SH7757 GEther initialization Shuah Khan (1): usbip: remove kernel addresses from usb device and urb debug msgs Stefan Agner (1): usb: misc: usb3503: make sure reset is low for at least 100us Suren Baghdasaryan (1): dm bufio: fix shrinker scans when (nr_to_scan < retain_target) Takashi Iwai (7): ALSA: pcm: Remove incorrect snd_BUG_ON() usages ALSA: pcm: Add missing error checks in OSS emulation plugin builder ALSA: pcm: Abort properly at pending signal in OSS read/write loops ALSA: pcm: Allow aborting mutex lock at OSS read/write loops ALSA: aloop: Release cable upon open error path ALSA: aloop: Fix inconsistent format due to incomplete rule ALSA: aloop: Fix racy hw constraints adjustment Thomas Gleixner (5): x86/cpufeatures: Make CPU bugs sticky x86/cpufeatures: Add X86_BUG_CPU_INSECURE x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN sysfs/cpu: Add vulnerability folder x86/cpu: Implement CPU vulnerabilites sysfs functions Ulf Hansson (1): usb: musb: ux500: Fix NULL pointer dereference at system PM Vikas C Sajjan (2): x86/acpi: Handle SCI interrupts above legacy space gracefully x86/acpi: Reduce code duplication in mp_override_legacy_irq() Viktor Slavkovic (1): staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioc= tl Wanpeng Li (1): KVM: Fix stack-out-of-bounds read in write_mmio Wolfgang Grandegger (1): can: gs_usb: fix return value of the "set_bittiming" callback hayeswang (3): r8152: fix the wake event r8152: use test_and_clear_bit r8152: adjust ALDPS function --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlpfGh8ACgkQONu9yGCS aT4pwhAArq7UUe61LOLxxrmC2DBftbzYOuhMjxb03fiLSR3pQ8DzlgQkmvXMRT5Y 2YxhXw0zbCCf1VbrqM/vcAQADTq3Y3UMXC/1KL0qP5DOMMUh8+dZKrB+SGjOBZIY ivgJQs6+hdPbsrWOynjRMQjZr/dPKhYkfYCr3S2C+6M42qpMNa/8PEOMtTvD+3RP M2SVB260dFmolBK7tJoT03AiVsPH3jSD+YaFiupQx0qRyajziMp84VvgWhUUqPtB R3F1bX6h39X6nk/KcTVEr6IGckgk6nquYW+MLZZcVTNApE+G025oI3HI4USePr0b igS7DVyrrFgb/TZr8RnjdOVO0gUm9f/IsGZecKMR+R0ve/+n7YVg/wvbkJ3tB86Z 0s3SGn2daqok3RRpXbhtg2n7huv2R9DwFdj51YVbYH1BZkd4PEeOZfwqbv0qPzIs NfUsufTQFU6hCv0UDHxCXL18fFHUT0RBLLYEkIuUllAK1ZKkPGxOBUvVBjQf+2aH zKa9/2/+EZ5ncqrBWgf7b4l2fHPtAJEf14D0I067udhf2r33C5CoWUZjPgALbOdl NkJLUbWPo2wWeTNh60g7d3NNNQUxR+SlF8M2jVh4tizDw2XLY/bVE2UcL/4+4NBC 86avYuMsxRYe37aUYqByRNFTAtd0B8WJtR+4uMjUeqt2iCEbIY4= =PbEP -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP--