form Linux 4.19.222 to Linux 4.19.227.
some patch with conflicts haven't inclusion yet:
8a8908cb82568 fuse: fix live lock in fuse_iget()
1e1bb4933f1fa fuse: fix bad inode
bd6e97e2b6f59 veth: Do not record rx queue hint in veth_xmit
1c3564fca0e7b xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just
like fallocate
f9dfa44be0fb5 f2fs: fix to do sanity check on last xattr entry in
__f2fs_setxattr()
9c6159ee8fc9d net: accept UFOv6 packages in virtio_net_hdr_to_skb
57f93eaff49df block, bfq: fix use after free in bfq_bfqq_expire
99ada24490c34 block, bfq: fix queue removal from weights tree
7d0efcc69c75a block, bfq: fix decrement of num_active_groups
e867d620470af block, bfq: fix asymmetric scenarios detection
e4cd53c650bef block, bfq: improve asymmetric scenarios detection
they will be sent with fixed conflicts by the analyser.
Andrew Cooper (1):
x86/pkey: Fix undefined behaviour with PKRU_WD_BIT
Andrey Ryabinin (1):
cputime, cpuacct: Include guest time in user time in cpuacct.stat
Antoine Tenart (1):
net-sysfs: update the queue counts in the unregistration path
Antony Antony (2):
xfrm: interface with if_id 0 should return error
xfrm: state and policy should fail if XFRMA_IF_ID 0
Arnd Bergmann (1):
dmaengine: pxa/mmp: stop referencing config->slave_id
Bart Van Assche (1):
scsi: ufs: Fix race conditions related to driver data
Chen Jun (1):
tpm: add request_locality before write TPM_INT_ENABLE
Chengfeng Ye (1):
crypto: qce - fix uaf on qce_ahash_register_one
Christoph Hellwig (1):
scsi: sr: Don't use GFP_DMA
Coco Li (1):
udp: using datalen to cap ipv6 udp max gso segments
David Ahern (4):
ipv6: Check attribute length for RTA_GATEWAY in multipath route
ipv6: Check attribute length for RTA_GATEWAY when deleting multipath
route
ipv6: Continue processing multipath route even if gateway attribute is
invalid
ipv6: Do cleanup if attribute validation fails in multipath route
Doyle, Patrick (1):
mtd: nand: bbt: Fix corner case in bad block table handling
Eric Dumazet (3):
xfrm: fix a small bug in xfrm_sa_len()
af_unix: annote lockless accesses to unix_tot_inflight &
gc_in_progress
netns: add schedule point in ops_exit_list()
Fernando Fernandez Mancera (1):
bonding: fix ad_actor_system option setting to default
Florian Westphal (1):
netfilter: bridge: add support for pppoe filtering
Gang Li (1):
shmem: fix a race between shmem_unused_huge_shrink and
shmem_evict_inode
Hector Martin (1):
iommu/io-pgtable-arm: Fix table descriptor paddr formatting
Jan Kara (4):
ext4: avoid trim error on fs with small groups
ext4: make sure to reset inode lockdep class when quota enabling fails
ext4: make sure quota gets properly shutdown on error
select: Fix indefinitely sleeping task in poll_schedule_timeout()
Joe Thornber (2):
dm btree: add a defensive bounds check to insert_at()
dm space map common: add bounds check to sm_ll_lookup_bitmap()
Kyeong Yoo (1):
jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
Li Hua (1):
sched/rt: Try to restart rt period timer when rt runtime exceeded
Lino Sanfilippo (1):
serial: amba-pl011: do not request memory region twice
Lixiaokeng (1):
scsi: libiscsi: Fix UAF in
iscsi_conn_get_param()/iscsi_conn_teardown()
Lizhi Hou (1):
tty: serial: uartlite: allow 64 bit address
Lukas Wunner (1):
serial: Fix incorrect rs485 polarity on uart open
Luís Henriques (1):
ext4: set csum seed in tmp inode while migrating to extents
Marek Vasut (1):
crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
Muchun Song (1):
net: fix use-after-free in tw_timer_handler
Naveen N. Rao (2):
tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
tracing: Tag trace_percpu_buffer as a percpu pointer
Nicolas Toromanoff (1):
crypto: stm32/cryp - fix double pm exit
Paolo Abeni (1):
bpf: Do not WARN in bpf_warn_invalid_xdp_action()
Pavel Skripkin (1):
net: mcs7830: handle usb read errors properly
Rafael J. Wysocki (2):
ACPICA: Utilities: Avoid deleting the same object twice in a row
ACPICA: Executer: Fix the REFCLASS_REFOF case in
acpi_ex_opcode_1A_0T_1R()
Suresh Kumar (1):
net: bonding: debug: avoid printing debug logs when bond is not
notifying peers
Thadeu Lima de Souza Cascardo (2):
ipmi: bail out if init_srcu_struct fails
ipmi: fix initialization when workqueue allocation fails
Theodore Ts'o (1):
ext4: don't use the orphan list when migrating an inode
Thomas Gleixner (1):
can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet
Tom Rix (1):
selinux: initialize proto variable in selinux_ip_postroute_compat()
Willem de Bruijn (1):
net: skip virtio_net_hdr_set_proto if protocol already set
William Zhao (1):
ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
Wu Bo (1):
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Xin Xiong (1):
netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
Documentation/networking/bonding.txt | 11 +-
arch/x86/include/asm/pgtable.h | 4 +-
drivers/acpi/acpica/exoparg1.c | 3 +-
drivers/acpi/acpica/utdelete.c | 1 +
drivers/char/ipmi/ipmi_msghandler.c | 21 ++-
drivers/char/tpm/tpm_tis_core.c | 8 +
drivers/crypto/qce/sha.c | 2 +-
drivers/crypto/stm32/stm32-cryp.c | 2 -
drivers/crypto/stm32/stm32_crc32.c | 4 +-
drivers/dma/mmp_pdma.c | 6 -
drivers/dma/pxa_dma.c | 7 -
drivers/iommu/io-pgtable-arm.c | 9 +-
drivers/md/persistent-data/dm-btree.c | 8 +-
.../md/persistent-data/dm-space-map-common.c | 5 +
drivers/mtd/nand/bbt.c | 2 +-
drivers/net/bonding/bond_main.c | 6 +-
drivers/net/bonding/bond_options.c | 2 +-
drivers/net/usb/mcs7830.c | 12 +-
drivers/scsi/libiscsi.c | 6 +-
drivers/scsi/sr.c | 2 +-
drivers/scsi/sr_vendor.c | 4 +-
drivers/scsi/ufs/tc-dwc-g210-pci.c | 1 -
drivers/scsi/ufs/ufshcd-pltfrm.c | 2 -
drivers/scsi/ufs/ufshcd.c | 7 +
drivers/tty/serial/amba-pl011.c | 27 +--
drivers/tty/serial/serial_core.c | 4 +-
drivers/tty/serial/uartlite.c | 2 +-
fs/ext4/ioctl.c | 2 -
fs/ext4/mballoc.c | 8 +
fs/ext4/migrate.c | 23 ++-
fs/ext4/super.c | 23 ++-
fs/jffs2/file.c | 40 +++--
fs/select.c | 63 +++----
include/linux/virtio_net.h | 3 +
kernel/sched/cputime.c | 4 +-
kernel/sched/rt.c | 23 ++-
kernel/trace/trace.c | 6 +-
mm/shmem.c | 37 +++--
net/bridge/br_netfilter_hooks.c | 7 +-
net/can/bcm.c | 156 ++++++------------
net/core/filter.c | 6 +-
net/core/net-sysfs.c | 3 +
net/core/net_namespace.c | 4 +-
net/ipv4/af_inet.c | 10 +-
net/ipv4/netfilter/ipt_CLUSTERIP.c | 5 +-
net/ipv6/ip6_vti.c | 2 +
net/ipv6/route.c | 28 +++-
net/ipv6/udp.c | 2 +-
net/unix/garbage.c | 14 +-
net/unix/scm.c | 6 +-
net/xfrm/xfrm_interface.c | 14 +-
net/xfrm/xfrm_user.c | 23 ++-
security/selinux/hooks.c | 2 +-
53 files changed, 375 insertions(+), 307 deletions(-)
--
2.22.0