public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-22 23:20:01 to 2026-04-23 04:04:38 UTC [more...]

[PATCH 00/48] objtool/klp: Some klp-build fixes and improvements
 2026-04-23  4:03 UTC  (31+ messages)
` [PATCH 01/48] objtool/klp: Fix is_uncorrelated_static_local() for Clang
` [PATCH 02/48] objtool/klp: Fix .data..once static local non-correlation
` [PATCH 03/48] objtool/klp: Don't correlate __ADDRESSABLE() symbols
` [PATCH 04/48] objtool/klp: Ignore __UNIQUE_ID_*() PCI stub functions
` [PATCH 05/48] objtool: Move mark_rodata() to elf.c
` [PATCH 06/48] objtool/klp: Don't correlate rodata symbols
` [PATCH 07/48] objtool/klp: Don't correlate absolute symbols
` [PATCH 08/48] objtool/klp: Don't correlate __initstub__ symbols
` [PATCH 09/48] objtool/klp: Fix create_fake_symbols() skipping entsize-based sections
` [PATCH 10/48] objtool/klp: Fix --debug-checksum for duplicate symbol names
` [PATCH 11/48] objtool/klp: Fix handling of zero-length .altinstr_replacement sections
` [PATCH 12/48] objtool/klp: Fix cloning of zero-length section symbols
` [PATCH 13/48] objtool/klp: Fix XXH3 state memory leak
` [PATCH 14/48] objtool/klp: Fix extraction of text annotations for alternatives
` [PATCH 15/48] objtool/klp: Fix kCFI trap handling
` [PATCH 16/48] objtool/klp: Fix relocation conversion failures for R_X86_64_NONE
` [PATCH 17/48] objtool: Fix reloc hash collision in find_reloc_by_dest_range()
` [PATCH 18/48] klp-build: Fix hang on out-of-date .config
` [PATCH 19/48] klp-build: Fix checksum comparison for changed offsets
` [PATCH 20/48] klp-build: Don't use errexit
` [PATCH 21/48] klp-build: Validate patch file existence
` [PATCH 22/48] klp-build: Suppress excessive fuzz output by default
` [PATCH 23/48] klp-build: Fix patch cleanup on interrupt
` [PATCH 24/48] klp-build: Reject patches to vDSO
` [PATCH 25/48] klp-build: Reject patches to realmode
` [PATCH 26/48] objtool/klp: Don't set sym->file for section symbols
` [PATCH 27/48] objtool: Include libsubcmd headers directly from source tree
` [PATCH 28/48] objtool/klp: Create empty checksum sections for function-less object files
` [PATCH 29/48] klp-build: Print "objtool klp diff" command in verbose mode
` [PATCH 30/48] objtool/klp: Handle Clang .data..Lanon anonymous data sections

[PATCH 0/3] selftests: ublk: integrity test cleanups
 2026-04-23  3:57 UTC  (7+ messages)
` [PATCH 1/3] selftests: ublk: remove unused argument to _cleanup
` [PATCH 2/3] selftests: ublk: enable test_integrity_02.sh on fio 3.42
` [PATCH 3/3] selftests: ublk: add ublk auto integrity test

[PATCH v1 26/58] perf mem-phys-addr: Port mem-phys-addr to use python module
 2026-04-23  3:55 UTC  (60+ messages)
` [PATCH v2 00/58] perf: Reorganize scripting support
  ` [PATCH v2 01/58] perf inject: Fix itrace branch stack synthesis
  ` [PATCH v2 02/58] perf arch arm: Sort includes and add missed explicit dependencies
  ` [PATCH v2 03/58] perf arch x86: "
  ` [PATCH v2 04/58] perf tests: "
  ` [PATCH v2 05/58] perf script: "
  ` [PATCH v2 06/58] perf util: "
  ` [PATCH v2 07/58] perf python: Add "
  ` [PATCH v2 08/58] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v2 09/58] perf data: Add open flag
  ` [PATCH v2 10/58] perf evlist: Add reference count
  ` [PATCH v2 11/58] perf evsel: "
  ` [PATCH v2 12/58] perf evlist: Add reference count checking
  ` [PATCH v2 13/58] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v2 14/58] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v2 15/58] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v2 16/58] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v2 17/58] perf python: Refactor and add accessors to sample event
  ` [PATCH v2 18/58] perf python: Add callchain support
  ` [PATCH v2 19/58] perf python: Add config file access
  ` [PATCH v2 20/58] perf python: Extend API for stat events in python.c
  ` [PATCH v2 21/58] perf python: Expose brstack in sample event
  ` [PATCH v2 22/58] perf python: Add perf.pyi stubs file
  ` [PATCH v2 23/58] perf python: Add LiveSession helper
  ` [PATCH v2 24/58] perf python: Move exported-sql-viewer.py and parallel-perf.py to tools/perf/python/
  ` [PATCH v2 25/58] perf stat-cpi: Port stat-cpi to use python module
  ` [PATCH v2 26/58] perf mem-phys-addr: Port mem-phys-addr "
  ` [PATCH v2 27/58] perf syscall-counts: Port syscall-counts "
  ` [PATCH v2 28/58] perf syscall-counts-by-pid: Port syscall-counts-by-pid "
  ` [PATCH v2 29/58] perf futex-contention: Port futex-contention "
  ` [PATCH v2 30/58] perf flamegraph: Port flamegraph "
  ` [PATCH v2 31/58] perf gecko: Port gecko "
  ` [PATCH v2 32/58] perf arm-cs-trace-disasm: Port arm-cs-trace-disasm "
  ` [PATCH v2 33/58] perf check-perf-trace: Port check-perf-trace "
  ` [PATCH v2 34/58] perf compaction-times: Port compaction-times "
  ` [PATCH v2 35/58] perf event_analyzing_sample: Port event_analyzing_sample "
  ` [PATCH v2 36/58] perf export-to-sqlite: Port export-to-sqlite "
  ` [PATCH v2 37/58] perf export-to-postgresql: Port export-to-postgresql "
  ` [PATCH v2 38/58] perf failed-syscalls-by-pid: Port failed-syscalls-by-pid "
  ` [PATCH v2 39/58] perf intel-pt-events: Port intel-pt-events/libxed "
  ` [PATCH v2 40/58] perf net_dropmonitor: Port net_dropmonitor "
  ` [PATCH v2 41/58] perf netdev-times: Port netdev-times "
  ` [PATCH v2 42/58] perf powerpc-hcalls: Port powerpc-hcalls "
  ` [PATCH v2 43/58] perf sched-migration: Port sched-migration/SchedGui "
  ` [PATCH v2 44/58] perf sctop: Port sctop "
  ` [PATCH v2 45/58] perf stackcollapse: Port stackcollapse "
  ` [PATCH v2 46/58] perf task-analyzer: Port task-analyzer "
  ` [PATCH v2 47/58] perf failed-syscalls: Port failed-syscalls "
  ` [PATCH v2 48/58] perf rw-by-file: Port rw-by-file "
  ` [PATCH v2 49/58] perf rw-by-pid: Port rw-by-pid "
  ` [PATCH v2 50/58] perf rwtop: Port rwtop "
  ` [PATCH v2 51/58] perf wakeup-latency: Port wakeup-latency "
  ` [PATCH v2 52/58] perf test: Migrate Intel PT virtual LBR test to use Python API
  ` [PATCH v2 53/58] perf: Remove libperl support, legacy Perl scripts and tests
  ` [PATCH v2 54/58] perf: Remove libpython support and legacy Python scripts
  ` [PATCH v2 55/58] perf Makefile: Update Python script installation path
  ` [PATCH v2 56/58] perf script: Refactor to support standalone scripts and remove legacy features
  ` [PATCH v2 57/58] perf Documentation: Update for standalone Python scripts and remove obsolete data
  ` [PATCH v2 58/58] perf python: Improve perf script -l descriptions

[PATCH] can: j1939: fix wrong rx timeout for CTS hold messages
 2026-04-23  3:50 UTC  (2+ messages)

[PATCH] mm/huge_memory: Fix outdated comment about freeing subpages in __folio_split
 2026-04-23  3:49 UTC 

[PATCH] mctp i2c: check packet length before marking flow active
 2026-04-23  3:47 UTC  (2+ messages)

[PATCH v3 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-04-23  3:46 UTC  (5+ messages)
` [PATCH v3 3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC

[PATCH] docs: maintainer-netdev: fix typo in "targeting"
 2026-04-23  3:40 UTC  (2+ messages)

[syzbot] [gfs2?] BUG: sleeping function called from invalid context in lockref_get_not_dead
 2026-04-23 10:52 UTC  (3+ messages)

[PATCH bpf 0/2] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-04-23  3:36 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf, tcx: reject offloaded programs on attach
` [PATCH bpf 2/2] bpf, netkit: "

[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
 2026-04-23  3:34 UTC  (7+ messages)

[PATCH v3] Fix null-ptr-deref in bio_integrity_map_user()
 2026-04-23  3:33 UTC  (2+ messages)

[PATCH] um: proc/exitcode: fix simple_strtol() out-of-bounds read
 2026-04-23  3:28 UTC  (3+ messages)

[PATCH v4 0/5] phy: qcom: edp: Add DP/eDP switch for phys
 2026-04-23  3:28 UTC  (7+ messages)
` [PATCH v4 2/5] phy: qcom: edp: Add eDP/DP mode switch support
` [PATCH v4 3/5] phy: qcom: edp: Add SC7280/SC8180X swing/pre-emphasis tables

[PATCH] ALSA: aloop: Fix peer runtime UAF during format-change stop
 2026-04-23  3:22 UTC 

[PATCH v4 0/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-23  3:17 UTC  (5+ messages)

[PATCH v2] dmaengine: idxd: fix double free in idxd_alloc() error path
 2026-04-23  3:13 UTC  (3+ messages)

[PATCH v4 0/5] mm: Fix vmemmap optimization accounting and initialization
 2026-04-23  3:11 UTC  (10+ messages)
` [PATCH v4 2/5] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v4 3/5] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v4 4/5] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages

[PATCH v2 0/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
 2026-04-23  3:11 UTC  (7+ messages)
` [PATCH v2 1/3] ASoC: dapm: Fix widget lookup with prefixed names across DAPM contexts
` [PATCH v2 2/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets

[PATCH v4 1/3] usb: typec: ucsi: Detect and skip duplicate altmodes from buggy firmware
 2026-04-23  3:09 UTC  (3+ messages)

[PATCH v2] ocfs2: validate dx entry list counts on read
 2026-04-23  3:09 UTC 

[PATCH v2 0/4] Describe coresight on R-Mobile A1
 2026-04-22 23:33 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: clock: renesas,cpg-clocks: Document ZT/ZTR trace clock "
` [PATCH v2 3/4] ARM: dts: renesas: r8a7740: Add "

[PATCH v2 1/2] ASoC: dt-bindings: fsl-sai: Document RX/TX BCLK swap support
 2026-04-22 19:32 UTC  (3+ messages)
` [PATCH v2 2/2] ASoC: fsl_sai: Add "

[PATCH v2] dt-bindings: display: bridge: lt9211: Require data-lanes on DSI input ports
 2026-04-22 19:31 UTC  (3+ messages)

[PATCH net] tcp: make probe0 timer handle expired user timeout
 2026-04-23  3:02 UTC  (5+ messages)

[PATCH v3 0/6] gpu: nova-core: run unload sequence upon unbinding
 2026-04-23  3:00 UTC  (5+ messages)
` [PATCH v3 3/6] gpu: nova-core: remove unneeded get_gsp_info proxy function
` [PATCH v3 5/6] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading

[PATCH net 1/2] net/mlx5e: psp: Fix invalid access on PSP dev registration fail
 2026-04-23  2:59 UTC  (13+ messages)

[PATCH] sched_ext: Fix local_dsq_post_enq() to use task's scheduler in sub-sched
 2026-04-23  2:58 UTC 

[PATCH] Revert "tmpfs: don't enable large folios if not supported"
 2026-04-23  2:57 UTC  (4+ messages)

[PATCH] apparmor/lsm: Fix aa_dfa_unpack's error handling in aa_setup_dfa_engine
 2026-04-23  3:10 UTC 

[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-23  2:56 UTC  (5+ messages)

[PATCH v2] cxl/region: Fix a race bug in delete_region_store
 2026-04-23  2:52 UTC  (6+ messages)

[RFC PATCH 0/2] mm/migrate: wait for folio refcount during longterm pin migration
 2026-04-23  2:52 UTC  (5+ messages)

[PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
 2026-04-23  2:51 UTC  (3+ messages)

[PATCH net] netdevsim: Initialize all fields of ip header when building dummy sk_buff
 2026-04-23  2:48 UTC  (3+ messages)

[PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers
 2026-04-23  2:44 UTC  (5+ messages)

[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-23  2:38 UTC  (9+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] Documentation: document panic_on_unrecoverable_memory_failure sysctl

[PATCH v4 0/3] mm/swap: use swap_ops to register swap device's methods
 2026-04-23  2:37 UTC  (6+ messages)
` [PATCH v4 2/3] "

[PATCH v2 0/6] iio: accel: mma8452: improve coding style, pm and resource cleanup
 2026-04-23  2:36 UTC  (7+ messages)
` [PATCH v2 2/6] iio: accel: mma8452: sort headers alphabetically
` [PATCH v2 3/6] iio: accel: mma8452: use local struct device

[PATCH] sched/idle: Fix avg_idle saturation by establishing symmetric idle entry hook
 2026-04-23  2:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net v2] ipv6: addrconf: skip ERRDAD transition when address already DEAD
 2026-04-23  2:32 UTC  (2+ messages)
` [PATCH net v3] "

[PATCH v2 0/5] gpu: nova-core: run unload sequence upon unbinding
 2026-04-23  2:32 UTC  (6+ messages)
` [PATCH v2 4/5] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading

[PATCH net v2 00/15] Remove a number of ISA and PCMCIA Ethernet drivers
 2026-04-23  2:21 UTC  (4+ messages)
` [PATCH net v2 03/15] drivers: net: 3com: 3c574: Remove this driver

[PATCH 1/1] x86/sev: Fix potential sign extension in amd_enc_status_change_finish()
 2026-04-23  2:10 UTC 

[PATCH v2] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-04-23  2:09 UTC  (3+ messages)

[PATCH] fuse: fix kernel NULL pointer dereference in fuse_uring_add_to_pq()
 2026-04-23  2:04 UTC  (5+ messages)

[PATCH 1/2] Input: synaptics-rmi4 - validate register descriptor structure against its declared size
 2026-04-23  1:59 UTC  (3+ messages)
` [PATCH 2/2] Input: synaptics-rmi4 - use u32 for reg_size to avoid sign extension into item->reg_size

[PATCH] apparmor: Fix two bugs of aa_setup_dfa_engine's fail handling
 2026-04-23  1:52 UTC  (3+ messages)

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-23  1:48 UTC  (6+ messages)

[PATCH v1 0/3] Add StarFive JHB100 soc UFS platform driver
 2026-04-23  1:23 UTC  (4+ messages)
` [PATCH v1 1/3] scsi: ufs: dt-bindings: starfive: Add UFS Host Controller for JHB100 soc
    ` 回复: "

[BUG] KASAN: slab-use-after-free in link_path_walk
 2026-04-23  1:39 UTC 

[PATCH v3] tools/cgroup/slabinfo: Fix use of slab.memcg_data
 2026-04-23  1:37 UTC  (2+ messages)

[PATCH] Input: ims-pcu - bound frame parser write index against read_buf size
 2026-04-23  1:36 UTC  (2+ messages)

[net-next v2 0/3] Add motorcomm 8531s set ds func and 8522 driver
 2026-04-23  1:20 UTC  (3+ messages)

[PATCH] platform/x86: ideapad-laptop: remap "Star with S" key to KEY_DASHBOARD
 2026-04-23  1:35 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: qcom,prng: Document TRNG on Nord SoC
 2026-04-23  1:16 UTC  (2+ messages)

[PATCH RFC 0/2] clk: scmi: DT support for SCMI clock rate rounding modes (per‑clock policy)
 2026-04-23  1:17 UTC  (6+ messages)
` [PATCH RFC 2/2] clk: scmi: Add support for two #clock-cells to pass rate rounding mode

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-04-27
 2026-04-23  1:13 UTC 

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-04-23  1:10 UTC  (3+ messages)
` [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()

[PATCH] sched: topology: cleanup comments
 2026-04-23  1:10 UTC  (2+ messages)

[PATCH] net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind
 2026-04-23  1:05 UTC  (2+ messages)
` [PATCH net v2] "

[syzbot] [net?] KCSAN: data-race in __udp4_lib_mcast_deliver / udp_lib_unhash (3)
 2026-04-23  1:06 UTC 

[Patch v2 0/4] perf/x86/intel: Fix several bugs of auto counter
 2026-04-23  1:01 UTC  (6+ messages)
` [Patch v2 2/4] perf/x86/intel: Disable PMI for self-reloaded ACR events

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-23  0:59 UTC  (5+ messages)
` [PATCH v2 10/31] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE

[PATCH 0/2] Add LT7911EXC edp to mipi bridge driver
 2026-04-23  0:54 UTC  (8+ messages)
` [PATCH 2/2] drm/bridge: "

[PATCH] i2c: designware: Handle active slave and shutdown cleanly
 2026-04-23  0:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/2] Add LT9611C(EX/UXD) DRM bridge driver and device tree
 2026-04-23  0:50 UTC  (8+ messages)
` [PATCH v3 2/2] drm/bridge: This patch add new DRM bridge driver for LT9611C(EX/UXD) chip

[PATCH] net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()
 2026-04-23  0:49 UTC  (2+ messages)
` [PATCH net v2] "

[PATCH] net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind
 2026-04-23  0:47 UTC  (2+ messages)

[PATCH v3] mm: shmem: always support large folios for internal shmem mount
 2026-04-23  0:43 UTC  (11+ messages)

[PATCH] docs/ja_JP: translate more of submitting-patches.rst
 2026-04-23  0:33 UTC  (2+ messages)

drivers/gpu/drm/tiny/pixpaper.c:579:12: warning: stack frame size (19288) exceeds limit (8192) in 'pixpaper_panel_hw_init'
 2026-04-23  0:20 UTC 

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-23  0:19 UTC  (3+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces

[PATCH] MAINTAINERS: Add maintainer info for libnvdimm and DAX
 2026-04-23  0:10 UTC 

[PATCH v2] drm/amdgpu: deduplicate register access and helper routines
 2026-04-23  0:06 UTC 

further issues with MGA G200 graphics chipset
 2026-04-23  0:05 UTC  (2+ messages)

[PATCH] ntfs: fix s64 overflow in ntfs_mapping_pairs_decompress()
 2026-04-22 23:57 UTC  (3+ messages)
` [PATCH v2] ntfs: fix VCN "

[PATCH v2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-22 23:57 UTC  (5+ messages)

[PATCH 3/4] PCI: qcom: Indicate broken L1ss exit during resume from system suspend
 2026-04-22 23:49 UTC  (2+ messages)

[PATCH v3 0/4] Describe coresight on R-Mobile A1
 2026-04-22 23:36 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: clock: renesas,cpg-clocks: Document ZT/ZTR trace clock "
` [PATCH v3 2/4] clk: renesas: r8a7740: Implement "
` [PATCH v3 3/4] ARM: dts: renesas: r8a7740: Add "
` [PATCH v3 4/4] ARM: dts: renesas: r8a7740: Describe coresight "

[PATCH] fscrypt: add software key support for filesystem-managed data
 2026-04-22 23:27 UTC  (2+ messages)

[RFC] [QUESTION] Stuff to do for string
 2026-04-22 23:27 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox