APPLIED: [SRU][Xenial][PULL] Xenial update: 4.4.165 upstream stable release (LP: #1810958)
Kleber Souza
kleber.souza at canonical.com
Wed Jan 9 12:31:40 UTC 2019
On 1/9/19 11:22 AM, Juerg Haefliger wrote:
> SRU Justification
>
> Impact:
> The upstream process for stable tree updates is quite similar
> in scope to the Ubuntu SRU process, e.g., each patch has to
> demonstrably fix a bug, and each patch is vetted by upstream
> by originating either directly from a mainline/stable Linux tree or
> a minimally backported form of that patch. The following upstream
> stable patches should be included in the Ubuntu kernel:
>
> 4.4.165 upstream stable release
> from git://git.kernel.org/
>
>
> Linux 4.4.165
> xhci: Fix USB3 NULL pointer dereference at logical disconnect.
> HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
> new helper: uaccess_kernel()
> ACPI / platform: Add SMB0001 HID to forbidden_id_list
> drivers/misc/sgi-gru: fix Spectre v1 vulnerability
> USB: misc: appledisplay: add 20" Apple Cinema Display
> misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
> usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
> USB: quirks: Add no-lpm quirk for Raydium touchscreens
> usb: cdc-acm: add entry for Hiro (Conexant) modem
> uio: Fix an Oops on load
> media: v4l: event: Add subscription to list before calling "add" operation
> Revert "Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV"
> Revert "media: videobuf2-core: don't call memop 'finish' when queueing"
> btrfs: fix pinned underflow after transaction aborted
> gfs2: Put bitmap buffers in put_super
> SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
> zram: close udev startup race condition as default groups
> lib/raid6: Fix arm64 test build
> hwmon: (ibmpowernv) Remove bogus __init annotations
> netfilter: xt_IDLETIMER: add sysfs filename checking routine
> netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
> s390/mm: Fix ERROR: "__node_distance" undefined!
> netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
> s390/vdso: add missing FORCE to build targets
> arm64: percpu: Initialize ret in the default case
> platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
> clk: samsung: exynos5420: Enable PERIS clocks for suspend
> fs/exofs: fix potential memory leak in mount option parsing
> um: Give start_idle_thread() a return code
> hfsplus: prevent btree data loss on root split
> hfs: prevent btree data loss on root split
> reiserfs: propagate errors from fill_with_dentries() properly
> x86/build: Use cc-option to validate stack alignment parameter
> x86/build: Fix stack alignment for CLang
> x86/boot: #undef memcpy() et al in string.c
> x86/build: Specify stack alignment for clang
> x86/build: Use __cc-option for boot code compiler options
> kbuild: Add __cc-option macro
> x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility
> crypto, x86: aesni - fix token pasting for clang
> x86/kbuild: Use cc-option to enable -falign-{jumps/loops}
> arm64: Disable asm-operand-width warning for clang
> kbuild: allow to use GCC toolchain not in Clang search path
> kbuild: set no-integrated-as before incl. arch Makefile
> kbuild: clang: disable unused variable warnings only when constant
> kbuild: clang: remove crufty HOSTCFLAGS
> kbuild: clang: fix build failures with sparse check
> kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
> kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
> kbuild: fix linker feature test macros when cross compiling with Clang
> efi/libstub/arm64: Set -fpie when building the EFI stub
> efi/libstub/arm64: Force 'hidden' visibility for section markers
> crypto: arm64/sha - avoid non-standard inline asm tricks
> kbuild: clang: Disable 'address-of-packed-member' warning
> modules: mark __inittest/__exittest as __maybe_unused
> kbuild: Add support to generate LLVM assembly files
> kbuild: use -Oz instead of -Os when using clang
> kbuild, LLVMLinux: Add -Werror to cc-option to support clang
> kbuild: drop -Wno-unknown-warning-option from clang options
> kbuild: fix asm-offset generation to work with clang
> kbuild: consolidate redundant sed script ASM offset generation
> kbuild: Consolidate header generation from ASM offset information
> kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS
> kbuild: Add better clang cross build support
> ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
> tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
> net-gro: reset skb->pkt_type in napi_reuse_skb()
> ip_tunnel: don't force DF when MTU is locked
> flow_dissector: do not dissect l4 ports for fragments
>
> Compile-tested all architectures.
>
> Signed-off-by: Juerg Haefliger <juergh at canonical.com>
> ---
>
> The following changes since commit d3c76d52e1eece1b879b0a5b10405ee5597c96f2:
>
> Linux 4.4.164 (2019-01-08 16:05:33 +0100)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.165
>
> for you to fetch changes up to 81e53c7afce79a12b855fd3d9332488123380f39:
>
> Linux 4.4.165 (2019-01-08 16:38:34 +0100)
>
> ----------------------------------------------------------------
> Al Viro (1):
> new helper: uaccess_kernel()
>
> Andreas Gruenbacher (1):
> gfs2: Put bitmap buffers in put_super
>
> Ard Biesheuvel (3):
> crypto: arm64/sha - avoid non-standard inline asm tricks
> efi/libstub/arm64: Force 'hidden' visibility for section markers
> efi/libstub/arm64: Set -fpie when building the EFI stub
>
> Arnd Bergmann (1):
> modules: mark __inittest/__exittest as __maybe_unused
>
> Behan Webster (2):
> kbuild: Add better clang cross build support
> kbuild: use -Oz instead of -Os when using clang
>
> Chengguang Xu (1):
> fs/exofs: fix potential memory leak in mount option parsing
>
> Chris Fries (1):
> kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
>
> Dan Carpenter (1):
> uio: Fix an Oops on load
>
> David Ahern (1):
> ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
>
> David Lin (1):
> kbuild: clang: fix build failures with sparse check
>
> Emmanuel Pescosta (1):
> usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
>
> Eric Biggers (1):
> HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
>
> Eric Dumazet (1):
> net-gro: reset skb->pkt_type in napi_reuse_skb()
>
> Eric Westbrook (1):
> netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
>
> Ernesto A. Fernández (2):
> hfs: prevent btree data loss on root split
> hfsplus: prevent btree data loss on root split
>
> Geert Uytterhoeven (1):
> hwmon: (ibmpowernv) Remove bogus __init annotations
>
> Greg Kroah-Hartman (1):
> Linux 4.4.165
>
> Gustavo A. R. Silva (1):
> drivers/misc/sgi-gru: fix Spectre v1 vulnerability
>
> Hans Verkuil (1):
> Revert "media: videobuf2-core: don't call memop 'finish' when queueing"
>
> Hans de Goede (1):
> ACPI / platform: Add SMB0001 HID to forbidden_id_list
>
> Jann Horn (1):
> reiserfs: propagate errors from fill_with_dentries() properly
>
> Jeremy Linton (1):
> lib/raid6: Fix arm64 test build
>
> Jeroen Hofstee (1):
> kbuild: fix asm-offset generation to work with clang
>
> Jozsef Kadlecsik (1):
> netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
>
> Justin M. Forbes (1):
> s390/mm: Fix ERROR: "__node_distance" undefined!
>
> Kai-Heng Feng (1):
> USB: quirks: Add no-lpm quirk for Raydium touchscreens
>
> Lu Fengqi (1):
> btrfs: fix pinned underflow after transaction aborted
>
> Maarten Jacobs (1):
> usb: cdc-acm: add entry for Hiro (Conexant) modem
>
> Marek Szyprowski (1):
> clk: samsung: exynos5420: Enable PERIS clocks for suspend
>
> Mark Charlebois (1):
> kbuild, LLVMLinux: Add -Werror to cc-option to support clang
>
> Masahiro Yamada (3):
> kbuild: consolidate redundant sed script ASM offset generation
> kbuild: drop -Wno-unknown-warning-option from clang options
> kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
>
> Mathias Nyman (1):
> xhci: Fix USB3 NULL pointer dereference at logical disconnect.
>
> Matthias Kaehlcke (10):
> kbuild: Consolidate header generation from ASM offset information
> kbuild: clang: Disable 'address-of-packed-member' warning
> arm64: Disable asm-operand-width warning for clang
> x86/kbuild: Use cc-option to enable -falign-{jumps/loops}
> x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility
> kbuild: Add __cc-option macro
> x86/build: Use __cc-option for boot code compiler options
> x86/build: Specify stack alignment for clang
> x86/build: Fix stack alignment for CLang
> x86/build: Use cc-option to validate stack alignment parameter
>
> Mattias Jacobsson (1):
> USB: misc: appledisplay: add 20" Apple Cinema Display
>
> Michael Davidson (3):
> kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS
> crypto, x86: aesni - fix token pasting for clang
> x86/boot: #undef memcpy() et al in string.c
>
> Minchan Kim (1):
> zram: close udev startup race condition as default groups
>
> Nathan Chancellor (2):
> arm64: percpu: Initialize ret in the default case
> misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
>
> Nick Desaulniers (2):
> kbuild: fix linker feature test macros when cross compiling with Clang
> kbuild: clang: remove crufty HOSTCFLAGS
>
> Paul Gortmaker (1):
> platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
>
> Richard Weinberger (1):
> um: Give start_idle_thread() a return code
>
> Sabrina Dubroca (1):
> ip_tunnel: don't force DF when MTU is locked
>
> Sakari Ailus (1):
> media: v4l: event: Add subscription to list before calling "add" operation
>
> Siva Reddy Kallam (1):
> tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
>
> Sodagudi Prasad (1):
> kbuild: clang: disable unused variable warnings only when constant
>
> Stefan Agner (2):
> kbuild: set no-integrated-as before incl. arch Makefile
> kbuild: allow to use GCC toolchain not in Clang search path
>
> Taehee Yoo (1):
> netfilter: xt_IDLETIMER: add sysfs filename checking routine
>
> Vasily Gorbik (1):
> s390/vdso: add missing FORCE to build targets
>
> Vinícius Tinti (1):
> kbuild: Add support to generate LLVM assembly files
>
> YueHaibing (1):
> SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
>
> 배석진 (1):
> flow_dissector: do not dissect l4 ports for fragments
>
> .gitignore | 1 +
> Kbuild | 25 ---------------
> Makefile | 39 ++++++++++++++++-------
> arch/arm64/Makefile | 4 +++
> arch/arm64/crypto/sha1-ce-core.S | 6 ++--
> arch/arm64/crypto/sha1-ce-glue.c | 11 ++-----
> arch/arm64/crypto/sha2-ce-core.S | 6 ++--
> arch/arm64/crypto/sha2-ce-glue.c | 13 +++-----
> arch/arm64/include/asm/percpu.h | 3 ++
> arch/ia64/kernel/Makefile | 26 ++--------------
> arch/s390/kernel/vdso32/Makefile | 6 ++--
> arch/s390/kernel/vdso64/Makefile | 6 ++--
> arch/s390/numa/numa.c | 1 +
> arch/um/os-Linux/skas/process.c | 5 +++
> arch/x86/Makefile | 39 +++++++++++++++++------
> arch/x86/boot/compressed/aslr.c | 3 +-
> arch/x86/boot/string.c | 9 ++++++
> arch/x86/crypto/aes_ctrby8_avx-x86_64.S | 7 ++---
> arch/x86/include/asm/asm.h | 1 +
> drivers/acpi/acpi_platform.c | 1 +
> drivers/block/zram/zram_drv.c | 26 ++++------------
> drivers/clk/samsung/clk-exynos5420.c | 1 +
> drivers/firmware/efi/libstub/Makefile | 2 +-
> drivers/firmware/efi/libstub/arm64-stub.c | 10 +++++-
> drivers/hid/uhid.c | 13 ++++++++
> drivers/hwmon/ibmpowernv.c | 7 ++---
> drivers/media/v4l2-core/v4l2-event.c | 43 ++++++++++++++------------
> drivers/media/v4l2-core/videobuf2-core.c | 9 ++----
> drivers/misc/atmel-ssc.c | 2 +-
> drivers/misc/sgi-gru/grukdump.c | 4 +++
> drivers/net/ethernet/broadcom/tg3.c | 18 +++++++++--
> drivers/platform/x86/acerhdf.c | 1 +
> drivers/uio/uio.c | 7 +++--
> drivers/usb/class/cdc-acm.c | 3 ++
> drivers/usb/core/quirks.c | 8 +++++
> drivers/usb/host/xhci-hub.c | 2 +-
> drivers/usb/misc/appledisplay.c | 1 +
> fs/btrfs/disk-io.c | 19 +++++++++---
> fs/exofs/super.c | 5 ++-
> fs/gfs2/rgrp.c | 3 +-
> fs/hfs/brec.c | 4 +++
> fs/hfsplus/brec.c | 4 +++
> fs/reiserfs/xattr.c | 7 +++++
> include/linux/kbuild.h | 6 ++--
> include/linux/module.h | 4 +--
> include/linux/netfilter/ipset/ip_set_comment.h | 4 +--
> include/linux/uaccess.h | 3 ++
> lib/raid6/test/Makefile | 4 +--
> net/core/dev.c | 4 +++
> net/core/flow_dissector.c | 4 +--
> net/ipv4/ip_tunnel_core.c | 2 +-
> net/ipv6/route.c | 8 +++--
> net/netfilter/ipset/ip_set_hash_netportnet.c | 8 ++---
> net/netfilter/xt_IDLETIMER.c | 20 ++++++++++++
> net/sunrpc/xdr.c | 2 +-
> scripts/Kbuild.include | 18 +++++++----
> scripts/Makefile.build | 8 +++++
> scripts/Makefile.extrawarn | 1 -
> scripts/Makefile.lib | 31 +++++++++++++++++++
> scripts/mod/Makefile | 28 ++---------------
> 60 files changed, 348 insertions(+), 218 deletions(-)
>
Applied to xenial/master-next branch.
Thanks,
Kleber
More information about the kernel-team
mailing list