This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 44a5ab7a7958 Merge tag 'powerpc-6.16-3' of git://git.kernel.org/pub/scm [...]
new e34dbbc85d64 x86/fred/signal: Prevent immediate repeat of single step t [...]
new f287822688ee selftests/x86: Add a test to detect infinite SIGTRAP handler loop
new 0b3bc018e86a x86/virt/tdx: Avoid indirect calls to TDX assembly functions
new 1dbf30fdb5e5 x86/mm/pat: don't collapse pages without PSE set
new 47410d839fcd x86/Kconfig: only enable ROX cache in execmem when STRICT_ [...]
new 0b0cae7119a0 x86/its: move its_pages array to struct mod_arch_specific
new a82b26451de1 x86/its: explicitly manage permissions for ITS pages
new 7cd9a11dd0c3 Revert "mm/execmem: Unify early execmem_cache behaviour"
new 9afe652958c3 Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.or [...]
The 9 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/Kconfig | 2 +-
arch/x86/include/asm/module.h | 8 +++
arch/x86/include/asm/sighandling.h | 22 +++++++
arch/x86/include/asm/tdx.h | 2 +-
arch/x86/kernel/alternative.c | 79 +++++++++++++++-------
arch/x86/kernel/signal_32.c | 4 ++
arch/x86/kernel/signal_64.c | 4 ++
arch/x86/mm/init_32.c | 3 -
arch/x86/mm/init_64.c | 3 -
arch/x86/mm/pat/set_memory.c | 3 +
arch/x86/virt/vmx/tdx/tdx.c | 5 +-
include/linux/execmem.h | 8 +--
include/linux/module.h | 5 --
mm/execmem.c | 40 +-----------
tools/testing/selftests/x86/Makefile | 2 +-
tools/testing/selftests/x86/sigtrap_loop.c | 101 +++++++++++++++++++++++++++++
16 files changed, 207 insertions(+), 84 deletions(-)
create mode 100644 tools/testing/selftests/x86/sigtrap_loop.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 azanella/termios2
in repository glibc.
discards 2b8bd7e340 linux/termios: regression test for termios speed functions
discards 8d2565bc23 include/array_length.h: add array_foreach[_const] macros
discards 789a09e6e9 termios: unify the naming of the termios speed fields
discards c9e7556c31 termios: add new baud_t interface, defined to be explicitly numeric
discards 8b6bc6a726 manual: document all the termios Bxxx constants in the manual
discards 04543a6895 termios: merge the termios baud definitions
discards 5265032c8c hurd+generic/termios: make speed_t an unsigned int
discards d6331b0b07 termios: change the generic cfsetspeed() to support arbitrar [...]
discards 29805516eb hurd/termios: remove USE_OLD_TTY
discards fa23f4f2cd linux: implement arbitrary and split speeds in termios
discards bbe4558ec6 linux/termios/powerpc: deal with powerpc-unique ioctl emulation
discards f5284ebfb1 linux/ioctls: use <linux/sockios.h> for sockios ioctls
discards d6d23a984b io: replace local_isatty() with a proper function __isatty_n [...]
discards 3ff0b40388 termios: make __tcsetattr() the internal interface
new 3b002061ad termios: make __tcsetattr() the internal interface
new a206122633 io: replace local_isatty() with a proper function __isatty_n [...]
new 11f50e9856 linux/ioctls: use <linux/sockios.h> for sockios ioctls
new f5d8711297 linux/termios/powerpc: deal with powerpc-unique ioctl emulation
new fada8007e2 linux: implement arbitrary and split speeds in termios
new 4e735f5533 hurd/termios: remove USE_OLD_TTY
new d4fe14cae4 termios: change the generic cfsetspeed() to support arbitrar [...]
new 5857bfdab9 hurd+generic/termios: make speed_t an unsigned int
new b65e6270fa termios: merge the termios baud definitions
new 7b2897d434 manual: document all the termios Bxxx constants in the manual
new 2bf83d5335 termios: add new baud_t interface, defined to be explicitly numeric
new 2f0d8b8726 termios: unify the naming of the termios speed fields
new 734ca8f736 include/array_length.h: add array_foreach[_const] macros
new 4689351822 linux/termios: regression test for termios speed functions
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2b8bd7e340)
\
N -- N -- N refs/heads/azanella/termios2 (4689351822)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 14 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:
include/array_length.h | 4 ++--
1 file changed, 2 insertions(+), 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 azanella/termios2
in repository glibc.
at 2b8bd7e340 linux/termios: regression test for termios speed functions
This branch includes the following new commits:
new 3ff0b40388 termios: make __tcsetattr() the internal interface
new d6d23a984b io: replace local_isatty() with a proper function __isatty_n [...]
new f5284ebfb1 linux/ioctls: use <linux/sockios.h> for sockios ioctls
new bbe4558ec6 linux/termios/powerpc: deal with powerpc-unique ioctl emulation
new fa23f4f2cd linux: implement arbitrary and split speeds in termios
new 29805516eb hurd/termios: remove USE_OLD_TTY
new d6331b0b07 termios: change the generic cfsetspeed() to support arbitrar [...]
new 5265032c8c hurd+generic/termios: make speed_t an unsigned int
new 04543a6895 termios: merge the termios baud definitions
new 8b6bc6a726 manual: document all the termios Bxxx constants in the manual
new c9e7556c31 termios: add new baud_t interface, defined to be explicitly numeric
new 789a09e6e9 termios: unify the naming of the termios speed fields
new 8d2565bc23 include/array_length.h: add array_foreach[_const] macros
new 2b8bd7e340 linux/termios: regression test for termios speed functions
The 14 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.
--
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 117782e0c2a c++: add -Wsfinae-incomplete
new 3b276fe0d22 Fortran: fix checking of MOLD= in ALLOCATE statements [PR51961]
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/fortran/resolve.cc | 17 ++++++++
gcc/testsuite/gfortran.dg/allocate_with_mold_5.f90 | 51 ++++++++++++++++++++++
2 files changed, 68 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_mold_5.f90
--
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 bb7c679902e gdb/amd-dbgapi: disable forward progress requirement in amd [...]
new 62f1dbee499 gdb/doc: remove stray comma from gdb.flush description
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/doc/python.texi | 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 linux.
from e04c78d86a96 Linux 6.16-rc2
new b55eb6eb2a74 pidfs: never refuse ppid == 0 in PIDFD_GET_INFO
new 714d02b41939 ovl: fix regression caused by lookup helpers API changes
new 800d0b9b6a8b fs/xattr.c: fix simple_xattr_list()
new 6bdd3a01fe46 fs: add missing values to TRACE_IOCB_STRINGS
new ad5a0351064c VFS: change try_lookup_noperm() to skip revalidation
new 527c88d8390d ovl: fix debug print in case of mkdir error
new 0b9d62a47149 fs: unlock the superblock during iterate_supers_type
new dd2d6b7f6f51 fs: drop assert in file_seek_cur_needs_f_lock
new fe78e02600f8 Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub [...]
new b93755f40832 powerpc/vdso: Fix build of VDSO32 with pcrel
new 33bc69cf6655 powerpc/eeh: Fix missing PE bridge reconfiguration during [...]
new 4e6d080acfda powerpc/microwatt: Fix model property in device tree
new e75cb6010838 powerpc: dts: mpc8315erdb: Add GPIO controller node
new ab107276607a powerpc: Fix struct termio related ioctl macros
new 44a5ab7a7958 Merge tag 'powerpc-6.16-3' of git://git.kernel.org/pub/scm [...]
The 15 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/powerpc/boot/dts/microwatt.dts | 2 +-
arch/powerpc/boot/dts/mpc8315erdb.dts | 10 ++++++++++
arch/powerpc/include/asm/ppc_asm.h | 2 +-
arch/powerpc/include/uapi/asm/ioctls.h | 8 ++++----
arch/powerpc/kernel/eeh.c | 2 ++
arch/powerpc/kernel/vdso/Makefile | 2 +-
fs/file.c | 8 ++++++--
fs/namei.c | 17 +++++++++++++----
fs/overlayfs/namei.c | 10 ++++++++--
fs/overlayfs/overlayfs.h | 8 +++++---
fs/pidfs.c | 2 +-
fs/super.c | 4 +++-
fs/xattr.c | 1 +
include/linux/fs.h | 4 +++-
14 files changed, 59 insertions(+), 21 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 ad909d5c0ce RISC-V: Refine VX combine test case 0 to avoid code duplication
new 117782e0c2a c++: add -Wsfinae-incomplete
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/c-family/c.opt | 8 +++
gcc/c-family/c.opt.urls | 6 +++
gcc/cp/class.cc | 11 ++++
gcc/cp/constraint.cc | 58 ++++++++++++++++++++--
gcc/cp/cp-tree.h | 4 +-
gcc/cp/decl.cc | 15 +++++-
gcc/cp/pt.cc | 1 -
gcc/cp/typeck.cc | 13 +++--
gcc/doc/invoke.texi | 16 +++++-
gcc/testsuite/g++.dg/cpp2a/concepts-complete1.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-complete2.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-complete3.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-complete4.C | 2 +-
gcc/testsuite/g++.dg/template/friend87.C | 4 +-
.../is_complete_or_unbounded/memoization.cc | 2 +-
.../is_complete_or_unbounded/memoization_neg.cc | 2 +-
16 files changed, 128 insertions(+), 20 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 glibc.
from 5b7c8d1cd4 Always check lockf64 return value
new cbfd798810 malloc: add tcache support for large chunk caching
new cde5caa4bb malloc: add testing for large tcache support
The 2 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:
Rules | 19 ++++
malloc/Makefile | 16 +++
malloc/malloc.c | 309 +++++++++++++++++++++++++++++++++++++++++---------------
3 files changed, 262 insertions(+), 82 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 1cf1bd62c33 [gdb/testsuite] Fix gdb.python/py-source-styling-2.exp with [...]
new a421b077b25 gdb/amd-dbgapi: remove unnecessary AMD_DBGAPI_EVENT_KIND_NO [...]
new 5ac1c64c040 gdb/amd-dbgapi: add assert in require_forward_progress
new b9d56892e5d gdb/amd-dbgapi: pass amd_dbgapi_inferior_info to process_ev [...]
new 606e490b9fd gdb/amd-dbgapi: pass amd_dbgapi_inferior_info to process_one_event
new 9e8e5dd74ee gdb/amd-dbgapi: factor out require_forward_progress overloa [...]
new bb7c679902e gdb/amd-dbgapi: disable forward progress requirement in amd [...]
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/amd-dbgapi-target.c | 127 ++++++++++-----------
.../code-object-load-while-breakpoint-hit.cpp | 86 ++++++++++++++
.../code-object-load-while-breakpoint-hit.exp | 68 +++++++++++
3 files changed, 215 insertions(+), 66 deletions(-)
create mode 100644 gdb/testsuite/gdb.rocm/code-object-load-while-breakpoint-hit.cpp
create mode 100644 gdb/testsuite/gdb.rocm/code-object-load-while-breakpoint-hit.exp
--
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 98f5547dce2 aarch64: add support for AEABI Build Attributes
new ad909d5c0ce RISC-V: Refine VX combine test case 0 to avoid code duplication
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.target/riscv/rvv/autovec/vx_vf/vx-1-i16.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-i32.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-i64.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-i8.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u16.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u32.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u64.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u8.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-i16.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-i32.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-i64.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-i8.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u16.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u32.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u64.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u8.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-i16.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-i32.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-i64.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-i8.c | 12 +----------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u16.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u32.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u64.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u8.c | 11 +---------
.../gcc.target/riscv/rvv/autovec/vx_vf/vx_binary.h | 25 ++++++++++++++++++++++
25 files changed, 49 insertions(+), 252 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.