This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d3d90cc2891c Merge tag 'pull-revalidate' of git://git.kernel.org/pub/sc [...] new b049e7abe900 gpio: mxc: remove dead code after switch to DT-only new f8524ac33cd4 selftests: gpio: gpio-sim: Fix missing chip disablements new 90cb220062f5 Merge tag 'gpio-fixes-for-v6.14-rc1' of git://git.kernel.o [...] new e70452c4ba2c s390/mm: Allow large pages for KASAN shadow mapping new 02415f1cf435 s390/boot: Rename physmem_alloc_top_down() to physmem_allo [...] new aeb4358a5236 s390/boot: Add physmem_alloc() new 490a5e99ead5 s390/boot: Allow KASAN mapping to fallback to small pages new dccac2b22b1c s390/boot: Add %% support to boot_printk() new 9291d572fe5b s390/boot: Add length modifiers to boot_printk() new 3d846daafb2f s390/boot: Add field width and padding handling to boot_printk() new 92b712fa7d5b s390/boot: Add decimal conversion specifiers to boot_printk() new d538fdc49a7d s390/boot: Add support for boot messages loglevels new 42fc158c7e78 s390/boot: Replace boot_printk() with loglevel-specific helpers new bbbaf061237d s390/boot: Use decimal format specifiers in boot messages new 816b5feaed13 s390/boot: Introduce ring buffer for boot messages new 847e5a4c7137 s390/boot: Make boot_printk() return int new c09f8d0ad673 s390/boot: Defer boot messages when earlyprintk is not enabled new d20d8e51338f s390/boot: Add bootdebug option to control debug messages new b79015ae63d3 s390/boot: Add prefix filtering to bootdebug messages new b2a992a55fb6 s390/boot: Dump message ring buffer on crash with bootdebug new 70309dc77699 s390/boot: Add timestamps to early boot messages new d2ebe06bf5a1 s390: Use pr_info for "KernelAddressSanitizer initialized" [...] new 9688b17b4a3e s390/boot: Add physmem tracking debug support new a56827e5a5fa s390/boot: Move command line parsing earlier new 418b4d5e617a s390/boot: Add vmem debugging support new ec6f9f7e5bbf s390/boot: Add startup debugging support new 9af310ef10de s390/boot: Improve decompression error reporting new d7bebcb4a898 s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is off new f684b7954ea6 s390/ipl_report: Remove unused 'size' variable new ae02615b7fce s390/fpu: Add fpc exception handler / remove fixup section again new 1d7a9719ba2d s390/extable: Replace open-coded sfpc inline assembly with [...] new 579a6633b8f7 s390: Rename GCC_ASM_FLAG_OUTPUT_BROKEN to CC_ASM_FLAG_OUT [...] new f340d270491d s390: Introduce CC_HAS_ASM_AOR_FORMAT_FLAGS Kconfig option new 836968fa0a85 s390/fpu: Use CONFIG_CC_HAS_ASM_AOR_FORMAT_FLAGS instead o [...] new 722926ecbcb3 s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULT new 5b629e64e5dd s390/uaccess: Implement __get_kernel_nofault()/__put_kerne [...] new c7474da9fef5 s390/uaccess: Use asm goto for __mvc_kernel_nofault() new 5e680e265f46 s390/uaccess: Move put_user() / __put_user() close to put_ [...] new 718056f9d968 s390/uaccess: Remove __put_user_fn()/__get_user_fn() wrappers new 67e959af254f s390/uaccess: Cleanup noinstr __put_user()/__get_user() in [...] new dc7ff4b8cb78 s390/uaccess: Replace EX_TABLE_UA_LOAD_MEM exception handling new 636d35aec55d s390/uaccess: Remove usage of the oac specifier new ea5ae3a7f0a9 s390/uaccess: Use asm goto for put_user()/get_user() new 884f0582b232 s390/uaccess: Remove INLINE_COPY_FROM_USER and INLINE_COPY [...] new 9e8f72f7730a s390/futex: Generate futex atomic op functions new 554f8842dcd9 s390/futex: Cleanup futex_atomic_cmpxchg_inatomic() new c4891f459941 s390/uaccess: Rename get_put_user_noinstr_attributes to ua [...] new d8eebb11e933 s390/futex: Avoid KMSAN instrumention for user pointers new dc287e4c9149 s390/pci: Fix SR-IOV for PFs initially in standby new 0a89123deec3 s390/bitops: Use correct constraint for arch_test_bit() in [...] new 3b8b80e99376 s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS new b05d66c88299 s390/vmem: Fix null-pointer-arithmetic warning in vmem_map_init() new 7cbae7ea3de5 s390/tools: Use array instead of string initializer new 3bcc8a1af581 s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init() new 76bda8a16d77 s390/vmlogrdr: Use internal_name for error messages new 87f017d0792b s390/vmlogrdr: Use array instead of string initializer new b731bc5f4965 Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/li [...] new 95a05bf552ad s390/fgraph: Fix to remove ftrace_test_recursion_trylock() new b999589956dd s390/tracing: Define ftrace_get_symaddr() for s390 new b8a1c9f4b710 Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/li [...]
The 60 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/s390/Kconfig | 9 +- arch/s390/Makefile | 2 +- arch/s390/boot/als.c | 10 +- arch/s390/boot/boot.h | 26 +- arch/s390/boot/decompressor.c | 12 +- arch/s390/boot/ipl_parm.c | 20 +- arch/s390/boot/ipl_report.c | 3 +- arch/s390/boot/kaslr.c | 4 +- arch/s390/boot/pgm_check_info.c | 53 +-- arch/s390/boot/physmem_info.c | 103 ++++-- arch/s390/boot/printk.c | 224 +++++++++++-- arch/s390/boot/startup.c | 47 ++- arch/s390/boot/vmem.c | 135 ++++++-- arch/s390/include/asm/asm-extable.h | 14 +- arch/s390/include/asm/asm.h | 2 +- arch/s390/include/asm/bitops.h | 2 +- arch/s390/include/asm/boot_data.h | 51 +++ arch/s390/include/asm/fpu-insn.h | 183 +++++------ arch/s390/include/asm/ftrace.h | 1 + arch/s390/include/asm/futex.h | 107 +++--- arch/s390/include/asm/page.h | 4 + arch/s390/include/asm/physmem_info.h | 4 +- arch/s390/include/asm/sclp.h | 1 + arch/s390/include/asm/uaccess.h | 548 +++++++++++++++++-------------- arch/s390/kernel/early.c | 3 +- arch/s390/kernel/ftrace.c | 5 - arch/s390/kernel/setup.c | 37 ++- arch/s390/kernel/vmlinux.lds.S | 1 - arch/s390/lib/uaccess.c | 90 ----- arch/s390/mm/extable.c | 30 +- arch/s390/mm/vmem.c | 2 +- arch/s390/pci/pci_bus.c | 1 - arch/s390/purgatory/Makefile | 2 +- arch/s390/tools/gen_opcode_table.c | 27 +- drivers/gpio/gpio-mxc.c | 3 +- drivers/s390/char/sclp.c | 12 +- drivers/s390/char/vmlogrdr.c | 8 +- tools/testing/selftests/gpio/gpio-sim.sh | 31 +- 38 files changed, 1136 insertions(+), 681 deletions(-)