This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from dd9b004b7ff3 Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/sc [...]
new 114ea9bbaf76 io_uring: fix nr_segs calculation in io_import_kbuf
new d245b2e53e81 Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org [...]
new d9f514d3e6ee block: move around bio flagging helpers
new 9637fc3bdd10 selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback()
new 1fd4b8d7e3cf selftests: ublk: correct last_rw map type in seq_io.bt
new fe8c0182d494 selftests: ublk: remove unused ios map in seq_io.bt
new 58eec4f3fc28 selftests: ublk: fix fio arguments in run_io_and_recover()
new 20da98a07bcb selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
new d8295408e0cf selftests: ublk: don't share backing files between ublk servers
new 52bc48376326 selftests: ublk: forbid multiple data copy modes
new b9f0a94c3b2e selftests: ublk: add support for user copy to kublk
new 63276182c513 selftests: ublk: add user copy test cases
new 9869d3a6fed3 block: fix race between wbt_enable_default and IO submission
new 54891a96b7a9 loop: use READ_ONCE() to read lo->lo_state without locking
new 4b2b03151e2e zloop: use READ_ONCE() to read lo->lo_state in queue_rq path
new 67d85b062dcb Documentation: admin-guide: blockdev: replace zone_capacit [...]
new a58383fa45c7 block: add allocation size check in blkdev_pr_read_keys()
new c258f5c4502c ublk: fix deadlock when reading partition table
new c9b5645fd8ca block: rnbd-clt: Fix leaked ID in init_dev()
new ccb8a3c08adf block: validate pi_offset integrity limit
new af65faf34f6e block: validate interval_exp integrity limit
new d8ba32c5a460 Merge tag 'block-6.19-20251218' of git://git.kernel.org/pu [...]
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:
Documentation/admin-guide/blockdev/zoned_loop.rst | 2 +-
block/bfq-iosched.c | 2 +-
block/blk-settings.c | 14 +++--
block/blk-sysfs.c | 2 +-
block/blk-wbt.c | 20 +++++--
block/blk-wbt.h | 5 ++
block/elevator.c | 4 --
block/elevator.h | 1 -
block/ioctl.c | 9 +--
drivers/block/loop.c | 22 +++++---
drivers/block/rnbd/rnbd-clt.c | 13 +++--
drivers/block/ublk_drv.c | 32 +++++++++--
drivers/block/zloop.c | 8 +--
include/linux/bio.h | 30 +++++-----
include/uapi/linux/pr.h | 2 +
io_uring/rsrc.c | 1 +
tools/testing/selftests/ublk/Makefile | 8 +++
tools/testing/selftests/ublk/file_backed.c | 7 ++-
tools/testing/selftests/ublk/kublk.c | 64 ++++++++++++++++++++--
tools/testing/selftests/ublk/kublk.h | 23 ++++++--
tools/testing/selftests/ublk/stripe.c | 2 +-
tools/testing/selftests/ublk/test_common.sh | 5 +-
tools/testing/selftests/ublk/test_generic_04.sh | 2 +-
tools/testing/selftests/ublk/test_generic_05.sh | 2 +-
tools/testing/selftests/ublk/test_generic_11.sh | 2 +-
tools/testing/selftests/ublk/test_generic_14.sh | 40 ++++++++++++++
.../ublk/{test_loop_01.sh => test_loop_06.sh} | 7 +--
.../ublk/{test_loop_04.sh => test_loop_07.sh} | 6 +-
.../ublk/{test_null_01.sh => test_null_03.sh} | 6 +-
tools/testing/selftests/ublk/test_stress_04.sh | 12 ++--
tools/testing/selftests/ublk/test_stress_05.sh | 10 ++--
tools/testing/selftests/ublk/test_stress_06.sh | 39 +++++++++++++
tools/testing/selftests/ublk/test_stress_07.sh | 39 +++++++++++++
.../ublk/{test_stripe_03.sh => test_stripe_05.sh} | 6 +-
.../ublk/{test_stripe_04.sh => test_stripe_06.sh} | 6 +-
tools/testing/selftests/ublk/trace/seq_io.bt | 3 +-
36 files changed, 349 insertions(+), 107 deletions(-)
create mode 100755 tools/testing/selftests/ublk/test_generic_14.sh
copy tools/testing/selftests/ublk/{test_loop_01.sh => test_loop_06.sh} (75%)
copy tools/testing/selftests/ublk/{test_loop_04.sh => test_loop_07.sh} (67%)
copy tools/testing/selftests/ublk/{test_null_01.sh => test_null_03.sh} (80%)
create mode 100755 tools/testing/selftests/ublk/test_stress_06.sh
create mode 100755 tools/testing/selftests/ublk/test_stress_07.sh
copy tools/testing/selftests/ublk/{test_stripe_03.sh => test_stripe_05.sh} (71%)
copy tools/testing/selftests/ublk/{test_stripe_04.sh => test_stripe_06.sh} (69%)
--
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 28749321d32 c++: Implement dependent ADL for use with modules
new 8d007d35e4b a68: fix layout of incomplete types
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/algol68/a68-low-moids.cc | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 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 a54b5ab904e libsframe: testsuite: fix build failure
new 25e0a58fcec Add back non-solaris ELF targets to solaris config
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:
bfd/config.bfd | 18 ++++++++----------
ld/configure.tgt | 8 ++++++++
2 files changed, 16 insertions(+), 10 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 7898e14723b c++: Ignore access in is_implicit_lifetime trait decisions [...]
new 28749321d32 c++: Implement dependent ADL for use with modules
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/module.cc | 129 ++++++++++++++++++++++++++++++++
gcc/cp/name-lookup.cc | 41 ++++++++--
gcc/cp/name-lookup.h | 3 +-
gcc/testsuite/g++.dg/modules/adl-12_a.C | 94 +++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/adl-12_b.C | 29 +++++++
5 files changed, 287 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/adl-12_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/adl-12_b.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 gcc.
from 5fa0a8f7e17 Daily bump.
new 34285402005 i386: Fix up expansion of 2 keylocker and one user_msr buil [...]
new d91fa5f258a i386: Fix up handling of some -mno-avx512* options [PR123216]
new 7898e14723b c++: Ignore access in is_implicit_lifetime trait decisions [...]
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:
gcc/common/config/i386/i386-common.cc | 41 +++++++++-
gcc/config/i386/i386-expand.cc | 6 +-
gcc/cp/tree.cc | 28 ++++---
gcc/testsuite/g++.dg/ext/is_implicit_lifetime2.C | 91 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/keylocker-pr123217.c | 13 ++++
gcc/testsuite/gcc.target/i386/user_msr-pr123217.c | 10 +++
6 files changed, 172 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/is_implicit_lifetime2.C
create mode 100644 gcc/testsuite/gcc.target/i386/keylocker-pr123217.c
create mode 100644 gcc/testsuite/gcc.target/i386/user_msr-pr123217.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 binutils-gdb.
from 4651bea1193 bfd: include: sframe: fix PR ld/32789
new a54b5ab904e libsframe: testsuite: fix build failure
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:
libsframe/testsuite/libsframe.encode/encode-1.c | 2 +-
libsframe/testsuite/libsframe.find/findfre-1.c | 2 +-
libsframe/testsuite/libsframe.find/findfunc-1.c | 2 +-
libsframe/testsuite/libsframe.find/plt-findfre-1.c | 2 +-
libsframe/testsuite/libsframe.find/plt-findfre-2.c | 2 +-
5 files changed, 5 insertions(+), 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 binutils-gdb.
from ede64c814ba ld targ_extra_emuls and targ_extra_libpath
new 4651bea1193 bfd: include: sframe: fix PR ld/32789
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:
bfd/elf-sframe.c | 3 ++-
bfd/elf64-s390.c | 2 +-
bfd/elfxx-x86.c | 2 +-
include/sframe-api.h | 8 ++++----
ld/testsuite/ld-sframe/pr32789-1.rd | 9 +++++++++
ld/testsuite/ld-sframe/pr32789-1.sd | 4 ++++
ld/testsuite/ld-sframe/pr32789-1a.c | 22 ++++++++++++++++++++++
ld/testsuite/ld-sframe/pr32789-1b.c | 12 ++++++++++++
ld/testsuite/ld-sframe/sframe.exp | 16 ++++++++++++++++
ld/testsuite/ld-x86-64/sframe-reloc-1.d | 3 +--
libsframe/libsframe.ver | 2 +-
libsframe/sframe.c | 23 ++++++++++++-----------
12 files changed, 85 insertions(+), 21 deletions(-)
create mode 100644 ld/testsuite/ld-sframe/pr32789-1.rd
create mode 100644 ld/testsuite/ld-sframe/pr32789-1.sd
create mode 100644 ld/testsuite/ld-sframe/pr32789-1a.c
create mode 100644 ld/testsuite/ld-sframe/pr32789-1b.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 binutils-gdb.
from 8bea934667c LoongArch: Add disassembly support for ud ui5
new 12b471a0007 PR 27666, bfd_check_format_matches
new f4e835a40cc bfd ASSOCIATED_VECS
new 17883a4c42c more solaris config tidies
new ede64c814ba ld targ_extra_emuls and targ_extra_libpath
The 4 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:
bfd/config.bfd | 11 ++++-------
bfd/configure | 24 +++++++++---------------
bfd/configure.ac | 24 +++++++++---------------
bfd/format.c | 25 +++++++++----------------
bfd/targets.c | 7 ++++---
ld/configure | 2 +-
ld/configure.ac | 2 +-
ld/configure.tgt | 24 ++++++++----------------
8 files changed, 45 insertions(+), 74 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 gdb-17-branch
in repository binutils-gdb.
from 631a49c452a Set GDB version number to 17.1.
new 35880717849 Bump GDB's version number to 17.1.90.DATE-git.
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/version.in | 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 annotated tag gdb-17.1-release
in repository binutils-gdb.
at 9bcb8829096 (tag)
tagging 631a49c452a4a456dd9889d172541ea789f8bcae (commit)
replaces gdb-17-branchpoint
tagged by Joel Brobecker
on Sat Dec 20 06:54:32 2025 +0400
- Log -----------------------------------------------------------------
GDB 17.1 Release.
-----BEGIN PGP SIGNATURE-----
iHQEABECADQWIQT0CtuQKyQmSqQuUL+S7bBL/zJc8wUCaUYP6BYcYnJvYmVja2Vy
QGFkYWNvcmUuY29tAAoJEJLtsEv/MlzzJJMAn0KXtT4YomjfDm0JO29kdAwEEt+t
AKCGqbrQ1tDl37ibTJrDu6jEdc5ulA==
=StwL
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.