Linux 4.19.28

From: Greg KH
Date: Sun Mar 10 2019 - 01:52:53 EST


I'm announcing the release of the 4.19.28 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

Makefile | 2
arch/mips/kernel/irq.c | 4
arch/x86/boot/compressed/pgtable_64.c | 19 +++-
arch/x86/kernel/cpu/amd.c | 8 -
arch/xtensa/kernel/process.c | 4
drivers/bluetooth/btrtl.c | 10 +-
drivers/char/applicom.c | 35 +++++--
drivers/cpufreq/cpufreq.c | 6 -
drivers/cpufreq/intel_pstate.c | 23 ++---
drivers/gnss/sirf.c | 32 +++----
drivers/net/dsa/mv88e6xxx/chip.c | 26 ++++-
drivers/net/dsa/mv88e6xxx/port.c | 10 +-
drivers/net/dsa/mv88e6xxx/port.h | 1
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 6 +
drivers/net/ethernet/marvell/sky2.c | 24 +++++
drivers/net/ethernet/microchip/lan743x_main.c | 16 ++-
drivers/net/geneve.c | 11 +-
drivers/net/hyperv/netvsc_drv.c | 22 ++++-
drivers/net/phy/micrel.c | 13 ++
drivers/net/phy/phylink.c | 4
drivers/net/team/team_mode_loadbalance.c | 15 +++
drivers/net/tun.c | 4
drivers/net/usb/qmi_wwan.c | 26 ++++-
drivers/net/xen-netback/hash.c | 2
drivers/net/xen-netback/interface.c | 7 +
drivers/net/xen-netback/netback.c | 10 +-
drivers/scsi/scsi_lib.c | 1
drivers/staging/android/ashmem.c | 67 ++++++++++-----
drivers/staging/android/ion/ion_system_heap.c | 2
drivers/staging/comedi/drivers/ni_660x.c | 1
drivers/staging/erofs/unzip_vle.c | 114 +++++++++++++++-----------
drivers/staging/erofs/unzip_vle.h | 3
drivers/staging/erofs/unzip_vle_lz4.c | 20 ++--
drivers/staging/wilc1000/linux_wlan.c | 4
drivers/usb/host/xhci-pci.c | 1
drivers/usb/serial/cp210x.c | 12 ++
drivers/usb/serial/ftdi_sio.c | 2
drivers/usb/serial/ftdi_sio_ids.h | 6 +
drivers/usb/serial/option.c | 2
fs/aio.c | 12 ++
fs/exec.c | 2
include/linux/cpufreq.h | 12 --
include/net/bluetooth/bluetooth.h | 2
include/net/icmp.h | 9 +-
include/net/ip.h | 4
include/net/sch_generic.h | 31 ++-----
kernel/bpf/verifier.c | 3
kernel/trace/trace_events_filter.c | 5 -
net/bluetooth/af_bluetooth.c | 16 ++-
net/bluetooth/l2cap_sock.c | 2
net/bluetooth/rfcomm/sock.c | 2
net/bluetooth/sco.c | 2
net/core/gen_stats.c | 2
net/core/net-sysfs.c | 3
net/ipv4/cipso_ipv4.c | 20 +++-
net/ipv4/fib_frontend.c | 4
net/ipv4/icmp.c | 7 -
net/ipv4/ip_input.c | 9 +-
net/ipv4/ip_options.c | 22 +++--
net/ipv4/netlink.c | 17 ++-
net/ipv4/route.c | 2
net/ipv6/ip6mr.c | 8 -
net/ipv6/route.c | 7 +
net/ipv6/sit.c | 1
net/mpls/af_mpls.c | 3
net/netlabel/netlabel_kapi.c | 3
net/nfc/llcp_commands.c | 20 ++++
net/nfc/llcp_core.c | 24 ++++-
net/sched/act_ipt.c | 3
net/sched/act_skbedit.c | 3
net/sched/act_tunnel_key.c | 3
net/sched/sch_generic.c | 13 +-
net/sched/sch_netem.c | 10 +-
net/sctp/socket.c | 1
net/socket.c | 1
net/tipc/socket.c | 8 +
tools/testing/selftests/firmware/fw_lib.sh | 2
77 files changed, 603 insertions(+), 270 deletions(-)

Ajay Singh (1):
staging: wilc1000: fix to set correct value for 'vif_num'

Andrew Lunn (2):
net: dsa: mv88e6xxx: Fix statistics on mv88e6161
net: dsa: mv88e6xxx: Fix u64 statistics

Balaji Manoharan (1):
usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI

Bart Van Assche (1):
aio: Fix locking in aio_poll()

Bryan Whitehead (1):
lan743x: Fix TX Stall Issue

Daniel Borkmann (1):
bpf: fix sanitation rewrite in case of non-pointers

Daniele Palmas (1):
USB: serial: option: add Telit ME910 ECM composition

David Ahern (4):
ipv4: Return error for RTA_VIA attribute
ipv6: Return error for RTA_VIA attribute
mpls: Return error for RTA_GATEWAY attribute
ipv4: Pass original device to ip_rcv_finish_core

Davide Caratti (2):
net/sched: act_ipt: fix refcount leak when replace fails
net/sched: act_skbedit: fix refcount leak when replace fails

Eric Biggers (1):
net: socket: set sock->sk to NULL after calling proto_ops::release()

Eric Dumazet (1):
net: sched: put back q.qlen into a single location

Erik Hugne (1):
tipc: fix RDM/DGRAM connect() regression

Gao Xiang (3):
staging: erofs: fix mis-acted TAIL merging behavior
staging: erofs: fix illegal address access under memory pressure
staging: erofs: compressed_pages should not be accessed again after freed

Greg Kroah-Hartman (1):
Linux 4.19.28

Gustavo A. R. Silva (2):
staging: comedi: ni_660x: fix missing break in switch statement
applicom: Fix potential Spectre v1 vulnerabilities

Haiyang Zhang (1):
hv_netvsc: Fix IP header checksum for coalesced packets

Hangbin Liu (1):
ipv4: Add ICMPv6 support when parse route ipproto

Heiner Kallweit (4):
net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port_set_duplex
net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
net: phy: phylink: fix uninitialized variable in phylink_get_mac_state
net: dsa: mv88e6xxx: prevent interrupt storm caused by mv88e6390x_port_set_cmode

Ido Schimmel (2):
ip6mr: Do not call __IP6_INC_STATS() from preemptible context
team: Free BPF filter when unregistering netdev

Igor Druzhinin (2):
xen-netback: don't populate the hash cache on XenBus disconnect
xen-netback: fix occasional leak of grant ref mappings under memory pressure

Ivan Mironov (1):
USB: serial: cp210x: add ID for Ingenico 3070

Jiaxun Yang (1):
x86/CPU/AMD: Set the CPB bit unconditionally on F17h

Jiri Benc (1):
geneve: correctly handle ipv6.disable module parameter

Johan Hovold (1):
gnss: sirf: fix premature wakeup interrupt enable

Kai-Heng Feng (2):
sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
Bluetooth: btrtl: Restore old logic to assume firmware is already loaded

Karoly Pados (1):
USB: serial: cp210x: fix GPIO in autosuspend

Kirill A. Shutemov (1):
x86/boot/compressed/64: Do not read legacy ROM on EFI system

Kristian Evensen (1):
qmi_wwan: Add support for Quectel EG12/EM12

Liu Xiang (1):
MIPS: irq: Allocate accurate order pages for irq stack

Luis Chamberlain (1):
selftests: firmware: fix verify_reqs() return value

Mans Rullgard (1):
USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485

Mao Wenan (1):
net: sit: fix memory leak in sit_init_net()

Martin Wilck (1):
scsi: core: reset host byte in DID_NEXUS_FAILURE case

Matthias Kaehlcke (1):
Bluetooth: Fix locking in bt_accept_enqueue() for BH context

Max Filippov (1):
xtensa: fix get_wchan

Maxime Chevallier (1):
net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390X

Michael Chan (1):
bnxt_en: Drop oversize TX packets to prevent errors.

Nazarov Sergey (2):
net: Add __icmp_send helper.
net: avoid use IPCB in cipso_v4_error

Paul Moore (1):
netlabel: fix out-of-bounds memory accesses

Pavel Tikhomirov (1):
tracing: Fix event filters and triggers to handle negative numbers

Qing Xia (1):
staging: android: ion: fix sys heap pool's gfp_flags

Rajasingh Thavamani (1):
net: phy: Micrel KSZ8061: link failure after cable connect

Sheng Lan (1):
net: netem: fix skb length BUG_ON in __skb_to_sgvec

Tetsuo Handa (2):
staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held.

Timur Celik (2):
tun: fix blocking read
tun: remove unnecessary memory barrier

Tung Nguyen (1):
tipc: fix race condition causing hung sendto

Viresh Kumar (1):
cpufreq: Use struct kobj_attribute instead of struct global_attr

Vlad Buslov (1):
net: sched: act_tunnel_key: fix NULL pointer dereference during init

Xin Long (1):
sctp: call iov_iter_revert() after sending ABORT

YueHaibing (3):
net-sysfs: Fix mem leak in netdev_register_kobject
net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails
exec: Fix mem leak in kernel_read_file

Attachment: signature.asc
Description: PGP signature