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.