mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
BUG: kernel NULL pointer dereference, address: 0000000000000000
 2026-03-15  0:37 UTC  (8+ messages)

[BUG] wifi: rtw88: Hard system freeze on RTL8821CE when power_save is enabled (LPS/ASPM conflict)
 2026-03-15  0:24 UTC  (14+ messages)

[PATCH v3] mm: migrate: requeue destination folio on deferred split queue
 2026-03-15  0:23 UTC  (7+ messages)

[PATCH] mm/damon/stat: monitor all System RAM resources
 2026-03-15  0:18 UTC  (4+ messages)

[PATCH 0/2] zswap pool per-CPU acomp_ctx simplifications
 2026-03-15  0:11 UTC  (2+ messages)

[PATCH] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-15  0:03 UTC  (4+ messages)

[PATCH] net: pse-pd: add LED trigger support
 2026-03-14 23:59 UTC 

[PATCH sched_ext/for-7.1] sched_ext: Reduce DSQ lock contention in consume_dispatch_q()
 2026-03-14 23:52 UTC 

[PATCH v2 0/2] lib/lwq: fixes for test module hang and unload
 2026-03-14 23:50 UTC  (3+ messages)
` [PATCH v2 1/2] lib/lwq: fix potential kthread_stop() hang in test
` [PATCH v2 2/2] lib/lwq: add missing module_exit for test module

[PATCH 0/3] MIPS: dts: loongson64g-package: Switch to Loongson UART driver
 2026-03-14 23:41 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: serial: 8250: Add Loongson 3A4000 uart compatible
` [PATCH 2/3] serial: 8250: loongson: Enable building on MIPS Loongson64
` [PATCH 3/3] MIPS: dts: loongson64g-package: Switch to Loongson UART driver

[PATCH v5 00/23] bootconfig: fixes, cleanups, and modernization
 2026-03-14 23:31 UTC  (24+ messages)
` [PATCH v5 01/23] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH v5 02/23] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
` [PATCH v5 03/23] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH v5 04/23] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH v5 05/23] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH v5 06/23] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v5 07/23] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH v5 08/23] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v5 09/23] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v5 10/23] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v5 11/23] bootconfig: use __packed macro for struct xbc_node
` [PATCH v5 12/23] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v5 13/23] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v5 14/23] bootconfig: add __packed definition to tools/bootconfig shim header
` [PATCH v5 15/23] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v5 16/23] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v5 17/23] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure
` [PATCH v5 18/23] lib/bootconfig: fix signed comparison in xbc_node_get_data()
` [PATCH v5 19/23] lib/bootconfig: use size_t for strlen result in xbc_node_match_prefix()
` [PATCH v5 20/23] lib/bootconfig: narrow offset type in xbc_init_node()
` [PATCH v5 21/23] lib/bootconfig: use size_t for key length tracking in xbc_verify_tree()
` [PATCH v5 22/23] lib/bootconfig: fix sign-compare in xbc_node_compose_key_after()
` [PATCH v5 23/23] lib/bootconfig: change xbc_node_index() return type to uint16_t

[PATCH] iio: proximity: aw96103: fix firmware read on big-endian
 2026-03-14 23:20 UTC 

[PATCH 0/2] iio: adc: ti-adc161s626: fix scan buffer handling
 2026-03-14 23:13 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: ti-adc161s626: fix buffer read on big-endian
` [PATCH 2/2] iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()

[PATCH v3] apple-gmux: preserve brightness using EFI
 2026-03-14 23:11 UTC  (3+ messages)

[PATCH v4 00/17] bootconfig: fixes, cleanups, and modernization
 2026-03-14 23:01 UTC  (18+ messages)
` [PATCH v4 01/17] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH v4 02/17] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
` [PATCH v4 03/17] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH v4 04/17] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH v4 05/17] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH v4 06/17] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v4 07/17] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH v4 08/17] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v4 09/17] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v4 10/17] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v4 11/17] bootconfig: use __packed macro for struct xbc_node
` [PATCH v4 12/17] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v4 13/17] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v4 14/17] bootconfig: add __packed definition to tools/bootconfig shim header
` [PATCH v4 15/17] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v4 16/17] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v4 17/17] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure

[RFC PATCH 0/1] leds: Introduce the multi_max_intensity sysfs attribute
 2026-03-14 23:01 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH] ASoC: codec: arizona: Convert to use GPIO descriptors
 2026-03-14 22:56 UTC 

[PATCH] mfd: arizona: Drop legacy irq_gpio handling
 2026-03-14 22:53 UTC 

drivers/tty/serial/8250/8250_aspeed_vuart.c:563:1: warning: the frame size of 1048 bytes is larger than 1024 bytes
 2026-03-14 22:50 UTC 

[PATCH net] ipv6: sr: Add unlikely hint to idev NULL check in seg6_hmac_validate_skb
 2026-03-14 22:49 UTC  (3+ messages)
` [PATCH net v2] ipv6: sr: Add NULL check for idev "

[PATCH] kho: fix child node parsing for debugfs in/sub_fdts
 2026-03-14 22:46 UTC  (3+ messages)

[PATCH 0/9] Kernel API Specification Framework
 2026-03-14 22:44 UTC  (3+ messages)

[PATCH v4] apple-gmux: preserve brightness using EFI
 2026-03-14 22:40 UTC 

[PATCH v3 00/17] bootconfig: fixes, cleanups, and modernization
 2026-03-14 22:34 UTC  (18+ messages)
` [PATCH v3 01/17] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH v3 02/17] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
` [PATCH v3 03/17] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH v3 04/17] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH v3 05/17] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH v3 06/17] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH v3 07/17] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH v3 08/17] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH v3 09/17] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH v3 10/17] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH v3 11/17] bootconfig: use __packed macro for struct xbc_node
` [PATCH v3 12/17] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH v3 13/17] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH v3 14/17] bootconfig: add __packed definition to tools/bootconfig shim header
` [PATCH v3 15/17] lib/bootconfig: validate child node index in xbc_verify_tree()
` [PATCH v3 16/17] lib/bootconfig: check xbc_init_node() return in override path
` [PATCH v3 17/17] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure

[PATCH] iio: health: max30100: drop unnecessary cast
 2026-03-14 22:33 UTC 

[PATCH v5 0/4] pid_namespace: make init creation more flexible
 2026-03-14 22:32 UTC  (2+ messages)

[PATCH] riscv: kvm: fix vector context allocation leak
 2026-03-14 22:31 UTC 

[PATCH] riscv: mm: add null check for find_vm_area in set_memory
 2026-03-14 22:28 UTC 

[PATCH] iio: light: vcnl4035: fix scan buffer on big-endian
 2026-03-14 22:18 UTC 

[GIT PULL] I3C fixes for 7.0
 2026-03-14 22:17 UTC 

[PATCH] n_tty: add null check for tty->link in packet mode
 2026-03-14 22:10 UTC 

[PATCH] debugobjects: Allow to configure the amount of pre-allocated objects
 2026-03-14 22:06 UTC  (5+ messages)

[PATCH] staging: vme_user: fix missing blank line after declaration
 2026-03-14 22:05 UTC 

[PATCH v6 00/12] media: Add support for R-Car ISP using Dreamchip RPPX1 ISP
 2026-03-14 21:59 UTC  (13+ messages)
` [PATCH v6 01/12] media: rppx1: Add framework to support "
` [PATCH v6 02/12] media: rcar-isp: Add support for ISPCORE
` [PATCH v6 03/12] media: rppx1: Add support for AWB measurement parameters and statistics
` [PATCH v6 04/12] media: rppx1: Add support for AWB gain settings
` [PATCH v6 05/12] media: rppx1: Add support for Auto Exposure Measurement
` [PATCH v6 06/12] media: rppx1: Add support for Histogram Measurement
` [PATCH v6 07/12] media: rppx1: Add support for Black Level Subtraction
` [PATCH v6 08/12] media: rppx1: Add support for Color Correction Matrix
` [PATCH v6 09/12] media: rppx1: Add support for Lens Shade Correction
` [PATCH v6 10/12] media: rppx1: Add support for Gamma Correction
` [PATCH v6 11/12] media: rppx1: Add support for Bayer Demosaicing
` [PATCH v6 12/12] media: rppx1: Add support for Bilateral Denoising

[PATCH v7 0/2] Initial work for Rust abstraction for HID device driver development
 2026-03-14 21:56 UTC  (3+ messages)
` [PATCH v7 1/2] rust: core abstractions for HID drivers
` [PATCH v7 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver

[PATCH v2 00/14] bootconfig: fixes, cleanups, and modernization
 2026-03-14 21:55 UTC  (15+ messages)
` [PATCH 01/14] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH 02/14] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
` [PATCH 03/14] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH 04/14] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH 05/14] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH 06/14] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH 07/14] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH 08/14] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH 09/14] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH 10/14] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH 11/14] bootconfig: use __packed macro for struct xbc_node
` [PATCH 12/14] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH 13/14] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH 14/14] bootconfig: add __packed definition to tools/bootconfig shim header

[PATCH] staging: rtl8723bs: Replace msleep() with fsleep()
 2026-03-14 21:54 UTC 

[PATCH v4] tg3: replace placeholder MAC address with device property
 2026-03-14 21:54 UTC 

[PATCH v2] staging: rtl8723bs: Replace network magic numbers with EtherType macros
 2026-03-14 21:47 UTC 

[PATCH v4 0/3] Add support for the Samsung S6E8FCO DSI and M1906F9 display panel
 2026-03-14 21:46 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: display: panel: Add Samsung S6E8FCO-M1906F9
` [PATCH v4 2/3] drm: panel: Add Samsung S6E8FCO DSI controller for M1906F9 panel
` [PATCH v4 3/3] arm64: dts: qcom: sm6125-xiaomi-laurel-sprout: Enable MDSS and add panel

[PATCH 00/15] bootconfig: fixes, cleanups, and modernization
 2026-03-14 21:45 UTC  (16+ messages)
` [PATCH 01/15] lib/bootconfig: add missing __init annotations to static helpers
` [PATCH 02/15] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
` [PATCH 03/15] lib/bootconfig: fix typo "uder" in xbc_node_find_next_leaf()
` [PATCH 04/15] lib/bootconfig: add blank line before xbc_get_info() kerneldoc
` [PATCH 05/15] lib/bootconfig: fix inconsistent if/else bracing
` [PATCH 06/15] lib/bootconfig: narrow flag parameter type from uint32_t to uint16_t
` [PATCH 07/15] lib/bootconfig: fix inconsistent if/else bracing in __xbc_add_key()
` [PATCH 08/15] lib/bootconfig: fix off-by-one in xbc_verify_tree() next node check
` [PATCH 09/15] lib/bootconfig: increment xbc_node_num after node init succeeds
` [PATCH 10/15] lib/bootconfig: drop redundant memset of xbc_nodes
` [PATCH 11/15] bootconfig: use __packed macro for struct xbc_node
` [PATCH 12/15] bootconfig: constify xbc_calc_checksum() data parameter
` [PATCH 13/15] lib/bootconfig: replace linux/kernel.h with specific includes
` [PATCH 14/15] bootconfig: add __packed definition to tools/bootconfig shim header
` [PATCH 15/15] lib/bootconfig: return empty string instead of NULL from xbc_node_get_data()

[PATCH bpf-next v3] bpf: Remove inclusions of crypto/sha1.h
 2026-03-14 21:45 UTC 

[PATCH] lib: fix compare_delta parameter order in percpu_counter_tree
 2026-03-14 21:45 UTC  (2+ messages)

[PATCH v2] iio: imu: bno055: add explicit scan buf layout
 2026-03-14 21:39 UTC  (3+ messages)

[PATCH v3] iio: imu: bno055: add explicit scan buf layout
 2026-03-14 21:38 UTC 

[PATCH] crypto: simd - Remove unused skcipher support
 2026-03-14 21:37 UTC 

[PATCH RESEND v8 0/6] Introduce MAX77759 charger driver
 2026-03-14 21:35 UTC  (7+ messages)
` [PATCH RESEND v8 1/6] dt-bindings: mfd: maxim,max77759: reference power-supply schema and add regulator property
` [PATCH RESEND v8 2/6] dt-bindings: usb: maxim,max33359: Add supply property for vbus
` [PATCH RESEND v8 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger
` [PATCH RESEND v8 4/6] lib/linear_ranges: Add linear_range_get_selector_high_array
` [PATCH RESEND v8 5/6] power: supply: max77759: add charger driver
` [PATCH RESEND v8 6/6] usb: typec: tcpm/tcpci_maxim: deprecate WAR for setting charger mode

[PATCH] staging: rtl8723bs: Replace network magic numbers with EtherType macros
 2026-03-14 21:30 UTC  (2+ messages)

[PATCH] libceph: Remove obsolete session key alignment logic
 2026-03-14 21:25 UTC 

[PATCH v4] staging: rtl8723bs: remove unnecessary braces for single statement
 2026-03-14 21:17 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: rename 'status' variable to 'ret' for consistency
 2026-03-14 21:15 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: env: Check UARTs passed by LEFI cautiously
 2026-03-14 21:13 UTC 

[PATCH v2] iio: adc: ti-ads7950: use iio_push_to_buffers_with_ts_unaligned()
 2026-03-14 21:12 UTC 

[PULL REQUEST] i2c-for-7.0-rc4
 2026-03-14 21:11 UTC 

[PATCH] staging: rtl8723bs: replace kmalloc + memcpy with kmemdup in sdio_ops.c
 2026-03-14 21:10 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: replace kmalloc + memcpy with kmemdup in ioctl_cfg80211.c
 2026-03-14 21:09 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Remove inclusions of crypto/sha1.h
 2026-03-14 21:08 UTC 

[PATCH bpf-next] bpf: Remove inclusion of crypto/sha1.h
 2026-03-14 21:06 UTC  (2+ messages)

[PATCH v3] staging: rtl8723bs: remove unnecessary braces for single statement
 2026-03-14 21:00 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: replace msleep with usleep_range
 2026-03-14 20:56 UTC  (2+ messages)

[PATCH] PCI: sysfs: Suppress FW_BUG warning when NUMA node already matches
 2026-03-14 20:54 UTC  (2+ messages)

[PATCH] kernel/crash: Remove inclusion of crypto/sha1.h
 2026-03-14 20:42 UTC 

[PATCH] kernel/kexec: Remove inclusion of crypto/hash.h
 2026-03-14 20:41 UTC 

[PATCH v3 -next 0/2] dpaa2: fix config relation with FSL_DPAA2_SWITCH
 2026-03-14 20:40 UTC  (2+ messages)

[PATCH v5 0/7] CXL: Add cxl_reset sysfs attribute for PCI devices
 2026-03-14 20:39 UTC  (3+ messages)
` [PATCH v5 6/7] cxl: Add cxl_reset sysfs interface "

[PATCH 2/2] mmc: sdhci-of-aspeed: Add ast2700 support
 2026-03-14 20:39 UTC  (2+ messages)

[PATCH v3] iio: st_sensors: drop temporary kmalloc buffer and reuse buffer_data
 2026-03-14 20:30 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix inconsistent indentation in HAL files
 2026-03-14 20:22 UTC 

[PATCH] crypto:scompress: fix kernel-doc warning and spelling error
 2026-03-14 20:16 UTC 

[PATCH net-next v2 00/14] tcp: preserve receive-window accounting across ratio drift
 2026-03-14 20:13 UTC  (5+ messages)
` [PATCH net-next v2 11/14] selftests: tcp_ao: cover legacy, v1, and retracted repair windows
` [PATCH net-next v2 12/14] tun/selftests: add RX truesize injection for TCP window tests
` [PATCH net-next v2 13/14] netdevsim: add peer RX truesize support for selftests
` [PATCH net-next v2 14/14] netdevsim: release pinned PSP ext on drop paths

[PATCH] x86, hibernate: Remove inclusion of crypto/hash.h
 2026-03-14 20:12 UTC 

page:  |  | latest

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

all inboxes | Powered by JetHome®