This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e310396bb8d7 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/l [...] new 32dff5e5d1b5 xfs: make xfs_buf_alloc return an error code new 3848b5f67092 xfs: make xfs_buf_get_map return an error code new 4ed8e27b4f75 xfs: make xfs_buf_read_map return an error code new 841263e93310 xfs: make xfs_buf_get return an error code new 2842b6db3d53 xfs: make xfs_buf_get_uncached return an error code new 0e3eccce5e0e xfs: make xfs_buf_read return an error code new 9676b54e6e28 xfs: make xfs_trans_get_buf_map return an error code new ce92464c180b xfs: make xfs_trans_get_buf return an error code new ee647f85cb81 xfs: remove the xfs_btree_get_buf[ls] functions new f48e2df8a877 xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOC [...] new 706b8c5bc703 xfs: remove unnecessary null pointer checks from _read_agf [...] new cdbcf82b86ea xfs: fix xfs_buf_ioerror_alert location reporting new 99be3f60989b Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/sc [...] new 87fbfffcc89b broken ping to ipv6 linklocal addresses on debian buster new 85e5529625f0 Merge tag 'Smack-for-5.6' of git://github.com/cschaufler/s [...] new d5fae240b9bd m68k: configs: Cleanup old Kconfig IO scheduler options new 8044aad70a1f m68knommu: fix memcpy() out of bounds warning in get_user() new 5b21115414f5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
The 18 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: arch/m68k/configs/amcore_defconfig | 1 - arch/m68k/configs/m5208evb_defconfig | 2 - arch/m68k/configs/m5249evb_defconfig | 2 - arch/m68k/configs/m5272c3_defconfig | 2 - arch/m68k/configs/m5275evb_defconfig | 2 - arch/m68k/configs/m5307c3_defconfig | 2 - arch/m68k/configs/m5407c3_defconfig | 2 - arch/m68k/configs/m5475evb_defconfig | 2 - arch/m68k/include/asm/uaccess_no.h | 19 +++-- fs/xfs/libxfs/xfs_ag.c | 21 +++-- fs/xfs/libxfs/xfs_alloc.c | 51 ++++++----- fs/xfs/libxfs/xfs_attr_remote.c | 22 ++--- fs/xfs/libxfs/xfs_bmap.c | 25 +++--- fs/xfs/libxfs/xfs_btree.c | 45 +--------- fs/xfs/libxfs/xfs_btree.h | 21 ----- fs/xfs/libxfs/xfs_da_btree.c | 8 +- fs/xfs/libxfs/xfs_ialloc.c | 12 +-- fs/xfs/libxfs/xfs_refcount.c | 6 -- fs/xfs/libxfs/xfs_sb.c | 17 ++-- fs/xfs/scrub/agheader_repair.c | 4 - fs/xfs/scrub/fscounters.c | 3 - fs/xfs/scrub/repair.c | 10 ++- fs/xfs/xfs_attr_inactive.c | 17 ++-- fs/xfs/xfs_buf.c | 161 +++++++++++++++++++++-------------- fs/xfs/xfs_buf.h | 33 +++---- fs/xfs/xfs_buf_item.c | 2 +- fs/xfs/xfs_discard.c | 2 +- fs/xfs/xfs_dquot.c | 8 +- fs/xfs/xfs_filestream.c | 11 ++- fs/xfs/xfs_inode.c | 12 +-- fs/xfs/xfs_log_recover.c | 30 ++----- fs/xfs/xfs_reflink.c | 2 - fs/xfs/xfs_rtalloc.c | 8 +- fs/xfs/xfs_symlink.c | 37 +++----- fs/xfs/xfs_trans.h | 14 +-- fs/xfs/xfs_trans_buf.c | 61 +++++-------- security/smack/smack_lsm.c | 41 +++++---- 37 files changed, 308 insertions(+), 410 deletions(-)