Message ID | 20190306145139.16637-1-juergh@canonical.com |
---|---|
State | New |
Headers | show |
Series | [SRU,Xenial,PULL] Xenial update: 4.4.173 upstream stable release (LP: #1818803) | expand |
On 2019-03-06 15:51:39 , 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.173 upstream stable release > from git://git.kernel.org/ > > > Linux 4.4.173 > fs: don't scan the inode cache before SB_BORN is set > mm: migrate: don't rely on __PageMovable() of newpage after unlocking it > drivers: core: Remove glue dirs from sysfs earlier > cifs: Always resolve hostname before reconnecting > mm, oom: fix use-after-free in oom_kill_process > kernel/exit.c: release ptraced tasks before zap_pid_ns_processes > mmc: sdhci-iproc: handle mmc_of_parse() errors during probe > platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes > platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK > gfs2: Revert "Fix loop in gfs2_rbm_find" > arm64: hyp-stub: Forbid kprobing of the hyp-stub > ARM: cns3xxx: Fix writing to wrong PCI config registers after alignment > fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() > CIFS: Do not count -ENODATA as failure for query directory > l2tp: fix reading optional fields of L2TPv3 > l2tp: remove l2specific_len dependency in l2tp_core > ucc_geth: Reset BQL queue when stopping device > net/rose: fix NULL ax25_cb kernel panic > netrom: switch to sock timer API > net/mlx4_core: Add masking for a few queries on HCA caps > l2tp: copy 4 more bytes to linear part if necessary > ipv6: Consider sk_bound_dev_if when binding a socket to an address > fs: add the fsnotify call to vfs_iter_write > s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU > Revert "loop: Fold __loop_release into loop_release" > Revert "loop: Get rid of loop_index_mutex" > Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()" > f2fs: read page index before freeing > arm64: mm: remove page_mapping check in __sync_icache_dcache > irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size > perf unwind: Take pgoff into account when reporting elf to libdwfl > perf unwind: Unwind with libdw doesn't take symfs into account > vt: invoke notifier on screen size change > can: bcm: check timer values before ktime conversion > can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it > x86/kaslr: Fix incorrect i8254 outb() parameters > KVM: x86: Fix single-step debugging > Input: xpad - add support for SteelSeries Stratus Duo > CIFS: Fix possible hang during async MTU reads and writes > tty/n_hdlc: fix __might_sleep warning > tty: Handle problem if line discipline does not have receive_buf > staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1 > char/mwave: fix potential Spectre v1 vulnerability > s390/smp: fix CPU hotplug deadlock with CPU rescan > s390/early: improve machine detection > ARC: perf: map generic branches to correct hardware condition > ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages > USB: serial: pl2303: add new PID to support PL2303TB > USB: serial: simple: add Motorola Tetra TPG2200 device id > net: bridge: Fix ethernet header pointer before check skb forwardable > net_sched: refetch skb protocol for each filter > net: ipv4: Fix memory leak in network namespace dismantle > openvswitch: Avoid OOB read when parsing flow nlattrs > net: Fix usage of pskb_trim_rcsum > > Compile-tested all supported architectures. > > Signed-off-by: Juerg Haefliger <juergh@canonical.com> > --- > > The following changes since commit 56c7f10dbd1cf954daeb3a896bebed7cd069378a: > > Linux 4.4.172 (2019-03-06 09:50:48 +0100) > > are available in the Git repository at: > > git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.173 > > for you to fetch changes up to b15aacb1714cc936270e2ccd6e0bf4cd0b769367: > > Linux 4.4.173 (2019-03-06 11:00:17 +0100) > > ---------------------------------------------------------------- > Alexander Popov (1): > KVM: x86: Fix single-step debugging > > Andreas Gruenbacher (1): > gfs2: Revert "Fix loop in gfs2_rbm_find" > > Andrei Vagin (1): > kernel/exit.c: release ptraced tasks before zap_pid_ns_processes > > Aya Levin (1): > net/mlx4_core: Add masking for a few queries on HCA caps > > Benjamin Herrenschmidt (1): > drivers: core: Remove glue dirs from sysfs earlier > > Bernard Pidoux (1): > net/rose: fix NULL ax25_cb kernel panic > > Charles Yeh (1): > USB: serial: pl2303: add new PID to support PL2303TB > > Christian Borntraeger (1): > s390/early: improve machine detection > > Cong Wang (2): > net_sched: refetch skb protocol for each filter > netrom: switch to sock timer API > > Daniel Drake (1): > x86/kaslr: Fix incorrect i8254 outb() parameters > > Dave Chinner (1): > fs: don't scan the inode cache before SB_BORN is set > > David Ahern (1): > ipv6: Consider sk_bound_dev_if when binding a socket to an address > > David Hildenbrand (2): > s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU > mm: migrate: don't rely on __PageMovable() of newpage after unlocking it > > Eugeniy Paltsev (1): > ARC: perf: map generic branches to correct hardware condition > > Gerald Schaefer (1): > s390/smp: fix CPU hotplug deadlock with CPU rescan > > Greg Kroah-Hartman (5): > tty: Handle problem if line discipline does not have receive_buf > Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()" > Revert "loop: Get rid of loop_index_mutex" > Revert "loop: Fold __loop_release into loop_release" > Linux 4.4.173 > > Gustavo A. R. Silva (1): > char/mwave: fix potential Spectre v1 vulnerability > > Ido Schimmel (1): > net: ipv4: Fix memory leak in network namespace dismantle > > Jacob Wen (2): > l2tp: copy 4 more bytes to linear part if necessary > l2tp: fix reading optional fields of L2TPv3 > > James Morse (1): > arm64: hyp-stub: Forbid kprobing of the hyp-stub > > Jimmy Durand Wesolowski (1): > fs: add the fsnotify call to vfs_iter_write > > João Paulo Rechi Vita (2): > platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK > platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes > > Kangjie Lu (1): > ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages > > Koen Vandeputte (1): > ARM: cns3xxx: Fix writing to wrong PCI config registers after alignment > > Lorenzo Bianconi (1): > l2tp: remove l2specific_len dependency in l2tp_core > > Manfred Schlaegl (1): > can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it > > Marc Zyngier (1): > irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size > > Martin Vuille (1): > perf unwind: Unwind with libdw doesn't take symfs into account > > Mathias Thore (1): > ucc_geth: Reset BQL queue when stopping device > > Max Schulze (1): > USB: serial: simple: add Motorola Tetra TPG2200 device id > > Michael Straube (1): > staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1 > > Milian Wolff (1): > perf unwind: Take pgoff into account when reporting elf to libdwfl > > Nicolas Pitre (1): > vt: invoke notifier on screen size change > > Oliver Hartkopp (1): > can: bcm: check timer values before ktime conversion > > Pan Bian (1): > f2fs: read page index before freeing > > Paul Fulghum (1): > tty/n_hdlc: fix __might_sleep warning > > Paulo Alcantara (1): > cifs: Always resolve hostname before reconnecting > > Pavel Shilovsky (2): > CIFS: Fix possible hang during async MTU reads and writes > CIFS: Do not count -ENODATA as failure for query directory > > Ross Lagerwall (2): > net: Fix usage of pskb_trim_rcsum > openvswitch: Avoid OOB read when parsing flow nlattrs > > Shakeel Butt (1): > mm, oom: fix use-after-free in oom_kill_process > > Shaokun Zhang (1): > arm64: mm: remove page_mapping check in __sync_icache_dcache > > Stefan Wahren (1): > mmc: sdhci-iproc: handle mmc_of_parse() errors during probe > > Tom Panfil (1): > Input: xpad - add support for SteelSeries Stratus Duo > > Waiman Long (1): > fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() > > Yunjian Wang (1): > net: bridge: Fix ethernet header pointer before check skb forwardable > > Makefile | 2 +- > arch/arc/include/asm/perf_event.h | 3 +- > arch/arm/mach-cns3xxx/pcie.c | 2 +- > arch/arm64/kernel/hyp-stub.S | 2 + > arch/arm64/mm/flush.c | 4 -- > arch/s390/kernel/early.c | 4 +- > arch/s390/kernel/setup.c | 2 + > arch/s390/kernel/smp.c | 12 ++++- > arch/x86/boot/compressed/aslr.c | 4 +- > arch/x86/kvm/x86.c | 3 +- > drivers/base/core.c | 2 + > drivers/block/loop.c | 47 +++++++++-------- > drivers/char/mwave/mwavedd.c | 7 +++ > drivers/input/joystick/xpad.c | 3 ++ > drivers/irqchip/irq-gic-v3-its.c | 25 +++++----- > drivers/mmc/host/sdhci-iproc.c | 5 +- > drivers/net/can/dev.c | 27 +++++----- > drivers/net/ethernet/freescale/ucc_geth.c | 2 + > drivers/net/ethernet/mellanox/mlx4/fw.c | 75 +++++++++++++++++----------- > drivers/net/ppp/pppoe.c | 1 + > drivers/platform/x86/asus-nb-wmi.c | 3 +- > drivers/s390/char/sclp_config.c | 2 + > drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + > drivers/tty/n_hdlc.c | 1 + > drivers/tty/tty_io.c | 3 +- > drivers/tty/vt/vt.c | 1 + > drivers/usb/serial/pl2303.c | 1 + > drivers/usb/serial/pl2303.h | 2 + > drivers/usb/serial/usb-serial-simple.c | 3 +- > fs/cifs/connect.c | 53 ++++++++++++++++++++ > fs/cifs/smb2ops.c | 6 +-- > fs/cifs/smb2pdu.c | 4 +- > fs/dcache.c | 6 +-- > fs/f2fs/node.c | 4 +- > fs/gfs2/rgrp.c | 2 +- > fs/read_write.c | 4 +- > fs/super.c | 30 ++++++++--- > include/linux/kobject.h | 17 +++++++ > include/linux/skbuff.h | 1 + > include/net/ip_fib.h | 2 +- > kernel/exit.c | 12 ++++- > mm/migrate.c | 7 ++- > mm/oom_kill.c | 8 +++ > net/bridge/br_forward.c | 7 ++- > net/bridge/br_netfilter_ipv6.c | 1 + > net/bridge/netfilter/nft_reject_bridge.c | 1 + > net/can/bcm.c | 27 ++++++++++ > net/ipv4/fib_frontend.c | 4 +- > net/ipv4/fib_trie.c | 14 +++++- > net/ipv4/ip_input.c | 1 + > net/ipv6/af_inet6.c | 3 ++ > net/l2tp/l2tp_core.c | 43 ++++++++-------- > net/l2tp/l2tp_core.h | 31 ++++++++++++ > net/l2tp/l2tp_ip.c | 3 ++ > net/l2tp/l2tp_ip6.c | 3 ++ > net/netrom/nr_timer.c | 20 ++++---- > net/openvswitch/flow_netlink.c | 2 +- > net/rose/rose_route.c | 5 ++ > net/sched/sch_api.c | 3 +- > sound/soc/intel/atom/sst-mfld-platform-pcm.c | 8 ++- > tools/perf/util/unwind-libdw.c | 4 +- > 61 files changed, 419 insertions(+), 166 deletions(-) > > -- > kernel-team mailing list > kernel-team@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/kernel-team
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.173 upstream stable release from git://git.kernel.org/ Linux 4.4.173 fs: don't scan the inode cache before SB_BORN is set mm: migrate: don't rely on __PageMovable() of newpage after unlocking it drivers: core: Remove glue dirs from sysfs earlier cifs: Always resolve hostname before reconnecting mm, oom: fix use-after-free in oom_kill_process kernel/exit.c: release ptraced tasks before zap_pid_ns_processes mmc: sdhci-iproc: handle mmc_of_parse() errors during probe platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK gfs2: Revert "Fix loop in gfs2_rbm_find" arm64: hyp-stub: Forbid kprobing of the hyp-stub ARM: cns3xxx: Fix writing to wrong PCI config registers after alignment fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() CIFS: Do not count -ENODATA as failure for query directory l2tp: fix reading optional fields of L2TPv3 l2tp: remove l2specific_len dependency in l2tp_core ucc_geth: Reset BQL queue when stopping device net/rose: fix NULL ax25_cb kernel panic netrom: switch to sock timer API net/mlx4_core: Add masking for a few queries on HCA caps l2tp: copy 4 more bytes to linear part if necessary ipv6: Consider sk_bound_dev_if when binding a socket to an address fs: add the fsnotify call to vfs_iter_write s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU Revert "loop: Fold __loop_release into loop_release" Revert "loop: Get rid of loop_index_mutex" Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()" f2fs: read page index before freeing arm64: mm: remove page_mapping check in __sync_icache_dcache irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size perf unwind: Take pgoff into account when reporting elf to libdwfl perf unwind: Unwind with libdw doesn't take symfs into account vt: invoke notifier on screen size change can: bcm: check timer values before ktime conversion can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it x86/kaslr: Fix incorrect i8254 outb() parameters KVM: x86: Fix single-step debugging Input: xpad - add support for SteelSeries Stratus Duo CIFS: Fix possible hang during async MTU reads and writes tty/n_hdlc: fix __might_sleep warning tty: Handle problem if line discipline does not have receive_buf staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1 char/mwave: fix potential Spectre v1 vulnerability s390/smp: fix CPU hotplug deadlock with CPU rescan s390/early: improve machine detection ARC: perf: map generic branches to correct hardware condition ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages USB: serial: pl2303: add new PID to support PL2303TB USB: serial: simple: add Motorola Tetra TPG2200 device id net: bridge: Fix ethernet header pointer before check skb forwardable net_sched: refetch skb protocol for each filter net: ipv4: Fix memory leak in network namespace dismantle openvswitch: Avoid OOB read when parsing flow nlattrs net: Fix usage of pskb_trim_rcsum Compile-tested all supported architectures. Signed-off-by: Juerg Haefliger <juergh@canonical.com> --- The following changes since commit 56c7f10dbd1cf954daeb3a896bebed7cd069378a: Linux 4.4.172 (2019-03-06 09:50:48 +0100) are available in the Git repository at: git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.173 for you to fetch changes up to b15aacb1714cc936270e2ccd6e0bf4cd0b769367: Linux 4.4.173 (2019-03-06 11:00:17 +0100) ---------------------------------------------------------------- Alexander Popov (1): KVM: x86: Fix single-step debugging Andreas Gruenbacher (1): gfs2: Revert "Fix loop in gfs2_rbm_find" Andrei Vagin (1): kernel/exit.c: release ptraced tasks before zap_pid_ns_processes Aya Levin (1): net/mlx4_core: Add masking for a few queries on HCA caps Benjamin Herrenschmidt (1): drivers: core: Remove glue dirs from sysfs earlier Bernard Pidoux (1): net/rose: fix NULL ax25_cb kernel panic Charles Yeh (1): USB: serial: pl2303: add new PID to support PL2303TB Christian Borntraeger (1): s390/early: improve machine detection Cong Wang (2): net_sched: refetch skb protocol for each filter netrom: switch to sock timer API Daniel Drake (1): x86/kaslr: Fix incorrect i8254 outb() parameters Dave Chinner (1): fs: don't scan the inode cache before SB_BORN is set David Ahern (1): ipv6: Consider sk_bound_dev_if when binding a socket to an address David Hildenbrand (2): s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU mm: migrate: don't rely on __PageMovable() of newpage after unlocking it Eugeniy Paltsev (1): ARC: perf: map generic branches to correct hardware condition Gerald Schaefer (1): s390/smp: fix CPU hotplug deadlock with CPU rescan Greg Kroah-Hartman (5): tty: Handle problem if line discipline does not have receive_buf Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()" Revert "loop: Get rid of loop_index_mutex" Revert "loop: Fold __loop_release into loop_release" Linux 4.4.173 Gustavo A. R. Silva (1): char/mwave: fix potential Spectre v1 vulnerability Ido Schimmel (1): net: ipv4: Fix memory leak in network namespace dismantle Jacob Wen (2): l2tp: copy 4 more bytes to linear part if necessary l2tp: fix reading optional fields of L2TPv3 James Morse (1): arm64: hyp-stub: Forbid kprobing of the hyp-stub Jimmy Durand Wesolowski (1): fs: add the fsnotify call to vfs_iter_write João Paulo Rechi Vita (2): platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes Kangjie Lu (1): ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages Koen Vandeputte (1): ARM: cns3xxx: Fix writing to wrong PCI config registers after alignment Lorenzo Bianconi (1): l2tp: remove l2specific_len dependency in l2tp_core Manfred Schlaegl (1): can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it Marc Zyngier (1): irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size Martin Vuille (1): perf unwind: Unwind with libdw doesn't take symfs into account Mathias Thore (1): ucc_geth: Reset BQL queue when stopping device Max Schulze (1): USB: serial: simple: add Motorola Tetra TPG2200 device id Michael Straube (1): staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1 Milian Wolff (1): perf unwind: Take pgoff into account when reporting elf to libdwfl Nicolas Pitre (1): vt: invoke notifier on screen size change Oliver Hartkopp (1): can: bcm: check timer values before ktime conversion Pan Bian (1): f2fs: read page index before freeing Paul Fulghum (1): tty/n_hdlc: fix __might_sleep warning Paulo Alcantara (1): cifs: Always resolve hostname before reconnecting Pavel Shilovsky (2): CIFS: Fix possible hang during async MTU reads and writes CIFS: Do not count -ENODATA as failure for query directory Ross Lagerwall (2): net: Fix usage of pskb_trim_rcsum openvswitch: Avoid OOB read when parsing flow nlattrs Shakeel Butt (1): mm, oom: fix use-after-free in oom_kill_process Shaokun Zhang (1): arm64: mm: remove page_mapping check in __sync_icache_dcache Stefan Wahren (1): mmc: sdhci-iproc: handle mmc_of_parse() errors during probe Tom Panfil (1): Input: xpad - add support for SteelSeries Stratus Duo Waiman Long (1): fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb() Yunjian Wang (1): net: bridge: Fix ethernet header pointer before check skb forwardable Makefile | 2 +- arch/arc/include/asm/perf_event.h | 3 +- arch/arm/mach-cns3xxx/pcie.c | 2 +- arch/arm64/kernel/hyp-stub.S | 2 + arch/arm64/mm/flush.c | 4 -- arch/s390/kernel/early.c | 4 +- arch/s390/kernel/setup.c | 2 + arch/s390/kernel/smp.c | 12 ++++- arch/x86/boot/compressed/aslr.c | 4 +- arch/x86/kvm/x86.c | 3 +- drivers/base/core.c | 2 + drivers/block/loop.c | 47 +++++++++-------- drivers/char/mwave/mwavedd.c | 7 +++ drivers/input/joystick/xpad.c | 3 ++ drivers/irqchip/irq-gic-v3-its.c | 25 +++++----- drivers/mmc/host/sdhci-iproc.c | 5 +- drivers/net/can/dev.c | 27 +++++----- drivers/net/ethernet/freescale/ucc_geth.c | 2 + drivers/net/ethernet/mellanox/mlx4/fw.c | 75 +++++++++++++++++----------- drivers/net/ppp/pppoe.c | 1 + drivers/platform/x86/asus-nb-wmi.c | 3 +- drivers/s390/char/sclp_config.c | 2 + drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 + drivers/tty/n_hdlc.c | 1 + drivers/tty/tty_io.c | 3 +- drivers/tty/vt/vt.c | 1 + drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 2 + drivers/usb/serial/usb-serial-simple.c | 3 +- fs/cifs/connect.c | 53 ++++++++++++++++++++ fs/cifs/smb2ops.c | 6 +-- fs/cifs/smb2pdu.c | 4 +- fs/dcache.c | 6 +-- fs/f2fs/node.c | 4 +- fs/gfs2/rgrp.c | 2 +- fs/read_write.c | 4 +- fs/super.c | 30 ++++++++--- include/linux/kobject.h | 17 +++++++ include/linux/skbuff.h | 1 + include/net/ip_fib.h | 2 +- kernel/exit.c | 12 ++++- mm/migrate.c | 7 ++- mm/oom_kill.c | 8 +++ net/bridge/br_forward.c | 7 ++- net/bridge/br_netfilter_ipv6.c | 1 + net/bridge/netfilter/nft_reject_bridge.c | 1 + net/can/bcm.c | 27 ++++++++++ net/ipv4/fib_frontend.c | 4 +- net/ipv4/fib_trie.c | 14 +++++- net/ipv4/ip_input.c | 1 + net/ipv6/af_inet6.c | 3 ++ net/l2tp/l2tp_core.c | 43 ++++++++-------- net/l2tp/l2tp_core.h | 31 ++++++++++++ net/l2tp/l2tp_ip.c | 3 ++ net/l2tp/l2tp_ip6.c | 3 ++ net/netrom/nr_timer.c | 20 ++++---- net/openvswitch/flow_netlink.c | 2 +- net/rose/rose_route.c | 5 ++ net/sched/sch_api.c | 3 +- sound/soc/intel/atom/sst-mfld-platform-pcm.c | 8 ++- tools/perf/util/unwind-libdw.c | 4 +- 61 files changed, 419 insertions(+), 166 deletions(-)