All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-11 22:22:22 to 2026-04-12 02:09:52 UTC [more...]

[PATCH v9 00/29] perf tool: Add evsel to perf_sample
 2026-04-12  2:08 UTC  (30+ 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] 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

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  1:57 UTC  (2+ messages)

[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 

[PATCH] mm: thp: Fix refcount leak in thpsize_create() error path
 2026-04-12  1:49 UTC  (4+ messages)

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] FAT: Allow 0xE9 near jump in fat_read_static_bpb()
 2026-04-12  1:39 UTC  (2+ messages)
` [PATCH v2 v2] "

[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] mm/zone_device: Do not touch device folio after calling ->folio_free()
 2026-04-12  1:32 UTC  (2+ messages)

[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  (12+ messages)
` [PATCH v6 2/6] clk: fsl-sai: Sort the headers
` [PATCH v6 3/6] clk: fsl-sai: Add i.MX8M support with 8 byte register offset
` [PATCH v6 4/6] dt-bindings: clock: fsl-sai: Document clock-cells = <1> support
` [PATCH v6 5/6] clk: fsl-sai: Extract clock setup into fsl_sai_clk_register()
` [PATCH v6 6/6] clk: fsl-sai: Add MCLK generation support

[PATCH v2 0/5] Add framebuffer on Xiaomi Poco F1 and disable the MDSS on tianma panel variant
 2026-04-12  0:36 UTC  (5+ messages)
` [PATCH v2 5/5] arm64: dts: qcom: sdm845-xiaomi-beryllium-tianma: Disable MDSS

[PATCH v4 00/39] drm/msm/dp: Add MST support for MSM chipsets
 2026-04-12  0:34 UTC  (32+ messages)
` [PATCH v4 03/39] drm/msm/dp: break up dp_display_enable into two parts
` [PATCH v4 13/39] drm/msm/dp: introduce stream_id for each DP panel
` [PATCH v4 21/39] drm/msm/dp: Add support for MST channel slot allocation
` [PATCH v4 24/39] drm/msm/dp: simplify link and clock disable sequence
` [PATCH v4 25/39] drm/msm/dp: pass panel to display enable/disable helpers
` [PATCH v4 26/39] drm/msm/dp: abstract out the dp_display stream helpers to accept a panel
` [PATCH v4 27/39] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
` [PATCH v4 28/39] drm/msm/dp: Mark the SST bridge disconnected when mst is active
` [PATCH v4 29/39] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH v4 30/39] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
` [PATCH v4 31/39] drm/msm/dp: add prepared to manage link-level operations
` [PATCH v4 33/39] drm/msm/dp: initialize dp_mst module for each DP MST controller
` [PATCH v4 34/39] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
` [PATCH v4 35/39] drm/msm/dp: wire MST helpers into atomic check and commit paths
` [PATCH v4 36/39] drm/msm/dp: add connector abstraction for DP MST

[GIT PULL] Crypto library updates for 7.1
 2026-04-12  0:32 UTC 

[PATCH v2 net-next 0/5] net: phy: further decouple provider from consumer part
 2026-04-12  0:25 UTC  (4+ messages)
` [PATCH v2 net-next 2/5] net: phy: make mdio_device.c part of libphy

[GIT PULL] CRC updates for 7.1
 2026-04-12  0:23 UTC 

[PULL REQUEST] i2c-for-7.0-final
 2026-04-12  0:23 UTC  (2+ messages)

HID: core: regression in 6.19.12 - short report handling floods dmesg for working devices
 2026-04-12  0:24 UTC 

[syzbot] [net?] memory leak in xfrm_policy_construct
 2026-04-12  0:23 UTC  (2+ messages)
` Forwarded: [PATCH] xfrm: fix memory leak and improper cleanup in xfrm_add_policy()

[android-common:android14-kiwi-6.1 33/33] fs/smb/client/connect.c:2758 cifs_match_super() error: 'tlink' dereferencing possible ERR_PTR()
 2026-04-12  0:22 UTC 

[GIT PULL] fscrypt updates for 7.1
 2026-04-12  0:18 UTC 

[PATCH v3] hwmon: (nct6683) Add customer ID for ASRock B650I Lightning WiFi
 2026-04-12  0:17 UTC 

[PATCH v3] net/mlx5: Fix OOB access and stack information leak in PTP event handling
 2026-04-12  0:15 UTC  (3+ messages)

[Hypervisor Live Update] Notes from April 6, 2026
 2026-04-12  0:14 UTC 

[PATCH v5 0/5] Add support for AAEON SRG-IMX8P MCU
 2026-04-12  0:12 UTC  (2+ messages)

[PATCH v2] Documentation: Refactored watchdog old doc
 2026-04-12  0:09 UTC  (5+ messages)

[PATCH] mtd: nand: bbt: clamp GENMASK high bit to word boundary
 2026-04-12  0:05 UTC  (2+ messages)

[PATCH v2] staging: media: atomisp: use array3_size() for overflow-safe allocation
 2026-04-12  0:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v4] net/mlx5: Fix OOB access and stack information leak in PTP event handling
 2026-04-12  0:04 UTC 

[PATCH] media: tegra-video: vi: fix invalid u32 return value in format lookup
 2026-04-12  0:02 UTC 

maintainer profiles
 2026-04-12  0:02 UTC  (4+ messages)

[PATCH] staging: octeon: remove SPI, POW, PKO, and Helper typedef enums
 2026-04-12  0:02 UTC 

[PATCH net-next v2 0/2] net: dsa: mxl862xx: add statistics support
 2026-04-12  0:02 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: dsa: mxl862xx: add ethtool "
` [PATCH net-next v2 2/2] net: dsa: mxl862xx: implement .get_stats64

[PATCH v2 00/10] drm/i915: casf & scaler refactoring
 2026-04-11 23:56 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915: casf & scaler refactoring (rev2)

[PATCH v11 0/6] flow_parser: add shared parser library
 2026-04-11 23:41 UTC  (2+ messages)

[GIT PULL] Block changes for the 7.1 merge window
 2026-04-11 23:40 UTC 

[GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1
 2026-04-11 23:38 UTC  (2+ messages)

[bvanassche:thread-safety 95/95] htmldocs: Documentation/mm/highmem:211: ./include/linux/highmem.h:222: WARNING: Error in declarator or parameters
 2026-04-11 23:37 UTC  (2+ messages)

[GIT PULL] Qualcomm clock updates for v7.1
 2026-04-11 23:35 UTC  (2+ messages)

[PATCH] docs: xforms_lists: allow __maybe_unused in func parameters
 2026-04-11 23:35 UTC 

[PATCH] mm/damon/core: disallow non-power of two min_region_sz on damon_start()
 2026-04-11 23:34 UTC  (2+ messages)
` (sashiko review) "

[PATCH v1] exfat: fix handling of damaged volume in exfat_create_upcase_table()
 2026-04-11 23:32 UTC 

[PATCH] exfat: fix integer overflow in exfat_create_upcase_table()
 2026-04-11 23:31 UTC  (2+ messages)

[GIT PULL] io_uring changes for the 7.1 merge window
 2026-04-11 23:30 UTC 

[PATCH] device-dax: Fix refcount leak in __devm_create_dev_dax() error path
 2026-04-11 23:29 UTC  (2+ messages)

[GIT PULL] clk: samsung: drivers for v7.1
 2026-04-11 23:27 UTC  (2+ messages)

[GIT PULL] Allwinner Clock Changes for 7.1
 2026-04-11 23:24 UTC  (2+ messages)

[GIT PULL] Qualcomm clock fix for v7.0
 2026-04-11 23:22 UTC  (2+ messages)

[GIT PULL] clk: spacemit: Fixes for v7.0
 2026-04-11 23:21 UTC  (2+ messages)

[GIT PULL] Microchip clock fixes for v7.0
 2026-04-11 23:19 UTC  (2+ messages)

[GIT PULL] clk: imx: Updates for v7.1
 2026-04-11 23:17 UTC  (2+ messages)

[PATCH] cxl/region: Validate partition index before array access
 2026-04-11 23:16 UTC  (2+ messages)

[GIT PULL] Rockchip clock changes for 7.1 #1
 2026-04-11 23:15 UTC  (3+ messages)

[GIT PULL] clk: renesas: Updates for v7.1 (take two)
 2026-04-11 23:13 UTC  (2+ messages)

[PATCH] [RFC]: drm/i915/display: Use ceiling division for NV12 UV surface offset calculation
 2026-04-11 23:11 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for : "

[RFC PATCH 0/4] cxl: Region attach for accelerators
 2026-04-11 23:02 UTC  (7+ messages)
` [RFC PATCH 1/4] cxl/mem: Add support to cleanly continue after attach
` [RFC PATCH 4/4] cxl/region: Introduce cxl_memdev_attach_region

[GIT PULL] clk: tenstorrent: Add Atlantis PRCM for v7.1
 2026-04-11 23:00 UTC  (3+ messages)

[PATCH v2] hwmon: (nct6683) Add customer ID for ASRock B650I Lightning WiFi
 2026-04-11 22:59 UTC  (2+ messages)

[RFC PATCH 0/2] rust: block: add a borrowed blk-mq timeout callback
 2026-04-11 22:47 UTC  (4+ messages)
    `  "
      `  "

[PATCH] ACPI: block AML access to confidential VM private memory
 2026-04-11 22:44 UTC 

[PATCH v2 00/67] ui: add standalone VNC server over D-Bus
 2026-04-11 22:42 UTC  (19+ messages)
` [PATCH v2 08/67] ui/console-vc: fix off-by-one in CSI J 2 (clear entire screen)
` [PATCH v2 12/67] ui/console: dispatch get_label() through QOM virtual method
` [PATCH v2 29/67] ui/console: remove console_ch_t typedef and console_write_ch()
` [PATCH v2 43/67] ui/keymaps: introduce kbd_layout_free()
` [PATCH v2 45/67] ui/vnc: make vnc_disconnect_finish() private
` [PATCH v2 47/67] ui/vnc: vnc_display_init() and vnc_display_open() return bool
` [PATCH v2 48/67] ui/vnc: merge vnc_display_init() and vnc_display_open()
` [PATCH v2 50/67] ui/vnc: report an error for duplicate display id
` [PATCH v2 60/67] ui/console: rename public API to use consistent qemu_console_ prefix

[PATCH net-next 0/2] net: dsa: mxl862xx: add statistics support
 2026-04-11 22:41 UTC  (3+ messages)
` [PATCH net-next 1/2] net: dsa: mxl862xx: add ethtool "

Question: Should FCC-region 6 GHz entries use the India PSD methodology?
 2026-04-11 22:38 UTC 

[RFC PATCH 1/9] leds: Load trigger modules on-demand if used as hw control trigger
 2026-04-11 22:32 UTC  (12+ messages)

[PATCH v2 bpf-next] bpf: Move checks for reserved fields out of the main pass
 2026-04-11 22:30 UTC  (2+ messages)

Build failed in Jenkins: dtv-scan-tables #44
 2026-04-11 22:24 UTC  (2+ messages)
` Jenkins build is back to normal : dtv-scan-tables #45

[PATCH 0/5] wireless-regdb: Fix incorrect entries found during comprehensive audit
 2026-04-11 22:21 UTC  (3+ messages)
` [PATCH 4/5] wireless-regdb: Remove incorrect DFS flags for Togo (TG)
` [PATCH 5/5] wireless-regdb: Fix 60 GHz power unit for Ukraine (UA)


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.