messages from 2022-02-28 08:13:33 to 2022-03-04 23:12:41 UTC [more...]
[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-04 23:12 UTC (40+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 03/28] HID: hook up with bpf
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
` [PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v2 06/28] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v2 07/28] bpf/hid: add a new attach type to change the report descriptor
` [PATCH bpf-next v2 08/28] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v2 09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP
` [PATCH bpf-next v2 10/28] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v2 11/28] samples/bpf: add a report descriptor fixup
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 13/28] HID: bpf: implement hid_bpf_get|set_data
` [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 16/28] libbpf: add new attach type BPF_HID_USER_EVENT
` [PATCH bpf-next v2 17/28] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v2 18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function
` [PATCH bpf-next v2 20/28] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v2 21/28] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v2 22/28] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v2 23/28] HID: bpf: compute only the required buffer size for the device
` [PATCH bpf-next v2 24/28] HID: bpf: only call hid_bpf_raw_event() if a ctx is available
` [PATCH bpf-next v2 25/28] bpf/hid: Add a flag to add the program at the beginning of the list
` [PATCH bpf-next v2 26/28] libbpf: add handling for BPF_F_INSERT_HEAD in HID programs
` [PATCH bpf-next v2 27/28] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v2 28/28] samples/bpf: fix bpf_program__attach_hid() api change
[PATCH v4 0/6] selftests/resctrl: Add resctrl_tests into kselftest set
2022-03-04 20:45 UTC (9+ messages)
` [PATCH v4 1/6] selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
` [PATCH v4 2/6] selftests/resctrl: Change the default limited time to 120 seconds
` [PATCH v4 3/6] selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework
` [PATCH v4 4/6] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v4 5/6] selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests
` [PATCH v4 6/6] selftests/resctrl: Add missing SPDX license to Makefile
[PATCH v2] kbuild: Make $(LLVM) more flexible
2022-03-04 18:55 UTC (4+ messages)
kselftest/next kselftest-seccomp: 1 runs, 4 regressions (v5.17-rc5-22-gf6d344cd5fa6)
2022-03-04 17:45 UTC
kselftest/next build: 8 builds: 0 failed, 8 passed (v5.17-rc5-22-gf6d344cd5fa6)
2022-03-04 16:47 UTC
[PATCH] kbuild: Allow a suffix with $(LLVM)
2022-03-04 16:27 UTC (3+ messages)
[PATCH V3] selftests: vm: Add test for Soft-Dirty PTE bit
2022-03-04 16:14 UTC (9+ messages)
[PATCH v3 0/2] AARCH64: Enable GCC-based Shadow Call Stack
2022-03-04 15:01 UTC (8+ messages)
` [PATCH v3 1/2] AARCH64: Add gcc Shadow Call Stack support
` [PATCH v3 2/2] lkdtm: Add Shadow Call Stack tests
[PATCH 1/2] kselftest/vm: override TARGETS from arguments
2022-03-04 14:50 UTC (5+ messages)
` [PATCH 2/2] kselftest/vm: fix tests build with old libc
` [External] Re: [PATCH 1/2] kselftest/vm: override TARGETS from arguments
[PATCH v3 0/4] s390: Ultravisor device
2022-03-04 14:11 UTC (5+ messages)
` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device
` [PATCH v3 2/4] drivers/s390/char: Add Query Ultravisor Information to uvdevice
` [PATCH v3 3/4] selftests: drivers/s390x: Add uvdevice tests
` [PATCH v3 4/4] selftests: drivers/s390x: Add uvdevice QUI tests
[PATCH v2 0/3] s390: Ultravisor device
2022-03-04 12:11 UTC (10+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests
[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS
2022-03-04 11:42 UTC (7+ messages)
[PATCH v3] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel cpu
2022-03-04 10:39 UTC
[PATCH] selftests/interpreter: fix separate directory build
2022-03-04 9:46 UTC (4+ messages)
[RFC PATCH v2.1 15/30] selftests/sgx: Add test for EPCM permission changes
2022-03-04 9:35 UTC (10+ messages)
` [RFC PATCH v2.1 16/30] selftests/sgx: Add test for TCS page "
` [RFC PATCH v2.1 19/30] selftests/sgx: Test two different SGX2 EAUG flows
` [RFC PATCH v2.1 23/30] selftests/sgx: Introduce dynamic entry point
` [RFC PATCH v2.1 24/30] selftests/sgx: Introduce TCS initialization enclave operation
` [RFC PATCH v2.1 25/30] selftests/sgx: Test complete changing of page type flow
` [RFC PATCH v2.1 26/30] selftests/sgx: Test faulty enclave behavior
` [RFC PATCH v2.1 27/30] selftests/sgx: Test invalid access to removed enclave page
` [RFC PATCH v2.1 28/30] selftests/sgx: Test reclaiming of untouched page
` [RFC PATCH v2.1 30/30] selftests/sgx: Page removal stress test
[PATCH] userfaultfd/selftests: fix uninitialized_var.cocci warning
2022-03-04 8:23 UTC
[PATCH] selftests: vm: fix clang build error multiple output files
2022-03-04 0:06 UTC
[PATCH 1/2] kselftest/vm: Rename TARGETS to BUILD_TARGETS
2022-03-03 23:33 UTC
[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
2022-03-03 22:39 UTC (18+ messages)
` [PATCH v3 1/9] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v3 2/9] ima: Always return a file measurement in ima_file_hash()
` [PATCH v3 3/9] bpf-lsm: Introduce new helper bpf_ima_file_hash()
` [PATCH v3 4/9] selftests/bpf: Move sample generation code to ima_test_common()
` [PATCH v3 5/9] selftests/bpf: Add test for bpf_ima_file_hash()
` [PATCH v3 6/9] selftests/bpf: Check if the digest is refreshed after a file write
` [PATCH v3 7/9] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
` [PATCH v3 8/9] selftests/bpf: Add test for bpf_lsm_kernel_read_file()
` [PATCH v3 9/9] selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy
[PATCH V2 1/3] selftests: add kselftest_install to .gitignore
2022-03-03 22:23 UTC (6+ messages)
` [PATCH V2 2/3] selftests/exec: add generated files "
` [PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore
[PATCH v2] selftests: netfilter: fix a build error on openSUSE
2022-03-03 22:20 UTC (5+ messages)
[PATCH V2] selftests: Fix build when $(O) points to a relative path
2022-03-03 22:19 UTC (6+ messages)
[PATCH] Makefile: Fix separate output directory build of kselftests
2022-03-03 21:32 UTC (3+ messages)
[PATCH] kselftest/arm64: Log the PIDs of the parent and child in sve-ptrace
2022-03-03 19:58 UTC (2+ messages)
lkft kselftest for next-20220302
2022-03-03 3:00 UTC
[next] Internal error: aarch64 BRK: f20003e8 at pc : has_cpuid_feature
2022-03-02 23:19 UTC (2+ messages)
[PATCH AUTOSEL 4.19 09/13] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
2022-03-02 21:01 UTC (3+ messages)
[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-03-02 17:23 UTC (15+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v12 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v12 10/40] arm64/sme: Basic enumeration support
` [PATCH v12 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v12 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v12 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v12 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-03-02 13:02 UTC (6+ messages)
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
lkft kselftest for next-20220301
2022-03-02 7:38 UTC
[PATCH] selftests: netfilter: fix a build error on openSUSE
2022-03-02 4:26 UTC
[PATCH AUTOSEL 5.4 01/11] selftests/bpf: Add test for bpf_timer overwriting crash
2022-03-01 20:19 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 10/11] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.4 11/11] selftests/memfd: clean up mapping in mfd_fail_write
[PATCH AUTOSEL 5.10 01/14] selftests/bpf: Add test for bpf_timer overwriting crash
2022-03-01 20:18 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 13/14] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.10 14/14] selftests/memfd: clean up mapping in mfd_fail_write
[PATCH AUTOSEL 4.14 7/7] selftests/memfd: clean up mapping in mfd_fail_write
2022-03-01 20:21 UTC
[PATCH AUTOSEL 4.19 7/7] selftests/memfd: clean up mapping in mfd_fail_write
2022-03-01 20:20 UTC
[PATCH AUTOSEL 4.9 6/6] selftests/memfd: clean up mapping in mfd_fail_write
2022-03-01 20:22 UTC
[PATCH AUTOSEL 5.15 01/23] selftests/bpf: Add test for bpf_timer overwriting crash
2022-03-01 20:16 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 22/23] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.15 23/23] selftests/memfd: clean up mapping in mfd_fail_write
[PATCH AUTOSEL 5.16 01/28] selftests/bpf: Add test for bpf_timer overwriting crash
2022-03-01 20:13 UTC (3+ messages)
` [PATCH AUTOSEL 5.16 27/28] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.16 28/28] selftests/memfd: clean up mapping in mfd_fail_write
[PATCH] selftests: vm: remove duplicated macro and use swap() to make code cleaner
2022-03-01 15:29 UTC (2+ messages)
[PATCH v3 0/5] selftests/resctrl: Add resctrl_tests into kselftest set
2022-03-01 7:51 UTC (8+ messages)
` [PATCH v3 2/5] selftests/resctrl: Make resctrl_tests run using kselftest framework
[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-28 17:41 UTC (15+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
[PATCH v3 00/13] Introduce DAMON sysfs interface
2022-02-28 16:25 UTC (15+ messages)
` [PATCH v3 03/13] mm/damon: Implement a minimal stub for sysfs-based DAMON interface
` [PATCH v3 05/13] mm/damon/sysfs: Support the physical address space monitoring
` [PATCH v3 06/13] mm/damon/sysfs: Support DAMON-based Operation Schemes
` [PATCH v3 07/13] mm/damon/sysfs: Support DAMOS quotas
` [PATCH v3 08/13] mm/damon/sysfs: Support schemes prioritization
` [PATCH v3 09/13] mm/damon/sysfs: Support DAMOS watermarks
` [PATCH v3 10/13] mm/damon/sysfs: Support DAMOS stats
` [PATCH v3 11/13] selftests/damon: Add a test for DAMON sysfs interface
` [PATCH v3 12/13] Docs/admin-guide/mm/damon/usage: Document "
` [PATCH v3 13/13] Docs/ABI/testing: Add DAMON sysfs interface ABI document
[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
2022-02-28 10:43 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox