messages from 2026-02-22 11:18:59 to 2026-02-24 15:43:00 UTC [more...]
[PATCH bpf-next 0/8] bpf: Enhance __bpf_prog_map_compatible()
2026-02-24 15:40 UTC (9+ messages)
` [PATCH bpf-next 1/8] bpf: Add fsession to verbose log in check_get_func_ip()
` [PATCH bpf-next 2/8] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
` [PATCH bpf-next 3/8] bpf: Disallow !call_get_func_ip progs tail-calling call_get_func_ip progs
` [PATCH bpf-next 4/8] bpf: Disallow !call_session_cookie progs tail-calling call_session_cookie progs
` [PATCH bpf-next 5/8] bpf: Disallow !call_session_is_return progs tail-calling call_session_is_return progs
` [PATCH bpf-next 6/8] selftests/bpf: Add a test to verify kprobe_write_ctx compatibility enforcement
` [PATCH bpf-next 7/8] selftests/bpf: Add a test to verify call_get_func_ip "
` [PATCH bpf-next 8/8] selftests/bpf: Add a test to verify session-kfunc "
[PATCH v2 0/2] pid_namespace: make init creation more flexible
2026-02-24 15:38 UTC (8+ messages)
` [PATCH v2 1/2] pid_namespace: allow opening pid_for_children before init was created
` [PATCH v2 2/2] selftests: Add tests for creating pidns init via setns
[PATCH v2] selftests: runner: Avoid spurious warning about missing failures file
2026-02-24 15:37 UTC
[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-02-24 15:28 UTC (8+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock
[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
2026-02-24 15:26 UTC (14+ messages)
` [RFC PATCH v1 01/10] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 02/10] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()
` [RFC PATCH v1 03/10] mm: truncate: Expose preparation steps for truncate_inode_pages_final()
` [RFC PATCH v1 04/10] KVM: guest_memfd: Implement evict_inode for guest_memfd
` [RFC PATCH v1 05/10] mm: Export unmap_mapping_folio() for KVM
` [RFC PATCH v1 06/10] mm: filemap: Export filemap_remove_folio()
` [RFC PATCH v1 07/10] KVM: guest_memfd: Implement custom truncation function
` [RFC PATCH v1 08/10] KVM: guest_memfd: Track amount of memory allocated on inode
` [RFC PATCH v1 09/10] KVM: selftests: Wrap fstat() to assert success
` [RFC PATCH v1 10/10] KVM: selftests: Test that st_blocks is updated on allocation
[PATCH net v3 0/3] vsock: add write-once semantics to child_ns_mode
2026-02-24 15:10 UTC (8+ messages)
` [PATCH net v3 1/3] selftests/vsock: change tests to respect write-once child ns mode
` [PATCH net v3 2/3] vsock: lock down child_ns_mode as write-once
` [PATCH net v3 3/3] vsock: document write-once behavior of the child_ns_mode sysctl
[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
2026-02-24 14:23 UTC (8+ messages)
[PATCH net-next 0/3] selftests: net: py: improve bkg() error reporting
2026-02-24 13:28 UTC (8+ messages)
` [PATCH net-next 1/3] selftests: net: py: avoid masking exceptions in bkg() failures
` [PATCH net-next 2/3] selftests: net: py: use repr(cmd) for failure exceptions
` [PATCH net-next 3/3] selftests: net: py: add cmd info for ksft_wait failure
[PATCH v2 0/4] x86: Simplifying LAM
2026-02-24 13:22 UTC (2+ messages)
` [PATCH v2 4/4] selftests/lam: Add test cases for different LAM tag widths
[PATCHv2] selftests: Use ktap helpers for runner.sh
2026-02-24 13:21 UTC (3+ messages)
[PATCH] rust: kunit: fix warning when !CONFIG_PRINTK
2026-02-24 12:57 UTC (5+ messages)
[PATCH] selftests: tc-testing: preserve list order when removing duplicates
2026-02-24 12:19 UTC (2+ messages)
[PATCH 1/2] selftests/harness: fix XFAIL_ADD matching when test metadata is not initialized
2026-02-24 11:39 UTC (11+ messages)
` [PATCH 2/2] selftests: net: tun: don't abort XFAIL cases
` [PATCH 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors
` [PATCH v2 "
` [PATCH v2 2/2] selftests: net: tun: don't abort XFAIL cases
[PATCH bpf v1 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-02-24 11:25 UTC (3+ messages)
` [PATCH bpf v1 1/2] net/bpf: fix null-ptr-deref in xdp_master_redirect() for bonding
` [PATCH bpf v1 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up
[PATCH net 0/2] bridge: Check relevant options in VLAN range grouping
2026-02-24 11:21 UTC (7+ messages)
` [PATCH net 1/2] bridge: Check relevant per-VLAN "
` [PATCH net 2/2] selftests: net: Add bridge VLAN range grouping tests
[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
2026-02-24 11:03 UTC (10+ messages)
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED
[PATCH 0/3] PCI: endpoint tests: Make doorbell test capability-aware
2026-02-24 10:32 UTC (2+ messages)
[PATCH net v2 0/2] tcp: re-enable acceptance of FIN packets when RWIN is 0
2026-02-24 10:23 UTC (5+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] selftests/net: packetdrill: Verify "
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
2026-02-24 10:14 UTC (4+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-02-24 9:58 UTC (19+ messages)
` [PATCH v2 01/22] liveupdate: Export symbols needed by modules
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during "
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 05/22] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after "
[PATCH RFC net-next 0/4] tcp: RFC 7323-compliant window retraction handling
2026-02-24 9:22 UTC (6+ messages)
` [PATCH RFC net-next 1/4] tcp: implement RFC 7323 window retraction receiver requirements
[PATCH v6 0/8] cgroup/cpuset: Fix partition related locking issues
2026-02-24 7:51 UTC (4+ messages)
[PATCH selftests] selftests: Use ktap helpers for runner.sh
2026-02-24 3:42 UTC (6+ messages)
[PATCH RESEND v7 0/5] bpf: Expand the usage scenarios of bpf_kptr_xchg
2026-02-24 1:50 UTC (2+ messages)
[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
2026-02-24 0:54 UTC (11+ messages)
` [PATCH v5 01/10] KVM: x86: SVM: Remove vmcb_is_dirty()
` [PATCH v5 02/10] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v5 03/10] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v5 04/10] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v5 05/10] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v5 06/10] KVM: x86: Remove common handling of MSR_IA32_CR_PAT
` [PATCH v5 07/10] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v5 08/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v5 09/10] KVM: x86: nSVM: Handle restore of legacy nested state
` [PATCH v5 10/10] KVM: selftests: nSVM: Add svm_nested_pat test
[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-23 23:18 UTC (7+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
[PATCH net-next v5 0/2] net/rds: RDS-TCP reconnect and fanout improvements
2026-02-23 22:19 UTC (3+ messages)
` [PATCH net-next v5 1/2] net/rds: Refactor __rds_conn_create for blocking transport cleanup
` [PATCH net-next v5 2/2] net/rds: Delegate fan-out to a background worker
[PATCH 0/4] Allow setting RAPL_DIS during SNP_INIT_EX
2026-02-23 22:14 UTC (11+ messages)
` [PATCH 1/4] selftests/kvm: allow retrieving underlying SEV firmware error
` [PATCH 2/4] selftests/kvm: check that SEV-ES VMs are allowed in SEV-SNP mode
` [PATCH 3/4] crypto/ccp: support setting RAPL_DIS in SNP_INIT_EX
` [PATCH 4/4] selftests/kvm: smoke test support for RAPL_DIS
[PATCH v6 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
2026-02-23 21:39 UTC (3+ messages)
` [PATCH v6 bpf-next 1/2] bpf: "
[PATCH bpf-next v3 0/2] bpf: Add multi-level pointer parameter support for trampolines
2026-02-23 21:23 UTC (8+ messages)
` [PATCH bpf-next v3 1/2] bpf: Support multi-level pointer params via SCALAR_VALUE "
` "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage
[PATCH net-next] selftests: hw-net: tso: set a TCP window clamp to avoid spurious drops
2026-02-23 20:40 UTC
[PATCH net-next] selftests: net: add ipv6 RA route to ECMP merge test
2026-02-23 19:34 UTC (3+ messages)
[PATCH v13 0/8] support FEAT_LSUI
2026-02-23 17:48 UTC (9+ messages)
` [PATCH v13 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v13 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v13 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v13 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v13 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v13 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v13 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor
` [PATCH v13 8/8] arm64: Kconfig: add support for LSUI
[PATCH net 0/2] tcp: re-enable acceptance of FIN packets when RWIN is 0
2026-02-23 17:38 UTC (9+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests/net: packetdrill: Verify "
[PATCH 0/2] pid_namespace: make init creation more flexible
2026-02-23 17:24 UTC (6+ messages)
` [PATCH 1/2] pid_namespace: allow opening pid_for_children before init was created
[PATCH 0/2] kselftests: livepatch: One new test and one fix for older bash
2026-02-23 16:37 UTC (7+ messages)
` [PATCH 1/2] selftests: livepatch: test-ftrace: livepatch a traced function
` [PATCH 2/2] selftests: livepatch: functions.sh: Workaround heredoc on older bash
[PATCH bpf-next v2 0/6] bpf: Introduce 64-bit bitops kfuncs
2026-02-23 16:35 UTC (8+ messages)
` [PATCH bpf-next v2 2/6] bpf, x86: Add 64-bit bitops kfuncs support for x86_64
[PATCH v12 0/7] support FEAT_LSUI
2026-02-23 15:54 UTC (9+ messages)
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
Re: [PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter
2026-02-23 9:44 UTC (2+ messages)
` "
[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
2026-02-23 9:38 UTC (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Wrap madvise() to assert success
[PATCH v8 0/3] drivers/base: Introduce revocable
2026-02-23 7:03 UTC (4+ messages)
` [PATCH v8 1/3] revocable: Revocable resource management
[PATCH 6.12.y 00/14] Address pkey self test failures
2026-02-23 6:30 UTC (5+ messages)
[PATCH v3 00/11] gpio: Adopt revocable mechanism for UAF prevention
2026-02-23 6:21 UTC (6+ messages)
` [PATCH v3 03/11] gpio: sysfs: Remove redundant check for struct gpio_chip
[PATCH v4 0/6] gpio: Refactor and add selftest
2026-02-23 6:17 UTC (7+ messages)
` [PATCH v4 1/6] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v4 2/6] gpio: Remove redundant check for struct gpio_chip
` [PATCH v4 3/6] gpio: sysfs: "
` [PATCH v4 4/6] gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH v4 5/6] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v4 6/6] selftests: gpio: Add gpio-cdev-uaf tests
[PATCH 0/9] PCI: endpoint differentiate between disabled and reserved BARs
2026-02-23 5:03 UTC (5+ messages)
` [PATCH 9/9] selftests: pci_endpoint: Skip "
[PATCHv2 net-next 0/3] bonding: fix 802.3ad churn machine and port state issues
2026-02-23 1:55 UTC (4+ 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