This is the start of the stable review cycle for the 5.1.3 release.
There are 46 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri 17 May 2019 09:04:22 AM UTC.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.1.3-rc1.…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.1.3-rc1
Damien Le Moal <damien.lemoal(a)wdc.com>
f2fs: Fix use of number of devices
Dexuan Cui <decui(a)microsoft.com>
PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary
Dexuan Cui <decui(a)microsoft.com>
PCI: hv: Add hv_pci_remove_slots() when we unload the driver
Dexuan Cui <decui(a)microsoft.com>
PCI: hv: Fix a memory leak in hv_eject_device_work()
YueHaibing <yuehaibing(a)huawei.com>
virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packed
Laurentiu Tudor <laurentiu.tudor(a)nxp.com>
powerpc/booke64: set RI in default MSR
Russell Currey <ruscur(a)russell.cc>
powerpc/powernv/idle: Restore IAMR after idle
Rick Lindsley <ricklind(a)linux.vnet.ibm.com>
powerpc/book3s/64: check for NULL pointer in pgd_alloc()
Dan Carpenter <dan.carpenter(a)oracle.com>
drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl
Dan Carpenter <dan.carpenter(a)oracle.com>
drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctl
Paul Bolle <pebolle(a)tiscali.nl>
isdn: bas_gigaset: use usb_fill_int_urb() properly
Eric Dumazet <edumazet(a)google.com>
flow_dissector: disable preemption around BPF calls
Heiner Kallweit <hkallweit1(a)gmail.com>
net: phy: fix phy_validate_pause
Jason Wang <jasowang(a)redhat.com>
tuntap: synchronize through tfiles array instead of tun->numqueues
Jason Wang <jasowang(a)redhat.com>
tuntap: fix dividing by zero in ebpf queue selection
Oliver Neukum <oneukum(a)suse.com>
aqc111: fix double endianness swap on BE
Oliver Neukum <oneukum(a)suse.com>
aqc111: fix writing to the phy on BE
Oliver Neukum <oneukum(a)suse.com>
aqc111: fix endianness issue in aqc111_change_mtu
Stephen Suryaputra <ssuryaextr(a)gmail.com>
vrf: sit mtu should not be updated when vrf netdev is the link
Hangbin Liu <liuhangbin(a)gmail.com>
vlan: disable SIOCSHWTSTAMP in container
Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan(a)gmail.com>
tipc: fix hanging clients using poll with EPOLLOUT flag
Paolo Abeni <pabeni(a)redhat.com>
selinux: do not report error on connect(AF_UNSPEC)
YueHaibing <yuehaibing(a)huawei.com>
packet: Fix error path in packet_init
Christophe Leroy <christophe.leroy(a)c-s.fr>
net: ucc_geth - fix Oops when changing number of buffers in the ring
Thomas Bogendoerfer <tbogendoerfer(a)suse.de>
net: seeq: fix crash caused by not set dev.parent
Harini Katakam <harini.katakam(a)xilinx.com>
net: macb: Change interrupt and napi enable order in open
Corentin Labbe <clabbe(a)baylibre.com>
net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filtering
YueHaibing <yuehaibing(a)huawei.com>
net: dsa: Fix error cleanup path in dsa_init_module
David Ahern <dsahern(a)gmail.com>
ipv4: Fix raw socket lookup for local traffic
Hangbin Liu <liuhangbin(a)gmail.com>
fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied
Laurentiu Tudor <laurentiu.tudor(a)nxp.com>
dpaa_eth: fix SG frame cleanup
Tobin C. Harding <tobin(a)kernel.org>
bridge: Fix error path for kobject_init_and_add()
Jarod Wilson <jarod(a)redhat.com>
bonding: fix arp_validate toggling in active-backup mode
Nigel Croxon <ncroxon(a)redhat.com>
Don't jump to compute_result state from check_result state
Gustavo A. R. Silva <gustavo(a)embeddedor.com>
rtlwifi: rtl8723ae: Fix missing break in switch statement
Petr Štetiar <ynezz(a)true.cz>
mwl8k: Fix rate_idx underflow
Johan Hovold <johan(a)kernel.org>
USB: serial: fix unthrottle races
Hans de Goede <hdegoede(a)redhat.com>
virt: vbox: Sanity-check parameter types for hgcm-calls coming from userspace
Andrea Parri <andrea.parri(a)amarulasolutions.com>
kernfs: fix barrier usage in __kernfs_new_node()
Wolfram Sang <wsa+renesas(a)sang-engineering.com>
i2c: core: ratelimit 'transfer when suspended' errors
Kees Cook <keescook(a)chromium.org>
selftests/seccomp: Handle namespace failures gracefully
Lei YU <mine260309(a)gmail.com>
hwmon: (occ) Fix extended status bits
Stefan Wahren <stefan.wahren(a)i2se.com>
hwmon: (pwm-fan) Disable PWM if fetching cooling data fails
Mario Limonciello <mario.limonciello(a)dell.com>
platform/x86: dell-laptop: fix rfkill functionality
Jiaxun Yang <jiaxun.yang(a)flygoat.com>
platform/x86: thinkpad_acpi: Disable Bluetooth for some machines
Gustavo A. R. Silva <gustavo(a)embeddedor.com>
platform/x86: sony-laptop: Fix unintentional fall-through
-------------
Diffstat:
Makefile | 4 +-
arch/powerpc/include/asm/book3s/64/pgalloc.h | 3 +
arch/powerpc/include/asm/reg_booke.h | 2 +-
arch/powerpc/kernel/idle_book3s.S | 20 ++++++
drivers/hwmon/occ/sysfs.c | 8 +--
drivers/hwmon/pwm-fan.c | 2 +-
drivers/i2c/i2c-core-base.c | 5 +-
drivers/isdn/gigaset/bas-gigaset.c | 9 +--
drivers/md/raid5.c | 19 ++----
drivers/net/bonding/bond_options.c | 7 ---
drivers/net/ethernet/cadence/macb_main.c | 6 +-
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 2 +-
drivers/net/ethernet/freescale/ucc_geth_ethtool.c | 8 +--
drivers/net/ethernet/seeq/sgiseeq.c | 1 +
drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 2 +
drivers/net/phy/phy_device.c | 11 ++--
drivers/net/tun.c | 14 ++++-
drivers/net/usb/aqc111.c | 31 +++++++---
drivers/net/wireless/marvell/mwl8k.c | 13 ++--
.../net/wireless/realtek/rtlwifi/rtl8723ae/hw.c | 1 +
drivers/pci/controller/pci-hyperv.c | 23 +++++++
drivers/platform/x86/dell-laptop.c | 6 +-
drivers/platform/x86/sony-laptop.c | 8 ++-
drivers/platform/x86/thinkpad_acpi.c | 72 +++++++++++++++++++++-
drivers/usb/serial/generic.c | 39 +++++++++---
drivers/virt/fsl_hypervisor.c | 29 +++++----
drivers/virt/vboxguest/vboxguest_core.c | 31 ++++++++++
drivers/virtio/virtio_ring.c | 1 +
fs/f2fs/data.c | 17 +++--
fs/f2fs/f2fs.h | 13 +++-
fs/f2fs/file.c | 2 +-
fs/f2fs/gc.c | 2 +-
fs/f2fs/segment.c | 13 ++--
fs/kernfs/dir.c | 5 +-
include/linux/i2c.h | 3 +-
net/8021q/vlan_dev.c | 4 +-
net/bridge/br_if.c | 13 ++--
net/core/fib_rules.c | 6 +-
net/core/flow_dissector.c | 3 +
net/dsa/dsa.c | 11 +++-
net/ipv4/raw.c | 4 +-
net/ipv6/sit.c | 2 +-
net/packet/af_packet.c | 25 ++++++--
net/tipc/socket.c | 4 +-
security/selinux/hooks.c | 8 +--
tools/testing/selftests/seccomp/seccomp_bpf.c | 43 +++++++------
46 files changed, 399 insertions(+), 156 deletions(-)
This is the start of the stable review cycle for the 4.9.177 release.
There are 51 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Fri 17 May 2019 09:04:42 AM UTC.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.177-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 4.9.177-rc1
Laurentiu Tudor <laurentiu.tudor(a)nxp.com>
powerpc/booke64: set RI in default MSR
Christophe Leroy <christophe.leroy(a)c-s.fr>
powerpc/lib: fix book3s/32 boot failure due to code patching
Dan Carpenter <dan.carpenter(a)oracle.com>
drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl
Dan Carpenter <dan.carpenter(a)oracle.com>
drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctl
Jarod Wilson <jarod(a)redhat.com>
bonding: fix arp_validate toggling in active-backup mode
David Ahern <dsahern(a)gmail.com>
ipv4: Fix raw socket lookup for local traffic
Stephen Suryaputra <ssuryaextr(a)gmail.com>
vrf: sit mtu should not be updated when vrf netdev is the link
Hangbin Liu <liuhangbin(a)gmail.com>
vlan: disable SIOCSHWTSTAMP in container
YueHaibing <yuehaibing(a)huawei.com>
packet: Fix error path in packet_init
Christophe Leroy <christophe.leroy(a)c-s.fr>
net: ucc_geth - fix Oops when changing number of buffers in the ring
Hangbin Liu <liuhangbin(a)gmail.com>
fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied
Tobin C. Harding <tobin(a)kernel.org>
bridge: Fix error path for kobject_init_and_add()
Breno Leitao <leitao(a)debian.org>
powerpc/64s: Include cpu header
Alistair Strachan <astrachan(a)google.com>
x86/vdso: Pass --eh-frame-hdr to the linker
Nick Desaulniers <ndesaulniers(a)google.com>
x86/vdso: Drop implicit common-page-size linker flag
Alistair Strachan <astrachan(a)google.com>
x86: vdso: Use $LD instead of $CC to link
Sasha Levin <sashal(a)kernel.org>
Revert "x86: vdso: Use $LD instead of $CC to link"
Sasha Levin <sashal(a)kernel.org>
Revert "x86/vdso: Drop implicit common-page-size linker flag"
Nigel Croxon <ncroxon(a)redhat.com>
Don't jump to compute_result state from check_result state
Gustavo A. R. Silva <gustavo(a)embeddedor.com>
rtlwifi: rtl8723ae: Fix missing break in switch statement
Takashi Sakamoto <o-takashi(a)sakamocchi.jp>
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
Wei Yongjun <weiyongjun1(a)huawei.com>
cw1200: fix missing unlock on error in cw1200_hw_scan()
Pan Bian <bianpan2016(a)163.com>
Input: synaptics-rmi4 - fix possible double free
Daniel Gomez <dagmcr(a)gmail.com>
spi: ST ST95HF NFC: declare missing of table
Daniel Gomez <dagmcr(a)gmail.com>
spi: Micrel eth switch: declare missing of table
Lucas Stach <l.stach(a)pengutronix.de>
gpu: ipu-v3: dp: fix CSC handling
Po-Hsu Lin <po-hsu.lin(a)canonical.com>
selftests/net: correct the return value for run_netsocktests
Paul Kocialkowski <paul.kocialkowski(a)bootlin.com>
drm/sun4i: Set device driver data at bind time for use in unbind
Arnd Bergmann <arnd(a)arndb.de>
s390: ctcm: fix ctcm_new_device error return code
Petr Štetiar <ynezz(a)true.cz>
MIPS: perf: ath79: Fix perfcount IRQ assignment
Julian Anastasov <ja(a)ssi.bg>
ipvs: do not schedule icmp errors from tunnels
Florian Westphal <fw(a)strlen.de>
selftests: netfilter: check icmp pkttoobig errors are set as related
Dan Williams <dan.j.williams(a)intel.com>
init: initialize jump labels before command line option parsing
Rikard Falkeborn <rikard.falkeborn(a)gmail.com>
tools lib traceevent: Fix missing equality check for strcmp
Vitaly Kuznetsov <vkuznets(a)redhat.com>
KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
Jian-Hong Pan <jian-hong(a)endlessm.com>
x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T
Tetsuo Handa <penguin-kernel(a)I-love.SAKURA.ne.jp>
mISDN: Check address length before reading address family
Martin Schwidefsky <schwidefsky(a)de.ibm.com>
s390/3270: fix lockdep false positive on view->lock
Felix Fietkau <nbd(a)nbd.name>
mac80211: fix unaligned access in mesh table hash function
Peter Oberparleiter <oberpar(a)linux.ibm.com>
s390/dasd: Fix capacity calculation for large volumes
Aditya Pakki <pakki001(a)umn.edu>
libnvdimm/btt: Fix a kmemdup failure check
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
HID: input: add mapping for "Toggle Display" key
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
HID: input: add mapping for keyboard Brightness Up/Down/Toggle keys
Dmitry Torokhov <dmitry.torokhov(a)gmail.com>
HID: input: add mapping for Expose/Overview key
Kangjie Lu <kjlu(a)umn.edu>
libnvdimm/namespace: Fix a potential NULL pointer dereference
Sven Van Asbroeck <thesven73(a)gmail.com>
iio: adc: xilinx: fix potential use-after-free on remove
Johan Hovold <johan(a)kernel.org>
USB: serial: fix unthrottle races
Gustavo A. R. Silva <gustavo(a)embeddedor.com>
platform/x86: sony-laptop: Fix unintentional fall-through
Alexei Starovoitov <ast(a)fb.com>
bpf: convert htab map to hlist_nulls
Alexei Starovoitov <ast(a)fb.com>
bpf: fix struct htab_elem layout
Francesco Ruggeri <fruggeri(a)arista.com>
netfilter: compat: initialize all fields in xt_init
-------------
Diffstat:
Makefile | 4 +-
arch/mips/ath79/setup.c | 6 -
arch/powerpc/include/asm/reg_booke.h | 2 +-
arch/powerpc/kernel/security.c | 1 +
arch/powerpc/lib/code-patching.c | 2 +-
arch/x86/entry/vdso/Makefile | 3 +-
arch/x86/kernel/reboot.c | 21 ++
arch/x86/kvm/trace.h | 4 +-
drivers/gpu/drm/sun4i/sun4i_drv.c | 2 +
drivers/gpu/ipu-v3/ipu-dp.c | 12 +-
drivers/hid/hid-input.c | 14 +
drivers/iio/adc/xilinx-xadc-core.c | 2 +-
drivers/input/rmi4/rmi_driver.c | 6 +-
drivers/irqchip/irq-ath79-misc.c | 11 +
drivers/isdn/mISDN/socket.c | 4 +-
drivers/md/raid5.c | 19 +-
drivers/net/bonding/bond_options.c | 7 -
drivers/net/ethernet/freescale/ucc_geth_ethtool.c | 8 +-
drivers/net/phy/spi_ks8995.c | 9 +
.../net/wireless/realtek/rtlwifi/rtl8723ae/hw.c | 1 +
drivers/net/wireless/st/cw1200/scan.c | 5 +-
drivers/nfc/st95hf/core.c | 7 +
drivers/nvdimm/btt_devs.c | 18 +-
drivers/nvdimm/namespace_devs.c | 5 +-
drivers/platform/x86/sony-laptop.c | 8 +-
drivers/s390/block/dasd_eckd.c | 6 +-
drivers/s390/char/con3270.c | 2 +-
drivers/s390/char/fs3270.c | 3 +-
drivers/s390/char/raw3270.c | 3 +-
drivers/s390/char/raw3270.h | 4 +-
drivers/s390/char/tty3270.c | 3 +-
drivers/s390/net/ctcm_main.c | 1 +
drivers/usb/serial/generic.c | 39 ++-
drivers/virt/fsl_hypervisor.c | 29 ++-
include/linux/efi.h | 7 +-
include/linux/list_nulls.h | 5 +
include/linux/rculist_nulls.h | 14 +
include/sound/pcm.h | 2 +-
init/main.c | 4 +-
kernel/bpf/hashtab.c | 99 ++++---
net/8021q/vlan_dev.c | 4 +-
net/bridge/br_if.c | 13 +-
net/core/fib_rules.c | 6 +-
net/ipv4/raw.c | 4 +-
net/ipv6/sit.c | 2 +-
net/mac80211/mesh_pathtbl.c | 2 +-
net/netfilter/ipvs/ip_vs_core.c | 2 +-
net/netfilter/x_tables.c | 2 +-
net/packet/af_packet.c | 25 +-
sound/core/pcm_lib.c | 2 -
sound/core/pcm_native.c | 6 +-
tools/lib/traceevent/event-parse.c | 2 +-
tools/testing/selftests/net/run_netsocktests | 2 +-
tools/testing/selftests/netfilter/Makefile | 2 +-
.../selftests/netfilter/conntrack_icmp_related.sh | 283 +++++++++++++++++++++
55 files changed, 605 insertions(+), 154 deletions(-)