This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from be2d3ecedd99 Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.k [...]
new 8b2360c7157b ARM: 9187/1: JIVE: fix return value of __setup handler
new 9d17f3372306 ARM: 9190/1: kdump: add invalid input check for 'crashkernel=0'
new 9be4c88bb792 ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings [...]
new 9c6d6652e950 ARM: 9189/1: decompressor: fix unneeded rebuilds of librar [...]
new de4fb176622d Merge branches 'fixes' and 'misc' into for-linus
new 5dee87215b2c Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
new 7968778914e5 PCI: Remove the deprecated "pci-dma-compat.h" API
new 05b0ebd06ae6 PCI/doc: cleanup references to the legacy PCI DMA API
new 4fe87e818ea4 dma-mapping: move pgprot_decrypted out of dma_pgprot
new 63d12cc30574 Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/ [...]
new 7dd5ad2d3e82 Revert "signal, x86: Delay calling signals in atomic on RT [...]
new e235f4192f4f Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org [...]
new 063452fd94d1 x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
new 20df73756148 selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test
new b9080ba4a6ec x86/defconfig: Enable WERROR
new 410ce3dd5055 x86/config: Make the x86 defconfigs a bit more usable
new 4009a4ac82dd x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO
new a9f84fb7158f x86/fpu: Remove redundant XCOMP_BV initialization
new d47f71f6de79 x86/fpu: Remove unused supervisor only offsets
new 35a77d4503d9 x86/fpu/xsave: Initialize offset/size cache early
new 6afbb58cc225 x86/fpu: Cache xfeature flags from CPUID
new 7aa5128b5fea x86/fpu/xsave: Handle compacted offsets correctly with sup [...]
new 781c64bfcb73 x86/fpu/xstate: Handle supervisor states in XSTATE permissions
new d6d6d50f1e80 x86/fpu/xstate: Consolidate size calculations
new 8b5656bc4e37 Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/ [...]
new 859c2c7b1d06 Revert "clk: Drop the rate range on clk_put()"
new 34a53ff911eb Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/ [...]
new 84055411d861 tracing: Rename the staging files for trace_events
new bed5b60bf67c proc: bootconfig: Add null pointer check
new efe34e99fc41 tracing/user_events: Hold event_mutex during dyn_event_add
new 768c1e7f1de0 tracing/user_events: Remove eBPF interfaces
new fcbf591cedbd tracing: Set user_events to BROKEN
new 18bfee3216fa ftrace: Make ftrace_graph_is_dead() a static branch
new 5cfff569cab8 tracing: Move user_events.h temporarily out of include/uapi
new 09bb8856d4a7 Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/ [...]
The 35 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/PCI/pci.rst | 14 +-
Documentation/trace/user_events.rst | 14 +-
arch/arm/boot/compressed/Makefile | 4 +-
arch/arm/kernel/setup.c | 3 +-
arch/arm/kernel/stacktrace.c | 10 +-
arch/arm/mach-s3c/mach-jive.c | 6 +-
arch/x86/Kconfig | 1 -
arch/x86/configs/i386_defconfig | 50 +++--
arch/x86/configs/x86_64_defconfig | 37 +++-
arch/x86/kernel/fpu/core.c | 3 -
arch/x86/kernel/fpu/xstate.c | 216 +++++++--------------
arch/x86/lib/iomem.c | 65 ++++++-
drivers/clk/clk.c | 42 ++--
drivers/clk/clk_test.c | 108 -----------
fs/proc/bootconfig.c | 2 +
include/linux/ftrace.h | 16 +-
include/linux/pci-dma-compat.h | 129 ------------
include/linux/pci.h | 3 +-
include/linux/sched.h | 3 -
include/linux/user_events.h | 53 -----
.../{stage1_defines.h => stage1_struct_define.h} | 0
.../{stage2_defines.h => stage2_data_offsets.h} | 0
.../{stage3_defines.h => stage3_trace_output.h} | 0
.../{stage4_defines.h => stage4_event_fields.h} | 0
.../{stage5_defines.h => stage5_get_offsets.h} | 0
.../{stage6_defines.h => stage6_event_callback.h} | 0
.../{stage7_defines.h => stage7_class_define.h} | 0
include/trace/trace_custom_events.h | 14 +-
include/trace/trace_events.h | 14 +-
kernel/Kconfig.preempt | 12 +-
kernel/dma/direct.c | 10 +-
kernel/dma/mapping.c | 2 -
kernel/entry/common.c | 14 --
kernel/signal.c | 40 ----
kernel/trace/fgraph.c | 17 +-
kernel/trace/trace_events_user.c | 81 +-------
tools/testing/selftests/x86/amx.c | 16 +-
37 files changed, 287 insertions(+), 712 deletions(-)
delete mode 100644 include/linux/pci-dma-compat.h
rename include/trace/stages/{stage1_defines.h => stage1_struct_define.h} (100%)
rename include/trace/stages/{stage2_defines.h => stage2_data_offsets.h} (100%)
rename include/trace/stages/{stage3_defines.h => stage3_trace_output.h} (100%)
rename include/trace/stages/{stage4_defines.h => stage4_event_fields.h} (100%)
rename include/trace/stages/{stage5_defines.h => stage5_get_offsets.h} (100%)
rename include/trace/stages/{stage6_defines.h => stage6_event_callback.h} (100%)
rename include/trace/stages/{stage7_defines.h => stage7_class_define.h} (100%)
--
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-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3e4ffb15 0: update: linux-44c7c0a3b70c0d408a519ab70df2831dcb87ed35: boot
new 901dc3ae 0: update: llvm-11b41910dd9ffbc1bffcc818be2de0174eac1e1b: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3e4ffb15)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1540 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30816 -> 30424 bytes
04-build_llvm/console.log.xz | Bin 61688 -> 60572 bytes
05-build_abe-qemu/console.log.xz | Bin 33056 -> 32376 bytes
06-build_linux/console.log.xz | Bin 3816 -> 4956 bytes
08-check_regression/console.log.xz | Bin 416 -> 416 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 8 ++++----
9 files changed, 9 insertions(+), 9 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_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 0847ad33b90 c++: Fix ICE due to shared BLOCK node in coroutine generati [...]
adds 243e649dcbb d: Remove Wtemplates warnings from the code generation pass
No new revisions were added by this update.
Summary of changes:
gcc/d/d-lang.cc | 4 ++++
gcc/d/decl.cc | 11 +----------
gcc/d/lang.opt | 4 ----
3 files changed, 5 insertions(+), 14 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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 73110290 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new cf22e47a 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (73110290)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1512 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 30268 -> 31524 bytes
05-build_abe-stage1/console.log.xz | Bin 90108 -> 90484 bytes
07-build_abe-linux/console.log.xz | Bin 9280 -> 9324 bytes
08-build_abe-glibc/console.log.xz | Bin 231220 -> 232572 bytes
09-build_abe-stage2/console.log.xz | Bin 221616 -> 224116 bytes
10-build_abe-gdb/console.log.xz | Bin 37228 -> 38832 bytes
11-build_abe-qemu/console.log.xz | Bin 31364 -> 31388 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards c0f9657d 0: update: gcc-243e649dcbb2262f2ed6116b14a78bfa82900bd2: 1
new 154f3d3a 0: update: gdb-df7a7bdd9766adebc6b117c31bc617d81c1efd43: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c0f9657d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1500 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 36788 -> 37004 bytes
04-build_abe-gcc/console.log.xz | Bin 213604 -> 215380 bytes
06-build_abe-linux/console.log.xz | Bin 10768 -> 10768 bytes
07-build_abe-glibc/console.log.xz | Bin 234796 -> 234232 bytes
08-build_abe-gdb/console.log.xz | Bin 34656 -> 38752 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3836 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2604 -> 2664 bytes
11-check_regression/console.log.xz | Bin 3636 -> 3464 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 11 +-
11-check_regression/results.compare | 26 +-
11-check_regression/results.compare2 | 57 +-
11-check_regression/results.regressions | 26 +-
12-update_baseline/console.log | 641 +++--
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 11 +-
12-update_baseline/results.compare | 26 +-
12-update_baseline/results.compare2 | 57 +-
12-update_baseline/results.regressions | 26 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3626032 -> 3612412 bytes
sumfiles/g++.sum | 34 +-
sumfiles/gcc.log.xz | Bin 3168712 -> 3190904 bytes
sumfiles/gcc.sum | 3966 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1046932 -> 1070208 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2268 -> 2268 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 211088 -> 211000 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2672 -> 2664 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 433716 -> 425416 bytes
sumfiles/libstdc++.sum | 2 +-
36 files changed, 2400 insertions(+), 2505 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/gcc.
from 243e649dcbb d: Remove Wtemplates warnings from the code generation pass
new e1a74058b78 i386: Fix up ix86_expand_vector_init_general [PR105123]
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/i386/i386-expand.cc | 4 ++--
gcc/testsuite/gcc.target/i386/pr105123.c | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105123.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.