This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9c7d619be5a0 Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git:// [...] new 77f4689de17c fix regression in "epoll: Keep a reference on files added [...] new 54e54d58184e Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/ [...] new 9c516e0e4554 xfs: finish dfops on every insert range shift iteration new 657f101930bc xfs: fix off-by-one in inode alloc block reservation calculation new f4020438fab0 xfs: fix boundary test in xfs_attr_shortform_verify new 125eac243806 xfs: initialize the shortform attr header padding entry new e1d0126ca3a6 Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/sc [...] new f9e040efcc28 dm writecache: handle DAX to partitions on persistent memo [...] new c322ee9320ea dm mpath: fix racey management of PG initialization new 7785a9e4c228 dm crypt: Initialize crypto wait structures new e27fec66f0a9 dm integrity: fix error reporting in bitmap mode after creation new d16ff19e69ab dm cache metadata: Avoid returning cmd->bm wild pointer on error new 219403d7e56f dm thin metadata: Avoid returning cmd->bm wild pointer on error new 3a653b205f29 dm thin metadata: Fix use-after-free in dm_bm_set_read_only new c3a1309564d3 Merge tag 'for-5.9/dm-fixes' of git://git.kernel.org/pub/s [...] new 77df710ba633 HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Sait [...] new 724a419ea28f HID: microsoft: Add rumble support for the 8bitdo SN30 Pro [...] new b7429ea53d6c HID: elan: Fix memleak in elan_input_configured new bce1305c0ece HID: core: Correctly handle ReportSize being zero new 35556bed836f HID: core: Sanitize event code and type when mapping input new fc3abb53250a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/hid/hid-core.c | 15 ++++++++-- drivers/hid/hid-elan.c | 2 ++ drivers/hid/hid-ids.h | 3 ++ drivers/hid/hid-input.c | 4 +++ drivers/hid/hid-microsoft.c | 2 ++ drivers/hid/hid-multitouch.c | 2 ++ drivers/hid/hid-quirks.c | 2 ++ drivers/md/dm-cache-metadata.c | 8 +++-- drivers/md/dm-crypt.c | 4 +-- drivers/md/dm-integrity.c | 12 ++++++++ drivers/md/dm-mpath.c | 22 +++++++++----- drivers/md/dm-thin-metadata.c | 10 +++++-- drivers/md/dm-writecache.c | 12 ++++++-- drivers/md/persistent-data/dm-block-manager.c | 14 +++++---- fs/eventpoll.c | 6 ++-- fs/xfs/libxfs/xfs_attr_leaf.c | 8 +++-- fs/xfs/libxfs/xfs_ialloc.c | 4 +-- fs/xfs/libxfs/xfs_trans_space.h | 2 +- fs/xfs/xfs_bmap_util.c | 2 +- include/linux/hid.h | 42 ++++++++++++++++++--------- 20 files changed, 129 insertions(+), 47 deletions(-)