This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 5d4ab106d4 Add a new fwrite test for read-only streams
new dccc9a5161 Add a new fwrite test for memory streams
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:
stdio-common/Makefile | 1 +
stdio-common/tst-fwrite-memstrm.c | 177 ++++++++++++++++++++++++++++++++++++++
2 files changed, 178 insertions(+)
create mode 100644 stdio-common/tst-fwrite-memstrm.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 86d6495bd44 Ignore DW_TAG_padding in tag_is_type
new 052736020af Refactor cooked_index_shard::handle_gnat_encoded_entry
new 4f69c1b3326 Fix some comments in dwarf2/cooked-index.h
new 6b826231878 Boolify ada_identical_enum_types_p
new 511c6575b2f Minor cleanup to ada_identical_enum_types_p
new 2bf0419eea5 Move enum size check into ada_identical_enum_types_p
The 5 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/ada-lang.c | 33 +++++++++++++--------------------
gdb/dwarf2/cooked-index.c | 23 +++++++++--------------
gdb/dwarf2/cooked-index.h | 13 ++++++-------
3 files changed, 28 insertions(+), 41 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 1afe02759f1 s390: Align opcodes to lower-case
new 86d6495bd44 Ignore DW_TAG_padding in tag_is_type
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/tag.h | 1 -
1 file changed, 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 glibc.
from cec3aef324 AArch64: Optimize memset
new 5d4ab106d4 Add a new fwrite test for read-only streams
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:
stdio-common/Makefile | 1 +
stdio-common/tst-fwrite-ro.c | 65 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
create mode 100644 stdio-common/tst-fwrite-ro.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 da3ea35007d0 Linux 6.11-rc7
new 90ac806c3295 Drivers: hv: Remove deprecated hv_fcopy declarations
new 7f828d5fff7d clocksource: hyper-v: Use lapic timer in a TDX VM without [...]
new 3b85a2eacd3d Documentation: hyperv: Add overview of Confidential Comput [...]
new 8fcc514809de x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V pr [...]
new c6e2b45a544b tools: hv: lsvmbus: change shebang to use python3
new 4430556935db Drivers: hv: vmbus: Fix the misplaced function description
new b9af6418279c x86/hyperv: fix kexec crash due to VP assist page corruption
new 5e5cc1eb6525 tools: hv: rm .*.cmd when make clean
new 895384881ec9 hv: vmbus: Constify struct kobj_type and struct attribute_group
new fb92a1ffc121 Merge tag 'hyperv-fixes-signed-20240908' of git://git.kern [...]
new 5a6e43af1e53 bcachefs: Fix ca->io_ref usage
new ec36573dcd7b bcachefs: Add a cond_resched() to __journal_keys_sort()
new df88febc2065 bcachefs: Simplify bch2_bkey_drop_ptrs()
new 52df04f03994 bcachefs: More BCH_SB_MEMBER_INVALID support
new 2c377d8a71db bcachefs: fix btree_key_cache sysfs knob
new 16005147cca4 bcachefs: Don't delete open files in online fsck
new bc83b4d1f086 Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org [...]
The 17 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/virt/hyperv/coco.rst | 260 ++++++++++++++++++++++++++++++++++++
Documentation/virt/hyperv/index.rst | 1 +
arch/x86/hyperv/hv_init.c | 5 +-
arch/x86/include/asm/mshyperv.h | 1 -
arch/x86/kernel/cpu/mshyperv.c | 21 ++-
drivers/clocksource/hyperv_timer.c | 16 ++-
drivers/hv/hv.c | 6 +-
drivers/hv/hyperv_vmbus.h | 6 -
drivers/hv/vmbus_drv.c | 4 +-
fs/bcachefs/alloc_background.c | 24 ++--
fs/bcachefs/btree_journal_iter.c | 2 +
fs/bcachefs/buckets.c | 15 ++-
fs/bcachefs/ec.h | 4 +-
fs/bcachefs/extents.c | 26 ++--
fs/bcachefs/extents.h | 23 ++--
fs/bcachefs/fs.c | 8 ++
fs/bcachefs/fs.h | 7 +
fs/bcachefs/fsck.c | 18 +++
fs/bcachefs/replicas.c | 2 +-
fs/bcachefs/sysfs.c | 2 +-
tools/hv/Makefile | 2 +-
tools/hv/lsvmbus | 2 +-
22 files changed, 381 insertions(+), 74 deletions(-)
create mode 100644 Documentation/virt/hyperv/coco.rst
mode change 100644 => 100755 tools/hv/lsvmbus
--
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 b6900dc7395 gdb/NEWS: group general news items together
new e75cfa9f0f8 s390: Document syntax to omit base register operand
new 1afe02759f1 s390: Align opcodes to lower-case
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:
gas/doc/c-s390.texi | 5 +++--
opcodes/s390-opc.txt | 2 +-
2 files changed, 4 insertions(+), 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 glibc.
from 3fc1d3bc33 hppa: Update libm-test-ulps
new cec3aef324 AArch64: Optimize memset
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:
sysdeps/aarch64/memset.S | 195 ++++++++++++++++++++---------------------------
1 file changed, 84 insertions(+), 111 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 8f3b402b6fc hppa: Don't canonicalize operand order of scaled index addresses
new 75a4143d69a middle-end: also optimized `popcount(a) <= 1` [PR90693]
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/internal-fn.cc | 20 ++++++++++++++++-
gcc/testsuite/gcc.target/aarch64/popcnt-le-1.c | 29 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/popcnt-le-2.c | 31 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/popcnt-le-3.c | 31 ++++++++++++++++++++++++++
gcc/tree-ssa-math-opts.cc | 25 ++++++++++++++++-----
5 files changed, 129 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt-le-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt-le-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt-le-3.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 e7d5b9aa021 tree-optimization/116514 - handle pointer difference in bit-CCP
new 8f3b402b6fc hppa: Don't canonicalize operand order of scaled index addresses
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/pa/pa.cc | 9 ++++-----
1 file changed, 4 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 glibc.
from 8b09af572b aarch64: Avoid redundant MOVs in AdvSIMD F32 logs
new 3fc1d3bc33 hppa: Update libm-test-ulps
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:
sysdeps/hppa/fpu/libm-test-ulps | 42 ++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.