All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-02 00:34:17 to 2026-07-02 02:03:32 UTC [more...]

[PATCH v2 00/19] maple_tree: lock checking and clean ups
 2026-07-02  0:35 UTC  (4+ messages)
` [PATCH v2 16/19] maple_tree: Change two GFP flags in tests
  ` [cocci] Possible cocci test & that should be |

[merged mm-hotfixes-stable] mm-damon-sysfs-schemes-put-stats-for-scheme_add_dirs-internal-error.patch removed from -mm tree
 2026-07-02  2:03 UTC 

[merged mm-hotfixes-stable] mm-damon-sysfs-schemes-fix-dir-put-orders-in-access_pattern_add_dirs.patch removed from -mm tree
 2026-07-02  2:03 UTC 

[merged mm-hotfixes-stable] mm-shrinker-fix-null-pointer-dereference-in-debugfs.patch removed from -mm tree
 2026-07-02  2:03 UTC 

[merged mm-hotfixes-stable] mm-shrinker-fix-shrinker_info-teardown-race-with-expansion.patch removed from -mm tree
 2026-07-02  2:03 UTC 

[merged mm-hotfixes-stable] selftests-mm-fix-ksft_process_madvsh-test-category.patch removed from -mm tree
 2026-07-02  2:03 UTC 

[PATCH v2 0/6] s390x: Fix intermittent errors with IPL from PCI devices on s390x
 2026-07-02  2:03 UTC  (7+ messages)
` [PATCH v2 2/6] pc-bios/s390-ccw/virtio.c: Fix missing break for PCI notifications
` [PATCH v2 3/6] pc-bios/s390-ccw: Add per-queue notification offset for multi-queue virtio configurations
` [PATCH v2 4/6] pc-bios/s390-ccw: Verify virtio support when booting from virtio PCI device on s390x

[PATCH v1 0/2] drm/xe: Use IBC v3 on PTL
 2026-07-02  2:02 UTC  (5+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] drm/xe: Add sysfs for GT/IA bias
` ✓ CI.KUnit: success for drm/xe: Use IBC v3 on PTL
` ✓ Xe.CI.BAT: "

[PATCHv2 0/8] ata: sata_dwc_460ex: cleanups and interrupt ordering fix
 2026-07-02  2:02 UTC  (2+ messages)

[PATCH v5 0/9] mm/page_owner: misc cleanups
 2026-07-02  2:02 UTC  (3+ messages)
` [PATCH v5 9/9] mm/page_owner: use memcg_data snapshot instead of PageMemcgKmem() to avoid TOCTOU VM_BUG_ON

[PATCH v12 00/35] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-07-02  2:01 UTC  (22+ messages)
` [PATCH v12 01/35] Add boot-certs to s390-ccw-virtio machine type option
` [PATCH v12 04/35] hw/s390x/ipl: Create certificate store
` [PATCH v12 10/35] hw/s390x: Define finite size for single entry VCEntry
` [PATCH v12 13/35] s390x/diag: generalize s390_ipl_read/write to accept void *
` [PATCH v12 15/35] s390x/ipl: Introduce IPL Information Report Block (IIRB)
` [PATCH v12 16/35] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v12 17/35] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v12 21/35] pc-bios/s390-ccw: Rework zipl_load_segment function
` [PATCH v12 22/35] pc-bios/s390-ccw: Introduce ZiplBootMode enum for IPL mode selection
` [PATCH v12 33/35] tests/functional/s390x: Add secure IPL functional test

[PATCH v2] ata: libata-scsi: limit simulated SCSI command copy to response length
 2026-07-02  2:01 UTC 

[PATCH v2] selftests/powerpc/tm: fix spelling errors in comments
 2026-07-02  1:59 UTC 

[PATCH v2] selftests/landlock: fix spelling error in fs_test comment
 2026-07-02  1:58 UTC 

[android-common:android17-6.18-lts 1/1] Warning: drivers/dma-buf/dma-buf.c:413 function parameter 'dmabuf_info' not described in 'dma_buf_account_task'
 2026-07-02  1:57 UTC 

[android-common:android17-6.18-kminext 1/1] Warning: kernel/trace/ring_buffer.c:2674 function parameter 'writer' not described in '__ring_buffer_alloc'
 2026-07-02  1:57 UTC 

[PATCH v2] selftests/kvm/x86: fix spelling error in xapic_ipi_test comment
 2026-07-02  1:57 UTC 

[PATCH v13 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-02  1:57 UTC  (23+ messages)
` [PATCH v13 01/15] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v13 02/15] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v13 03/15] arm64/delay: move some constants out to a separate header
` [PATCH v13 04/15] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v13 05/15] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v13 06/15] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v13 07/15] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v13 08/15] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v13 09/15] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v13 10/15] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v13 11/15] sched: add need-resched timed wait interface
` [PATCH v13 12/15] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v13 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()
` [PATCH v13 14/15] barrier: add tests for smp_cond_load_*_timeout()
` [PATCH v13 15/15] barrier: add clock tests for smp_cond_load_relaxed_timeout()

[ANNOUNCEMENT] Milestone 1 for Yocto Project 6.1 (yocto-6.1_M1) Now Available
 2026-07-02  1:56 UTC 

[PATCH v2] selftests/ftrace: fix spelling error in poll test comment
 2026-07-02  1:56 UTC 

[PATCH v1 0/6] Improve ata_scsi_report_supported_opcodes()
 2026-07-02  1:56 UTC  (7+ messages)
` [PATCH v1 1/6] ata: libata: rename ata_dev_is_zac()
` [PATCH v1 2/6] ata: libata-scsi: refactor ata_scsi_report_supported_opcodes()
` [PATCH v1 3/6] ata: libata-scsi: improve service action support in ata_scsi_report_supported_opcodes()
` [PATCH v1 4/6] ata: libata-scsi: improves checks for ZBC_IN and ZBC_OUT commands support
` [PATCH v1 5/6] ata: libata-scsi: support reporting options 2 in REPORT SUPPORTED OPERATION CODES
` [PATCH v1 6/6] ata: libata-scsi: support the all command format for reporting supported commands

[PATCH 0/2] fix clock refcount imbalance for all Coresight platform drivers
 2026-07-02  1:56 UTC  (5+ messages)
` [PATCH 1/2] coresight: Fix clock refcount imbalance on platform remove

[linux-next:master] [btrfs] 9a8eec6165: fio.write_iops 22.6% regression
 2026-07-02  1:55 UTC  (3+ messages)

[PATCH v6 0/5] smb: fix fallocate and allocation accounting
 2026-07-02  1:54 UTC  (4+ messages)
` [PATCH v6 2/5] smb/client: reduce fallocate zero buffer allocation

[PATCH v2] selftests/filesystems: fix spelling error in statmount test comment
 2026-07-02  1:54 UTC 

[PATCH v2 00/34] drm/i915/dp_link: Unify modeset/fallback config selection
 2026-07-02  1:54 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[BUG] shmem: shmem_get_folio_gfp livelock
 2026-07-02  1:53 UTC  (5+ messages)

[PATCH v2] selftests/arm64: fix spelling errors in comments
 2026-07-02  1:52 UTC 

[PATCH] NFS: fix folio dereference before NULL check in nfs_inode_remove_request()
 2026-07-02  1:50 UTC 

[PATCH v2 0/4] phy: nuvoton: extend MA35D1 USB2 PHY driver for dual-port OTG support
 2026-07-02  1:49 UTC  (7+ messages)
` [PATCH v2 2/4] dt-bindings: phy: nuvoton,ma35d1-usb2-phy: extend "

[PATCH v3 0/5] KVM: x86: Expose Zhaoxin CPUID 0xC0000001 EDX cryptographic features
 2026-07-02  1:49 UTC  (4+ messages)

[PATCH] hw/intc/loongarch_dintc: Fix OOB access in DINT MMIO write handler
 2026-07-02  1:50 UTC  (3+ messages)

[PATCH] ext4: get rid of ppath in get_ext_path()
 2026-07-02  1:48 UTC  (3+ messages)

[PATCH 1/9] cmd: aes: fix DM operation handling
 2026-07-02  1:46 UTC  (9+ messages)
` [PATCH 2/9] crypto: aes: allow DM AES in SPL
` [PATCH 3/9] boot: image: add FIT decrypt-to-buffer helper
` [PATCH 4/9] spl: fit: support encrypted payloads
` [PATCH 5/9] clk: sunxi: add H6/H616 CE gates and reset
` [PATCH 6/9] lib: ecdsa: support additional curve sizes
` [PATCH 7/9] crypto: allwinner: add sun8i-ce AES driver
` [PATCH 8/9] crypto: allwinner: add sun8i-ce ECDSA verifier
` [PATCH 9/9] crypto: allwinner: add sun8i-ce hash driver

[Patch mm-hotfixes v5] mm/page_vma_mapped: fix device-private PMD handling
 2026-07-02  1:47 UTC  (4+ messages)

[davidhildenbrand:ptval_print 2/2] include/asm-generic/pgtable-nop4d.h:35:29: error: function cannot return array type 'pgd_t' (aka 'unsigned long[2]')
 2026-07-02  1:45 UTC 

[PATCH 0/4] mm: fix reclaim storms in defrag_mode
 2026-07-02  1:47 UTC  (5+ messages)
` [PATCH 1/4] mm: page_alloc: __GFP_FS lockdep annotation for direct compaction
` [PATCH 2/4] mm: compaction: support non-movable compaction for pageblock requests

[davidhildenbrand:ptval_print 2/2] include/asm-generic/pgtable-nop4d.h:39:9: warning: returning 'long unsigned int *' from a function with return type 'int' makes integer from pointer without a cast
 2026-07-02  1:45 UTC 

[PATCH v2 0/2] media: Add Himax HM1092 mono NIR sensor driver
 2026-07-02  1:46 UTC  (4+ messages)
` [PATCH v2 1/2] media: dt-bindings: Add Himax HM1092 NIR sensor
` [PATCH v2 2/2] media: i2c: hm1092: add Himax HM1092 mono NIR sensor driver

[PATCH] bpftool: use btf_vlen()/btf_kind()/btf_kflag() helpers consistently
 2026-07-02  1:46 UTC  (2+ messages)

[PATCH v2 00/12] ASoC: cleanup simple-card/audio-graph-card1/2
 2026-07-02  1:46 UTC  (13+ messages)
` [PATCH v2 01/12] ASoC: simple-card: move simple_parse_of()
` [PATCH v2 02/12] ASoC: simple-card: merge extra method into simple_parse_of()
` [PATCH v2 03/12] ASoC: audio-graph-card2: Tidyup audio_graph2_parse_of() around error
` [PATCH v2 04/12] ASoC: audio-graph-card: Tidyup audio_graph_parse_of() "
` [PATCH v2 05/12] ASoC: simple_card_utils: add simple_util_parse_property()
` [PATCH v2 06/12] ASoC: simple-card: tidyup simple_util_parse_card_name()
` [PATCH v2 07/12] ASoC: simple_card_utils: add simple_util_parse_aux_devs()
` [PATCH v2 08/12] ASoC: simple-card: tidyup simple_util_parse_xxx() in simple_parse_of()
` [PATCH v2 09/12] ASoC: audio-graph-card: tidyup simple_util_parse_xxx() in audio_graph_parse_of()
` [PATCH v2 10/12] ASoC: audio-graph-card2: tidyup simple_util_parse_xxx() in audio_graph2_parse_of()
` [PATCH v2 11/12] ASoC: simple-card-utils: tidyup simple_util_init_aux_jacks()
` [PATCH v2 12/12] ASoC: simple-card-utils: tidyup simple_util_clean_reference()

[PATCH] drm/xe: Fix PTE index in xe_vm_populate_pgtable() for chunked binds
 2026-07-02  1:45 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH] RAS: Move contents from arch/x86/ras/Kconfig into drivers/ras/Kconfig
 2026-07-02  1:44 UTC  (2+ messages)
` [tip: x86/cleanups] x86/ras: "

[PATCH 0/1] iio: health: add MAX86150 ECG and PPG biosensor driver
 2026-07-02  1:43 UTC  (4+ messages)
` [PATCH v2 0/3] "

[PATCH 0/2] iio: adc: Add Nuvoton MA35D1 EADC support
 2026-07-02  1:41 UTC  (4+ messages)
` [PATCH 2/2] iio: adc: Add Nuvoton MA35D1 EADC driver

[PATCH v4 0/3] iio: health: add MAX86150 ECG and PPG biosensor driver
 2026-07-02  1:41 UTC  (3+ messages)
` [PATCH v5 "

[PATCH 00/10] nfsd:refactor nfsd4_create_file()
 2026-07-02  1:34 UTC  (11+ messages)
` [PATCH 01/10] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
` [PATCH 02/10] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
` [PATCH 03/10] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
` [PATCH 04/10] nfsd: remove subtlety from nfsd4_create_file()
` [PATCH 05/10] nfsd: in nfsd4_create_file() let VFS report if file was created
` [PATCH 06/10] nfsd: nfsd4_create_file(): remove NFSD_MAY_CREATE check
` [PATCH 07/10] nfsd: reduce range of directory lock in nfsd4_create_file()
` [PATCH 08/10] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
` [PATCH 09/10] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
` [PATCH 10/10] nfsd: reduce want-write range in nfsd4_create_file(

[PATCH v4] mm: mglru: fix stale batch updates after memcg reparenting
 2026-07-02  1:38 UTC  (4+ messages)

[PATCH v3 0/9] ASoC: Add Loongson-2K0300 I2S controller and sound card support
 2026-07-02  1:38 UTC  (4+ messages)
` [PATCH v3 6/9] ASoC: loongson: Add Loongson-2K0300 CTCISZ Forever Pi "

[PATCH 0/2] Add driver for DAC8163:
 2026-07-02  1:38 UTC  (4+ messages)
` [PATCH 1/2] iio: dac: dac8163: Add driver for DAC8163

[BUG/RFC] ntfs: crafted image triggers WARN_ON in ntfs_map_runlist_nolock()
 2026-07-02  1:37 UTC  (3+ messages)

[PATCH] Makefile: link osxkeychain helper against Rust
 2026-07-02  1:35 UTC  (3+ messages)
` [PATCH v2] Makefile: link osxkeychain & support universal Rust

[PATCH 0/2] fix dmadev incomplete ABI validation
 2026-07-02  1:35 UTC  (4+ messages)

[jic23-iio:testing 86/95] drivers/iio/adc/mt6323-auxadc.c:25:10: fatal error: dt-bindings/iio/adc/mediatek,mt6323-auxadc.h: No such file or directory
 2026-07-02  1:33 UTC 

[android-common:android12-kiwi-5.10 247/247] net/bluetooth/smp.c:1634 smp_user_confirm_reply() warn: variable dereferenced before check 'conn' (see line 1632)
 2026-07-02  1:33 UTC 

[PATCH] drm/xe/vm: Drop ASID after TLB invalidation
 2026-07-02  1:31 UTC 

[PATCH] mm: nommu: add sysctl_max_map_count() check for do_mmap()
 2026-07-02  1:28 UTC 

[PATCH] mm: nommu: point to the write iterator upon split_vma
 2026-07-02  1:25 UTC 

[RESEND v2 0/8] drm/{i915,xe}: unify runtime pm calls
 2026-07-02  1:24 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/{i915,xe}: unify runtime pm calls (rev3)

[PATCH] bpftool: use btf_vlen()/btf_kind()/btf_kflag() helpers consistently
 2026-07-02  1:23 UTC  (2+ messages)
` [PATCH v2] "

[sudeep-holla:b4/scmi_core_fixes 9/15] drivers/firmware/arm_scmi/transports/mailbox.c:252:1: warning: label 'err_free_chan_receiver' defined but not used
 2026-07-02  1:21 UTC 

[smfrench-smb3:ksmbd-for-next-next 18/20] Warning: fs/smb/server/auth.c:141 function parameter 'sess_key' not described in 'ksmbd_auth_ntlmv2'
 2026-07-02  1:21 UTC 

[PATCH 0/8] ASoC: add [devm_]snd_soc_register_component_with_name()
 2026-07-02  1:21 UTC  (9+ messages)
` [PATCH 1/8] ASoC: soc-component: "
` [PATCH 2/8] ASoC: soc-component: add .priv
` [PATCH 3/8] ASoC: intel: avs: use snd_soc_component_register_with_name()
` [PATCH 4/8] ASoC: intel: avs: probes: "
` [PATCH 5/8] ASoC: intel: catpt: pcm: "
` [PATCH 6/8] ASoC: soc-generic-dmaengine-pcm: use "
` [PATCH 7/8] ASoC: soc-topology-test: use snd_soc_component_register()
` [PATCH 8/8] ASoC: soc-core: makes snd_soc_component_initialize() / snd_soc_add_component() local

[PATCH v2 1/3] Revert "mtd: spi-nor: remove Fujitsu MB85RS1MT support"
 2026-07-02  1:21 UTC  (5+ messages)

[PATCH] ext4: prevent inline data creation on extent-based inodes
 2026-07-02  1:09 UTC 

[PATCH v2 0/7] Transition Nova Core to TLV firmware images
 2026-07-02  1:18 UTC  (3+ messages)
` [PATCH v2 1/7] rust: firmware: add request_into_buf()

[PATCH 1/1] tracing: Prevent out-of-bounds read in glob matching
 2026-07-02  1:15 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: gmem populate fix and cleanups
 2026-07-02  1:12 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION source

[PATCH v2] drm/i915/display: fix error handling in intel_display_driver_probe_noirq
 2026-07-02  1:12 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3] selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()
 2026-07-02  1:10 UTC  (3+ messages)

[davidhildenbrand:ptval_print 2/2] include/asm-generic/pgtable-nop4d.h:39:16: error: returning 'long unsigned int *' from a function with return type 'int' makes integer from pointer without a cast
 2026-07-02  1:09 UTC 

[PATCH] gpu: nova: fix rust-analyzer generation
 2026-07-02  1:09 UTC  (3+ messages)

[PATCH] block: Make WBT latency writes honor enable state
 2026-07-02  1:07 UTC  (2+ messages)

[PATCH ipsec] xfrm6: clear dst.dev on error to avoid double netdev_put in xfrm6_fill_dst()
 2026-07-02  1:05 UTC 

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-07-02  1:04 UTC  (12+ messages)

[RFC PATCH 0/4] tracing/probes: Optimize fetcharg with BPF
 2026-07-02  1:01 UTC  (6+ messages)
` [RFC PATCH 2/4] tracing/probes: Compile all fetchargs into a single BPF program per event

[PATCH 5.10.y] net/sched: fix pedit partial COW leading to page cache corruption
 2026-07-02  1:00 UTC  (3+ messages)

[BUG] ntfs: task hung in find_inode due to self-deadlock in ntfs_attrlist_update() during unmount
 2026-07-02  0:58 UTC  (2+ messages)

[mcgrof:blk-iobuf-pool-v2 8/13] block/blk-map.c:626:47: sparse: sparse: incorrect type in argument 4 (different base types)
 2026-07-02  0:56 UTC 

/bin/bash: line 1: 574107 Segmentation fault clang -Wp,-MMD,drivers/iio/humidity/.hdc3020.o.d -nostdinc -Iarch/mips/include -I./arch/mips/include/generated -Iinclude -I./include -Iarch/mips/include/uapi -I./arch/mips/include/generated/uapi -Iinclude/
 2026-07-02  0:56 UTC 

ld.lld: error: vmlinux.a(fs/file_table.o):(function alloc_empty_file: .text+0x172): relocation R_RISCV_HI20 out of range: 563901 is not in [-524288, 524287]; references ''
 2026-07-02  0:56 UTC 

[PATCH v2 00/19] ARM: platform and feature deprecation
 2026-07-02  0:54 UTC  (3+ messages)
` [PATCH v2 07/19] ARM: update DEPRECATED_PARAM_STRUCT removal timeline

[PATCH net] gve: fix Rx queue stall on alloc failure
 2026-07-02  0:53 UTC  (2+ messages)

[PATCH] drm/i915/display: Handle struct drm_plane_state.ignore_damage_clips
 2026-07-02  0:52 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

+ fat-avoid-stack-overflow-warning.patch added to mm-hotfixes-unstable branch
 2026-07-02  0:51 UTC 

[PATCH v4 0/5] Fix traceNoC probe issue on multiple QCOM platforms
 2026-07-02  0:51 UTC  (11+ messages)
` [PATCH v4 1/5] dt-bindings: arm: coresight-tnoc: Add standalone qcom,coresight-agtnoc compatible

[PATCH v5] wifi: ath6kl: fix OOB access from firmware ADDBA window size
 2026-07-02  0:50 UTC 

[PATCH v3 0/3] drm/nouveau/gsp/r570: Fix runtime PM
 2026-07-02  0:47 UTC  (6+ messages)
` [PATCH v3 2/3] drm/nouveau/gsp/r570: Never enter Gcoff state

[PATCH] USB: misc: uss720: unregister parport on probe failure
 2026-07-02  0:46 UTC  (2+ messages)

[PATCH] exfat: validate cached iomaps during buffered writes and writeback
 2026-07-02  0:45 UTC  (3+ messages)

[PATCH v1 0/1] nvme-auth: constant-time DH-HMAC-CHAP response comparison
 2026-07-01  6:30 UTC  (2+ messages)
` [PATCH v1 1/1] nvme-auth: use crypto_memneq for "

[PATCH v6 1/1] drm/xe/guc: Handle GuC local uncorrectable error notifications
 2026-07-02  0:40 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [v6,1/1] "

[PATCH v2 0/2] Fix LT PHY related SSC writes
 2026-07-02  0:39 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Fix LT PHY related SSC writes (rev2)

[PATCH] cxl/test: reject wrapped GET_LOG offsets
 2026-07-02  0:38 UTC  (5+ messages)

[PATCH 0/5] Backport ARM64 VHE boot fixes to 6.6.y
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 6.6.y] mtd: spi-nor: macronix: Add post_sfdp fixups for Quad Input Page Program
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 6.12.y 1/2] mtd: spi-nor: macronix: Add post_sfdp fixups for Quad Input Page Program
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 6.6.y] nvmet-tcp: fix race between ICReq handling and queue teardown
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 5.10] net: cpsw_new: Fix potential unregister of netdev that has not been registered yet
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH v2 6.6.y/6.12.y/6.18.y] af_unix: Set gc_in_progress to true in unix_gc()
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 6.12.y 0/2] KVM: SEV: Backports for GHCB leak fix
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 5.10/5.15] crypto: af_alg - Set merge to zero early in af_alg_sendmsg
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 5.10.y] ext4: add bounds check for inline data length in ext4_read_inline_page
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 5.15.y] ext4: add bounds check for inline data length in ext4_read_inline_page
 2026-07-02  0:38 UTC  (2+ messages)

[PATCH 6.1.y] ext4: add bounds check for inline data length in ext4_read_inline_page
 2026-07-02  0:38 UTC  (2+ messages)

+ lib-random32-convert-selftest-to-kunit.patch added to mm-nonmm-unstable branch
 2026-07-02  0:34 UTC 

[PATCH v2 0/2] drm/xe/guc: distinguish wedged from recoverable cancellation
 2026-07-02  0:34 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/guc: distinguish wedged from recoverable cancellation (rev3)


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.