From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 23 Jan 2018 20:56:29 +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.113 Message-ID: <20180123195629.GA6574@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) X-Mailing-List: linux-kernel@vger.kernel.org List-ID: --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.4.113 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/kernel-parameters.txt | 28 +++ Documentation/x86/pti.txt | 2=20 Makefile | 2=20 arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 10 + arch/arm64/kvm/handle_exit.c | 4=20 arch/mips/ar7/platform.c | 2=20 arch/x86/Kconfig | 13 + arch/x86/Makefile | 8 + arch/x86/crypto/aesni-intel_asm.S | 5=20 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 3=20 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 3=20 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 3=20 arch/x86/entry/entry_32.S | 11 - arch/x86/entry/entry_64.S | 16 +- arch/x86/include/asm/alternative.h | 4=20 arch/x86/include/asm/asm-prototypes.h | 41 +++++ arch/x86/include/asm/asm.h | 11 + arch/x86/include/asm/cpufeature.h | 2=20 arch/x86/include/asm/msr-index.h | 3=20 arch/x86/include/asm/nospec-branch.h | 198 ++++++++++++++++++++++= +++++ arch/x86/include/asm/thread_info.h | 11 - arch/x86/include/asm/traps.h | 1=20 arch/x86/include/asm/xen/hypercall.h | 5=20 arch/x86/kernel/apic/vector.c | 7=20 arch/x86/kernel/cpu/amd.c | 28 +++ arch/x86/kernel/cpu/bugs.c | 166 +++++++++++++++++++++- arch/x86/kernel/cpu/common.c | 12 + arch/x86/kernel/cpu/mcheck/mce.c | 5=20 arch/x86/kernel/irq_32.c | 15 +- arch/x86/kernel/kprobes/opt.c | 23 +++ arch/x86/kernel/mcount_64.S | 7=20 arch/x86/kernel/traps.c | 2=20 arch/x86/kernel/vmlinux.lds.S | 7=20 arch/x86/kvm/svm.c | 4=20 arch/x86/kvm/vmx.c | 4=20 arch/x86/lib/Makefile | 1=20 arch/x86/lib/checksum_32.S | 7=20 arch/x86/lib/retpoline.S | 49 ++++++ drivers/ata/libata-core.c | 1=20 drivers/hv/hv.c | 11 - drivers/input/misc/twl4030-vibra.c | 6=20 drivers/input/misc/twl6040-vibra.c | 2=20 drivers/input/touchscreen/88pm860x-ts.c | 16 +- drivers/md/dm-thin-metadata.c | 6=20 drivers/md/persistent-data/dm-btree.c | 19 -- drivers/net/can/usb/peak_usb/pcan_usb_fd.c | 21 +- drivers/phy/phy-core.c | 4=20 drivers/scsi/hpsa.c | 1=20 drivers/scsi/sg.c | 30 +--- fs/pipe.c | 18 ++ include/asm-generic/asm-prototypes.h | 7=20 include/asm-generic/export.h | 94 ++++++++++++ include/linux/kconfig.h | 11 - include/linux/vermagic.h | 8 - include/scsi/sg.h | 1=20 kernel/futex.c | 3=20 kernel/gcov/Kconfig | 1=20 kernel/sched/deadline.c | 2=20 kernel/trace/trace_events.c | 16 ++ net/key/af_key.c | 8 + scripts/Makefile.build | 87 ++++++++++- sound/core/pcm_lib.c | 1=20 sound/pci/hda/patch_cirrus.c | 1=20 sound/pci/hda/patch_realtek.c | 1=20 64 files changed, 960 insertions(+), 139 deletions(-) Adam Borowski (1): x86/kbuild: enable modversions for symbols exported from asm Al Viro (1): EXPORT_SYMBOL() for asm Andi Kleen (3): x86/retpoline/irq32: Convert assembler indirect jumps module: Add retpoline tag to VERMAGIC x86/retpoline: Optimize inline assembler for vmexit_fill_RSB Andrey Ryabinin (1): x86/asm: Use register variable to get stack pointer value Andy Lutomirski (2): x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier x86/asm: Make asm/alternative.h safe from assembly Arnd Bergmann (2): gcov: disable for COMPILE_TEST phy: work around 'phys' references to usb-nop-xceiv devices David Woodhouse (9): x86/retpoline: Add initial retpoline support x86/spectre: Add boot time option to select Spectre v2 mitigation x86/retpoline/crypto: Convert crypto assembler indirect jumps x86/retpoline/entry: Convert entry assembler indirect jumps x86/retpoline/ftrace: Convert ftrace assembler indirect jumps x86/retpoline/hyperv: Convert assembler indirect jumps x86/retpoline/xen: Convert Xen hypercall indirect jumps x86/retpoline/checksum32: Convert assembler indirect jumps x86/retpoline: Fill return stack buffer on vmexit Dennis Yang (1): dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 Eric Biggers (2): af_key: fix buffer overread in verify_address_len() af_key: fix buffer overread in parse_exthdrs() Greg Kroah-Hartman (1): Linux 4.4.113 H. Nikolaus Schaller (1): Input: twl6040-vibra - fix DT node memory management Hannes Reinecke (1): scsi: sg: disable SET_FORCE_LOW_DMA Joe Lawrence (1): pipe: avoid round_pipe_size() nr_pages overflow on 32-bit Joe Thornber (1): dm btree: fix serious bug in btree_split_beneath() Johan Hovold (3): Input: 88pm860x-ts - fix child-node lookup Input: twl6040-vibra - fix child-node lookup Input: twl4030-vibra - fix sibling-node lookup Jonas Gorski (1): MIPS: AR7: ensure the port type's FCR value is used Li Jinyue (1): futex: Prevent overflow by strengthen input validation Marc Zyngier (1): arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls Masahiro Yamada (1): kconfig.h: use __is_defined() to check if MODULE is defined Masami Hiramatsu (3): retpoline: Introduce start/end markers of indirect thunk kprobes/x86: Blacklist indirect thunk functions for kprobes kprobes/x86: Disable optimizing on the function jumps to indirect thu= nk Nicholas Piggin (1): kbuild: modversions for EXPORT_SYMBOL() for asm Stephane Grosjean (1): can: peak: fix potential bug in packet fragmentation Steven Rostedt (VMware) (1): tracing: Fix converting enum's from the map in trace_event_eval_updat= e() Takashi Iwai (3): ALSA: pcm: Remove yet superfluous WARN_ON() ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 varia= nt ALSA: hda - Apply the existing quirk to iMac 14,1 Thomas Gleixner (3): x86/retpoline: Remove compile time warning x86/apic/vector: Fix off by one in error path x86/mce: Make machine check speculation protected Thomas Petazzoni (1): ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 Tom Lendacky (4): x86/cpu/AMD: Make LFENCE a serializing instruction x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros x86/cpu, x86/pti: Do not enable PTI on AMD processors Tomas Henzl (1): scsi: hpsa: fix volume offline state Xinyu Lin (1): libata: apply MAX_SEC_1024 to all LITEON EP1 series devices Xunlei Pang (1): sched/deadline: Zero out positive runtime after throttling constraine= d tasks zhenwei.pi (1): x86/pti: Document fix wrong index --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlpnk2oACgkQONu9yGCS aT42uw/+MlXyB30A5+HFpN1RQcp4bpixTVEnvnBgFqeVJ6kuVxL2y1tCcSofpiQs Th9Pq/fJVY7u/SSyDJyI44HLVGHrUJPxs5g0OFG1awseAZ/jWoRycqEKuswE8gHq cc2xoCH0Y8g0UQXlSLfMKZRcTA0SzUpMyyfFxZspXLBRl/e3LZJZ22DS97XjtvR3 HVx+dVURkZ+ebXhSOLAKtDaCZgGtb/n07EbGFj00osCbvvNs41AIy9eI8mA+FsPI daMICtYFYeOcuD31eQ2iHZACtgLgAiEzoq+KDoH2mcT1e0M6U156TzkUepHYFSdq ZDl0kbAx+qS7dJ/fa5Gj6Y4R49c4I0LCnow2lglG1K0RzMv6B7sd4ygwDy8ELl24 VvewnFvyhUGyJ+1hvGYDQV+mvctkkt0pkL10EoZ0quMIksA7qa0J4aGLTTL5WjwD VlpjiomkP8XuN7W+ZrS29JEyGVxZok3SKz9G14Il8ngKVsIkQgDiS7UoR8JcSXa/ zHonC8jwYYBi6nkwr97b7jTp9+FkXyytdTcfu4eAzPdRC1MjmIVUStIUj6pgbbhP /sShRw1nilCYs6ItXOAPh5gjZ7NTHn3VH4vC+nEcnoG0PA2pUj1YDLXk5ViQv0Zs Ze/CMcq1HT/9gcBQIZc+tBfT62OhKBgFi5L7Nq8N5zPO7bqZGvU= =cKkA -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw--