messages from 2023-06-25 20:21:30 to 2023-06-28 17:44:34 UTC [more...]
[PATCH bpf-next v4 0/7] Add SO_REUSEPORT support for TC bpf_sk_assign
2023-06-28 17:43 UTC (9+ messages)
` [PATCH bpf-next v4 1/7] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v4 2/7] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v4 3/7] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v4 4/7] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v4 5/7] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v4 7/7] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
SSVE selftests failing unexpectedly
2023-06-28 17:32 UTC (2+ messages)
[PATCH net-next 0/4] selftests: openvswitch: add flow programming cases
2023-06-28 16:27 UTC (5+ messages)
` [PATCH net-next 1/4] selftests: openvswitch: add an initial flow programming case
` [PATCH net-next 2/4] selftests: openvswitch: add a test for ipv4 forwarding
` [PATCH net-next 3/4] selftests: openvswitch: add basic ct test case parsing
` [PATCH net-next 4/4] selftests: openvswitch: add ct-nat test case with ipv4
[PATCH v3 0/3] TDX Guest Quote generation support
2023-06-28 15:55 UTC (26+ messages)
` [PATCH v3 3/3] selftests/tdx: Test GetQuote TDX attestation feature
[PATCH v1 05/17] selftests/nolibc: stat_timestamps: remove procfs dependency
2023-06-28 13:59 UTC (2+ messages)
[PATCH v4 00/10] tools/nolibc: add a new syscall helper
2023-06-28 13:51 UTC (16+ messages)
` [PATCH v5 00/14] "
` [PATCH v5 01/14] tools/nolibc: sys.h: add a syscall return helper
` [PATCH v5 02/14] tools/nolibc: unistd.h: apply __sysret() helper
` [PATCH v5 03/14] tools/nolibc: sys.h: "
` [PATCH v5 04/14] tools/nolibc: unistd.h: reorder the syscall macros
` [PATCH v5 05/14] tools/nolibc: string.h: clean up multiple whitespaces with tab
` [PATCH v5 06/14] tools/nolibc: arch-*.h: clean up multiple whitespaces
` [PATCH v5 07/14] tools/nolibc: arch-loongarch.h: shrink with SYSCALL_CLOBBERLIST
` [PATCH v5 08/14] tools/nolibc: arch-mips.h: "
` [PATCH v5 09/14] tools/nolibc: add missing my_syscall6() for mips
` [PATCH v5 10/14] tools/nolibc: __sysret: support syscalls who return a pointer
` [PATCH v5 11/14] tools/nolibc: clean up mmap() support
` [PATCH v5 12/14] selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRER
` [PATCH v5 13/14] selftests/nolibc: add sbrk_0 to test current brk getting
` [PATCH v5 14/14] selftests/nolibc: add mmap and munmap test cases
[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
2023-06-28 12:49 UTC (12+ messages)
[PATCH v2 00/11] iommufd: Add nesting infrastructure
2023-06-28 12:36 UTC (20+ messages)
[PATCH 0/2] Make SV39 the default address space
2023-06-28 12:34 UTC (9+ messages)
` [PATCH 1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH 2/2] RISC-V: mm: Update documentation and include test
[PATCH v22 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-06-28 12:11 UTC (7+ messages)
` [PATCH v22 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v22 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v22 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v22 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v22 5/5] selftests: mm: add pagemap ioctl tests
[PATCH v8 0/5] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
2023-06-28 11:42 UTC (3+ messages)
` [PATCH v8 3/5] mm/memfd: add "
[PATCH] selftests/zram: avoid subshells and bc for ratio calculations
2023-06-28 11:03 UTC (2+ messages)
[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
2023-06-28 10:29 UTC (13+ messages)
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test
[PATCH v2 0/3] drivers: base: Add tests showing devm handling inconsistencies
2023-06-28 9:49 UTC (4+ messages)
` [PATCH v2 1/3] drivers: base: Add basic devm tests for root devices
` [PATCH v2 2/3] drivers: base: Add basic devm tests for platform devices
` [PATCH v2 3/3] drivers: base: Free devm resources when unregistering a device
[PATCH v21 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-06-28 6:03 UTC (14+ messages)
` [PATCH v21 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v21 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v21 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v21 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v21 5/5] selftests: mm: add pagemap ioctl tests
[PATCH v2] selftests/input: add tests for the EVIOCSABS ioctl
2023-06-28 8:21 UTC (2+ messages)
[GIT PULL] Kselftest update for Linux 6.5-rc1
2023-06-27 21:32 UTC (5+ messages)
[PATCH 0/2] Restrict address space for sv39,sv48,sv57
2023-06-27 21:07 UTC (6+ messages)
` [PATCH 1/2] RISC-V: mm: "
` [PATCH 2/2] RISC-V: mm: Update documentation and include test
[PATCH v4 0/7] Optimize mremap during mutual alignment within PMD
2023-06-27 20:28 UTC (7+ messages)
` [PATCH v4 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
[linux-next:master] BUILD REGRESSION 53cdf865f90ba922a854c65ed05b519f9d728424
2023-06-27 20:24 UTC
[PATCH v2] selftests: prctl: Add new prctl test for PR_SET_NAME
2023-06-27 19:08 UTC (9+ messages)
[GIT PULL] KUnit next update for Linux 6.5-rc1
2023-06-27 18:33 UTC (2+ messages)
[PATCH 0/2] v3: F_OFD_GETLK extension to read lock info
2023-06-27 16:30 UTC (3+ messages)
[PATCH bpf-next 0/7] Support defragmenting IPv(4|6) packets in BPF
2023-06-27 15:44 UTC (10+ messages)
` [PATCH bpf-next 2/7] selftests/bpf: Add bpf_program__attach_netfilter helper test
` [PATCH bpf-next 5/7] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next 6/7] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next 7/7] bpf: selftests: Add defrag selftests
[PATCH 0/4] rseq selftests updates
2023-06-27 15:29 UTC (5+ messages)
` [PATCH 1/4] selftests/rseq: Fix CID_ID typo in Makefile
` [PATCH 2/4] selftests/rseq: Implement rseq_unqual_scalar_typeof
` [PATCH 3/4] selftests/rseq: Fix arm64 buggy load-acquire/store-release macros
` [PATCH 4/4] selftests/rseq: Use rseq_unqual_scalar_typeof in macros
[PATCH v4 0/9] cgroup/cpuset: Support remote partitions
2023-06-27 14:35 UTC (10+ messages)
` [PATCH v4 1/9] cgroup/cpuset: Inherit parent's load balance state in v2
` [PATCH v4 2/9] cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
` [PATCH v4 3/9] cgroup/cpuset: Improve temporary cpumasks handling
` [PATCH v4 4/9] cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_hier()
` [PATCH v4 5/9] cgroup/cpuset: Add cpuset.cpus.exclusive for v2
` [PATCH v4 6/9] cgroup/cpuset: Introduce remote partition
` [PATCH v4 7/9] cgroup/cpuset: Check partition conflict with housekeeping setup
` [PATCH v4 8/9] cgroup/cpuset: Documentation update for partition
` [PATCH v4 9/9] cgroup/cpuset: Extend test_cpuset_prs.sh to test remote partition
[PATCH bpf-next v3 0/7] Add SO_REUSEPORT support for TC bpf_sk_assign
2023-06-27 10:19 UTC (17+ messages)
` [PATCH bpf-next v3 1/7] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v3 2/7] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v3 3/7] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v3 4/7] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v3 5/7] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v3 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v3 7/7] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
[PATCH] selftests: timers: set-timer-lat: Remove unneeded semicolon
2023-06-27 8:34 UTC (2+ messages)
[PATCH v3 0/9] cgroup/cpuset: Support remote partitions
2023-06-27 8:21 UTC (12+ messages)
` [PATCH v3 1/9] cgroup/cpuset: Inherit parent's load balance state in v2
` [PATCH v3 2/9] cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
` [PATCH v3 3/9] cgroup/cpuset: Improve temporary cpumasks handling
` [PATCH v3 4/9] cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_hier()
` [PATCH v3 5/9] cgroup/cpuset: Add cpuset.cpus.exclusive for v2
` [PATCH v3 6/9] cgroup/cpuset: Introduce remote partition
` [PATCH v3 7/9] cgroup/cpuset: Check partition conflict with housekeeping setup
` [PATCH v3 8/9] cgroup/cpuset: Documentation update for partition
` [PATCH v3 9/9] cgroup/cpuset: Extend test_cpuset_prs.sh to test remote partition
[linux-next:master] BUILD REGRESSION 60e7c4a25da68cd826719b685babbd23e73b85b0
2023-06-27 1:22 UTC
arm64: fp-stress: BUG: KFENCE: memory corruption in fpsimd_release_task
2023-06-26 17:53 UTC (5+ messages)
[PATCH v4 0/3] tracing/user_events: Fix incorrect return value for writes when events are disabled and add its tests
2023-06-26 16:36 UTC (5+ messages)
` [PATCH v4 1/3] tracing/user_events: Fix incorrect return value for writing operation when events are disabled
` [PATCH v4 2/3] selftests/user_events: Enable the event before write_fault test in ftrace self-test
` [PATCH v4 3/3] selftests/user_events: Add test cases when event is disabled
[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
2023-06-26 10:12 UTC (3+ 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