messages from 2024-02-29 19:21:43 to 2024-03-03 17:00:22 UTC [more...]
[PATCH net-next v12 00/15] Introducing P4TC (series 1)
2024-03-03 17:00 UTC (30+ messages)
` [PATCH net-next v12 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v12 14/15] p4tc: add set of P4TC table kfuncs
` Hardware Offload discussion WAS(Re: [PATCH net-next v12 00/15] Introducing P4TC (series 1)
[PATCH v4 bpf-next 0/4] bpf: Introduce may_goto and cond_break
2024-03-03 14:12 UTC (6+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Introduce may_goto instruction
` [PATCH v4 bpf-next 2/4] bpf: Recognize that two registers are safe when their ranges match
` [PATCH v4 bpf-next 3/4] bpf: Add cond_break macro
` [PATCH v4 bpf-next 4/4] selftests/bpf: Test may_goto
[RFC PATCH bpf-next 0/2] bpf: Add generic kfunc bpf_ffs64()
2024-03-03 13:18 UTC (6+ messages)
[LSF/MM/BPF TOPIC] faster uprobes
2024-03-03 10:20 UTC (11+ messages)
[PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver
2024-03-03 8:32 UTC (3+ messages)
` [PATCH iwl-next,v3 1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval
` [PATCH iwl-next,v3 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
[PATCH iwl-next,v2 0/2] XDP Tx Hardware Timestamp for igc driver
2024-03-03 7:15 UTC (9+ messages)
` [PATCH iwl-next,v2 1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval
` [PATCH iwl-next,v2 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
[syzbot] [bpf?] KMSAN: uninit-value in bpf_bprintf_prepare
2024-03-03 6:48 UTC (2+ messages)
[PATCH bpf-next v2] bpf, docs: Use IETF format for field definitions in instruction-set.rst
2024-03-03 5:50 UTC (3+ messages)
` [Bpf] "
[PATCH bpf-next] bpf,docs: Rename legacy conformance group to packet
2024-03-03 5:50 UTC (3+ messages)
` [Bpf] [PATCH bpf-next] bpf, docs: "
pull-request: bpf-next 2024-02-29
2024-03-03 5:30 UTC (2+ messages)
[PATCH] bpf: check mem for dynptr type
2024-03-03 2:37 UTC
[linux-next:master 5519/11156] kernel/bpf/bpf_struct_ops.c:247:16: warning: bitwise operation between different enumeration types ('enum bpf_type_flag' and 'enum bpf_reg_type')
2024-03-02 18:09 UTC (3+ messages)
[PATCH] libbpf: Remove unneeded conversion to bool
2024-03-02 16:59 UTC (2+ messages)
[PATCH] libbpf: Correct debug message in btf__load_vmlinux_btf
2024-03-02 16:55 UTC (2+ messages)
[PATCH bpf-next 0/4] selftests/bpf: Fix a couple of test failures with LTO kernel
2024-03-02 16:50 UTC (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Replace CHECK with ASSERT macros for ksyms test
` [PATCH bpf-next 2/4] selftests/bpf: Add check_lto_kernel() helper
` [PATCH bpf-next 3/4] selftests/bpf: Fix possible ksyms test failure with LTO kernel
` [PATCH bpf-next 4/4] selftests/bpf: Fix possible kprobe_multi_bench_attach "
[PATCH bpf-next 0/4] selftests/bpf: Fix a couple of test failures with LTO kernel
2024-03-02 16:49 UTC (2+ messages)
[PATCH v3 bpf-next 0/4] bpf: Introduce may_goto and cond_break
2024-03-02 1:28 UTC (14+ messages)
` [PATCH v3 bpf-next 1/4] bpf: Introduce may_goto instruction
` [PATCH v3 bpf-next 2/4] bpf: Recognize that two registers are safe when their ranges match
` [PATCH v3 bpf-next 3/4] bpf: Add cond_break macro
` [PATCH v3 bpf-next 4/4] selftests/bpf: Test may_goto
[PATCH bpf-next v2 00/15] libbpf: type suffixes and autocreate flag for struct_ops maps
2024-03-02 1:19 UTC (16+ messages)
` [PATCH bpf-next v2 01/15] libbpf: allow version suffixes (___smth) for struct_ops types
` [PATCH bpf-next v2 02/15] libbpf: tie struct_ops programs to kernel BTF ids, not to local ids
` [PATCH bpf-next v2 03/15] libbpf: honor autocreate flag for struct_ops maps
` [PATCH bpf-next v2 04/15] selftests/bpf: test struct_ops map definition with type suffix
` [PATCH bpf-next v2 05/15] selftests/bpf: utility functions to capture libbpf log in test_progs
` [PATCH bpf-next v2 06/15] selftests/bpf: bad_struct_ops test
` [PATCH bpf-next v2 07/15] selftests/bpf: test autocreate behavior for struct_ops maps
` [PATCH bpf-next v2 08/15] libbpf: sync progs autoload with maps autocreate "
` [PATCH bpf-next v2 09/15] selftests/bpf: verify struct_ops autoload/autocreate sync
` [PATCH bpf-next v2 10/15] libbpf: replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
` [PATCH bpf-next v2 11/15] libbpf: struct_ops in SEC("?.struct_ops") and SEC("?.struct_ops.link")
` [PATCH bpf-next v2 12/15] libbpf: rewrite btf datasec names starting from '?'
` [PATCH bpf-next v2 13/15] selftests/bpf: test case for SEC("?.struct_ops")
` [PATCH bpf-next v2 14/15] bpf: allow '?' at the beginning of DATASEC names
` [PATCH bpf-next v2 15/15] selftests/bpf: test cases for '?' in BTF names
[LSF/MM/BPF TOPIC] bpf qdisc
2024-03-01 23:30 UTC (13+ messages)
[PATCH v2] net: raise RCU qs after each threaded NAPI poll
2024-03-01 22:29 UTC (5+ messages)
[PATCH bpf-next] bpf, docs: Use IETF format for field definitions in instruction-set.rst
2024-03-01 22:17 UTC (10+ messages)
` [Bpf] "
[PATCH dwarves] btf_encoder: dynamically allocate the vars array for percpu variables
2024-03-01 21:46 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: extend uprobe/uretprobe triggering benchmarks
2024-03-01 21:45 UTC
[PATCH bpf-next] bpftool: Mount bpffs on provided dir instead of parent dir
2024-03-01 20:28 UTC (4+ messages)
[PATCH v2] perf lock contention: Account contending locks too
2024-03-01 19:30 UTC (8+ messages)
[PATCH net 1/4] ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
2024-03-01 19:25 UTC (3+ messages)
` [PATCH net 2/4] i40e: disable NAPI right after disabling irqs when handling xsk_pool
` [PATCH net 3/4] ice: reorder disabling IRQ and NAPI in ice_qp_dis
[PATCH] fix linux kernel BTF builds: increase max percpu variables by 10x
2024-03-01 19:15 UTC (9+ messages)
[linux-next:master] BUILD REGRESSION 1870cdc0e8dee32e3c221704a2977898ba4c10e8
2024-03-01 19:03 UTC
[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
2024-03-01 18:40 UTC (6+ messages)
[PATCH bpf-next v1 0/8] libbpf: type suffixes and autocreate flag for struct_ops maps
2024-03-01 18:07 UTC (8+ messages)
` [PATCH bpf-next v1 6/8] selftests/bpf: test autocreate behavior "
[PATCH bpf-next v6 0/5] Create shadow types for struct_ops maps in skeletons
2024-03-01 18:04 UTC (5+ messages)
` [PATCH bpf-next v6 3/5] bpftool: generated shadow variables for struct_ops maps
[PATCH RFCv2 bpf-next 0/4] bpf: Introduce kprobe multi wrapper attach
2024-03-01 18:01 UTC (5+ messages)
` [PATCH RFCv2 bpf-next 2/4] bpf: Add bpf_kprobe_multi_is_return kfunc
[PATCH v2 bpf-next 0/2] bpf: Add a generic bits iterator
2024-03-01 18:01 UTC (10+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Add "
[PATCH bpf-next 0/4] bpf: track find_equal_scalars history on per-instruction level
2024-03-01 17:44 UTC (6+ messages)
` [PATCH bpf-next 2/4] "
[PATCH bpf] bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
2024-03-01 17:22 UTC (6+ messages)
[PATCH bpf v2 0/2] Fix hashmap overflow checks for 32-bit arches
2024-03-01 17:21 UTC (7+ messages)
` [PATCH bpf v2 2/2] bpf: Fix hashtab overflow check on "
[PATCH v2 0/2] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-03-01 16:38 UTC (4+ messages)
` [PATCH v2 1/2] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH v2 2/2] net: ethernet: ti: am65-cpsw: Add minimal XDP support
[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-03-01 11:27 UTC (3+ messages)
` [PATCH bpf-next RESEND v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
[PATCH bpf-next v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-03-01 7:52 UTC (2+ messages)
` [PATCH net-next v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
[PATCH v1 1/4] perf record: Delete session after stopping sideband thread
2024-03-01 7:50 UTC (5+ messages)
` [PATCH v1 2/4] perf test: stat output per thread of just the parent process
` [PATCH v1 3/4] perf test: Use a single fd for the child process out/err
` [PATCH v1 4/4] perf test: Read child test 10 times a second rather than 1
[PATCH 2/6] PCI: imx6: Rename pci-imx6.c and PCI_IMX6 config
2024-03-01 7:16 UTC (2+ messages)
[PATCH v5.15-v5.4] fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
2024-03-01 7:09 UTC
[PATCH v1 0/6] Thread memory improvements and fixes
2024-03-01 0:19 UTC (6+ messages)
` [PATCH v1 4/6] perf threads: Move threads to its own files
[PATCH v3 bpf-next 0/3] mm: Cleanup and identify various users of kernel virtual address space
2024-02-29 23:43 UTC (4+ messages)
` [PATCH v3 bpf-next 1/3] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range
` [PATCH v3 bpf-next 2/3] mm, xen: Separate xen use cases from ioremap
` [PATCH v3 bpf-next 3/3] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()
[LSF/MM/BPF TOPIC] Value Tracking in Verifier
2024-02-29 22:49 UTC (2+ messages)
[PATCH v6] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
2024-02-29 22:00 UTC (2+ messages)
[PATCH AUTOSEL 5.10 4/8] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
2024-02-29 20:41 UTC
[PATCH AUTOSEL 5.15 5/9] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
2024-02-29 20:41 UTC
[PATCH AUTOSEL 6.1 06/12] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
2024-02-29 20:40 UTC
[PATCH AUTOSEL 6.6 08/22] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
2024-02-29 20:39 UTC
[PATCH AUTOSEL 6.7 06/24] bpf: Fix warning for bpf_cpumask in verifier
2024-02-29 20:36 UTC (2+ messages)
` [PATCH AUTOSEL 6.7 09/24] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
arm64: Supporting DYNAMIC_FTRACE_WITH_CALL_OPS with CLANG_CFI
2024-02-29 19:43 UTC (2+ messages)
[PATCH v3] driver core: Cancel scheduled pm_runtime_idle() on device removal
2024-02-29 19:29 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