Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-12 17:48:45 to 2024-02-15 04:14:14 UTC [more...]

[PATCH RFT v5 0/7] fork: Support shadow stacks in clone3()
 2024-02-15  4:14 UTC  (5+ messages)
` [PATCH RFT v5 1/7] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v5 3/7] mm: Introduce ARCH_HAS_USER_SHADOW_STACK

[PATCH net] selftests: tls: increase the wait in poll_partial_rec_async
 2024-02-15  2:10 UTC  (2+ messages)

[PATCH 00/31] NT synchronization primitive driver
 2024-02-15  1:57 UTC  (34+ messages)
` [PATCH 01/31] ntsync: Introduce the ntsync driver and character device
` [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH 03/31] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH 05/31] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH 06/31] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH 07/31] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH 08/31] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH 09/31] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH 10/31] ntsync: Introduce NTSYNC_IOC_EVENT_SET
  ` [PATCH 11/31] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
  ` [PATCH 12/31] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
  ` [PATCH 13/31] ntsync: Introduce NTSYNC_IOC_SEM_READ
  ` [PATCH 14/31] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
  ` [PATCH 15/31] ntsync: Introduce NTSYNC_IOC_EVENT_READ
  ` [PATCH 16/31] ntsync: Introduce alertable waits
  ` [PATCH 17/31] ntsync: Allow waits to use the REALTIME clock
  ` [PATCH 18/31] selftests: ntsync: Add some tests for semaphore state
  ` [PATCH 19/31] selftests: ntsync: Add some tests for mutex state
  ` [PATCH 20/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
  ` [PATCH 21/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
  ` [PATCH 22/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
  ` [PATCH 23/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
  ` [PATCH 24/31] selftests: ntsync: Add some tests for manual-reset event state
  ` [PATCH 25/31] selftests: ntsync: Add some tests for auto-reset "
  ` [PATCH 26/31] selftests: ntsync: Add some tests for wakeup signaling with events
  ` [PATCH 27/31] selftests: ntsync: Add tests for alertable waits
  ` [PATCH 28/31] selftests: ntsync: Add some tests for wakeup signaling via alerts
  ` [PATCH 29/31] selftests: ntsync: Add a stress test for contended waits
  ` [PATCH 30/31] maintainers: Add an entry for ntsync
  ` [PATCH 31/31] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH] selftests/mqueue: Set timeout to 100 seconds
 2024-02-15  1:13 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: kselftest_harness: support using xfail
 2024-02-15  0:40 UTC  (15+ messages)
` [PATCH net-next 1/4] selftests: kselftest_harness: pass step via shared memory
` [PATCH net-next 2/4] selftests: kselftest_harness: use KSFT_* exit codes
` [PATCH net-next 3/4] selftests: kselftest_harness: support using xfail
` [PATCH net-next 4/4] selftests: ip_local_port_range: use XFAIL instead of SKIP

[GIT PULL] KUnit fixes update for Linux 6.8-rc5
 2024-02-15  0:12 UTC  (2+ messages)

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-14 21:21 UTC  (22+ messages)
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
` [PATCH v9 22/25] evm: Move to LSM infrastructure
` [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
` [PATCH v9 24/25] ima: "
` [PATCH v9 25/25] integrity: Remove LSM

[PATCH] selftests: fuxex: Report a unique test name per run of futex_requeue_pi
 2024-02-14 21:08 UTC  (2+ messages)

[PATCH] kunit: make kunit_bus_type const
 2024-02-14 19:15 UTC 

[PATCH v2 00/12] conform tests to TAP format output
 2024-02-14 18:00 UTC  (4+ messages)
` [PATCH v2 09/12] selftests/mm: thp_settings: conform "

[RESEND PATCH v5 4/4] selftest/bpf: Test a perf bpf program that suppresses side effects
 2024-02-14 17:39 UTC 

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-14 17:38 UTC  (35+ messages)
` [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v4 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)
` [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v4 7/7] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-14 17:18 UTC  (11+ messages)
` [PATCH RFC bpf-next v2 01/10] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v2 04/10] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v2 05/10] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v2 06/10] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v2 07/10] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v2 08/10] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v2 09/10] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v2 10/10] selftests/hid: add test for bpf_timer

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-14 17:10 UTC  (15+ messages)

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-14 16:33 UTC  (9+ messages)
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-14 15:30 UTC  (10+ messages)
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider

[PATCH v9 0/5] Introduce mseal
 2024-02-14 15:11 UTC  (6+ messages)
` [PATCH v9 1/5] mseal: Wire up mseal syscall
` [PATCH v9 2/5] mseal: add "
` [PATCH v9 3/5] selftest mm/mseal memory sealing
` [PATCH v9 4/5] mseal:add documentation
` [PATCH v9 5/5] selftest mm/mseal read-only elf memory segment

[PATCH RFC] kunit: tool: add 'mte=on' qemu arg on arm64
 2024-02-14 12:41 UTC 

[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
 2024-02-14 12:37 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: KVM: Forward SEED CSR access to user space
` [PATCH 2/5] RISC-V: KVM: Allow Ztso extension for Guest/VM
` [PATCH 3/5] KVM: riscv: selftests: Add Ztso extension to get-reg-list test
` [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zacas extension to get-reg-list test

[PATCH] selftests/mm: Don't needlessly use sudo to obtain root in run_vmtests.sh
 2024-02-14  8:53 UTC  (6+ messages)

kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.8-rc1-32-g345e8abe4c355)
 2024-02-14  7:49 UTC 

kselftest/next kselftest-lkdtm: 2 runs, 1 regressions (v6.8-rc1-32-g345e8abe4c355)
 2024-02-14  7:49 UTC 

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.8-rc1-32-g345e8abe4c355)
 2024-02-14  7:49 UTC 

kselftest/next build: 5 builds: 2 failed, 3 passed, 2 errors, 5 warnings (v6.8-rc1-32-g345e8abe4c355)
 2024-02-14  6:51 UTC 

[PATCH v4 0/3] selftests: add missing gitignore files and include generated objects
 2024-02-14  0:03 UTC  (4+ messages)
` [PATCH v4 1/3] selftests: uevent: add missing gitignore
` [PATCH v4 2/3] selftests: thermal: intel: power_floor: "
` [PATCH v4 3/3] selftests: thermal: intel: workload_hint: "

[PATCH] selftests: damon: add access_memory to .gitignore
 2024-02-13 23:57 UTC 

[PATCH v3 0/4] selftests: add missing gitignore files and include generated objects
 2024-02-13 23:38 UTC  (6+ messages)
` [PATCH v3 1/4] selftests: uevent: add missing gitignore
` [PATCH v3 2/4] selftests: thermal: intel: power_floor: "
` [PATCH v3 3/4] selftests: thermal: intel: workload_hint: "
` [PATCH v3 4/4] selftests: damon: add access_memory to .gitignore

resctrl selftests ready for inclusion
 2024-02-13 20:48 UTC  (5+ messages)

[PATCH net 0/2] selftests: net: more pmtu.sh fixes
 2024-02-13 18:40 UTC  (2+ messages)

[PATCH v3 net] selftests: net: cope with slow env in gro.sh test
 2024-02-13 18:20 UTC  (2+ messages)

[PATCH net] selftests: net: cope with slow env in so_txtime.sh test
 2024-02-13 18:20 UTC  (2+ messages)

[PATCH v3 0/7] of: populate of_root node if bootloader doesn't
 2024-02-13 17:52 UTC  (7+ messages)
` [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

[PATCH v1 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-13 17:31 UTC  (5+ messages)
` [PATCH v1 1/2] KVM: s390: load guest access registers "

[PATCH v3 0/7] Split a folio to any lower order folios
 2024-02-13 13:46 UTC  (3+ messages)

[PATCH] tools: selftests: Remove unnecessary semicolons
 2024-02-13 12:23 UTC 

[PATCH v17 6/6] ring-buffer/selftest: Add ring-buffer mapping test
 2024-02-13 11:49 UTC 

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-02-13 10:34 UTC  (5+ messages)
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`

[linux-next:master] BUILD REGRESSION ae00c445390b349e070a64dc62f08aa878db7248
 2024-02-13  5:15 UTC 

[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
 2024-02-13  3:17 UTC  (4+ messages)
` [RFC PATCH v2 1/3] "

[PATCH net] selftests: net: ip_local_port_range: define IPPROTO_MPTCP
 2024-02-13  1:10 UTC  (4+ messages)

[PATCH v2 0/4] selftests: add missing gitignore files and include generated objects
 2024-02-12 22:14 UTC  (9+ messages)
` [PATCH v2 1/4] selftests: uevent: add missing gitignore
` [PATCH v2 2/4] selftests: thermal: intel: power_floor: "
` [PATCH v2 3/4] selftests: thermal: intel: workload_hint: "
` [PATCH v2 4/4] selftests: damon: add access_memory to .gitignore


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).