This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from b8a1c9f4b710 Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/li [...]
new 3fdf2ec7da1c Documentation: ublk: Drop Stefan Hajnoczi's message footnote
new 96720ce8b1fa docs: power: Fix footnote reference for Toshiba Satellite P10-554
new b4b0881156fb Merge tag 'docs-6.14-2' of git://git.lwn.net/linux
The 3 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:
Documentation/block/ublk.rst | 2 --
Documentation/power/video.rst | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from d0cfeca7e99 gdb: remove unused includes from dwarf2/index-write.c
new f77f3d6d9ce Re-enable background reading
The 1 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:
gdb/dwarf2/read.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from f5d5d53e806 Remove a couple of entries in the binutils MAINTAINERS file
new 45f211f15e5 gdb: include symtab.h in quick-symbol.h
new 707e7716f00 gdb: remove unused include in symtab.h
new 21a793bf8d9 gdb: remove unused include, add forward declaration in dwar [...]
new 7bdf69f1c1d gdb: remove unused include from dwarf2/read.c
new bbd252584fd gdb: remove includes from dwarf2/mapped-index.h
new d0cfeca7e99 gdb: remove unused includes from dwarf2/index-write.c
The 6 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:
gdb/dwarf2/cooked-index.c | 1 +
gdb/dwarf2/index-cache.c | 1 +
gdb/dwarf2/index-write.c | 2 --
gdb/dwarf2/mapped-index.h | 2 --
gdb/dwarf2/parent-map.h | 2 +-
gdb/dwarf2/read-gdb-index.c | 1 +
gdb/dwarf2/read.c | 1 -
gdb/quick-symbol.h | 2 ++
gdb/symtab.h | 1 -
9 files changed, 6 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ba6cac82f68 c++: remove LAMBDA_EXPR_CAPTURES_THIS_P
new 6a6df260c7c s390: Fix up *vec_cmpgt{,u}<mode><mode>_nocc_emu splitters [...]
The 1 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:
gcc/config/s390/vector.md | 4 +-
gcc/testsuite/gcc.dg/pr118696.c | 131 +++++++++++++++++++++
gcc/testsuite/gcc.target/s390/vector/pr118696.c | 5 +
gcc/testsuite/gcc.target/s390/vector/vec-abs-emu.c | 2 +-
gcc/testsuite/gcc.target/s390/vector/vec-max-emu.c | 2 +-
gcc/testsuite/gcc.target/s390/vector/vec-min-emu.c | 2 +-
6 files changed, 141 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr118696.c
create mode 100644 gcc/testsuite/gcc.target/s390/vector/pr118696.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 72deda0abee6 Merge tag 'soundwire-6.14-rc1' of git://git.kernel.org/pub [...]
new a8581752278e bcachefs: Fix btree_trans_peek_key_cache()
new f917016f69ba bcachefs: Reduce stack frame size of __bch2_str_hash_check_key()
new 2c5d8a8347a8 bcachefs: "Journal stuck" timeout now takes into account d [...]
new c9c8a17f7aa6 bcachefs: bset_blacklisted_journal_seq is now AUTOFIX
new 2efbc3518fb3 bcachefs: Improve decompression error messages
new 37fd6b817652 bcachefs: rebalance, copygc enabled are runtime opts
new 0c74c85bbe84 bcachefs: fix bch2_btree_node_flags
new 35f5197009ca bcachefs: Improve journal pin flushing
new 75474a54ed35 bcachefs: Journal writes are now IOPRIO_CLASS_RT
new 0e458a616f68 bcachefs: Fix trace_copygc
new 5d9ccda9ba7e bcachefs: Improve trace_move_extent_finish
new 8080ff5ac656 Merge tag 'bcachefs-2025-01-29' of git://evilpiepirate.org [...]
new 1f2bf7049f6e ntfs3: Remove an access to page->index
new 2afd4d267e6d fs/ntfs3: Mark inode as bad as soon as error detected in m [...]
new 55ad333de0f8 fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()
new ce335806b5ec Merge tag 'ntfs3_for_6.14' of https://github.com/Paragon-S [...]
new 61bc24ac974a make sure that DNAME_INLINE_LEN is a multiple of word size
new 58cf9c383c5c dcache: back inline names with a struct-wrapped array of u [...]
new 1c9be84a9074 make take_dentry_name_snapshot() lockless
new 95a4ccbbe596 dissolve external_name.u into separate members
new 7e3270165a87 ext4 fast_commit: make use of name_snapshot primitives
new 4c43ab1b100f generic_ci_d_compare(): use shortname_storage
new 5be1fa8abd7b Pass parent directory inode and expected name to ->d_revalidate()
new da192022f82f afs_d_revalidate(): use stable name and parent inode passe [...]
new bf636ed4a952 ceph_d_revalidate(): use stable parent inode passed by caller
new 541795cb0be6 ceph_d_revalidate(): propagate stable name down into reque [...]
new c4a9fe6319e3 fscrypt_d_revalidate(): use stable parent inode passed by caller
new 14d02c3dcf77 exfat_d_revalidate(): use stable parent inode passed by caller
new 464361133e6a vfat_revalidate{,_ci}(): use stable parent inode passed by caller
new 19e1dbdc6b9e fuse_dentry_revalidate(): use stable parent inode and name [...]
new eab2a11e5be6 gfs2_drevalidate(): use stable parent inode and name passe [...]
new 39f644a26600 nfs{,4}_lookup_validate(): use stable parent inode passed [...]
new ffeeaada2bdd nfs: fix ->d_revalidate() UAF on ->d_name accesses
new 9640fe5b5e40 ocfs2_dentry_revalidate(): use stable parent inode and nam [...]
new 90341f22c364 orangefs_d_revalidate(): use stable parent inode and name [...]
new 30d61efe118c 9p: fix ->rename_sem exclusion
new d3d90cc2891c Merge tag 'pull-revalidate' of git://git.kernel.org/pub/sc [...]
The 37 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:
Documentation/filesystems/locking.rst | 7 +-
Documentation/filesystems/porting.rst | 16 +++
Documentation/filesystems/vfs.rst | 24 ++++-
fs/9p/v9fs.h | 2 +-
fs/9p/vfs_dentry.c | 26 ++++-
fs/afs/dir.c | 40 +++-----
fs/bcachefs/btree_cache.c | 5 +-
fs/bcachefs/btree_iter.c | 3 +-
fs/bcachefs/btree_key_cache.c | 4 +-
fs/bcachefs/btree_trans_commit.c | 2 +-
fs/bcachefs/compress.c | 31 ++++--
fs/bcachefs/compress.h | 4 +-
fs/bcachefs/data_update.c | 50 +++++++---
fs/bcachefs/debug.c | 1 +
fs/bcachefs/io_write.c | 4 +-
fs/bcachefs/io_write.h | 2 +
fs/bcachefs/journal.c | 92 ++++++-----------
fs/bcachefs/journal.h | 9 +-
fs/bcachefs/journal_io.c | 2 +
fs/bcachefs/journal_reclaim.c | 142 +++++++++++++++++++++++----
fs/bcachefs/journal_reclaim.h | 3 +
fs/bcachefs/journal_types.h | 13 +--
fs/bcachefs/movinggc.c | 11 ++-
fs/bcachefs/opts.h | 4 +-
fs/bcachefs/sb-errors_format.h | 2 +-
fs/bcachefs/str_hash.c | 24 ++---
fs/bcachefs/trace.h | 26 +++--
fs/ceph/dir.c | 25 ++---
fs/ceph/mds_client.c | 9 +-
fs/ceph/mds_client.h | 2 +
fs/coda/dir.c | 3 +-
fs/crypto/fname.c | 22 ++---
fs/dcache.c | 103 +++++++++++--------
fs/ecryptfs/dentry.c | 18 +++-
fs/exfat/namei.c | 11 +--
fs/ext4/fast_commit.c | 29 +-----
fs/ext4/fast_commit.h | 3 +-
fs/fat/namei_vfat.c | 19 ++--
fs/fuse/dir.c | 20 ++--
fs/gfs2/dentry.c | 31 +++---
fs/hfs/sysdep.c | 3 +-
fs/jfs/namei.c | 3 +-
fs/kernfs/dir.c | 3 +-
fs/libfs.c | 15 +--
fs/namei.c | 18 ++--
fs/nfs/dir.c | 62 +++++-------
fs/nfs/namespace.c | 2 +-
fs/nfs/nfs3proc.c | 5 +-
fs/nfs/nfs4proc.c | 20 ++--
fs/nfs/proc.c | 6 +-
fs/ntfs3/attrib.c | 15 +--
fs/ntfs3/dir.c | 2 +-
fs/ntfs3/frecord.c | 74 +++++++-------
fs/ntfs3/fsntfs.c | 6 +-
fs/ntfs3/index.c | 6 +-
fs/ntfs3/inode.c | 3 +
fs/ntfs3/ntfs_fs.h | 21 ++--
fs/ntfs3/record.c | 79 ++++++++-------
fs/ocfs2/dcache.c | 14 +--
fs/orangefs/dcache.c | 22 ++---
fs/overlayfs/super.c | 22 ++++-
fs/proc/base.c | 6 +-
fs/proc/fd.c | 3 +-
fs/proc/generic.c | 6 +-
fs/proc/proc_sysctl.c | 3 +-
fs/smb/client/dir.c | 3 +-
fs/tracefs/inode.c | 3 +-
fs/vboxsf/dir.c | 3 +-
include/linux/dcache.h | 23 +++--
include/linux/fscrypt.h | 7 +-
include/linux/nfs_xdr.h | 2 +-
tools/testing/selftests/bpf/progs/find_vma.c | 2 +-
72 files changed, 746 insertions(+), 560 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 83fafbe9706 [gdb/testsuite] Handle unordered dict in gdb.python/py-mi-n [...]
new f5d5d53e806 Remove a couple of entries in the binutils MAINTAINERS file
The 1 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:
binutils/MAINTAINERS | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_44-branch
in repository binutils-gdb.
from 13b272d0b13 Automatic date update in version.in
new 1a8b61bd7d9 Remove a couple of entries in the binutils MAINTAINERS file
The 1 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:
binutils/MAINTAINERS | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c5667a1ee31 c++: Update const_decl handling after r15-7259 [PR118673].
new ba6cac82f68 c++: remove LAMBDA_EXPR_CAPTURES_THIS_P
The 1 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:
gcc/cp/cp-tree.h | 5 -----
1 file changed, 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9ba2de71815 middle-end/118695 - missed misalign handling in MEM_REF expansion
new c5667a1ee31 c++: Update const_decl handling after r15-7259 [PR118673].
The 1 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:
gcc/cp/tree.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.