All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-12 00:37:51 to 2026-04-12 05:00:34 UTC [more...]

[PATCH bpf-next v4 00/18] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-12  5:00 UTC  (16+ messages)
` [PATCH bpf-next v4 01/18] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v4 02/18] bpf: Change from "arg #%d" to "arg#%d" in verifier log
` [PATCH bpf-next v4 03/18] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v4 04/18] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v4 05/18] bpf: Change some regno type from u32 to int type
` [PATCH bpf-next v4 06/18] bpf: Use argument index instead of register index in kfunc verifier logs
` [PATCH bpf-next v4 07/18] bpf: Introduce bpf register BPF_REG_STACK_ARG_BASE
` [PATCH bpf-next v4 08/18] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v4 09/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v4 10/18] bpf: Fix interaction between stack argument PTR_TO_STACK and dead slot poisoning
` [PATCH bpf-next v4 11/18] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v4 12/18] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v4 13/18] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v4 14/18] bpf: Enable stack argument support for x86_64
` [PATCH bpf-next v4 15/18] bpf,x86: Implement JIT support for stack arguments

[PATCH] Bluetooth: RFCOMM: validate skb length in MCC handlers
 2026-04-12  4:54 UTC 

[PATCH v2] HID: pulsar: add driver for Pulsar gaming mice
 2026-04-12  4:53 UTC  (2+ messages)

[PATCH v2] btrfs: reject empty non-root tree blocks at read time
 2026-04-12  4:53 UTC  (4+ messages)

[PATCH 1/2] staging: media: tegra-video: fix wrong return type in tegra_get_format_fourcc_by_idx()
 2026-04-12  4:52 UTC  (3+ messages)
` [PATCH 2/2] staging: media: tegra-video: add missing error checks in vi_tpg_fmts_bitmap_init()

[PATCH v2 bpf-next 0/6] bpf: Split verifier.c
 2026-04-12  4:47 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH v2 bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH v2 bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH v2 bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH v2 bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH v2 bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c

[PATCH 0/2] Configuring DMA threshold value for DW-MMC controllers
 2026-04-12  4:46 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mmc: dw-mshc-common: add option for configuring DMA threshold

[PATCH] loongarch: improve logging of disabling KASLR
 2026-04-12  4:42 UTC  (2+ messages)

[PATCH] mm/zone_device: Do not touch device folio after calling ->folio_free()
 2026-04-12  4:39 UTC  (3+ messages)

arch/powerpc/mm/book3s64/hugetlbpage.c:77 __hash_page_huge() warn: bitwise AND condition is false here
 2026-04-12  4:22 UTC 

[Bug 221351] New: amdgpu: kernel panic on boot with AMD Radeon RX Vega (Lucienne) integrated graphics, regression since ~April 5th 2026, nomodeset workaround required
 2026-04-12  4:11 UTC 

[PATCH] btrfs-progs: fsck-tests: add the missing binary image for fsck/071
 2026-04-12  4:04 UTC 

[PATCH] FAT: Allow 0xE9 near jump in fat_read_static_bpb()
 2026-04-12  3:56 UTC  (3+ messages)
` [PATCH v2 v2] "
  ` [PATCH v3] "

[PATCH v2] u-boot-tools: Add dependency on libyaml for dtschema validation
 2026-04-12  3:57 UTC 

[PATCH v2 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-12  3:46 UTC  (3+ messages)
` [PATCH v2 4/5] LoongArch: BPF: Support load-acquire and store-release instructions

[tip:locking/core 23/38] drivers/char/nvram.c:56:21: warning: unused variable 'nvram_mutex'
 2026-04-12  3:49 UTC 

[PATCH] LoongArch: Increase default mmap randomization bits
 2026-04-12  3:49 UTC  (3+ messages)

[PATCH 00/12] arm64: dts: qcom: qcs6490: Radxa Dragon Q6A feature enablement and fixes
 2026-04-12  3:47 UTC  (7+ messages)
` [PATCH 03/12] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Enable USB 3.0 and HDMI ports
` [PATCH 11/12] ASoC: dt-bindings: google,sc7280-herobrine: Add Radxa Dragon Q6A sound card

[PATCH v2 0/3] wifi: iwlwifi: mld: fix UAF and soft lockup on firmware error
 2026-04-12  3:47 UTC  (3+ messages)
` [PATCH 2/3] wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled

[PATCH bpf-next 0/6] bpf: Split verifier.c
 2026-04-12  3:43 UTC  (8+ messages)
` [PATCH bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c

[PATCH v3 bpf-next 0/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-12  3:39 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] "

[Buildroot] [autobuild.buildroot.org] Daily results for 2026-04-11
 2026-04-12  3:29 UTC 

[PATCH] mm: thp: Fix refcount leak in thpsize_create() error path
 2026-04-12  3:24 UTC  (5+ messages)

Questions On Request/Partnership
 2026-04-12  3:03 UTC 

[PATCH v2 0/3] bpf: fix sock_ops rtt_min OOB read and related guard issues
 2026-04-12  3:03 UTC  (4+ messages)
` [PATCH v2 1/3] bpf: zero dst_reg on sock_ops field guard failure when dst == src
` [PATCH v2 2/3] bpf: extract SOCK_OPS_LOAD_TCP_SOCK_FIELD from SOCK_OPS_GET_FIELD
` [PATCH v2 3/3] bpf: guard sock_ops rtt_min against non-locked tcp_sock

[fustini:b4/ssqosid-cbqri-rqsc 8/12] arch/riscv/kernel/qos/qos_resctrl.c:805:6: warning: unused variable 'percent'
 2026-04-12  2:57 UTC 

[PATCH v9 00/29] perf tool: Add evsel to perf_sample
 2026-04-12  2:55 UTC  (38+ messages)
` [PATCH v10 "
  ` [PATCH v10 01/29] perf sample: Fix documentation typo
  ` [PATCH v10 02/29] perf tool: Remove evsel from tool APIs that pass the sample
  ` [PATCH v10 03/29] perf kvm: Don't pass evsel with sample
  ` [PATCH v10 04/29] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
  ` [PATCH v10 05/29] perf trace: Don't pass evsel with sample
  ` [PATCH v10 06/29] perf callchain: Don't pass evsel and sample
  ` [PATCH v10 07/29] perf lock: Only pass sample to handlers
  ` [PATCH v10 08/29] perf lock: Constify trace_lock_handler variables
  ` [PATCH v10 09/29] perf hist: Remove evsel parameter from inc samples functions
  ` [PATCH v10 10/29] perf db-export: Remove evsel from struct export_sample
  ` [PATCH v10 11/29] perf hist: Remove evsel from struct hist_entry_iter
  ` [PATCH v10 12/29] perf report: Directly use sample->evsel to avoid computing from sample->id
  ` [PATCH v10 13/29] perf annotate: Don't pass evsel to add_sample
  ` [PATCH v10 14/29] perf inject: Don't pass evsel with sample
  ` [PATCH v10 15/29] perf kmem: "
  ` [PATCH v10 16/29] perf kwork: "
  ` [PATCH v10 17/29] perf sched: "
  ` [PATCH v10 18/29] perf timechart: "
  ` [PATCH v10 19/29] perf trace: "
  ` [PATCH v10 20/29] perf evlist: Try to avoid computing evsel from sample
  ` [PATCH v10 21/29] perf script: Don't pass evsel with sample
  ` [PATCH v10 22/29] perf s390-sample-raw: Don't pass evsel or its PMU "
  ` [PATCH v10 23/29] perf evsel: Don't pass evsel "
  ` [PATCH v10 24/29] perf kmem: Add bounds checks to tracepoint read values
  ` [PATCH v10 25/29] perf sched: Bounds check CPU in sched switch events
  ` [PATCH v10 26/29] perf timechart: Bounds check CPU
  ` [PATCH v10 27/29] perf evsel: Add bounds checking to trace point raw data accessors
  ` [PATCH v10 28/29] perf kwork: Fix address sanitizer issues
  ` [PATCH v10 29/29] perf kwork: Fix memory management of kwork_work

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-12  2:53 UTC  (3+ messages)
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects

[PATCH v2] sched/psi: fix race between file release and pressure write
 2026-04-12  2:47 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH v3 bpf-next 1/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-12  2:40 UTC  (2+ messages)

[PATCH v4] RISC-V: KVM: Batch stage-2 TLB flushes
 2026-04-12  2:38 UTC  (3+ messages)

[OE-core][scarthgap][PATCH 1/2] tzdata/tzcode-native: upgrade 2025c -> 2026a
 2026-04-12  2:38 UTC  (2+ messages)
` [OE-core][scarthgap][PATCH 2/2] ca-certificates: upgrade 20250419 -> 20260223

Question: Should FCC-region 6 GHz entries use the India PSD methodology?
 2026-04-12  2:34 UTC  (2+ messages)

[PATCH net] netrom: do some basic forms of validation on incoming frames
 2026-04-12  2:32 UTC  (7+ messages)

[STATUS] stable/linux-6.12.y - e7a3953084a7050ca349010deb22546834c2e196
 2026-04-12  2:30 UTC 

[STATUS] stable/linux-6.6.y - 8cee53b8eaeb5d1f7c97b7f2381653ed00ffc26b
 2026-04-12  2:30 UTC 

BTRFS discard crash: failed to run delayed ref for logical 15506102321152 num_bytes 16384 type 182 action 2 ref_mod 1: -2 6.11.2)
 2026-04-12  2:28 UTC  (3+ messages)

[PATCH bpf v4 0/2] bpf: Fix arena VMA use-after-free on fork
 2026-04-12  2:27 UTC  (3+ messages)
` [PATCH bpf v4 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf v4 2/2] selftests/bpf: Add test for arena VMA use-after-free "

[android-common:android16-6.12 1/1] drivers/usb/typec/ucsi/cros_ec_ucsi.c:136:24: sparse: sparse: symbol 'cros_ucsi_ops' was not declared. Should it be static?
 2026-04-12  2:25 UTC 

[PATCH v6 0/7] riscv: add initial sdext support
 2026-04-12  2:20 UTC  (8+ messages)
` [PATCH v6 1/7] target/riscv: deprecate 'debug' CPU property
` [PATCH v6 2/7] target/riscv: add sdext debug CSRs state
` [PATCH v6 3/7] target/riscv: add sdext Debug Mode helpers
` [PATCH v6 4/7] target/riscv: add dret instruction
` [PATCH v6 5/7] target/riscv: add sdext enter Debug Mode on ebreak
` [PATCH v6 6/7] target/riscv: add sdext single-step support
` [PATCH v6 7/7] target/riscv: add sdtrig trigger action=debug mode

[PATCH] xfrm: fix memory leak in xfrm_add_policy()
 2026-04-12  2:08 UTC 

[PATCH bpf-next v6 0/9] Introduce arena library and runtime
 2026-04-12  1:58 UTC  (13+ messages)
` [PATCH bpf-next v6 1/9] bpf: Upgrade scalar to PTR_TO_ARENA on arena pointer addition
` [PATCH bpf-next v6 2/9] selftests/bpf: Add test for scalar/arena "
` [PATCH bpf-next v6 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v6 4/9] selftests/bpf: Deduplicate WRITE_ONCE macro between headers
` [PATCH bpf-next v6 5/9] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v6 6/9] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v6 7/9] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v6 8/9] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v6 9/9] selftests/bpf: Add selftests for libarena buddy allocator

[PATCH 6.12, 6.6, 6.1, 5.15, 5.10] lib/crypto: chacha: Zeroize permuted_state before it leaves scope
 2026-04-12  1:50 UTC 

FAILED: patch "[PATCH] usb: gadget: f_hid: move list and spinlock inits from bind to" failed to apply to 6.1-stable tree
 2026-04-12  1:47 UTC  (2+ messages)
` [PATCH 6.1.y] usb: gadget: f_hid: move list and spinlock inits from bind to alloc

[GIT PULL] i2c-host for v7.1, part 1
 2026-04-12  1:43 UTC 

[PATCH net-next v2] r8169: Use napi_schedule_irqoff()
 2026-04-12  1:40 UTC 

[PATCH v5 00/21] Virtual Swap Space
 2026-04-12  1:40 UTC  (7+ messages)

[PATCH 00/16] Add support for Inside-Secure EIP-150 crypto block
 2026-04-12  1:40 UTC  (11+ messages)
` [PATCH 01/16] dt-bindings: clock: Introduce nexus nodes
` [PATCH 07/16] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH 10/16] clk: Add support for clock nexus dt bindings
` [PATCH 11/16] clk: tests: Add Kunit testing for nexus nodes

[PATCH 0/2] A few linker-list fixes
 2026-04-12  1:36 UTC  (3+ messages)
` [PATCH 1/2] linker_lists: Fix end-marker alignment to prevent padding

[PATCH 00/12] test: Add support for passing arguments to C unit tests
 2026-04-12  1:34 UTC  (13+ messages)
` [PATCH 01/12] test: Add ut_asserteq_regex() for regex pattern matching
` [PATCH 02/12] test: Add a helper to check the next line against a regex
` [PATCH 03/12] test: Add a private buffer for tests
` [PATCH 04/12] test: Add argument-type definitions
` [PATCH 05/12] test: Add a macro to declare unit tests with arguments
` [PATCH 06/12] test: Add support for passing arguments to C tests
` [PATCH 07/12] test: Enhance the ut command to pass test arguments
` [PATCH 08/12] test: Add type-checked argument accessor functions
` [PATCH 09/12] test: Add tests for unit-test arguments
` [PATCH 10/12] test: Add documentation for the test framework
` [PATCH 11/12] test: fs: add C-based filesystem tests
` [PATCH 12/12] test: fs: Update Python tests to call C implementations

[PATCH v1] tests/data/acpi: Update SPCR golden reference for LoongArch virt
 2026-04-12  1:29 UTC 

[PATCH] ASoC: ti: ams-delta: Stop (ab)using card->pop_time
 2026-04-12  1:26 UTC 

[syzbot] [net?] memory leak in xfrm_policy_construct
 2026-04-12  1:27 UTC 

[PATCH v1] tests/data/acpi: Update SPCR golden-ref for RISC-V virt
 2026-04-12  1:25 UTC 

[PATCH v1] hw/char/riscv_htif: Fix format specifier for uint64_t
 2026-04-12  1:23 UTC 

[PATCH v10 0/2] IB/mlx5: Fix loopback rollback and locking
 2026-04-12  1:18 UTC  (3+ messages)
` [PATCH v10 1/2] IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier
` [PATCH v10 2/2] IB/mlx5: Serialize force-enable state and preserve loopback accounting

[PATCH v2] perf test: Fix inet_pton probe failure and unroll call graph
 2026-04-12  1:14 UTC  (3+ messages)

[PATCH] HID: sony: add missing size validation for Rock Band 3 Pro instruments
 2026-04-12  1:12 UTC 

[PATCH v2 00/21] drm/panel: support Waveshare DSI TOUCH kits
 2026-04-12  1:09 UTC  (9+ messages)
` [PATCH v2 05/21] dt-bindings: dipslay/panel: describe panels using Focaltech OTA7290B
` [PATCH v2 12/21] drm/panel: jadard-jd9365da-h3: support variable DSI configuration
` [PATCH v2 19/21] drm/panel: add driver for Waveshare 8.8" DSI TOUCH-A panel
` [PATCH v2 21/21] gpio: add GPIO controller found on Waveshare DSI TOUCH panels

[PATCH] HID: sony: add missing size validation for SMK-Link remotes
 2026-04-12  1:08 UTC 

[PATCH] pmdomain: imx: Make IMX8M/IMX9 BLK_CTRL tristate
 2026-04-12  1:07 UTC  (2+ messages)

[PATCH] serial: goldfish: Add DEBUG_UART support
 2026-04-12  1:03 UTC  (2+ messages)

FAILED: patch "[PATCH] usb: gadget: f_hid: move list and spinlock inits from bind to" failed to apply to 6.6-stable tree
 2026-04-12  1:02 UTC  (2+ messages)
` [PATCH 6.6.y] usb: gadget: f_hid: move list and spinlock inits from bind to alloc

FAILED: patch "[PATCH] ACPI: EC: Evaluate _REG outside the EC scope more carefully" failed to apply to 6.1-stable tree
 2026-04-12  1:02 UTC  (4+ messages)
` [PATCH 6.1.y 1/3] Revert "ACPI: EC: Evaluate orphan _REG under EC device"
  ` [PATCH 6.1.y 2/3] ACPICA: Add a depth argument to acpi_execute_reg_methods()
  ` [PATCH 6.1.y 3/3] ACPI: EC: Evaluate _REG outside the EC scope more carefully

[PATCH 0/2] thermal/drivers/imx: two fixes
 2026-04-12  1:00 UTC  (5+ messages)
` [PATCH 1/2] thermal/drivers/imx: Fix thermal zone leak on probe error path
` [PATCH 2/2] thermal/drivers/imxl:Fix runtime PM handling on early returns

[PATCH v3 0/5] Add virtio-mmio support to m68k virt machine
 2026-04-12  0:59 UTC  (4+ messages)
` [PATCH v3 2/5] m68k: Fix writew(), writel(), readw(), readl() endianness for classic m68k

[PATCH] clk: visconti: pll: initialize clk_init_data to zero
 2026-04-12  0:55 UTC  (2+ messages)

[PATCH i-g-t v1] tests/kms_vrr: Drop cmrr subtest for redesign
 2026-04-12  0:55 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH] clk: divider: Fix overflow in clk_divider_bestdiv() for large rate requests
 2026-04-12  0:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: Simplify do_check_insn()
 2026-04-12  0:50 UTC  (2+ messages)

[PATCH v2 1/1] rust: seq_file: add puts, putc, write, and hex_dump methods
 2026-04-12  0:45 UTC  (2+ messages)

[PATCH 0/2] clk: qcom: camcc: Add clock controllers to Titan GDSC power domain
 2026-04-12  0:44 UTC  (5+ messages)
` [PATCH 2/2] clk: qcom: camcc: Make Titan GDSC a power domain of clock controller

[PATCH 3/4] arm64: dts: qcom: sdm845: Add missing MDSS reset
 2026-04-12  0:41 UTC  (11+ messages)

[PATCH v6 1/6] dt-bindings: clock: fsl-sai: Document i.MX8M support
 2026-04-12  0:37 UTC  (3+ messages)
` [PATCH v6 6/6] clk: fsl-sai: Add MCLK generation support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.