messages from 2022-06-24 23:13:19 to 2022-06-28 16:50:54 UTC [more...]
[PATCH 0/2] Introduce security_create_user_ns()
2022-06-28 16:44 UTC (20+ messages)
[PATCH bpf-next] bpftool: Probe for memcg-based accounting before bumping rlimit
2022-06-28 16:45 UTC
[PATCH bpf] bpf, docs: Better scale maintenance of BPF subsystem
2022-06-28 16:46 UTC (7+ messages)
[PATCH RFC bpf-next 0/9] Introduce XDP-hints via BTF
2022-06-28 16:31 UTC (10+ messages)
` [PATCH RFC bpf-next 1/9] i40e: Refactor i40e_ptp_rx_hwtstamp
` [PATCH RFC bpf-next 2/9] bpf: export btf functions for modules
` [PATCH RFC bpf-next 3/9] net: create xdp_hints_common and set functions
` [PATCH RFC bpf-next 4/9] net: add net_device feature flag for XDP-hints
` [PATCH RFC bpf-next 5/9] xdp: controlling XDP-hints from BPF-prog via helper
` [PATCH RFC bpf-next 6/9] i40e: refactor i40e_rx_checksum with helper
` [PATCH RFC bpf-next 7/9] i40e: add XDP-hints handling
` [PATCH RFC bpf-next 8/9] net: use XDP-hints in xdp_frame to SKB conversion
` [PATCH RFC bpf-next 9/9] mvneta: add XDP-hints support
[PATCH v5 bpf-next 0/5] Add bpf_getxattr
2022-06-28 16:19 UTC (6+ messages)
` [PATCH v5 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v5 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v5 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v5 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v5 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr
[PATCH bpf-next v3 00/10] Introduce type match support
2022-06-28 16:01 UTC (11+ messages)
` [PATCH bpf-next v3 01/10] bpf: Introduce TYPE_MATCH related constants/macros
` [PATCH bpf-next v3 02/10] bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
` [PATCH bpf-next v3 03/10] bpf: Introduce btf_int_bits() function
` [PATCH bpf-next v3 04/10] libbpf: Add type match support
` [PATCH bpf-next v3 05/10] bpf: "
` [PATCH bpf-next v3 06/10] libbpf: Honor TYPE_MATCH relocation
` [PATCH bpf-next v3 07/10] selftests/bpf: Add type-match checks to type-based tests
` [PATCH bpf-next v3 08/10] selftests/bpf: Add test checking more characteristics
` [PATCH bpf-next v3 09/10] selftests/bpf: Add nested type to type based tests
` [PATCH bpf-next v3 10/10] selftests/bpf: Add type match test against kernel's task_struct
[PATCH] perf bpf: 8 byte align bpil data
2022-06-28 15:35 UTC (8+ messages)
[PATCH] net: tls: fix tls with sk_redirect using a BPF verdict
2022-06-28 15:25 UTC
[PATCHSET 0/6] perf tools: A couple of fixes for perf record --off-cpu (v1)
2022-06-28 14:46 UTC (10+ messages)
` [PATCH 1/6] perf offcpu: Fix a build failure on old kernels
` [PATCH 2/6] perf offcpu: Accept allowed sample types only
` [PATCH 3/6] perf offcpu: Check process id for the given workload
` [PATCH 4/6] perf offcpu: Parse process id separately
` [PATCH 5/6] perf offcpu: Track child processes
` [PATCH 6/6] perf offcpu: Update offcpu test for child process
[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
2022-06-28 14:18 UTC (12+ messages)
[PATCH v2 bpf-next] selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
2022-06-28 14:12 UTC
[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
2022-06-28 13:57 UTC (8+ messages)
` [PATCH bpf-next 1/5] bpf: Introduce any context "
[PATCH v6 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
2022-06-28 12:32 UTC (7+ messages)
` [PATCH v6 1/5] bpf: Export bpf_dynptr_get_size()
` [PATCH v6 2/5] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v6 3/5] scripts: Handle unsigned type prefix in bpf_doc.py
` [PATCH v6 4/5] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v6 5/5] selftests/bpf: Add test for "
[PATCH bpf] skmsg: Fix invalid last sg check in sk_msg_recvmsg()
2022-06-28 12:36 UTC
[PATCH dwarves v2 0/2] btf: support BTF_KIND_ENUM64
2022-06-28 9:51 UTC (5+ messages)
` [PATCH dwarves v2 2/2] btf: Support BTF_KIND_ENUM64
[PATCH] xsk: clear page contiguity bit when unmapping pool
2022-06-28 9:29 UTC (5+ messages)
` [PATCH v2 1/1] "
` [PATCH net v3 "
[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
2022-06-28 7:43 UTC (15+ messages)
` [PATCH bpf-next v2 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v2 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v2 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection
[PATCH bpf-next] bpf: sockmap calling sleepable function in teardown path
2022-06-28 7:40 UTC (2+ messages)
[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
2022-06-28 6:54 UTC (15+ messages)
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
[PATCH] perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test
2022-06-28 6:16 UTC (5+ messages)
[PATCH v3 1/1] libbpf: fix broken gcc SEC pragma macro
2022-06-28 4:43 UTC (5+ messages)
[PATCH bpf-next v2] selftests/bpf: Use bpf_tcp_helpers.h together with vmlinux.h
2022-06-28 3:46 UTC (2+ messages)
[PATCH v3] libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
2022-06-28 2:43 UTC (5+ messages)
[PATCH AUTOSEL 5.18 17/53] selftests/bpf: Shuffle cookies symbols in kprobe multi test
2022-06-28 2:18 UTC
[PATCH bpf-next v2 0/9] Introduce type match support
2022-06-27 23:06 UTC (12+ messages)
` [PATCH bpf-next v2 2/9] bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
` [PATCH bpf-next v2 4/9] libbpf: Add type match support
` [PATCH bpf-next v2 9/9] selftests/bpf: Add nested type to type based tests
[PATCH 1/1] libbpf: replace typeof with __typeof__ for -std=c17 compatibility
2022-06-27 21:50 UTC (4+ messages)
[PATCH v2 bpf-next 00/15] libbpf: remove deprecated APIs
2022-06-27 21:15 UTC (16+ messages)
` [PATCH v2 bpf-next 01/15] libbpf: move xsk.{c,h} into selftests/bpf
` [PATCH v2 bpf-next 02/15] libbpf: remove deprecated low-level APIs
` [PATCH v2 bpf-next 03/15] libbpf: remove deprecated XDP APIs
` [PATCH v2 bpf-next 04/15] libbpf: remove deprecated probing APIs
` [PATCH v2 bpf-next 05/15] libbpf: remove deprecated BTF APIs
` [PATCH v2 bpf-next 06/15] libbpf: clean up perfbuf APIs
` [PATCH v2 bpf-next 07/15] libbpf: remove prog_info_linear APIs
` [PATCH v2 bpf-next 08/15] libbpf: remove most other deprecated high-level APIs
` [PATCH v2 bpf-next 09/15] libbpf: remove multi-instance and custom private data APIs
` [PATCH v2 bpf-next 10/15] libbpf: cleanup LIBBPF_DEPRECATED_SINCE supporting macros for v0.x
` [PATCH v2 bpf-next 11/15] libbpf: remove internal multi-instance prog support
` [PATCH v2 bpf-next 12/15] libbpf: clean up SEC() handling
` [PATCH v2 bpf-next 13/15] selftests/bpf: remove last tests with legacy BPF map definitions
` [PATCH v2 bpf-next 14/15] libbpf: enforce strict libbpf 1.0 behaviors
` [PATCH v2 bpf-next 15/15] libbpf: fix up few libbpf.map problems
[PATCH bpf-next 0/7] Introduce type match support
2022-06-27 21:12 UTC (8+ messages)
` [PATCH bpf-next 3/7] bpf: Add "
[PATCH powerpc v2] powerpc/bpf: Fix use of user_pt_regs in uapi
2022-06-27 19:11 UTC
[PATCH v4 bpf-next 0/5] Add bpf_getxattr
2022-06-27 18:25 UTC (6+ messages)
` [PATCH v4 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
[PATCH] kselftests: Enable the echo command to print newlines in Makefile
2022-06-27 17:03 UTC (2+ messages)
[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
2022-06-27 15:02 UTC (16+ messages)
` [RFC PATCH bpf-next 03/10] mm, memcg: Add new helper obj_cgroup_from_current()
` [RFC PATCH bpf-next 07/10] mm: Add helper to recharge percpu address
[PATCH net-next] net: page_pool: optimize page pool page allocation in NUMA scenario
2022-06-27 13:04 UTC (3+ messages)
[PATCH 5.18 032/181] tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()
2022-06-27 11:20 UTC
[PATCH 5.15 027/135] tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()
2022-06-27 11:20 UTC
Pre Order Enquiry
2022-06-27 9:09 UTC
[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
2022-06-27 2:37 UTC (2+ messages)
BPF ringbuf misses notifications due to improper coherence
2022-06-26 9:55 UTC (6+ messages)
` [Resend] "
[PATCH bpf-next v6 0/4] bpf trampoline for arm64
2022-06-25 16:12 UTC (5+ messages)
` [PATCH bpf-next v6 1/4] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v6 2/4] arm64: Add LDR (literal) instruction
` [PATCH bpf-next v6 3/4] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v6 4/4] bpf, arm64: bpf trampoline "
[PATCH bpf-next v6 0/5] bpf trampoline for arm64
2022-06-25 16:08 UTC
[PATCH v3 1/1] perf/kprobe: maxactive for fd-based kprobe
2022-06-25 15:21 UTC (5+ messages)
[PATCH v2] libbpf: Cleanup the kprobe_event on failed add_kprobe_event_legacy()
2022-06-25 8:23 UTC (3+ messages)
[PATCH net-next v2] i40e: read the XDP program once per NAPI
2022-06-25 5:40 UTC (2+ messages)
[PATCH v3 bpf-next 0/5] Add bpf_getxattr
2022-06-25 1:31 UTC (4+ messages)
` [PATCH v3 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
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