All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-23 02:53:03 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

Please backport 3c863ff920b4 ("drm/amdgpu: replace PASID IDR with XArray")
 2026-04-23  3:53 UTC 

[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 1/2] lib: Add generic platform filtering framework with AMD backend
 2026-04-23  3:10 UTC  (2+ messages)
` [PATCH 2/2] tests/amdgpu: Integrate platform filtering into amd_basic

[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  (6+ messages)
` [PATCH v3 3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC

[meta-security][PATCH v2 1/1] suricata: update 7.0.13 -> 8.0.4
 2026-04-23  3:46 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: add iostat tracking for direct IO
 2026-04-23  3:42 UTC 

[RFC 0/4] drm/xe/multi_queue: Handle lost message during VF migration
 2026-04-23  3:44 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 00/18] Wangxun Fixes
 2026-04-23  3:40 UTC  (19+ messages)
` [PATCH 01/18] net/txgbe: remove duplicate xstats counters
` [PATCH 02/18] net/ngbe: "
` [PATCH 03/18] net/ngbe: add missing CDR config for YT PHY
` [PATCH 04/18] net/ngbe: fix VF promiscuous and allmulticast
` [PATCH 05/18] net/txgbe: fix inaccuracy in TX rate limiting
` [PATCH 06/18] net/txgbe: fix link status check condition
` [PATCH 07/18] net/txgbe: fix Tx desc free logic
` [PATCH 08/18] net/txgbe: fix link flow control registers for Amber-Lite
` [PATCH 09/18] net/txgbe: fix link flow control config for Sapphire
` [PATCH 10/18] net/txgbe: fix a mass of unknown interrupts
` [PATCH 11/18] net/txgbe: fix traffic class priority configuration
` [PATCH 12/18] net/txgbe: fix link stability for 25G NIC
` [PATCH 13/18] net/txgbe: fix link stability for 40G NIC
` [PATCH 14/18] net/txgbe: fix link stability for Amber-Lite backplane mode
` [PATCH 15/18] net/txgbe: fix FEC mode configuration on 25G NIC
` [PATCH 16/18] net/txgbe: fix SFP module identification
` [PATCH 17/18] net/txgbe: fix get module info operation
` [PATCH 18/18] net/txgbe: fix get eeprom operation

[meta-security][PATCH v2 0/1] suricata: update 7.0.13 -> 8.0.4
 2026-04-23  3:40 UTC 

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

[PATCH net] net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()
 2026-04-23  3:40 UTC  (2+ messages)

[PATCH net v1] net: validate skb->napi_id in RX tracepoints
 2026-04-23  3:40 UTC  (2+ messages)

[meta-xfce][PATCH] xfce4-session: Make libpam and systemd dependencies conditional
 2026-04-23  3:40 UTC  (2+ messages)
` [oe] "

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

[PATCH v9 0/5] Support add/remove memory region and get-max-slots
 2026-04-23  3:37 UTC  (4+ 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 bpf-next v3 0/9] bpf: Prepare to support stack arguments
 2026-04-23  3:35 UTC  (10+ messages)
` [PATCH bpf-next v3 1/9] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v3 2/9] bpf: Fix tail_call_reachable leak
` [PATCH bpf-next v3 3/9] bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()
` [PATCH bpf-next v3 4/9] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v3 5/9] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v3 6/9] bpf: Rename existing argno to arg
` [PATCH bpf-next v3 7/9] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next v3 8/9] bpf: Introduce bpf register BPF_REG_PARAMS
` [PATCH bpf-next v3 9/9] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments

[dtor-input:next] BUILD SUCCESS fc59cad7e896fdb7a07bd91f7c0952e2a0e12b36
 2026-04-23  3:34 UTC 

[PATCH libgpiod] build: replace autotools with meson & ninja
 2026-04-22 14:02 UTC  (2+ messages)

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

[PATCH 0/3] ublk: fix maple tree lockdep warning and cleanup
 2026-04-23  3:30 UTC  (4+ messages)
` [PATCH 1/3] ublk: fix maple tree lockdep warning in ublk_buf_cleanup
` [PATCH 2/3] ublk: refactor common helper ublk_shmem_remove_ranges()
` [PATCH 3/3] ublk: avoid unpinning pages under maple tree spinlock

[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  (9+ 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

[RFC PATCH 00/27] KVM: x86: Add a paranoid mode for CPUID verification
 2026-04-23  3:25 UTC  (5+ messages)
` [RFC PATCH 24/27] KVM: x86: Skip paranoid CPUID check for KVM PV leafs when base is relocated
` [RFC PATCH 27/27] KVM: TDX: Replace hardcoded CPUID filtering with the allowed mask

[RFC PATCH v3 4/4] mm/damon/paddr: support perf event based access check
 2026-04-23  3:22 UTC  (2+ messages)

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

[PATCH v2 0/7] Add helper method hid_sensor_adjust_channel_bit_mask()
 2026-04-23  3:20 UTC  (3+ messages)
` [PATCH v2 1/7] iio: HID: "

[PATCH 5.10.y] gfs2: Validate i_depth for exhash directories
 2026-04-23  3:20 UTC 

[Buildroot] [autobuild.buildroot.org] Daily results for 2026-04-22
 2026-04-23  3:18 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 00/17] Handle sub-page granularity in cpu_memory_rw_debug()
 2026-04-23  3:17 UTC  (9+ messages)
` [PATCH 14/17] hw/core: Implement new cpu_translate_for_debug()
` [PATCH 15/17] hw/core: Implement cpu_get_phys_addr_attrs_debug() with cpu_translate_for_debug()
` [PATCH 16/17] target/arm: Implement translate_for_debug
` [PATCH 17/17] system/physmem: Use translate_for_debug() in cpu_memory_rw_debug()

[PATCH] sepolicy: Allow bluetooth to send D-Bus messages to systemd
 2026-04-23  3:16 UTC  (7+ 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  (4+ messages)
` [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 

[RFC nvme-keyring nvme-cli] Should NVMe/TLS PSKs support the request_key API?
 2026-04-22 23:10 UTC  (2+ messages)
` [RFC] example request-key helper script

[PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem
 2026-04-23  3:06 UTC  (3+ messages)

[linux-next:master 14382/14612] fs/smb/client/cifs_debug.c:395:30: warning: 'cifs_debug_dirs_proc_ops' defined but not used
 2026-04-23  3:03 UTC 

Path forward for NFC in the kernel
 2026-04-23  3:03 UTC  (6+ messages)

[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  (3+ messages)
` [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  (2+ messages)

[Bug 221383] New: ideapad_laptop: Fn hotkeys stop emitting after s2idle resume on IdeaPad Slim 3 14ARP10 (Ryzen 7735HS)
 2026-04-23  2:57 UTC  (2+ messages)
` [Bug 221383] "

[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 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 v12 0/5] Rust bindings for gem shmem
 2026-04-22 22:52 UTC  (3+ messages)
` [PATCH v12 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()

[PATCH net-deletions v2] net: remove unused ATM protocols and legacy ATM device drivers
 2026-04-23  2:41 UTC  (3+ messages)

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


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.