Alexander Duyck (1): e1000: Do not perform reset in reset_task if we are already down
Alistair Popple (1): mm/rmap: fixup copying of soft dirty and uffd ptes
Aya Levin (2): net/mlx5e: Fix VLAN cleanup flow net/mlx5e: Fix VLAN create flow
Chuck Lever (1): svcrdma: Fix leak of transport addresses
Cong Wang (1): tipc: fix the skb_unshare() in tipc_buf_append()
Dan Aloni (1): svcrdma: fix bounce buffers for unaligned offsets and multiple pages
Dumitru Ceara (1): openvswitch: handle DNAT tuple collision
Eran Ben Elisha (1): net/mlx5: Don't call timecounter cyc2time directly from 1PPS flow
Hanjun Guo (4): irqchip/gicv3: Call acpi_put_table() to fix memory leak tty/amba-pl011: Call acpi_put_table() to fix memory leak cpufreq : CPPC: Break out if HiSilicon CPPC workaround is matched cpufreq: CPPC: put ACPI table after using it
Jonathan Lemon (1): mlx4: handle non-napi callers to napi_poll
Linus Torvalds (1): tty: make FONTX ioctl use the tty pointer they were actually passed
Nikolai Merinov (1): partitions/efi: Fix partition name parsing in GUID partition entry
Rohit Maheshwari (1): net/tls: sendfile fails with ktls offload
Sabrina Dubroca (1): xfrmi: drop ignore_df check before updating pmtu
Tonghao Zhang (2): net: openvswitch: use u64 for meter bucket net: openvswitch: use div_u64() for 64-by-32 divisions
Tuong Lien (1): tipc: fix memory leak in service subscripting
Yang Shi (1): mm: madvise: fix vma user-after-free
Yunsheng Lin (1): net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
kiyin(尹亮) (1): perf/core: Fix a memory leak in perf_event_parse_addr_filter()
block/partitions/efi.c | 35 +++++++++---- block/partitions/efi.h | 2 +- drivers/cpufreq/cppc_cpufreq.c | 8 ++- drivers/irqchip/irq-gic-v3.c | 2 + drivers/net/ethernet/intel/e1000/e1000_main.c | 18 +++++-- drivers/net/ethernet/mellanox/mlx4/en_rx.c | 3 ++ drivers/net/ethernet/mellanox/mlx4/en_tx.c | 2 +- .../net/ethernet/mellanox/mlx5/core/en_fs.c | 14 ++++-- .../ethernet/mellanox/mlx5/core/lib/clock.c | 5 +- drivers/tty/serial/amba-pl011.c | 2 + drivers/tty/vt/vt_ioctl.c | 32 ++++++------ kernel/events/core.c | 12 ++--- mm/madvise.c | 2 +- mm/migrate.c | 9 +++- mm/rmap.c | 7 ++- net/openvswitch/conntrack.c | 22 +++++---- net/openvswitch/meter.c | 4 +- net/openvswitch/meter.h | 2 +- net/sched/sch_generic.c | 49 +++++++++++++------ net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 1 + net/sunrpc/xprtrdma/svc_rdma_sendto.c | 3 +- net/tipc/msg.c | 3 +- net/tipc/topsrv.c | 4 +- net/tls/tls_device.c | 11 +++-- net/xfrm/xfrm_interface.c | 2 +- 25 files changed, 168 insertions(+), 86 deletions(-)