This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6761a0ae9895 Merge tag 'char-misc-5.15-rc4' of git://git.kernel.org/pub [...] new 291073a566b2 kvm: fix objtool relocation warning new 7fab1c12bde9 objtool: print out the symbol type when complaining about it new 1fd95c05d8f7 ext4: add error checking to ext4_ext_replay_set_iblocks() new 4df031ff5876 ext4: check and update i_disksize properly new 55ce2f649b9e ext4: correct the error path of ext4_write_inline_data_end() new 6984aef59814 ext4: factor out write end code of inline file new cc883236b792 ext4: drop unnecessary journal handle in delalloc write new 11ef08c9eb52 Merge branch 'delalloc-buffer-write' into dev new 0add491df4e5 ext4: remove extent cache entries when truncating inline data new 948ca5f30e1d ext4: enforce buffer head state assertion in ext4_da_map_blocks new a2c2f0826e2b ext4: limit the number of blocks in one ADD_RANGE TLV new 6fed83957f21 ext4: fix reserved space counter leakage new 75ca6ad408f4 ext4: fix loff_t overflow in ext4_max_bitmap_size() new bb9464e08309 ext4: flush s_error_work before journal destroy in ext4_fi [...] new 42cb447410d0 ext4: fix potential infinite loop in ext4_dx_readdir() new f2c77973507f ext4: recheck buffer uptodate bit under buffer lock new ca3cef466fea Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] new 9b2f72cc0aa4 elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
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/x86/kvm/emulate.c | 1 - fs/binfmt_elf.c | 2 +- fs/ext4/dir.c | 6 +- fs/ext4/ext4.h | 3 - fs/ext4/extents.c | 19 ++++-- fs/ext4/fast_commit.c | 6 ++ fs/ext4/inline.c | 150 +++++++++++++++++++++++------------------ fs/ext4/inode.c | 176 ++++++++++++++++-------------------------------- fs/ext4/super.c | 21 ++++-- tools/objtool/special.c | 12 ++-- 10 files changed, 191 insertions(+), 205 deletions(-)