This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2a9f04bde07a Merge tag 'rtc-6.14' of git://git.kernel.org/pub/scm/linux [...] new 97bbf9e312c3 ubi: Add a check for ubi_num new 923d3583ead1 ubifs: dump_lpt_leb: remove return at end of void function new 404de7abc057 ubifs: ubifs_dump_leb: remove return from end of void function new 844c6fdc13cf ubi: Revert "ubi: wl: Close down wear-leveling before nand [...] new bdb0ca39e0ac ubifs: skip dumping tnc tree when zroot is null new 3156ceb22241 ubi: Expose interface for detailed erase counters new 01099f635a4c ubi: Implement ioctl for detailed erase counters new 69146a8c893f ubi: ubi_get_ec_info: Fix compiling error 'cast specifies [...] new 350130afc22b Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.o [...] new aa36314c2d08 um: Remove unused MODULES_LEN macro new 5bfc4a3a0af3 um: Remove obsolete fixmap support new 06e0e6295957 um: Count iomem_size only once in physmem calculation new 70240b5d1f5b um: Mark parse_host_cpu_flags as __init new bcd89fd8f5f6 um: Mark parse_cache_line as __init new ae62ae7994a0 um: Mark get_top_address as __init new f0c76bc82d45 um: Mark set_stklim as __init new c2fdfd779717 um: Mark install_fatal_handler as __init new 0c5258efd69b um: Mark setup_env_path as __init new 3c68810e150b um: Remove unused PGD_BOUND macro new c5e78b8d408a um: Remove unused THREAD_NAME_LEN macro new 7ee1e43a5f49 um: Remove unused user_context function new 579e7fd383ff um: rtc: use RTC time when calculating the alarm new af10dd166553 hostfs: Convert to writepages new 3e9807aa6481 um: Include missing headers in asm/pgtable.h new 2d2b61ae38bd um: Remove unused asm/archparam.h header new 69e858e0b8b2 Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org [...]
The 26 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/um/drivers/rtc_kern.c | 7 ++-- arch/um/include/asm/fixmap.h | 56 ------------------------------ arch/um/include/asm/pgtable.h | 7 ++-- arch/um/kernel/mem.c | 15 +++----- arch/um/kernel/process.c | 8 ----- arch/um/kernel/um_arch.c | 12 +++---- arch/um/os-Linux/main.c | 8 ++--- arch/x86/um/asm/archparam.h | 20 ----------- arch/x86/um/shared/sysdep/ptrace.h | 2 -- drivers/mtd/ubi/build.c | 2 +- drivers/mtd/ubi/cdev.c | 70 ++++++++++++++++++++++++++++++++++++++ drivers/mtd/ubi/ubi.h | 2 -- drivers/mtd/ubi/wl.c | 21 ------------ fs/hostfs/hostfs_kern.c | 54 ++++++++++++++--------------- fs/ubifs/debug.c | 23 +++++++------ fs/ubifs/lpt_commit.c | 1 - include/uapi/mtd/ubi-user.h | 33 ++++++++++++++++++ 17 files changed, 163 insertions(+), 178 deletions(-) delete mode 100644 arch/um/include/asm/fixmap.h delete mode 100644 arch/x86/um/asm/archparam.h