This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 963a70bee588 Merge tag 'sound-6.0-rc2' of git://git.kernel.org/pub/scm/ [...]
new fe54833dc8d9 ksmbd: return STATUS_BAD_NETWORK_NAME error status if shar [...]
new 4963d74f8a6c ksmbd: request update to stale share config
new c90b31eaf9e7 ksmbd: remove unnecessary generic_fillattr in smb2_open
new 17661ecf6a64 ksmbd: don't remove dos attribute xattr on O_TRUNC open
new a3a78b6332ba Merge tag '5.20-rc2-ksmbd-smb3-server-fixes' of git://git. [...]
new 74944c873602 btrfs: reset RO counter on block group if we fail to relocate
new 85f02d6c856b btrfs: unset reloc control if transaction commit fails in [...]
new 0a27a0474d14 btrfs: move lockdep class helpers to locking.c
new b40130b23ca4 btrfs: fix lockdep splat with reloc root extent buffers
new 7a6b75b79902 btrfs: fix lost error handling when looking up extended re [...]
new 769030e11847 btrfs: fix warning during log replay when bumping inode li [...]
new 899b7f69f244 btrfs: tree-checker: check for overlapping extent items
new 42c54d5491ed Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/sc [...]
new 4ba4f4194274 KVM: Properly unwind VM creation if creating debugfs fails
new 405294f29fae KVM: Unconditionally get a ref to /dev/kvm module when cre [...]
new c2b823970192 KVM: Move coalesced MMIO initialization (back) into kvm_cr [...]
new b075450868db KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
new bdd1c37a315b KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
new 20ec3ebd707c KVM: Rename mmu_notifier_* to mmu_invalidate_*
new e27e5bea956c x86/ibt, objtool: Add IBT_NOSEAL()
new 22472d12606c x86/kvm: Simplify FOP_SETCC()
new 3d9606b0e0f3 x86/kvm: Fix "missing ENDBR" BUG for fastop functions
new 2824913976a8 KVM: Drop unnecessary initialization of "npages" in hva_to [...]
new eceb6e1d5300 KVM: Drop unnecessary initialization of "ops" in kvm_ioctl [...]
new ae3b1da95413 KVM: arm64: Fix compile error due to sign extension
new f3c6efc72f3b KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systems
new b10d86fb8e46 KVM: arm64: Reject 32bit user PSTATE on asymmetric systems
new 959d6c4ae238 Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub [...]
new ca052cfd6ee5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new eb6354e11630 riscv: Ensure isa-ext static keys are writable
new 96264230a681 perf: riscv legacy: fix kerneldoc comment warning
new 8fd00059cc13 Merge tag 'riscv-for-linus-6.0-rc2' of git://git.kernel.or [...]
new 6a3981af3fd9 LoadPin: Return EFAULT on copy_from_user() failures
new 012e8d2034f1 gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin di [...]
new e45c890140c8 Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub [...]
new 3a608cfee97e exec: Replace kmap{,_atomic}() with kmap_local_page()
new 50cd95ac4654 Merge tag 'execve-v6.0-rc2' 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:
arch/arm64/include/asm/kvm_host.h | 4 ++
arch/arm64/include/uapi/asm/kvm.h | 6 +-
arch/arm64/kvm/arm.c | 3 +-
arch/arm64/kvm/guest.c | 2 +-
arch/arm64/kvm/mmu.c | 8 +--
arch/arm64/kvm/sys_regs.c | 4 +-
arch/mips/include/asm/kvm_host.h | 2 -
arch/mips/kvm/mmu.c | 12 ++--
arch/powerpc/include/asm/kvm_book3s_64.h | 2 +-
arch/powerpc/kvm/book3s_64_mmu_host.c | 4 +-
arch/powerpc/kvm/book3s_64_mmu_hv.c | 4 +-
arch/powerpc/kvm/book3s_64_mmu_radix.c | 6 +-
arch/powerpc/kvm/book3s_hv_nested.c | 2 +-
arch/powerpc/kvm/book3s_hv_rm_mmu.c | 8 +--
arch/powerpc/kvm/e500_mmu_host.c | 4 +-
arch/riscv/kernel/cpufeature.c | 2 +-
arch/riscv/kvm/mmu.c | 4 +-
arch/x86/include/asm/ibt.h | 11 ++++
arch/x86/include/asm/kvm_host.h | 2 +-
arch/x86/kvm/emulate.c | 26 ++-------
arch/x86/kvm/mmu/mmu.c | 14 ++---
arch/x86/kvm/mmu/paging_tmpl.h | 4 +-
drivers/perf/riscv_pmu_legacy.c | 2 +-
fs/btrfs/block-group.c | 4 +-
fs/btrfs/ctree.c | 3 +
fs/btrfs/ctree.h | 2 +
fs/btrfs/disk-io.c | 82 ---------------------------
fs/btrfs/disk-io.h | 10 ----
fs/btrfs/extent-tree.c | 18 +++++-
fs/btrfs/extent_io.c | 11 +++-
fs/btrfs/locking.c | 91 ++++++++++++++++++++++++++++++
fs/btrfs/locking.h | 14 +++++
fs/btrfs/relocation.c | 9 ++-
fs/btrfs/tree-checker.c | 25 ++++++++-
fs/btrfs/tree-log.c | 8 ++-
fs/exec.c | 14 ++---
fs/ksmbd/ksmbd_netlink.h | 2 +
fs/ksmbd/mgmt/share_config.c | 6 +-
fs/ksmbd/mgmt/share_config.h | 1 +
fs/ksmbd/mgmt/tree_connect.c | 16 +++++-
fs/ksmbd/smb2pdu.c | 35 ++++++------
include/linux/kvm_host.h | 66 +++++++++++-----------
scripts/Makefile.gcc-plugins | 2 +-
security/loadpin/loadpin.c | 6 +-
tools/objtool/check.c | 3 +-
virt/kvm/kvm_main.c | 95 ++++++++++++++++----------------
virt/kvm/pfncache.c | 17 +++---
47 files changed, 384 insertions(+), 292 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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO
in repository toolchain/ci/base-artifacts.
from 0fa13401 3: onsuccess: 1: Successful build after binutils/gcc/newlib: [...]
new 759690d5 4: onsuccess: 1: Successful build after binutils/gcc/newlib: [...]
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 1676 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30404 -> 30208 bytes
04-build_abe-stage1/console.log.xz | Bin 90084 -> 89296 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 16932 -> 16804 bytes
07-build_abe-stage2/console.log.xz | Bin 161872 -> 161012 bytes
08-benchmark/benchmark-build.log | 98 +++++++++++++++++------------------
08-benchmark/benchmark.log | 96 +++++++++++++++++-----------------
08-benchmark/console.log.xz | Bin 3848 -> 3904 bytes
09-check_regression/console.log.xz | Bin 3580 -> 3692 bytes
09-check_regression/jira-body.txt | 3 +-
09-check_regression/mail-body.txt | 2 +-
09-check_regression/results.log | 90 ++++++++++++++++----------------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
mail/jira-body.txt | 31 ++++++-----
mail/mail-body.txt | 30 ++++++-----
mail/mail-subject.txt | 2 +-
manifest.sh | 28 +++++-----
results_id | 2 +-
22 files changed, 197 insertions(+), 191 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 newlib.
from b7109cf82 SH: Do not build syscalls if option provided
new 2b9d98d08 Cygwin: miscfuncs.h: fix comment
new 1b2d3d1f9 Cygwin: drop __fastcall calling convention specifiers
new 2ec96890d Cygwin: sigproc.cc: drop Static macro, use explicit NO_COPY instead
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:
winsup/cygwin/local_includes/miscfuncs.h | 2 +-
winsup/cygwin/sigproc.cc | 16 +++++++---------
winsup/cygwin/smallprint.cc | 4 ++--
3 files changed, 10 insertions(+), 12 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
from 23a0f78f 38: onsuccess: 2: Successful build after binutils/gcc: 3 commits
new 5b9677d5 39: onsuccess: 2: Successful build after binutils/gcc: 4 commits
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 1692 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 38032 -> 37956 bytes
05-build_abe-bootstrap/console.log.xz | Bin 268440 -> 268908 bytes
06-check_regression/console.log.xz | Bin 1676 -> 1720 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 9 +++++----
mail/mail-body.txt | 9 +++++----
mail/mail-subject.txt | 2 +-
manifest.sh | 16 ++++++++--------
11 files changed, 21 insertions(+), 19 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
from b994fba0 2: onsuccess: binutils-llvm-linux-qemu: all
new 9d6b1304 3: onsuccess: all: Successful build after binutils/llvm/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 2296 -> 1708 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30076 -> 29912 bytes
04-build_kernel_llvm/console.log.xz | Bin 65136 -> 64692 bytes
05-build_abe-qemu/console.log.xz | Bin 31656 -> 32104 bytes
06-build_linux/console.log.xz | Bin 3836 -> 3984 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 408 -> 3088 bytes
08-check_regression/jira-body.txt | 2 ++
08-check_regression/mail-body.txt | 28 ++++++++++++++++++++
08-check_regression/mail-subject.txt | 1 +
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 24 +++++++++++++++++
mail/mail-body.txt | 50 +++++++++++++++++++++++++++++++++++
mail/mail-subject.txt | 1 +
manifest.sh | 30 ++++++++++-----------
19 files changed, 125 insertions(+), 19 deletions(-)
create mode 100644 08-check_regression/jira-body.txt
create mode 100644 08-check_regression/mail-body.txt
create mode 100644 08-check_regression/mail-subject.txt
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
--
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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
from a5512997 2: onsuccess: binutils-llvm-linux-qemu: boot
new 44eccb55 3: onsuccess: boot: Successful build after binutils/llvm/linu [...]
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 2316 -> 1952 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30216 -> 30272 bytes
04-build_kernel_llvm/console.log.xz | Bin 63740 -> 63732 bytes
05-build_abe-qemu/console.log.xz | Bin 32072 -> 31376 bytes
06-build_linux/console.log.xz | Bin 4916 -> 5300 bytes
07-boot_linux/console.log.xz | Bin 5880 -> 5880 bytes
08-check_regression/console.log.xz | Bin 408 -> 3088 bytes
08-check_regression/jira-body.txt | 2 ++
08-check_regression/mail-body.txt | 32 +++++++++++++++++++++
08-check_regression/mail-subject.txt | 1 +
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 24 ++++++++++++++++
mail/mail-body.txt | 54 +++++++++++++++++++++++++++++++++++
mail/mail-subject.txt | 1 +
manifest.sh | 30 +++++++++----------
results | 2 +-
20 files changed, 134 insertions(+), 20 deletions(-)
create mode 100644 08-check_regression/jira-body.txt
create mode 100644 08-check_regression/mail-body.txt
create mode 100644 08-check_regression/mail-subject.txt
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
--
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-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from b8f4e103 10: onsuccess: 22463: Successful build after llvm: 102 commits
new 0870d1db 11: force: 22461: Regression after llvm: Fix -Wbitfield-const [...]
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 1732 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30376 -> 31048 bytes
04-build_kernel_llvm/console.log.xz | Bin 65076 -> 65860 bytes
05-build_abe-qemu/console.log.xz | Bin 31960 -> 32428 bytes
06-build_linux/console.log.xz | Bin 5252 -> 5680 bytes
08-check_regression/console.log.xz | Bin 1752 -> 1824 bytes
08-check_regression/jira-body.txt | 2 +-
08-check_regression/mail-body.txt | 15 +++++++++++++--
08-check_regression/mail-subject.txt | 2 +-
08-check_regression/results.regressions | 11 +++++++++++
08-check_regression/trigger-bisect | 2 ++
09-update_baseline/console.log | 2 +-
git/llvm_rev | 2 +-
mail/jira-body.txt | 11 ++++-------
mail/mail-body.txt | 24 ++++++++++++++++--------
mail/mail-subject.txt | 2 +-
manifest.sh | 12 ++++++------
results | 13 ++++++++++++-
19 files changed, 69 insertions(+), 29 deletions(-)
create mode 100644 08-check_regression/results.regressions
create mode 100644 08-check_regression/trigger-bisect
--
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from 82199f7e 39: onsuccess: 7: Successful build after gcc: 2 commits
new e9feb0c0 40: onsuccess: 7: Successful build after binutils/gcc/linux/g [...]
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 1708 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 30888 -> 30628 bytes
05-build_abe-stage1/console.log.xz | Bin 73436 -> 73484 bytes
07-build_abe-linux/console.log.xz | Bin 10136 -> 9608 bytes
08-build_abe-glibc/console.log.xz | Bin 239708 -> 240388 bytes
09-build_abe-stage2/console.log.xz | Bin 203932 -> 206056 bytes
10-build_abe-gdb/console.log.xz | Bin 37936 -> 38128 bytes
11-build_abe-qemu/console.log.xz | Bin 31968 -> 31812 bytes
12-check_regression/console.log.xz | Bin 1956 -> 3608 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 26 ++++++++++++++++++++---
mail/mail-body.txt | 26 ++++++++++++++++++++---
mail/mail-subject.txt | 2 +-
manifest.sh | 40 +++++++++++++++++------------------
19 files changed, 72 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.