This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 0130a7ce9 Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff from https [...]
new 41991783e Add entry 59fbdb3a871585b020b21632c5c775d1ad8bc94f from https [...]
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:
.../tcwg_gnu_native_check_gcc/master-arm/build_url | 2 +-
.../master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa => gcc/sha1/59fbdb3a8 [...]
copy gcc/sha1/59fbdb3a871585b020b21632c5c775d1ad8bc94f/{tcwg_bootstrap_check/maste [...]
--
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 509f806f7f70 Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/li [...]
new 17d0d04f3c99 apparmor: allocate xmatch for nullpdb inside aa_alloc_null
new db93ca15e5ae apparmor: properly handle cx/px lookup failure for complain
new 9208c05f9fdf apparmor: add support for 2^24 states to the dfa state machine.
new c03093730616 apparmor: Use IS_ERR_OR_NULL() helper function
new ab6875fbb9d3 apparmor: domain: clean up duplicated parts of handle_onexec()
new 648e45d724ed apparmor: Remove unnecessary NULL check before kvfree()
new 75535669c9c1 apparmor: Remove deadcode
new 7290f5923191 apparmor: test: Fix memory leak for aa_unpack_strdup()
new a2081b78e212 apparmor: document first entry is in packed perms struct i [...]
new 9b897132424f apparmor: fix 'Do simple duplicate message elimination'
new 8532503eac69 apparmor: document capability.c:profile_capable ad ptr not [...]
new fee7a2340f18 apparmor: add a cache entry expiration time aging out capa [...]
new 74a96bbe1294 apparmor: audit_cap dedup based on subj_cred instead of profile
new d00c2359fc18 Docs: Update LSM/apparmor.rst
new 211551768291 apparmor: Remove unused parameter L1 in macro next_comb
new 9133493a76d7 parser: drop dead code for XXX_comb macros
new 8acf7ad02d1b apparmor: replace misleading 'scrubbing environment' phras [...]
new 04b5f0a5bfee apparmor: lift new_profile declaration to remove C23 exten [...]
new 29caf07e9dc6 Merge tag 'apparmor-pr-2024-11-27' of git://git.kernel.org [...]
new 7ea13556f7d2 selftests: kallsyms: fix double build stupidity
new 3e1d95b63c97 selftests: kallsyms: fix and clarify current test boundaries
new c5efad88a946 selftests: find_symbol: Actually use load_mod() parameter
new 93e064ce854a Merge tag 'modules-6.13-rc1-v2' of git://git.kernel.org/pu [...]
The 23 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/LSM/apparmor.rst | 7 +-
lib/Kconfig.debug | 32 ++++++++-
lib/tests/module/Makefile | 17 +++--
lib/tests/module/gen_test_kallsyms.sh | 9 ++-
security/apparmor/apparmorfs.c | 1 +
security/apparmor/capability.c | 19 +++--
security/apparmor/domain.c | 66 ++++++++----------
security/apparmor/include/label.h | 28 --------
security/apparmor/include/lib.h | 1 -
security/apparmor/include/match.h | 8 ++-
security/apparmor/include/perms.h | 3 -
security/apparmor/include/policy.h | 1 -
security/apparmor/include/secid.h | 1 -
security/apparmor/label.c | 33 ---------
security/apparmor/lib.c | 84 -----------------------
security/apparmor/match.c | 99 +++++++++++++++++++++------
security/apparmor/path.c | 2 +-
security/apparmor/policy.c | 9 +--
security/apparmor/policy_unpack.c | 5 +-
security/apparmor/policy_unpack_test.c | 6 ++
security/apparmor/secid.c | 14 ----
tools/testing/selftests/module/find_symbol.sh | 4 +-
22 files changed, 189 insertions(+), 260 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 linux.
from 7af08b57bcb9 Merge tag 'trace-v6.13-2' of git://git.kernel.org/pub/scm/ [...]
new e4a456548962 powerpc/machdep: Remove duplicated include in svm.c
new a74769564eb0 docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Fix htm [...]
new cf89c9434af1 powerpc/prom_init: Fixup missing powermac #size-cells
new f15167014a15 Merge tag 'powerpc-6.13-2' of git://git.kernel.org/pub/scm [...]
new 69114be15b35 sparc/build: Put usage of -fcall-used* flags behind cc-option
new f6dee26d26e3 sparc/build: Add SPARC target flags for compiling with clang
new 8467d8b282b5 sparc: Replace one-element array with flexible array member
new b6370b338e71 sparc/vdso: Add helper function for 64-bit right shift on [...]
new fbb3c22f908a Merge tag 'sparc-for-6.13-tag1' of git://git.kernel.org/pu [...]
new ad8d1e323dd3 ARM: 9415/1: amba: Add dev_is_amba() function and export i [...]
new f26bdbe1fa9f ARM: 9423/1: vfp: Provide vfp_state_hold() for VFP locking.
new b54cdbad4a39 ARM: 9424/1: vfp: Use vfp_state_hold() in vfp_sync_hwstate().
new 27035c23bad5 ARM: 9425/1: vfp: Use vfp_state_hold() in vfp_support_entry().
new c0b5195bad63 ARM: 9426/1: vfp: Move sending signals outside of vfp_stat [...]
new d6e6a74d4cea ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadow
new 44e9a3bb76e5 ARM: 9430/1: entry: Do a dummy read from VMAP shadow
new 93ee385254d5 ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire()
new 9d5daef3b3a6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new d3c3c283afbe MIPS: mobileye: eyeq5: use OLB as provider for fixed facto [...]
new 1be858f7fafe MIPS: mobileye: eyeq6h: add OLB nodes OLB and remove fixed clocks
new 5a38a5d40f2f mips: dts: realtek: Add SPI NAND controller
new 4fbd66d8254c MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
new 63c81af15cf8 Merge tag 'mips_6.13_1' of git://git.kernel.org/pub/scm/li [...]
new 897614f90f7c s390/debug: Pass in and enforce output buffer size for for [...]
new 2f32cc40f144 s390/mm: Remove bogus comment in __tlb_flush_mm()
new 588a9836a4ef s390/stacktrace: Use break instead of return statement
new 9c7260b527f0 s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops
new 7bc1ee28f4d2 s390/cpum_sf: Simplify release of SDBs and SDBTs
new 45c9f2b856a0 s390/entry: Mark IRQ entries to fix stack depot warnings
new 546d7bd47973 s390: Add missing _TIF defines
new 9de3e4bf6cfb s390: Add ARCH_HAS_PREEMPT_LAZY support
new ff123eb77416 s390/mm: Allow large pages for KASAN shadow mapping
new 7726b55b5d6c s390/ap: Replace xchg() with WRITE_ONCE()
new 5618c53d96d1 KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops
new 7061c63919bd KVM: s390: Remove one byte cmpxchg() usage
new f93d6d62e469 KVM: s390: Increase size of union sca_utility to four bytes
new ae1b9fb2d556 s390/mm: Rearrange region-third and segment table entry SW bits
new 03e6db16b808 s390/mm: Introduce region-third and segment table entry pr [...]
new f934f6be76c1 s390/mm: Introduce region-third and segment table swap entries
new 487ef5d4d912 s390/mm: Add PTE_MARKER support for hugetlbfs mappings
new adb44a4bfc8a s390/mm/hugetlbfs: Add missing includes
new 48796104c864 s390/pci: Fix leak of struct zpci_dev when zpci_add_device [...]
new c4a585e952ca s390/pci: Fix potential double remove of hotplug slot
new b5f463486b21 s390: Support PREEMPT_DYNAMIC
new 78486ed9e76b s390/spinlock: Use symbolic names in inline assemblies
new 2c3bc137f1e3 s390/spinlock: Remove condition code clobber from arch_spi [...]
new 1200f216a304 s390/spinlock: Generate shorter code for arch_spin_unlock()
new 84ac96587b2a s390/spinlock: Use R constraint for arch_load_niai4()
new 889221c4d78d s390/spinlock: Use flag output constraint for arch_cmpxchg [...]
new cc00550b2ae7 Revert "s390/mm: Allow large pages for KASAN shadow mapping"
new 509f806f7f70 Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/li [...]
The 51 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:
.../testing/sysfs-bus-event_source-devices-vpa-pmu | 15 +-
Documentation/kbuild/llvm.rst | 3 +
arch/arm/kernel/entry-armv.S | 8 +
arch/arm/mm/ioremap.c | 35 ++-
arch/arm/vfp/vfpmodule.c | 74 ++++--
arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 73 +++++-
arch/mips/boot/dts/mobileye/eyeq5-clocks.dtsi | 270 ---------------------
arch/mips/boot/dts/mobileye/eyeq5.dtsi | 30 ++-
.../boot/dts/mobileye/eyeq6h-fixed-clocks.dtsi | 52 ----
arch/mips/boot/dts/mobileye/eyeq6h.dtsi | 73 +++++-
arch/mips/boot/dts/realtek/rtl930x.dtsi | 13 +
arch/powerpc/kernel/prom_init.c | 29 ++-
arch/powerpc/platforms/pseries/svm.c | 1 -
arch/s390/Kconfig | 2 +
arch/s390/include/asm/debug.h | 8 +-
arch/s390/include/asm/gmap.h | 4 +-
arch/s390/include/asm/hugetlb.h | 4 +-
arch/s390/include/asm/kvm_host.h | 15 +-
arch/s390/include/asm/pgtable.h | 117 +++++++--
arch/s390/include/asm/preempt.h | 22 +-
arch/s390/include/asm/spinlock.h | 7 +-
arch/s390/include/asm/thread_info.h | 21 +-
arch/s390/include/asm/tlbflush.h | 5 -
arch/s390/kernel/debug.c | 83 ++++---
arch/s390/kernel/entry.S | 4 +
arch/s390/kernel/kprobes.c | 6 +
arch/s390/kernel/perf_cpum_sf.c | 38 +--
arch/s390/kernel/stacktrace.c | 2 +-
arch/s390/kvm/gaccess.c | 16 +-
arch/s390/kvm/interrupt.c | 25 +-
arch/s390/kvm/kvm-s390.c | 4 +-
arch/s390/kvm/pci.c | 5 +-
arch/s390/lib/spinlock.c | 34 ++-
arch/s390/mm/fault.c | 3 +-
arch/s390/mm/gmap.c | 12 +-
arch/s390/mm/hugetlbpage.c | 31 ++-
arch/s390/pci/pci.c | 55 ++---
arch/s390/pci/pci_event.c | 10 +-
arch/sparc/Makefile | 4 +-
arch/sparc/include/asm/hvtramp.h | 2 +-
arch/sparc/kernel/smp_64.c | 4 +-
arch/sparc/vdso/Makefile | 2 +-
arch/sparc/vdso/vclock_gettime.c | 28 ++-
drivers/amba/bus.c | 6 +
drivers/s390/crypto/ap_bus.c | 2 +-
drivers/s390/crypto/vfio_ap_ops.c | 32 ++-
include/linux/amba/bus.h | 5 +
scripts/Makefile.clang | 1 +
48 files changed, 695 insertions(+), 600 deletions(-)
delete mode 100644 arch/mips/boot/dts/mobileye/eyeq5-clocks.dtsi
delete mode 100644 arch/mips/boot/dts/mobileye/eyeq6h-fixed-clocks.dtsi
--
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 f3ee8bc1cb1 aarch64: Fix build failure due to missing header
new d833114c5f8 AVR: target/117726 - Better optimize shifts.
new 75ade6106bb AVR: target/117681 - Set UNWIND_WORD_MODE to Pmode.
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:
gcc/config/avr/avr-passes.cc | 238 +++++++++++++++++++++++++++-----
gcc/config/avr/avr-passes.def | 13 +-
gcc/config/avr/avr.cc | 232 ++++++++++++++++++++++---------
gcc/config/avr/avr.md | 310 +++++++++++++++++++++++-------------------
gcc/config/avr/constraints.md | 30 ++++
gcc/doc/invoke.texi | 10 +-
6 files changed, 580 insertions(+), 253 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 master
in repository toolchain/ci/interesting-commits.
from 059bcdf01 Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff from https [...]
new 0130a7ce9 Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff from https [...]
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:
.../b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/jira/description | 4 ++++
gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/jira/yaml | 4 ++++
gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/status.txt | 4 ++++
.../master-thumb_m0_soft_eabi/details.txt | 11 +++--------
.../reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../master-thumb_m0_soft_eabi}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
9 files changed, 25 insertions(+), 14 deletions(-)
copy gcc/sha1/{f55cc57c6e3bcb36279682254b9b532049ff3f9d => b12bc0bd59a344f9f6a9284 [...]
copy gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/tcwg_gnu_embed_check_gcc/{m [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/tcwg_gnu_embed_check_gcc/{m [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from e4f5474a6 Add entry d5cbf916be4a049580dfed8682f3f8795e57ecfa from https [...]
new 059bcdf01 Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m0_soft_eabi}/build_url | 2 +-
.../master-thumb_m0_soft_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/{tcwg_bootstrap_check/maste [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 5d3863ff2 Add entry d5cbf916be4a049580dfed8682f3f8795e57ecfa from https [...]
new e4f5474a6 Add entry d5cbf916be4a049580dfed8682f3f8795e57ecfa from https [...]
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:
.../sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/jira/description | 4 ++++
binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/jira/yaml | 4 ++++
binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/status.txt | 4 ++++
.../tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-Os/details.txt | 4 ++++
.../reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../gnu-arm-master-Os/status-summary.txt | 1 +
.../{gnu-arm-master-Os_LTO => gnu-arm-master-Os}/status.txt | 6 +++---
.../tcwg_bmk-code_size-cpu2017rate/status-summary.txt | 2 +-
.../tcwg_bmk-code_size-cpu2017rate/status.txt | 4 ++++
10 files changed, 29 insertions(+), 8 deletions(-)
create mode 100644 binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_bmk [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_bmk-code_size-cpu [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_bmk-code_size-cpu [...]
create mode 100644 binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_bmk [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_bmk-code_size-cpu [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 239bb3705 Add entry 2261a15c0715cbf5c129b66ee44fc1d3a9e36972 from https [...]
new 5d3863ff2 Add entry d5cbf916be4a049580dfed8682f3f8795e57ecfa from https [...]
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:
.../tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-Os}/build_url | 2 +-
.../{gnu-arm-master-Os_LTO => gnu-arm-master-Os}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {gcc/sha1/5a1ef1cfac005370d0a5a0f85798724cb2c9cf5e/tcwg_bmk-code_size-cpu2017 [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_bmk-code_size-cpu [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.