v2->v3: drop "xfrm: fix a data-race in xfrm_gen_index()" to avoid kabi changes
v1->v2: remove redundant patches
Chen Yu (1): genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()
Christophe JAILLET (1): ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias()
Eric Dumazet (4): tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb tcp_metrics: add missing barriers on delete tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() tcp_metrics: do not create an entry from tcp_init_metrics()
Gou Hao (1): ext4: move 'ix' sanity check to corrent position
Jan Kara (1): quota: Fix slow quotaoff
Jeff Layton (1): overlayfs: set ctime when setting mtime and atime
Jorge Sanjuan Garcia (1): mcb: remove is_added flag from mcb_device struct
Kuniyuki Iwashima (1): dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.
Marc Kleine-Budde (3): can: dev: move driver related infrastructure into separate subdir can: dev: can_restart(): don't crash kernel if carrier is OK can: dev: can_restart(): fix race condition between controller restart and netif_carrier_on()
Michal Koutný (1): cgroup: Remove duplicates in cgroup v1 tasks file
Neal Cardwell (1): tcp: fix excessive TLP and RACK timeouts from HZ rounding
Peter Zijlstra (1): sched,idle,rcu: Push rcu_idle deeper into the idle path
Reuben Hawkins (1): vfs: fix readahead(2) on block devices
Sunil V L (1): ACPI: irq: Fix incorrect return value in acpi_register_gsi()
Yan Zhai (1): ipv6: avoid atomic fragment on GSO packets
drivers/acpi/device_sysfs.c | 10 ++-- drivers/acpi/irq.c | 7 ++- drivers/cpuidle/cpuidle.c | 12 +++-- drivers/mcb/mcb-core.c | 10 ++-- drivers/mcb/mcb-parse.c | 2 - drivers/net/can/Makefile | 7 +-- drivers/net/can/dev/Makefile | 7 +++ drivers/net/can/{ => dev}/dev.c | 10 ++-- drivers/net/can/{ => dev}/rx-offload.c | 0 fs/ext4/extents.c | 10 ++-- fs/overlayfs/copy_up.c | 2 +- fs/quota/dquot.c | 66 +++++++++++++++----------- include/linux/mcb.h | 1 - include/linux/quota.h | 4 +- include/linux/quotaops.h | 2 +- include/net/tcp.h | 3 ++ kernel/cgroup/cgroup-v1.c | 5 +- kernel/irq/matrix.c | 6 +-- kernel/sched/idle.c | 22 ++++----- mm/readahead.c | 3 +- net/dccp/ipv6.c | 6 +-- net/ipv4/tcp_metrics.c | 15 +++--- net/ipv4/tcp_output.c | 25 +++++++--- net/ipv4/tcp_recovery.c | 2 +- net/ipv6/ip6_output.c | 8 +++- net/ipv6/syncookies.c | 7 +-- 26 files changed, 145 insertions(+), 107 deletions(-) create mode 100644 drivers/net/can/dev/Makefile rename drivers/net/can/{ => dev}/dev.c (99%) rename drivers/net/can/{ => dev}/rx-offload.c (100%)