Send 16 patches to test patchwork->PR function
Baisong Zhong (1): media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()
Chen Zhongjin (1): ftrace: Fix invalid address access in lookup_rec() when index is 0
Darrick J. Wong (1): ext4: fix another off-by-one fsmap error on 1k block filesystems
David Hildenbrand (2): mm: optimize do_wp_page() for exclusive pages in the swapcache mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
Kuniyuki Iwashima (1): seccomp: Move copy_seccomp() to no failure path.
Li Huafei (2): livepatch: Cleanup klp_mem_prepare() livepatch: Narrow the scope of the 'text_mutex' lock
Luke D. Jones (1): HID: asus: Remove check for same LED brightness on set
Nicholas Piggin (1): mm/vmalloc: huge vmalloc backing pages should be split rather than compound
Pietro Borrello (2): HID: asus: use spinlock to protect concurrent accesses HID: asus: use spinlock to safely schedule workers
Xin Long (2): tipc: set con sock in tipc_conn_alloc tipc: add an extra conn_get in tipc_conn_alloc
Zheng Yejian (1): livepatch/core: Fix hungtask against cpu hotplug on x86
Zhihao Cheng (1): jbd2: fix data missing when reusing bh which is ready to be checkpointed
arch/x86/kernel/livepatch.c | 11 +++++-- drivers/hid/hid-asus.c | 38 ++++++++++++++++++----- drivers/media/usb/dvb-usb/az6027.c | 4 +++ fs/ext4/fsmap.c | 2 ++ fs/jbd2/transaction.c | 50 +++++++++++++++++------------- kernel/fork.c | 17 ++++++---- kernel/livepatch/core.c | 49 ++++++++++++++++++++--------- kernel/trace/ftrace.c | 3 +- mm/memory.c | 28 +++++++++++++---- mm/vmalloc.c | 22 ++++++++++--- net/tipc/topsrv.c | 20 ++++++------ 11 files changed, 172 insertions(+), 72 deletions(-)