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 2480abf Add entry 327d1f01a21eaad6184d3d4c192bb7954a6c810e from https [...]
new 46f9f6b Add entry ac2d7fa9084892c2c1232016ecdeadf4b354212f 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_kernel/llvm-release-arm-lts-allyesconfig}/build_url | 2 +-
.../tcwg_kernel/llvm-release-arm-lts-allyesconfig/last_good | 1 +
.../tcwg_kernel/llvm-release-arm-lts-allyesconfig/summary.txt | 1 +
.../tcwg_kernel/status.txt | 10 +++++-----
linux/v5.15.81-80-gac2d7fa90848 | 1 +
5 files changed, 9 insertions(+), 6 deletions(-)
copy linux/sha1/{74fe0c4dcb41678543915cb97928c366ac1aaceb/tcwg_kernel/llvm-release [...]
create mode 100644 linux/sha1/ac2d7fa9084892c2c1232016ecdeadf4b354212f/tcwg_kernel [...]
create mode 100644 linux/sha1/ac2d7fa9084892c2c1232016ecdeadf4b354212f/tcwg_kernel [...]
copy linux/sha1/{327d1f01a21eaad6184d3d4c192bb7954a6c810e => ac2d7fa9084892c2c1232 [...]
create mode 120000 linux/v5.15.81-80-gac2d7fa90848
--
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 268325bda529 Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.o [...]
new de3ee3f63400 selftests: Use optional USERCFLAGS and USERLDFLAGS
new 66d1dce0ecb2 selftests/watchdog: change to print reset reason info.
new ac7e8d3e4a7c selftests/watchdog: add support for WDIOC_GETSTATUS
new 8856f710ed00 selftests/watchdog: print watchdog_info option strings
new ec7b4511185b selftests/watchdog: add test for WDIOC_GETTEMP
new ecc7d67af402 selftests/watchdog: Fix spelling mistake "Temeprature" -> [...]
new 4aa4d4def299 selftests/ftrace: Add check for ping command for trigger tests
new 94fea664ae4e selftests/ftrace: Convert tracer tests to use 'requires' t [...]
new a2fa60ee7cb8 selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.
new e5df326817e9 selftests: amd-pstate: Split basic.sh into run.sh and basic.sh.
new ba2d788aa873 selftests: amd-pstate: Trigger tbench benchmark and test cpus
new 013190c4cc29 selftests: amd-pstate: Trigger gitsource benchmark and test cpus
new 67c0b2b52916 Documentation: amd-pstate: Add tbench and gitsource test i [...]
new d942f231afc0 selftests/vDSO: Add riscv getcpu & gettimeofday test
new a1d6cd88c897 selftests/ftrace: event_triggers: wait longer for test_eve [...]
new 35eee9a363be selftests: rtc: skip when RTC is not present
new 2dfb010d2aaf cpufreq: amd-pstate: fix spdxcheck warnings for amd-pstate-ut.c
new c93924267fe6 selftests/efivarfs: Add checking of the test return value
new b20ebaa7324a selftests: kselftest_deps: Use "grep -E" instead of "egrep"
new ba70290678c8 selftests: gpio: Use "grep -E" instead of "egrep"
new b868a02e3725 selftests: ftrace: Use "grep -E" instead of "egrep"
new 177f504cb70c selftests: splice_read: Fix sysfs read cases
new 8008d88e6d16 selftests/tpm2: Split async tests call to separate shell s [...]
new d5ba85d6d8be selftests/ftrace: Use long for synthetic event probe test
new 23a68d14def8 Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kern [...]
new 7b1dd2cf06e1 kunit: log numbers in decimal and hex
new f13ecba04bab Documentation: Kunit: Update architecture.rst for minor fixes
new b8a926bea8b1 kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNE [...]
new 3b30fb62ec23 kunit: Add KUnit memory block assertions to the example_al [...]
new a52a5451f43b kunit: Use KUNIT_EXPECT_MEMEQ macro
new 8f8b51f7d5c8 kunit: remove unused structure definition
new 3ffdcf7e3b7d kunit: tool: make unit test not print parsed testdata to stdout
new f19dd011d8de kunit: tool: print summary of failed tests if a few failed [...]
new f473dd9488d9 kunit: tool: make TestCounts a dataclass
new 05d9d2c3ee1e kunit: tool: unit tests all check parser errors, standardi [...]
new 101e32a025da kunit: tool: remove redundant file.close() call in unit test
new 697365c08679 kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros
new 65c48a48ead0 Documentation: KUnit: make usage.rst a superset of tips.rs [...]
new ec0a42a17e46 Documentation: KUnit: reword description of assertions
new a5b9abaa6049 Documentation: kunit: Remove redundant 'tips.rst' page
new 34c68f432c67 kunit: remove KUNIT_INIT_MEM_ASSERTION macro
new 0a7d5c30b7f0 kunit: tool: tweak error message when no KTAP found
new 309e22effb74 kunit: tool: make --json do nothing if --raw_ouput is set
new 908d0c177bbc kunit: Provide a static key to check if KUnit is actively [...]
new 91e93592219f kunit: Use the static key when retrieving the current test
new 909c6475d568 mm: slub: test: Use the kunit_get_current_test() function
new 434498a6bee3 kunit: tool: parse KTAP compliant test output
new 6c738b52316c kunit: improve KTAP compliance of KUnit test output
new 5937e0c04afc kunit: tool: don't include KTAP headers and the like in th [...]
new a81fe7ecf717 Documentation: kunit: Fix "How Do I Use This" / "Next Step [...]
new c2bb92bc4ea1 kunit: tool: make parser preserve whitespace when printing [...]
new 9c988fae6f6a kunit: add macro to allow conditionally exposing static sy [...]
new b11e51dd7094 apparmor: test: make static symbols visible during kunit testing
new 054be257f28c Documentation: dev-tools: Clarify requirements for result [...]
new e2ed78d5d9ca Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://gi [...]
new ef784eebb564 ktest.pl minconfig: Unset configs instead of just removing them
new 26df05a8c142 kest.pl: Fix grub2 menu handling for rebooting
new 88a51b4f2e65 ktest.pl: Add shell commands to variables
new 535ea85de3da Merge tag 'ktest-v6.2' of git://git.kernel.org/pub/scm/lin [...]
new 4c6874374859 rtla: Fix exit status when returning from calls to usage()
new 4bc4b131d44c rv: Add rv tool
new 6d60f89691fc tools/rv: Add in-kernel monitor interface
new afc70ccb9628 Documentation/rv: Add verification/rv man pages
new eb4511538191 Merge tag 'trace-tools-6.2' of git://git.kernel.org/pub/sc [...]
The 64 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/pm/amd-pstate.rst | 194 +++++-
Documentation/dev-tools/ktap.rst | 4 +-
Documentation/dev-tools/kunit/architecture.rst | 115 ++--
Documentation/dev-tools/kunit/index.rst | 20 +-
Documentation/dev-tools/kunit/start.rst | 18 +-
Documentation/dev-tools/kunit/tips.rst | 190 ------
Documentation/dev-tools/kunit/usage.rst | 92 ++-
Documentation/tools/index.rst | 1 +
Documentation/tools/rv/Makefile | 52 ++
Documentation/tools/rv/common_appendix.rst | 16 +
Documentation/tools/rv/common_ikm.rst | 21 +
Documentation/tools/rv/index.rst | 24 +
Documentation/tools/rv/rv-list.rst | 43 ++
Documentation/tools/rv/rv-mon-wip.rst | 44 ++
Documentation/tools/rv/rv-mon-wwnr.rst | 43 ++
Documentation/tools/rv/rv-mon.rst | 55 ++
Documentation/tools/rv/rv.rst | 63 ++
drivers/cpufreq/amd-pstate-ut.c | 2 +-
drivers/gpu/drm/tests/drm_format_helper_test.c | 12 +-
include/kunit/assert.h | 74 +--
include/kunit/test-bug.h | 53 +-
include/kunit/test.h | 118 +++-
include/kunit/visibility.h | 33 +
lib/kunit/assert.c | 62 +-
lib/kunit/debugfs.c | 2 +-
lib/kunit/executor.c | 6 +-
lib/kunit/kunit-example-test.c | 7 +
lib/kunit/string-stream.c | 5 -
lib/kunit/test.c | 15 +-
lib/slub_kunit.c | 1 +
mm/slub.c | 3 +-
net/core/dev_addr_lists_test.c | 4 +-
security/apparmor/Kconfig | 4 +-
security/apparmor/Makefile | 3 +
security/apparmor/include/policy_unpack.h | 50 ++
security/apparmor/policy_unpack.c | 238 +++----
security/apparmor/policy_unpack_test.c | 69 +-
tools/testing/ktest/ktest.pl | 32 +-
tools/testing/ktest/sample.conf | 8 +
tools/testing/kunit/kunit.py | 36 +-
tools/testing/kunit/kunit_parser.py | 188 ++++--
tools/testing/kunit/kunit_tool_test.py | 164 +++--
.../kunit/test_data/test_parse_ktap_output.log | 8 +
.../kunit/test_data/test_parse_subtest_header.log | 7 +
tools/testing/selftests/amd-pstate/Makefile | 11 +-
.../testing/selftests/amd-pstate/amd-pstate-ut.sh | 56 --
tools/testing/selftests/amd-pstate/basic.sh | 38 ++
tools/testing/selftests/amd-pstate/gitsource.sh | 354 +++++++++++
tools/testing/selftests/amd-pstate/run.sh | 387 ++++++++++++
tools/testing/selftests/amd-pstate/tbench.sh | 339 ++++++++++
tools/testing/selftests/efivarfs/efivarfs.sh | 5 +
.../ftrace/test.d/ftrace/func_event_triggers.tc | 15 +-
tools/testing/selftests/ftrace/test.d/functions | 8 +-
.../ftrace/test.d/preemptirq/irqsoff_tracer.tc | 8 +-
.../selftests/ftrace/test.d/tracer/wakeup.tc | 7 +-
.../selftests/ftrace/test.d/tracer/wakeup_rt.tc | 7 +-
.../inter-event/trigger-field-variable-support.tc | 2 +-
.../trigger-inter-event-combined-hist.tc | 2 +-
.../inter-event/trigger-onchange-action-hist.tc | 2 +-
.../inter-event/trigger-onmatch-action-hist.tc | 2 +-
.../trigger-onmatch-onmax-action-hist.tc | 2 +-
.../inter-event/trigger-onmax-action-hist.tc | 2 +-
.../inter-event/trigger-snapshot-action-hist.tc | 2 +-
.../inter-event/trigger-synthetic-eprobe.tc | 2 +-
.../trigger-synthetic-event-dynstring.tc | 2 +-
.../inter-event/trigger-trace-action-hist.tc | 2 +-
tools/testing/selftests/gpio/gpio-sim.sh | 2 +-
tools/testing/selftests/kselftest_deps.sh | 2 +-
tools/testing/selftests/lib.mk | 5 +
tools/testing/selftests/rtc/rtctest.c | 33 +-
.../testing/selftests/splice/short_splice_read.sh | 4 +-
tools/testing/selftests/tpm2/Makefile | 2 +-
.../tpm2/{test_smoke.sh => test_async.sh} | 2 +-
tools/testing/selftests/tpm2/test_smoke.sh | 1 -
tools/testing/selftests/vDSO/vdso_test_getcpu.c | 4 +
.../selftests/vDSO/vdso_test_gettimeofday.c | 3 +
tools/testing/selftests/watchdog/watchdog-test.c | 106 +++-
tools/tracing/rtla/src/osnoise.c | 9 +-
tools/tracing/rtla/src/rtla.c | 12 +-
tools/tracing/rtla/src/timerlat.c | 9 +-
tools/verification/rv/Makefile | 141 +++++
tools/verification/rv/README.txt | 38 ++
tools/verification/rv/include/in_kernel.h | 3 +
tools/verification/rv/include/rv.h | 12 +
tools/verification/rv/include/trace.h | 16 +
tools/verification/rv/include/utils.h | 8 +
tools/verification/rv/src/in_kernel.c | 698 +++++++++++++++++++++
tools/verification/rv/src/rv.c | 188 ++++++
tools/verification/rv/src/trace.c | 133 ++++
tools/verification/rv/src/utils.c | 47 ++
90 files changed, 4086 insertions(+), 846 deletions(-)
delete mode 100644 Documentation/dev-tools/kunit/tips.rst
create mode 100644 Documentation/tools/rv/Makefile
create mode 100644 Documentation/tools/rv/common_appendix.rst
create mode 100644 Documentation/tools/rv/common_ikm.rst
create mode 100644 Documentation/tools/rv/index.rst
create mode 100644 Documentation/tools/rv/rv-list.rst
create mode 100644 Documentation/tools/rv/rv-mon-wip.rst
create mode 100644 Documentation/tools/rv/rv-mon-wwnr.rst
create mode 100644 Documentation/tools/rv/rv-mon.rst
create mode 100644 Documentation/tools/rv/rv.rst
create mode 100644 include/kunit/visibility.h
create mode 100644 tools/testing/kunit/test_data/test_parse_ktap_output.log
create mode 100644 tools/testing/kunit/test_data/test_parse_subtest_header.log
delete mode 100755 tools/testing/selftests/amd-pstate/amd-pstate-ut.sh
create mode 100755 tools/testing/selftests/amd-pstate/basic.sh
create mode 100755 tools/testing/selftests/amd-pstate/gitsource.sh
create mode 100755 tools/testing/selftests/amd-pstate/run.sh
create mode 100755 tools/testing/selftests/amd-pstate/tbench.sh
copy tools/testing/selftests/tpm2/{test_smoke.sh => test_async.sh} (82%)
create mode 100644 tools/verification/rv/Makefile
create mode 100644 tools/verification/rv/README.txt
create mode 100644 tools/verification/rv/include/in_kernel.h
create mode 100644 tools/verification/rv/include/rv.h
create mode 100644 tools/verification/rv/include/trace.h
create mode 100644 tools/verification/rv/include/utils.h
create mode 100644 tools/verification/rv/src/in_kernel.c
create mode 100644 tools/verification/rv/src/rv.c
create mode 100644 tools/verification/rv/src/trace.c
create mode 100644 tools/verification/rv/src/utils.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from 4d8ce9391c0 32: onsuccess: #267: 19909: Success after binutils/qemu: 5 commits
new 02db32e444a 33: force: #269: 19909: Success after linux: 284 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 1736 -> 1760 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2812 bytes
03-build_abe-binutils/console.log.xz | Bin 30384 -> 30460 bytes
04-build_kernel_llvm/console.log.xz | Bin 64896 -> 64992 bytes
05-build_abe-qemu/console.log.xz | Bin 30392 -> 30616 bytes
06-build_linux/console.log.xz | Bin 4924 -> 4736 bytes
08-check_regression/console.log.xz | Bin 2980 -> 2904 bytes
09-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 23 +++++++++++------------
14 files changed, 17 insertions(+), 18 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 releases/gcc-12
in repository gcc.
from 3b8b42f3262 d: Fix undefined reference to nested lambda in template (PR108055)
new 1a6fe18c149 Daily bump.
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/ChangeLog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/d/ChangeLog | 11 ++++++
gcc/testsuite/ChangeLog | 69 +++++++++++++++++++++++++++++++++++++
4 files changed, 171 insertions(+), 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 releases/gcc-10
in repository gcc.
from 14d625453bf Daily bump.
new d6e258859f7 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-11
in repository gcc.
from fa11fc62dde tree-optimization/107107 - tail-merging VN wrong-code
new 870027ed71e Daily bump.
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/ChangeLog | 10 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 19 insertions(+), 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 gcc.
from 77ebee2bd04 Revert "c++: build initializer_list<string> in a loop [PR105838]"
new 1728c537b4f Daily bump.
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:
contrib/ChangeLog | 4 +++
gcc/ChangeLog | 82 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 14 +++++++++
gcc/d/ChangeLog | 8 +++++
gcc/fortran/ChangeLog | 8 +++++
gcc/testsuite/ChangeLog | 48 +++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 37 ++++++++++++++++++++++
8 files changed, 202 insertions(+), 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 binutils-2_39-branch
in repository binutils-gdb.
from 0c0b1af3837 Automatic date update in version.in
new fcc7aedbdbc Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from f5b6601dae0 libctf: remove unnecessary zstd constructs
new e0a14c5f56e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-12-branch
in repository binutils-gdb.
from e4594519f23 Automatic date update in version.in
new 63ba84b864d Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 linux.
from 40deb5e41ac7 Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/sc [...]
new 5012524eb051 efi/cper: Export several helpers for ghes_edac to use
new 8e40612f6146 EDAC/ghes: Add a notifier for reporting memory errors
new 9057a3f7ac36 EDAC/ghes: Prepare to make ghes_edac a proper module
new 802e7f1dfed7 EDAC/ghes: Make ghes_edac a proper module
new 315bada690e0 EDAC: Check for GHES preference in the chipset-specific ED [...]
new 0d2aa70b8f58 apei/ghes: Use xchg_release() for updating new cache slot [...]
new f5e32344d472 EDAC/igen6: Return the correct error type when not the MC owner
new 7556419180a3 EDAC/i5000: Mark as BROKEN
new 75aa7915d103 MAINTAINERS: Make Manivannan Sadhasivam the maintainer of [...]
new 7e5f430eb201 MAINTAINERS: Make Mauro EDAC reviewer
new 25836ce1df82 EDAC/mc_sysfs: Increase legacy channel support to 12
new b586a59e14e6 EDAC/i5400: Fix typo in comment: vaious -> various
new 9c8921555907 EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()
new 3919430fe93b Merge branches 'edac-ghes' and 'edac-misc' into edac-updat [...]
new 7adcadb98405 Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/p [...]
new bc1b705b0eee x86/MCE/AMD: Clear DFR errors found in THR handler
new a51cbd0d86d3 x86/mce: Use severity table to handle uncorrected errors i [...]
new 50865c14f34e RAS: Fix return value from show_trace()
new 9196a0ba9f0e Merge tag 'ras_core_for_v6.2' of git://git.kernel.org/pub/ [...]
new be84d8ed3f04 x86/alternative: Consistently patch SMP locks in vmlinux a [...]
new 2f60f830842d Merge tag 'x86_alternatives_for_v6.2' of git://git.kernel. [...]
new d0c006402e79 jump_label: Use atomic_try_cmpxchg() in static_key_slow_in [...]
new 90d758896787 futex: Resend potentially swallowed owner death notification
new 617fe4fa82b2 Merge tag 'locking-core-2022-12-12' of git://git.kernel.or [...]
new bd2756811766 perf: Rewrite core context handling
new 571f97f7d51f perf: Optimize perf_tp_event()
new 8e356858be29 perf/x86: Remove unused variable 'cpu_type'
new 3ce1cb7eee70 perf: Remove unused pointer task_ctx
new c55bfbb3ebce perf: Fix IS_ERR() vs NULL check in inherit_event()
new e8d7a90c08ce perf: Fix possible memleak in pmu_dev_alloc()
new 634a9d5ec78a perf/x86/amd: Remove the repeated declaration
new 1af6239d1d3e perf: Fix function pointer case
new 30093056f7b2 perf/amd/ibs: Make IBS a core pmu
new bf480f938566 perf/core: Don't allow grouping events from different hw pmus
new 4d13be8ab5d4 perf/x86/intel/uncore: Generalize IIO topology support
new cee4eebd9158 perf/x86/intel/uncore: Introduce UPI topology type
new 6532783310e2 perf/x86/intel/uncore: Clear attr_update properly
new efe062705d14 perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D
new 07813e2a59c9 perf/x86/intel/uncore: Generalize get_topology() for SKX PMUs
new 4cfce57fa42d perf/x86/intel/uncore: Enable UPI topology discovery for S [...]
new c4aebdb3b5f5 perf/x86/intel/uncore: Get UPI NodeID and GroupID
new f680b6e6062e perf/x86/intel/uncore: Enable UPI topology discovery for I [...]
new 9a3b675cd393 perf/x86/intel/uncore: Enable UPI topology discovery for S [...]
new 61fb0f7e974a perf/x86/intel/uncore: Update sysfs-devices-mapping file
new d5b73506b5b1 perf/x86/intel/uncore: Make set_mapping() procedure void
new c508eb042d97 perf/x86/intel/uncore: Fix reference count leak in sad_cfg [...]
new 1ff9dd6e7071 perf/x86/intel/uncore: Fix reference count leak in hswep_h [...]
new 8ebd16c11c34 perf/x86/intel/uncore: Fix reference count leak in snr_unc [...]
new 17b8d847b92d perf/x86/intel/uncore: Fix reference count leak in __uncor [...]
new add769595757 Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/p [...]
new 48d5e9daa8b7 sched/uclamp: Fix relationship between uclamp and migratio [...]
new b48e16a69792 sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
new 244226035a1f sched/uclamp: Fix fits_capacity() check in feec()
new b759caa1d9f6 sched/uclamp: Make select_idle_capacity() use util_fits_cpu()
new a2e7f03ed28f sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
new c56ab1b3506b sched/uclamp: Make cpu_overutilized() use util_fits_cpu()
new d81304bc6193 sched/uclamp: Cater for uclamp in find_energy_efficient_cp [...]
new 44c7b80bffc3 sched/fair: Detect capacity inversion
new aa69c36f31aa sched/fair: Consider capacity inversion in util_fits_cpu()
new ad841e569f5c sched/fair: Check if prev_cpu has highest spare cap in feec()
new 5584e8ac2c68 sched: Add __releases annotations to affine_move_task()
new 713a2e21a513 sched: Introduce affinity_context
new 8f9ea86fdf99 sched: Always preserve the user requested cpumask
new da019032819a sched: Enforce user requested affinity
new 851a723e45d1 sched: Always clear user_cpus_ptr in do_set_cpus_allowed()
new e38f89af6a13 sched/psi: Fix possible missing or delayed pending event
new 2fcd7bbae90a sched/psi: Fix avgs_work re-arm in psi_avgs_work()
new 710ffe671e01 sched/psi: Stop relying on timer_pending() for poll_work r [...]
new 52b33d87b919 sched/psi: Use task->psi_flags to clear in CPU migration
new d6962c4fe8f9 sched: Clear ttwu_pending after enqueue_task()
new bf57ae2165ba Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/ [...]
The 71 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/ABI/testing/sysfs-devices-mapping | 30 +-
MAINTAINERS | 5 +-
arch/arm64/kernel/perf_event.c | 18 +-
arch/powerpc/perf/core-book3s.c | 8 +-
arch/s390/kernel/perf_pai_crypto.c | 2 +-
arch/s390/kernel/perf_pai_ext.c | 2 +-
arch/x86/events/amd/brs.c | 2 +-
arch/x86/events/amd/ibs.c | 4 +-
arch/x86/events/amd/lbr.c | 6 +-
arch/x86/events/core.c | 48 +-
arch/x86/events/intel/core.c | 23 +-
arch/x86/events/intel/ds.c | 4 +-
arch/x86/events/intel/lbr.c | 30 +-
arch/x86/events/intel/uncore.h | 24 +-
arch/x86/events/intel/uncore_snb.c | 3 +
arch/x86/events/intel/uncore_snbep.c | 495 +++++-
arch/x86/events/perf_event.h | 31 +-
arch/x86/kernel/cpu/mce/amd.c | 33 +-
arch/x86/kernel/cpu/mce/severity.c | 8 +-
arch/x86/kernel/module.c | 11 +-
drivers/acpi/apei/ghes.c | 66 +-
drivers/edac/Kconfig | 5 +-
drivers/edac/amd64_edac.c | 3 +
drivers/edac/armada_xp_edac.c | 3 +
drivers/edac/edac_mc_sysfs.c | 24 +
drivers/edac/edac_module.h | 1 +
drivers/edac/ghes_edac.c | 90 +-
drivers/edac/i10nm_base.c | 6 +-
drivers/edac/i5400_edac.c | 3 +-
drivers/edac/igen6_edac.c | 5 +-
drivers/edac/layerscape_edac.c | 3 +
drivers/edac/pnd2_edac.c | 3 +
drivers/edac/sb_edac.c | 3 +
drivers/edac/skx_base.c | 3 +
drivers/edac/thunderx_edac.c | 3 +
drivers/edac/xgene_edac.c | 3 +
drivers/firmware/efi/cper.c | 3 +
drivers/perf/arm_pmu.c | 16 +-
drivers/ras/debugfs.c | 2 +-
include/acpi/ghes.h | 34 +-
include/linux/perf/arm_pmu.h | 2 +-
include/linux/perf_event.h | 125 +-
include/linux/psi_types.h | 4 +
include/linux/sched.h | 5 +-
kernel/events/core.c | 2120 ++++++++++++-----------
kernel/futex/core.c | 26 +-
kernel/jump_label.c | 8 +-
kernel/sched/core.c | 259 ++-
kernel/sched/deadline.c | 7 +-
kernel/sched/fair.c | 303 +++-
kernel/sched/psi.c | 100 +-
kernel/sched/sched.h | 92 +-
kernel/sched/stats.h | 22 +-
53 files changed, 2616 insertions(+), 1523 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
from 40aed9dace6 34: onsuccess: #550: 33: Success after binutils/gcc/linux/q [...]
new 819d4af6180 35: onsuccess: #551: 33: 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 1764 -> 1764 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 31676 -> 31696 bytes
04-build_abe-stage1/console.log.xz | Bin 91504 -> 91168 bytes
05-build_abe-qemu/console.log.xz | Bin 30404 -> 30328 bytes
06-build_linux/console.log.xz | Bin 4776 -> 4928 bytes
08-check_regression/console.log.xz | Bin 4348 -> 3872 bytes
09-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 26 +++++++++++++-------------
16 files changed, 29 insertions(+), 20 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-release-arm_eabi-coremark-Os
in repository toolchain/ci/base-artifacts.
from 67ee1acf8c5 16: onsuccess: #170: 1: [TCWG CI] No change after binutils/ [...]
new 2e7b94d89a7 17: onsuccess: #171: 1: [TCWG CI] No change after binutils/ [...]
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 1936 -> 1748 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30404 -> 30048 bytes
04-build_abe-stage1/console.log.xz | Bin 85964 -> 85412 bytes
06-build_abe-newlib/console.log.xz | Bin 16948 -> 16772 bytes
07-build_abe-stage2/console.log.xz | Bin 160760 -> 159060 bytes
08-benchmark/benchmark-build.log | 100 ++++++++++-----------
08-benchmark/benchmark.log | 98 ++++++++++----------
08-benchmark/console.log.xz | Bin 3820 -> 3744 bytes
09-check_regression/console.log.xz | Bin 4760 -> 4840 bytes
09-check_regression/results-vs-first.log | 2 +-
09-check_regression/results-vs-prev.log | 6 +-
dashboard/dashboard-generate.sh | 2 +-
.../squad-vs-first/Mean/results-metadata.json | 12 +--
.../squad-vs-first/coremark/results-metadata.json | 12 +--
dashboard/squad-vs-first/dashboard-push-squad.sh | 10 +--
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
mail/jira-body.txt | 36 ++++----
mail/mail-body.txt | 36 ++++----
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++----
results_id | 2 +-
24 files changed, 175 insertions(+), 179 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 691806e977a3 Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/sc [...]
new 278294798ac9 PCI: Allow drivers to request exclusive config regions
new 487d828d751d cxl/doe: Request exclusive DOE access
new 1156b4418db0 memregion: Add cpu_cache_invalidate_memregion() interface
new fa89248e669d cxl/core: Remove duplicate declaration of devm_cxl_iomap_block()
new 3bb80da51b1c cxl/core: Check physical address before mapping it in devm [...]
new f3cd264c4ec1 cxl: Unify debug messages when calling devm_cxl_add_port()
new 58eef878fcd1 cxl: Unify debug messages when calling devm_cxl_add_dport()
new 76f191108419 tools/testing/cxl: Add bridge mocking support
new b51d76752120 cxl/acpi: Improve debug messages in cxl_acpi_probe()
new 3b39fd6cf12c cxl: Replace HDM decoder granularity magic numbers
new cb9cfff82f6a cxl/acpi: Simplify cxl_nvdimm_bridge probing
new 16d53cb0d690 cxl/region: Drop redundant pmem region release handling
new f17b558d6663 cxl/pmem: Refactor nvdimm device registration, delete the [...]
new 03ff079aa633 cxl/pmem: Remove the cxl_pmem_wq and related infrastructure
new 4029c32fb601 cxl/acpi: Move rescan to the workqueue
new 8b3b1c0dc500 tools/testing/cxl: Make mock CEDT parsing more robust
new 1dedb6f3cf7f cxl/ACPI: Register CXL host ports by bridge device
new d5b1a27143cb cxl/acpi: Extract component registers of restricted hosts [...]
new 7592d935b7ae cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_mem
new 0a19bfc8de93 cxl/port: Add RCD endpoint port enumeration
new c9435dbee119 tools/testing/cxl: Add an RCH topology
new da8380bbbe90 cxl/acpi: Set ACPI's CXL _OSC to indicate RCD mode support
new 328281155539 cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() [...]
new 1fa99be35ab3 tools/testing/cxl: Add "Get Security State" opcode support
new 997469407f26 cxl/pmem: Add "Set Passphrase" security command support
new 53d2ce6e7869 tools/testing/cxl: Add "Set Passphrase" opcode support
new c4ef680d0b72 cxl/pmem: Add Disable Passphrase security command support
new abf0c8380a48 tools/testing/cxl: Add "Disable" security opcode support
new a072f7b7972f cxl/pmem: Add "Freeze Security State" security command support
new 410926e9d79b tools/testing/cxl: Add "Freeze Security State" security op [...]
new 2bb692f7a6cd cxl/pmem: Add "Unlock" security command support
new 8e80b1866493 tools/testing/cxl: Add "Unlock" security opcode support
new 3b502e886d01 cxl/pmem: Add "Passphrase Secure Erase" security command support
new 9f0173338746 tools/testing/cxl: Add "passphrase secure erase" opcode support
new dcedadfae285 nvdimm/cxl/pmem: Add support for master passphrase disable [...]
new bd429e5355cd cxl/pmem: add id attribute to CXL based nvdimm
new 18fa556375c0 tools/testing/cxl: add mechanism to lock mem device for testing
new 452996fa079b cxl/pmem: add provider name to cxl pmem dimm attribute group
new 15a8348707ff libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
new b5807c80b5bc cxl: add dimm_id support for __nvdimm_create()
new bf3e5da8cb43 cxl/region: Fix missing probe failure
new 07cb5f705b4f cxl/pmem: Enforce keyctl ABI for PMEM security
new dc370b28c842 nvdimm/region: Move cache management to the region driver
new d18bc74aced6 cxl/region: Manage CPU caches relative to DPA invalidation events
new 95dddcb5e863 Merge branch 'for-6.2/cxl-security' into for-6.2/cxl
new af2dfef854aa cxl/pci: Cleanup repeated code in cxl_probe_regs() helpers
new 1191ca102d32 cxl/pci: Cleanup cxl_map_device_regs()
new 43a2fb3aef16 cxl/pci: Kill cxl_map_regs()
new 6c7f4f1e51c2 cxl/core/regs: Make cxl_map_{component, device}_regs() dev [...]
new 920d8d2c6078 cxl/port: Limit the port driver to just the HDM Decoder Ca [...]
new a1554e9cac5e cxl/pci: Prepare for mapping RAS Capability Structure
new bd09626b39df cxl/pci: Find and map the RAS Capability Structure
new 2f6e9c305127 cxl/pci: add tracepoint events for CXL RAS
new 2905cb5236cb cxl/pci: Add (hopeful) error handling support
new 361187e04733 PCI/AER: Add optional logging callback for correctable error
new 6155ccc9ddf6 cxl/pci: Add callback to log AER correctable error
new e0f6fa0d425f Merge branch 'for-6.2/cxl-aer' into for-6.2/cxl
new 7db0aa8cc019 Merge "ACPICA: Add CXL 3.0 structures..." into for-6.2/cxl-xor
new f9db85bfec0d cxl/acpi: Support CXL XOR Interleave Math (CXIMS)
new 7a7e6edfca85 tools/testing/cxl: Add XOR Math support to cxl_test
new 02fedf146656 Merge branch 'for-6.2/cxl-xor' into for-6.2/cxl
new 397cd265815e cxl/regs: Fix sparse warning
new cb4cdf74bd77 cxl/region: Fix spelling mistake "memergion" -> "memregion"
new 14628aec8415 cxl/acpi: Fail decoder add if CXIMS for HBIG is missing
new 878b2de67af7 tools/testing/cxl: Require cache invalidation bypass
new d3cdf4585f2f cxl/acpi: Warn about an invalid CHBCR in an existing CHBS entry
new 83351ddb786b cxl: update names for interleave granularity conversion macros
new c99b2e8cf796 cxl: update names for interleave ways conversion macros
new f5ee4cc19c3e cxl/security: Fix Get Security State output payload endian [...]
new 5331cdf44dc3 cxl/mbox: Enable cxl_mbox_send_cmd() users to validate out [...]
new 2aeaf663b85e cxl/mbox: Add variable output size validation for internal [...]
new 7fe898041fb0 cxl/security: Drop security command ioctl uapi
new 372ab3bc3711 cxl/pci: Add some type-safety to the AER trace points
new 9b5f77efb0dc cxl/pci: Remove endian confusion
new f04facfb993d cxl/region: Fix memdev reuse check
new c1f0fcd85d3d Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/li [...]
new 7b72c823ddf8 x86/sgx: Reduce delay and interference of enclave release
new 370839c241f7 x86/sgx: Allow enclaves to use Asynchrounous Exit Notification
new 16a7fe3728a8 KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guest
new 89e927bbcd45 x86/sgx: Replace kmap/kunmap_atomic() calls
new 2da68a77b940 Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/sc [...]
new 51acfe89af11 x86/tdx: Add a wrapper to get TDREPORT0 from the TDX Module
new 6c8c1406a6d6 virt: Add TDX guest driver
new 00e07cfbdf0b selftests/tdx: Test TDX attestation GetReport support
new a89ef2aa552d Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/sc [...]
new 2d4daa549c17 x86/resctrl: Remove arch_has_empty_bitmaps
new 97fa21f65c3e x86/resctrl: Move MSR defines into msr-index.h
new 287f037db5b4 Merge tag 'x86_cache_for_6.2' of git://git.kernel.org/pub/ [...]
new 727209376f49 x86/split_lock: Add sysctl to control the misery mode
new 1cab145a94ac Merge tag 'x86_splitlock_for_6.2' of git://git.kernel.org/ [...]
new 48280042f2c6 x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnostics
new 6a877d2450ac x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
new 1c813ce03055 x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_x [...]
new 2c87767c35ee x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
new 4a804c4f8356 x86/fpu: Allow PKRU to be (once again) written by ptrace.
new d7e5aceace51 x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU b [...]
new 6ea25770b043 selftests/vm/pkeys: Add a regression test for setting PKRU [...]
new 55228db2697c x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN
new 40deb5e41ac7 Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/sc [...]
The 99 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/ABI/testing/sysfs-bus-nvdimm | 14 +
Documentation/PCI/pci-error-recovery.rst | 7 +
Documentation/admin-guide/sysctl/kernel.rst | 23 ++
Documentation/virt/coco/tdx-guest.rst | 52 +++
Documentation/virt/index.rst | 1 +
Documentation/x86/tdx.rst | 43 +++
arch/x86/Kconfig | 1 +
arch/x86/coco/tdx/tdx.c | 40 +++
arch/x86/include/asm/cpufeatures.h | 1 +
arch/x86/include/asm/msr-index.h | 21 +-
arch/x86/include/asm/resctrl.h | 8 +-
arch/x86/include/asm/sgx.h | 33 +-
arch/x86/include/asm/tdx.h | 2 +
arch/x86/kernel/cpu/cpuid-deps.c | 1 +
arch/x86/kernel/cpu/intel.c | 63 +++-
arch/x86/kernel/cpu/resctrl/core.c | 4 +-
arch/x86/kernel/cpu/resctrl/ctrlmondata.c | 3 +-
arch/x86/kernel/cpu/resctrl/internal.h | 10 -
arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 4 +-
arch/x86/kernel/cpu/scattered.c | 1 +
arch/x86/kernel/cpu/sgx/encl.c | 35 ++-
arch/x86/kernel/cpu/sgx/ioctl.c | 6 +-
arch/x86/kernel/cpu/sgx/main.c | 8 +-
arch/x86/kernel/fpu/core.c | 19 +-
arch/x86/kernel/fpu/init.c | 7 +-
arch/x86/kernel/fpu/regset.c | 2 +-
arch/x86/kernel/fpu/signal.c | 2 +-
arch/x86/kernel/fpu/xstate.c | 64 +++-
arch/x86/kernel/fpu/xstate.h | 4 +-
arch/x86/kvm/cpuid.c | 6 +-
arch/x86/kvm/reverse_cpuid.h | 3 +
arch/x86/mm/pat/set_memory.c | 18 ++
drivers/acpi/nfit/intel.c | 30 +-
drivers/acpi/pci_root.c | 1 +
drivers/cxl/Kconfig | 18 ++
drivers/cxl/Makefile | 2 +-
drivers/cxl/acpi.c | 275 +++++++++++++---
drivers/cxl/core/core.h | 8 -
drivers/cxl/core/hdm.c | 45 +--
drivers/cxl/core/mbox.c | 102 +++---
drivers/cxl/core/memdev.c | 1 +
drivers/cxl/core/pci.c | 5 +-
drivers/cxl/core/pmem.c | 109 ++++---
drivers/cxl/core/port.c | 216 ++++++++-----
drivers/cxl/core/region.c | 112 ++++++-
drivers/cxl/core/regs.c | 242 +++++++++-----
drivers/cxl/cxl.h | 140 ++++++---
drivers/cxl/cxlmem.h | 64 +++-
drivers/cxl/cxlpci.h | 9 -
drivers/cxl/mem.c | 74 ++++-
drivers/cxl/pci.c | 228 +++++++++++---
drivers/cxl/pmem.c | 407 ++++++------------------
drivers/cxl/security.c | 202 ++++++++++++
drivers/nvdimm/Kconfig | 12 +
drivers/nvdimm/dimm_devs.c | 9 +-
drivers/nvdimm/region.c | 11 +
drivers/nvdimm/region_devs.c | 50 ++-
drivers/nvdimm/security.c | 43 ++-
drivers/pci/pci-sysfs.c | 7 +
drivers/pci/pcie/aer.c | 8 +-
drivers/pci/probe.c | 6 +
drivers/virt/Kconfig | 2 +
drivers/virt/Makefile | 1 +
drivers/virt/coco/tdx-guest/Kconfig | 10 +
drivers/virt/coco/tdx-guest/Makefile | 2 +
drivers/virt/coco/tdx-guest/tdx-guest.c | 102 ++++++
include/linux/ioport.h | 2 +
include/linux/libnvdimm.h | 7 +
include/linux/memregion.h | 38 +++
include/linux/pci.h | 20 ++
include/linux/resctrl.h | 6 +-
include/trace/events/cxl.h | 112 +++++++
include/uapi/linux/pci_regs.h | 1 +
include/uapi/linux/tdx-guest.h | 42 +++
kernel/resource.c | 13 +-
lib/Kconfig | 3 +
tools/testing/cxl/Kbuild | 2 +
tools/testing/cxl/config_check.c | 2 +
tools/testing/cxl/test/cxl.c | 303 ++++++++++++++++--
tools/testing/cxl/test/mem.c | 453 ++++++++++++++++++++++++++-
tools/testing/cxl/test/mock.c | 19 ++
tools/testing/cxl/test/mock.h | 3 +
tools/testing/nvdimm/Kbuild | 1 -
tools/testing/nvdimm/dimm_devs.c | 30 --
tools/testing/selftests/Makefile | 1 +
tools/testing/selftests/tdx/Makefile | 7 +
tools/testing/selftests/tdx/config | 1 +
tools/testing/selftests/tdx/tdx_guest_test.c | 163 ++++++++++
tools/testing/selftests/vm/pkey-x86.h | 12 +
tools/testing/selftests/vm/protection_keys.c | 131 +++++++-
90 files changed, 3493 insertions(+), 938 deletions(-)
create mode 100644 Documentation/virt/coco/tdx-guest.rst
create mode 100644 drivers/cxl/security.c
create mode 100644 drivers/virt/coco/tdx-guest/Kconfig
create mode 100644 drivers/virt/coco/tdx-guest/Makefile
create mode 100644 drivers/virt/coco/tdx-guest/tdx-guest.c
create mode 100644 include/trace/events/cxl.h
create mode 100644 include/uapi/linux/tdx-guest.h
delete mode 100644 tools/testing/nvdimm/dimm_devs.c
create mode 100644 tools/testing/selftests/tdx/Makefile
create mode 100644 tools/testing/selftests/tdx/config
create mode 100644 tools/testing/selftests/tdx/tdx_guest_test.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 users/jv/try-fix-use-after-free-fixup-v01
in repository binutils-gdb.
at 361e5e947e5 gdb: fix command lookup in execute_command ()
This branch includes the following new commits:
new 361e5e947e5 gdb: fix command lookup in execute_command ()
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.
--
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 11c72cd3c8b libgo: bump major version
new 77ebee2bd04 Revert "c++: build initializer_list<string> in a loop [PR105838]"
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/cp/call.cc | 11 +----------
gcc/cp/constexpr.cc | 6 +++---
gcc/cp/init.cc | 13 ++-----------
gcc/cp/tree.cc | 2 ++
gcc/testsuite/g++.dg/tree-ssa/initlist-opt2.C | 24 ------------------------
5 files changed, 8 insertions(+), 48 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/tree-ssa/initlist-opt2.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 devel/modula-2
in repository gcc.
from d5d3e57d33b Python3 detected in gcc/configure.ac, python3 modules insta [...]
new ea1c6017516 Rebuilt gcc/config.in and gcc/configure.
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.in | 12 ++++++------
gcc/configure | 4 ++--
2 files changed, 8 insertions(+), 8 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/release-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
from 14f9a2c87a2 37: onsuccess: #143: 2: Success after binutils/gcc: 8 commits
new 76b10646c6e 38: onsuccess: #144: 2: Success after binutils/gcc: 17 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 1728 -> 1776 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2772 bytes
04-build_abe-binutils/console.log.xz | Bin 38096 -> 38896 bytes
05-build_abe-bootstrap/console.log.xz | Bin 265616 -> 265984 bytes
06-check_regression/console.log.xz | Bin 2752 -> 2844 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.