This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from e01d50cbd6ee Merge tag 'vfio-v6.1-rc6' of https://github.com/awilliam/l [...]
new 2632daebafd0 x86/cpu: Restore AMD's DE_CFG MSR after resume
new e5126de138ca erofs: fix general protection fault when reading fragment
new 75e43355cbe4 erofs: put metabuf in error path in fscache mode
new e6d9f9ba111b erofs: get correct count for unmapped range in fscache mode
new 39bfcb8138f6 erofs: fix use-after-free of fsid and domain_id string
new 37020bbb71d9 erofs: fix missing xas_retry() in fscache mode
new 81e7cfa3a9eb Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.or [...]
The 7 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/include/asm/msr-index.h | 8 ++++---
arch/x86/kernel/cpu/amd.c | 6 ++----
arch/x86/kernel/cpu/hygon.c | 4 ++--
arch/x86/kvm/svm/svm.c | 10 ++++-----
arch/x86/kvm/x86.c | 2 +-
arch/x86/power/cpu.c | 1 +
fs/erofs/fscache.c | 35 ++++++++++++++++++------------
fs/erofs/internal.h | 6 ++++--
fs/erofs/super.c | 39 +++++++++++++++++++---------------
fs/erofs/sysfs.c | 8 +++----
fs/erofs/zdata.c | 3 +++
tools/arch/x86/include/asm/msr-index.h | 8 ++++---
12 files changed, 75 insertions(+), 55 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 ee08aa9ab41 diagnostics: Remove null-termination requirement for json::string
new 46c3d9c8e8f demangler: Templated lambda demangling
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:
include/demangle.h | 6 +
libiberty/cp-demangle.c | 260 ++++++++++++++++++++++++++++++----
libiberty/testsuite/demangle-expected | 53 +++++++
3 files changed, 295 insertions(+), 24 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
from 59dd0b6152 22: onsuccess: #487: boot: Success after binutils/llvm/linux [...]
new 6035fec4e1 23: onsuccess: #488: boot: Success after binutils/linux/qemu [...]
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:
01-reset_artifacts/console.log.xz | Bin 1920 -> 1712 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30540 -> 30420 bytes
04-build_kernel_llvm/console.log.xz | Bin 66308 -> 66484 bytes
05-build_abe-qemu/console.log.xz | Bin 31516 -> 32584 bytes
06-build_linux/console.log.xz | Bin 3120 -> 3108 bytes
07-boot_linux/console.log.xz | Bin 6136 -> 7584 bytes
08-check_regression/console.log.xz | Bin 4260 -> 3664 bytes
08-check_regression/mail-body.txt | 4 ++--
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 +++---
mail/mail-subject.txt | 2 +-
manifest.sh | 26 +++++++++++++-------------
results | 2 +-
19 files changed, 29 insertions(+), 29 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 7e21379963c gdb/testsuite: get_set_option_choices: expect \r\n after each item
new b0e8fa7ff0d Add AMD znver4 processor support
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:
gas/config/tc-i386.c | 9 +-
gas/doc/c-i386.texi | 5 +-
gas/testsuite/gas/i386/arch-14-1.d | 22 +
gas/testsuite/gas/i386/arch-14-1.s | 16 +
gas/testsuite/gas/i386/arch-14-znver4.d | 5 +
gas/testsuite/gas/i386/i386.exp | 5 +
gas/testsuite/gas/i386/rmpquery.d | 20 +
gas/testsuite/gas/i386/rmpquery.s | 13 +
gas/testsuite/gas/i386/x86-64-arch-4-1.d | 23 +
gas/testsuite/gas/i386/x86-64-arch-4-1.s | 18 +
gas/testsuite/gas/i386/x86-64-arch-4-znver4.d | 5 +
opcodes/i386-dis.c | 16 +-
opcodes/i386-gen.c | 5 +
opcodes/i386-init.h | 444 +-
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 7 +
opcodes/i386-tbl.h | 7706 +++++++++++++------------
17 files changed, 4265 insertions(+), 4057 deletions(-)
create mode 100644 gas/testsuite/gas/i386/arch-14-1.d
create mode 100644 gas/testsuite/gas/i386/arch-14-1.s
create mode 100644 gas/testsuite/gas/i386/arch-14-znver4.d
create mode 100644 gas/testsuite/gas/i386/rmpquery.d
create mode 100644 gas/testsuite/gas/i386/rmpquery.s
create mode 100644 gas/testsuite/gas/i386/x86-64-arch-4-1.d
create mode 100644 gas/testsuite/gas/i386/x86-64-arch-4-1.s
create mode 100644 gas/testsuite/gas/i386/x86-64-arch-4-znver4.d
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
from 4376829edd 22: onsuccess: #423: boot: Success after binutils/gcc/linux/ [...]
new 236bf05d16 23: onsuccess: #424: boot: Success after binutils/gcc/linux/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 1696 -> 1708 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30364 -> 30324 bytes
04-build_abe-stage1/console.log.xz | Bin 68924 -> 68692 bytes
05-build_abe-qemu/console.log.xz | Bin 31528 -> 32032 bytes
06-build_linux/console.log.xz | Bin 3048 -> 3040 bytes
07-boot_linux/console.log.xz | Bin 6112 -> 6124 bytes
08-check_regression/console.log.xz | Bin 4076 -> 4060 bytes
08-check_regression/mail-body.txt | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
results | 2 +-
19 files changed, 26 insertions(+), 26 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
from eb1d982573 27: onsuccess: #509: boot: Success after binutils/gcc/linux/ [...]
new 1bd451bec3 28: onsuccess: #510: boot: Success after binutils/gcc/linux/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 1720 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30884 -> 30988 bytes
04-build_abe-stage1/console.log.xz | Bin 72292 -> 73276 bytes
05-build_abe-qemu/console.log.xz | Bin 32580 -> 32284 bytes
06-build_linux/console.log.xz | Bin 3860 -> 3832 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4388 -> 4268 bytes
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
18 files changed, 27 insertions(+), 27 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
from a0bc294165 22: onsuccess: #426: boot: Success after binutils/gcc/linux/ [...]
new a3b93c4930 23: onsuccess: #427: boot: Success after binutils/gcc/qemu: [...]
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:
01-reset_artifacts/console.log.xz | Bin 1728 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30624 -> 30264 bytes
04-build_abe-stage1/console.log.xz | Bin 69212 -> 69020 bytes
05-build_abe-qemu/console.log.xz | Bin 32036 -> 31824 bytes
06-build_linux/console.log.xz | Bin 3352 -> 3324 bytes
07-boot_linux/console.log.xz | Bin 6268 -> 6240 bytes
08-check_regression/console.log.xz | Bin 4208 -> 3792 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 26 +++++++++++++-------------
16 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.