All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-14 21:46:15 to 2026-03-14 23:33:26 UTC [more...]

+ watchdog-hardlockup-improve-buddy-system-detection-timeliness.patch added to mm-nonmm-unstable branch
 2026-03-14 23:33 UTC 

+ doc-watchdog-clarify-hardlockup-detection-timing.patch added to mm-nonmm-unstable branch
 2026-03-14 23:33 UTC 

+ watchdog-update-saved-interrupts-during-check.patch added to mm-nonmm-unstable branch
 2026-03-14 23:33 UTC 

+ watchdog-return-early-in-watchdog_hardlockup_check.patch added to mm-nonmm-unstable branch
 2026-03-14 23:33 UTC 

[PATCH v5 00/23] bootconfig: fixes, cleanups, and modernization
 2026-03-14 23:31 UTC  (23+ messages)
` [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

+ mm-add-mmap_action_map_kernel_pages-fix-2.patch added to mm-new branch
 2026-03-14 23:29 UTC 

[PATCH] udmabuf: fix DMA direction mismatch in release_udmabuf()
 2026-03-14 23:27 UTC 

[Buildroot] [PATCH 1/1] package/util-linux: add patch to use correct fs search path
 2026-03-14 23:23 UTC  (2+ messages)

[PATCH 1/2] gd: Add patch to fix compiler error about missing const
 2026-03-14 23:21 UTC  (3+ messages)
` [PATCH 2/2] multimedia/fswebcam: New recipe for a webcam image grabber
  ` [oe] "

[Buildroot] [PATCH 2/2] package/util-linux: fix mount helper lookup path
 2026-03-14 23:21 UTC 

+ mm-add-mmap_action_simple_ioremap-fix.patch added to mm-new branch
 2026-03-14 23:21 UTC 

[PATCH 0/7] improve "git format-patch --commit-list-format"
 2026-03-14 23:20 UTC  (8+ messages)
` [PATCH 1/7] pretty.c: better die message %(count) and %(total)
` [PATCH 2/7] format-patch: refactor generate_commit_list_cover
` [PATCH 3/7] format-patch: rename --cover-letter-format option
` [PATCH 4/7] format.commitListFormat: strip meaning from empty
` [PATCH 5/7] format-patch: wrap generate_commit_list_cover()
` [PATCH 6/7] format-patch: add preset for --commit-list-format
` [PATCH 7/7] format-patch: --commit-list-format without prefix

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

[RFC] t: allow use of "sed -E"
 2026-03-14 23:16 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/9] landlock: UNIX connect() control by pathname and scope
 2026-03-14 23:15 UTC  (8+ messages)
` [PATCH v5 2/9] landlock: Control pathname UNIX domain socket resolution by path

[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] erofs-utils: lib: fix missing NULL checks after strdup() in tarerofs_parse_tar_header()
 2026-03-14 23:10 UTC 

[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

[Buildroot] [PATCH v1 1/1] package/rtl8812au-aircrack-ng: fix build with Linux 6.19
 2026-03-14 23:05 UTC 

[PATCH v7 0/2] NFSD: move accumulated callback ops to per-net namespace
 2026-03-14 23:01 UTC  (5+ messages)
` [PATCH v7 2/2] NFSD: convert callback RPC program "

[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] erofs-utils: lib: fix decodedcapacity integer overflow in inflate partial
 2026-03-14 23:01 UTC 

+ mm-add-documentation-for-the-mmap_prepare-file-operation-callback-fix.patch added to mm-new branch
 2026-03-14 22:59 UTC 

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

[merged] lib-bootconfig-fix-snprintf-truncation-check-in-xbc_node_compose_key_after.patch removed from -mm tree
 2026-03-14 22:55 UTC 

[merged] lib-bootconfig-fix-off-by-one-in-xbc_verify_tree-unclosed-brace-error.patch removed from -mm tree
 2026-03-14 22:55 UTC 

[merged] lib-bootconfig-fix-typo-budy-in-_xbc_exit-comment.patch removed from -mm tree
 2026-03-14 22:55 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] mm/damon/stat: monitor all System RAM resources
 2026-03-14 22:51 UTC  (3+ messages)

[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 v2 net-next] tcp: add cwnd_event_tx_start to tcp_congestion_ops
 2026-03-14 22:42 UTC  (5+ messages)

[PATCH v3] mm: migrate: requeue destination folio on deferred split queue
 2026-03-14 22:40 UTC  (5+ 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] erofs-utils: lib: add capacity ceiling in deflate partial decompression
 2026-03-14 22:35 UTC 

[PATCH v1 0/4] Test panthor repeated mappings
 2026-03-14 22:35 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] ubifs: fix out-of-bounds write in LPT commit padding
 2026-03-14 22:33 UTC  (3+ messages)

Fwd: [Ms-nfs41-client-devel] [Announcement] NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022/2025 for testing, 2026-03-14 
 2026-03-14 22:33 UTC 

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

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

[PATCH] ata: libata-core: disable LPM on ADATA SU680 SSD
 2026-03-14 22:24 UTC 

+ selftests-mm-add-folio_split-and-filemap_get_entry-race-test.patch added to mm-new branch
 2026-03-14 22:28 UTC 

[PATCH] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-14 22:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/xz: bump version to 5.8.2
 2026-03-14 22:25 UTC  (2+ messages)

[Buildroot] [git commit] package/xz: bump version to 5.8.2
 2026-03-14 22:20 UTC 

[PATCH] netfilter: nf_nat_sip: validate exp->dir in nf_nat_sip_expected()
 2026-03-14 22:21 UTC  (4+ messages)

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

[PATCH v3 0/6] whpx: arm: set of small fixes for QEMU 11.0
 2026-03-14 22:15 UTC  (7+ messages)
` [PATCH v3 1/6] whpx: arm: fix -cpu host
` [PATCH v3 2/6] whpx: arm: add EC_DATAABORT assert for WHvRunVpExitReasonGpaIntercept/UnmappedGpa
` [PATCH v3 3/6] whpx: arm: enable more enlightements
` [PATCH v3 4/6] whpx: arm: remove comment bit that is no longer accurate
` [PATCH v3 5/6] target/arm: cpu: alter error message for host CPU type
` [PATCH v3 6/6] whpx: arm: fix ID_AA64MMFR3_EL1 host feature register index

[PATCH net 06/11] netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case
 2026-03-14 22:16 UTC  (4+ messages)
` [net,06/11] "

[Buildroot] [PATCH 1/1] package/flashrom: bump version to 1.7.0
 2026-03-14 22:11 UTC  (2+ messages)

+ kernel-kexec-remove-inclusion-of-crypto-hashh.patch added to mm-nonmm-unstable branch
 2026-03-14 22:11 UTC 

[Buildroot] [git commit] package/flashrom: bump version to 1.7.0
 2026-03-14 21:57 UTC 

+ kernel-crash-remove-inclusion-of-crypto-sha1h.patch added to mm-nonmm-unstable branch
 2026-03-14 22:11 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] n_tty: add null check for tty->link in packet mode
 2026-03-14 22:10 UTC 

[robh:dt-convert 108/621] htmldocs: Warning: Documentation/devicetree/bindings/display/ti/ti,dra7-dss.yaml references a file that doesn't exist: Documentation/devicetree/bindings/display/ti/ti,omap-dss.txt
 2026-03-14 22:09 UTC 

[PATCH] erofs-utils: lib: fix missing -EIO in z_erofs_decompress_zstd
 2026-03-14 22:07 UTC 

[PATCH] devtool: Add test-image plugin for testing packages via devtool via images
 2026-03-14 22:06 UTC  (3+ messages)
` [OE-core] "

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

[PATCH] whpx: arm: fix ID_AA64MMFR3_EL1 host feature register index
 2026-03-14 22:05 UTC  (2+ messages)

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

[PATCH] coco/guest: Remove unneeded selection of CRYPTO
 2026-03-14 22:04 UTC  (4+ messages)

[PATCH] cifs: open files should not hold ref on superblock
 2026-03-14 22:03 UTC  (6+ messages)

[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

[Buildroot] [PATCH 1/1] package/dos2unix: bump version to 7.5.4
 2026-03-14 21:55 UTC  (2+ messages)

[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

[Buildroot] [git commit] package/dos2unix: bump version to 7.5.4
 2026-03-14 21:48 UTC 

[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 v3 00/32] Hexagon system emulation - Part 2/3
 2026-03-14 21:49 UTC  (4+ messages)
` [PATCH v3 03/32] target/hexagon: Implement start/stop helpers, soft reset

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

[PATCH 00/15] bootconfig: fixes, cleanups, and modernization
 2026-03-14 21:45 UTC  (12+ messages)
` [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 v2] staging: rtl8723bs: Replace network magic numbers with EtherType macros
 2026-03-14 21:47 UTC 


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.