This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e172f1e90688 Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/li [...] new 745d9f4a31de ubi: eba: properly rollback inside self_check_eba new 299af26eb463 mtd: ubi: make ubi_class constant new 02096a0cf150 mtd: ubi: avoid expensive do_div() on 32-bit machines new 02eb1846b77d ubifs: Fix unattached xattr inode if powercut happens afte [...] new 354c1796639a ubifs: Don't add xattr inode into orphan area new 7bed61a1cf16 Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link [...] new 6376d7503b02 ubifs: Remove insert_dead_orphan from replaying orphan process new 7efc34b53b39 ubifs: Fix adding orphan entry twice for the same inode new 9f5ecacfcee2 ubifs: Move ui->data initialization after initializing security new b25e6a5f78e8 ubifs: Fix space leak when powercut happens in linking tmpfile new 3af2d3a8c56f ubifs: Fix unattached inode when powercut happens in creating new 06776df74066 ubifs: dbg_orphan_check: Fix missed key type checking new 72f3d3daddd7 mtd: ubi: Restore missing cleanup on ubi_init() failure path new 7037c96d8c42 ubifs: correct UBIFS_DFS_DIR_LEN macro definition and impr [...] new 39986148bc2a ubifs: fix kernel-doc warnings new 4f9d406c8c90 ubi: block: fix null-pointer-dereference in ubiblock_create() new 25e79a7f2c9e ubifs: Fix inconsistent inode size when powercut happens d [...] new 054fd1598445 ubifs: add check for crypto_shash_tfm_digest new 92a286e90203 ubi: Fix ubi_init() ubiblock_exit() section mismatch new 7e2d0ba732ad Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.ke [...] new 4477b39c32fd minmax: add a few more MIN_T/MAX_T users new 017fa3e89187 minmax: simplify and clarify min_t()/max_t() implementation
The 22 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/mm/pgtable.c | 2 +- drivers/edac/sb_edac.c | 4 +- drivers/gpu/drm/drm_color_mgmt.c | 2 +- drivers/md/dm-integrity.c | 6 +- drivers/mtd/ubi/block.c | 9 +- drivers/mtd/ubi/build.c | 7 +- drivers/mtd/ubi/debug.c | 4 +- drivers/mtd/ubi/eba.c | 3 +- drivers/mtd/ubi/nvmem.c | 6 +- drivers/mtd/ubi/ubi.h | 4 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +- fs/ubifs/compress.c | 2 + fs/ubifs/debug.c | 4 +- fs/ubifs/debug.h | 7 +- fs/ubifs/dir.c | 91 +++++++------ fs/ubifs/file.c | 2 +- fs/ubifs/find.c | 8 +- fs/ubifs/journal.c | 16 ++- fs/ubifs/lprops.c | 2 +- fs/ubifs/lpt.c | 1 + fs/ubifs/master.c | 5 +- fs/ubifs/orphan.c | 155 ++++------------------ fs/ubifs/replay.c | 1 + fs/ubifs/sysfs.c | 6 +- fs/ubifs/ubifs.h | 14 +- fs/ubifs/xattr.c | 2 +- include/linux/minmax.h | 19 +-- net/ipv4/proc.c | 2 +- net/ipv6/proc.c | 2 +- 29 files changed, 156 insertions(+), 232 deletions(-)