public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 15:47:23 to 2026-04-27 17:19:24 UTC [more...]

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-27 17:13 UTC  (10+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access

[PATCH v2 00/53] make MM selftests more CI friendly
 2026-04-27 17:19 UTC  (7+ messages)
` [PATCH v2 43/53] selftests/mm: migration: add setup of HugeTLB pages

[PATCH v2] iio: adc: mt6359: fix unchecked return value in mt6358_read_imp
 2026-04-27 17:18 UTC  (2+ messages)

[PATCH] io_uring/wait: make check for pending io consider cached task references
 2026-04-27 17:18 UTC  (2+ messages)

[PATCH 1/1] can: bcm: prevent thrtimer UAF in rx path by checking RX_NO_AUTOTIMER
 2026-04-27 17:15 UTC  (6+ messages)

[PATCH v5 0/6] Add Rockchip RK3576 PWM Support Through MFPWM
 2026-04-27 17:17 UTC  (4+ messages)
` [PATCH v5 6/6] arm64: dts: rockchip: Add cooling fan to ROCK 4D

[PATCH 00/48] objtool/klp: Some klp-build fixes and improvements
 2026-04-27 17:17 UTC  (10+ messages)
` [PATCH 45/48] x86/Kconfig: Enable CONFIG_PREFIX_SYMBOLS for FineIBT

[PATCH bpf-next 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-04-27 17:17 UTC  (8+ messages)

[REGRESSION] amdgpu error -22 first encountered in kernel 6.19, not fixed in 7.0
 2026-04-27 17:17 UTC  (5+ messages)

[PATCH] iio: adc: mt6359: fix unchecked return value in mt6358_read_imp
 2026-04-27 17:15 UTC  (4+ messages)

[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
 2026-04-27 17:15 UTC  (8+ messages)
` [PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios

[PATCH] kernfs: protect of->kn access in fop_read_iter/fop_mmap
 2026-04-27 17:14 UTC  (2+ messages)

[PATCH] Documentation/kernel-parameters: Remove "Deprecated" from isolcpus=
 2026-04-27 17:13 UTC  (3+ messages)

[PATCH V2] accel/amdxdna: Add carveout memory support for non-IOMMU systems
 2026-04-27 17:09 UTC 

[PATCH] ASoC: ES8389: convert to devm_clk_get_optional() to get clock
 2026-04-27 17:00 UTC  (3+ messages)

[PATCH] staging: media: imx: remove unnecessary braces from single statement if block
 2026-04-27 17:06 UTC 

[RFC PATCH 0/1] mm/vmalloc: reclaim tail resources on large vrealloc() shrink
 2026-04-27 17:07 UTC  (4+ messages)

[PATCH] fuse: fix race between inode/dentry invalidation and readdir
 2026-04-27 17:06 UTC  (5+ messages)

[PATCH v4 0/4] arm64: dts: qcom: Introduce support for monaco-ac-evk
 2026-04-27 17:05 UTC  (5+ messages)
` [PATCH v4 1/4] arm64: dts: qcom: monaco-evk: Extract common EVK hardware into shared dtsi
` [PATCH v4 2/4] dt-bindings: arm: qcom: Add monaco-ac-evk support
` [PATCH v4 3/4] arm64: dts: qcom: monaco: Add monaco-ac EVK board
` [PATCH v4 4/4] arm64: dts: qcom: monaco-ac-evk: Add IFP mezzanine

[syzbot] [virt?] [net?] memory leak in __vsock_create (2)
 2026-04-27 17:03 UTC  (3+ messages)

[PATCH sched_ext/for-7.1-fixes] sched_ext: Call wakeup_preempt() in local_dsq_post_enq()
 2026-04-27 17:01 UTC  (4+ messages)

[PATCH v2] usb: gadget: net2280: Fix double free in probe error path
 2026-04-27 17:00 UTC  (2+ messages)

[PATCH v2 v2] Documentation: proc: fix section numbering in table of contents
 2026-04-27 17:00 UTC  (4+ messages)

[PATCH] cleanup: Remove NULL check from unconditional guards
 2026-04-27 16:50 UTC 

[PATCH bpf-next v10 0/8] bpf: Extend the bpf_list family of APIs
 2026-04-27 16:59 UTC  (9+ messages)
` [PATCH bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v10 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH bpf-next v10 6/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v10 7/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH bpf-next v10 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[PATCH v8 0/4] Add Qualcomm extended CTI support
 2026-04-27 16:59 UTC  (3+ messages)
` [PATCH v8 1/4] coresight: cti: Convert trigger usage fields to dynamic bitmaps and arrays

[PATCH] selftests/mm: run_vmtests.sh: fix destructive tests invocation
 2026-04-27 16:58 UTC  (5+ messages)

[PATCH v2 1/2] mm/filemap: count only the faulting address as a mmap hit
 2026-04-27 16:57 UTC  (2+ messages)
` [PATCH v2 2/2] mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hits

[PATCH v2 0/2] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 16:57 UTC 

[GIT PULL] Networking deletions for 7.1
 2026-04-27 16:56 UTC  (2+ messages)

[PATCH] Documentation/rv: Replace stale website link
 2026-04-27 16:45 UTC  (6+ messages)

[PATCH 0/2] rust: list: fix incomplete SAFETY comments in list implementation
 2026-04-27 16:53 UTC  (6+ messages)
` [PATCH 1/2] rust: list: fix SAFETY comment in List::remove

[PATCH 0/2] timers/workqueue: Add support for active CPU
 2026-04-27 16:52 UTC  (3+ messages)
  ` [External] : "

[PATCH] iio: adc: mt6359: fix unchecked return value in mt6358_read_imp
 2026-04-27 16:51 UTC 

[PATCH v2] Documentation/rv: Replace stale website link
 2026-04-27 16:50 UTC  (2+ messages)

[PATCH RFC v2 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-27 16:48 UTC  (8+ messages)
` [PATCH RFC v2 1/2] arm64: vdso: Prepare for robust futex unlock support
` [PATCH RFC v2 2/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()

[PATCH] workqueue: fix devm_alloc_workqueue() va_list misuse
 2026-04-27 16:47 UTC 

[PATCH v5 0/2] blk-mq: introduce tag starvation observability
 2026-04-27 16:38 UTC  (3+ messages)
` [PATCH v5 1/2] blk-mq: add tracepoint block_rq_tag_wait

[PATCH 1/2] crypto: caam - use print_hex_dump_devel to guard key hex dumps
 2026-04-27 16:39 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH] rust_binder: Avoid holding lock when dropping delivered_death
 2026-04-27 16:39 UTC  (2+ messages)

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-04-27 16:39 UTC  (4+ messages)
` [PATCH v5 05/10] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling and high TMDS clock ratio support

[PATCH] rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXN
 2026-04-27 16:38 UTC  (2+ messages)

[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-04-27 16:37 UTC  (7+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH v4 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v4 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH V1 10/13] PCI: hv: Build device id for a VMBus device, export PCI devid function
 2026-04-27 16:35 UTC  (2+ messages)

[PATCH] spi: axiado: replace usleep_range() with udelay() in IRQ path
 2026-04-27 16:33 UTC 

[PATCH] tpm: Remove dead NULL check in tpm2_flush_space()
 2026-04-27 16:32 UTC 

[PATCH 0/4] MIPS: SiByte: Fix serial device regressions
 2026-04-27 16:31 UTC  (5+ messages)
` [PATCH 4/4] Revert "drivers: convert sbd_duart.map_guard from atomic_t to refcount_t"

[PATCH V1 08/13] PCI: hv: rename hv_compose_msi_msg to hv_vmbus_compose_msi_msg
 2026-04-27 16:31 UTC  (2+ messages)

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-04-27 16:31 UTC  (5+ messages)

[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
 2026-04-27 16:30 UTC  (6+ messages)
` [RFC PATCH v2 1/2] "

[PATCH v2 0/2] remoteproc: add AMD BRAM-based remote processor driver
 2026-04-27 16:27 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: document AMD BRAM-based rproc
` [PATCH v2 2/2] remoteproc: add AMD BRAM-based remote processor driver

[PATCH v2] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-27 16:22 UTC  (3+ messages)

[PATCH RFC 0/6] arm64: dts: qcom: sm8[56]50: add PMIC5 Gen3 ADC channels
 2026-04-27 16:22 UTC  (8+ messages)
` [PATCH RFC 1/6] arm64: dts: qcom: add PMIC5 Gen3 macros for channel numbers
` [PATCH RFC 2/6] arm64: dts: qcom: pmk8550: add VADC node
` [PATCH RFC 3/6] arm64: dts: qcom: sm8550-qrd: add SPMI ADC channels and thermal nodes
` [PATCH RFC 4/6] arm64: dts: qcom: sm8550-hdk: "
` [PATCH RFC 5/6] arm64: dts: qcom: sm8650-qrd: "
` [PATCH RFC 6/6] arm64: dts: qcom: sm8650-hdk: "

[RFC PATCH 1/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 16:21 UTC  (2+ messages)

[PATCH v9 0/3] kho: add support for deferred struct page init
 2026-04-27 16:21 UTC  (2+ messages)

[PATCH v2] selftests: runner: Avoid spurious warning about missing failures file
 2026-04-27 16:20 UTC  (4+ messages)

[PATCH] ext4: avoid BUG_ON() in ext4_get_inline_entry()
 2026-04-27 16:20 UTC 

[PATCH] Input: ads7846 - don't use scratch for tx_buf when clearing register
 2026-04-27 16:20 UTC  (3+ messages)

[PATCH v3 0/4] arm64: dts: qcom: sdm630/660 FastRPC fixes
 2026-04-27 15:28 UTC  (5+ messages)
` [PATCH v3 3/4] arm64: dts: qcom: sdm630: describe adsp_mem region properly

[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
 2026-04-27 16:19 UTC  (11+ messages)

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-27 16:12 UTC  (11+ messages)

[PATCH 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-04-27 16:15 UTC  (2+ messages)

[PATCH v1 0/4] SEV re-initialization fixes
 2026-04-27 16:15 UTC  (5+ messages)
` [PATCH v1 1/4] crypto/ccp: Do not initialize SNP for SEV ioctls
` [PATCH v1 2/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_COMMIT)
` [PATCH v1 3/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_VLEK_LOAD)
` [PATCH v1 4/4] crypto/ccp: Do not initialize SNP for ioctl(SNP_CONFIG)

[PATCH] remoteproc: xlnx: check remote node state
 2026-04-27 16:15 UTC  (3+ messages)

[RFC 0/3] mm: process_mrelease: expedited reclaim and auto-kill support
 2026-04-27 16:14 UTC  (14+ messages)

[RFC PATCH] mm/hugetlb: fix resv_map memory leak in __mmap_region error path
 2026-04-27 16:13 UTC  (6+ messages)
    `  "

[PATCH 0/3] Documentation: security-bugs: new updates covering triage and AI
 2026-04-27 16:14 UTC  (11+ messages)
` [PATCH 1/3] Documentation: security-bugs: do not systematically Cc the security team
` [PATCH 2/3] Documentation: security-bugs: explain what is and is not a security bug

[RESEND PATCH v2 0/2] efi/libstub: Ensure instruction cache coherency after kernel relocation
 2026-04-27 16:11 UTC  (2+ messages)

[PATCH v4 00/27] mtd: spi-nor: Enhance software protection
 2026-04-27 16:11 UTC  (5+ messages)
` [PATCH v4 17/27] mtd: spi-nor: debugfs: Add locking support

[PATCH v2 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-04-27 16:10 UTC  (4+ messages)
` [PATCH v2 1/3] x86/asm, x86/boot: Expose inline memcmp
` [PATCH v2 2/3] x86/cpuid: fix unbootable VMs by really inlining memcmp() in hypervisor_cpuid_base()
` [PATCH v2 3/3] x86/pvh: fix unbootable VMs by really inlining memset() in xen_prepare_pvh()

[PATCH] efi: pstore: Drop efivar lock when efi_pstore_open() returns with an error
 2026-04-27 16:10 UTC  (2+ messages)

[PATCH v2 0/8] drm/panthor: Localize register access by component
 2026-04-27 16:08 UTC  (9+ messages)
` [PATCH v2 4/8] drm/panthor: Store IRQ register base iomem pointer in panthor_irq

[PATCH] drm/xe: Don't emit UTS_RELEASE as part of device coredump
 2026-04-27 16:09 UTC 

[PATCH v2] docs: dt: writing-bindings: Extend compatible fallbacks guideline
 2026-04-27 16:07 UTC 

[PATCH 0/5] Improvements to PCI hibernate path
 2026-04-27 16:06 UTC  (6+ messages)

[PATCH 0/2] kunit: qemu_configs: Add or1k / openrisc configuration
 2026-04-27 16:04 UTC  (3+ messages)
` [PATCH 1/2] gen_compile_commands: Ignore libgcc.a
` [PATCH 2/2] kunit: qemu_configs: Add or1k / openrisc configuration

[PATCH V13 0/7] Rust support for powerpc
 2026-04-27 16:05 UTC  (5+ messages)
` [PATCH V13 5/7] rust: Make __udivdi3() and __umoddi3() panic
      ` [Linaro-mm-sig] "

[PATCH v1 0/3] Add root port reset to support link recovery
 2026-04-27 16:04 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts

[PATCH v2 0/1] dts: ti: k3-j7: Reserve memory for LPM metadata
 2026-04-27 16:03 UTC  (2+ messages)
` [PATCH v2 1/1] arm64: dts: ti: k3-j7: Reserve memory for LPM meta data

[PATCH v3 0/5] staging: rtl8723bs: rtw_mlme: fix long lines and related issues
 2026-04-27 16:02 UTC  (5+ messages)
` [PATCH v3 2/5] staging: rtl8723bs: rtw_mlme: fix lines exceeding 100 columns

[PATCH v3] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
 2026-04-27 16:02 UTC  (2+ messages)

[PATCH v3 0/5] sched/fair: SMT-aware asymmetric CPU capacity
 2026-04-27 16:01 UTC  (6+ messages)
` [PATCH 4/5] sched/fair: Add SIS_UTIL support to select_idle_capacity()

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-27 16:01 UTC  (9+ messages)

[PATCH v3 0/8] drm/panthor: Localize register access by component
 2026-04-27 15:59 UTC  (9+ messages)
` [PATCH v3 1/8] drm/panthor: Pass an iomem pointer to GPU register access helpers
` [PATCH v3 2/8] drm/panthor: Split register definitions by components
` [PATCH v3 3/8] drm/panthor: Replace cross-component register accesses with helpers
` [PATCH v3 4/8] drm/panthor: Store IRQ register base iomem pointer in panthor_irq
` [PATCH v3 5/8] drm/panthor: Use a local iomem base for GPU registers
` [PATCH v3 6/8] drm/panthor: Use a local iomem base for PWR registers
` [PATCH v3 7/8] drm/panthor: Use a local iomem base for firmware control registers
` [PATCH v3 8/8] drm/panthor: Use a local iomem base for MMU AS registers

[PATCH 1/3] ASoC: arm: pxa2xx: remove platform_data processing
 2026-04-27 15:58 UTC  (6+ messages)
` [PATCH 2/3] ASoC: pxa2xx: push gpio usage into arch code
` [PATCH 3/3] ASoC: pxa: integrate sound/arm/pxa2xx into sound/soc/pxa2xx

[PATCH] ceph: fix hanging __ceph_get_caps() with stale `mds_wanted`
 2026-04-27 15:58 UTC 

[PATCH v2 0/3] uaccess: unify inline vs outline copy_{from,to}_user() selection
 2026-04-27 15:58 UTC  (2+ messages)

[PATCH V7 0/2] Add post change sequence for link start notify
 2026-04-27 15:57 UTC  (3+ messages)
` [PATCH V7 2/2] ufs: ufs-qcom: Enable Auto Hibern8 clock request support

[PATCH v5 1/4] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
 2026-04-27 15:57 UTC  (2+ messages)

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-27 15:57 UTC  (3+ messages)
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH] docs: dt: writing-bindings: Extend compatible fallbacks guideline
 2026-04-27 15:56 UTC  (4+ messages)

[PATCH 1/1] scsi: ufs: remove ucd_rsp_dma_addr and ucd_prdt_dma_addr from ufshcd_lrb
 2026-04-27 15:55 UTC  (2+ messages)

[PATCH 0/7] staging: octeon: remove typedefs for enums and structs
 2026-04-27 15:54 UTC  (8+ messages)
` [PATCH 1/7] staging: octeon: convert cvmx_spi_mode_t from typedef to plain enum
` [PATCH 2/7] staging: octeon: convert cvmx_helper_interface_mode_t "
` [PATCH 3/7] staging: octeon: convert cvmx_pow_wait_t "
` [PATCH 4/7] staging: octeon: convert cvmx_pko_lock_t "
` [PATCH 5/7] staging: octeon: convert cvmx_pko_status_t "
` [PATCH 6/7] staging: octeon: convert cvmx_pko_port_status_t from typedef to plain struct
` [PATCH 7/7] staging: octeon: convert cvmx_pip_port_status_t "

[PATCH v10 0/7] proc: subset=pid: Relax check of mount visibility
 2026-04-27 15:54 UTC  (2+ messages)

[PATCH v2 0/7] AMD HSMP: metrics table improvements and Family 1Ah Model 50h-5Fh support
 2026-04-27 15:51 UTC  (8+ messages)
` [PATCH v2 1/7] platform/x86/amd/hsmp: Add new HSMP messages for Family 1Ah, Model 50h-5Fh
` [PATCH v2 2/7] platform/x86/amd/hsmp: Add metrics table support for Family 1Ah "
` [PATCH v2 3/7] platform/x86/amd/hsmp: Unify response_sz validation to an upper-bound check
` [PATCH v2 4/7] sysfs: Add SYSFS_HUGE_BIN_FILE flag for binary attributes larger than PAGE_SIZE
` [PATCH v2 5/7] platform/x86/amd/hsmp: Add dynamic table size for metric table
` [PATCH v2 6/7] platform/x86/amd/hsmp: Make metric table read locking use guard(mutex)
` [PATCH v2 7/7] platform/x86/amd/hsmp: Support SYSFS_HUGE_BIN_FILE for metric table reads

[PATCH v5 0/4] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-27 15:49 UTC  (3+ messages)
` [PATCH v5 2/4] "

[RFC PATCH] fs/buffer: serialize set_buffer_uptodate against concurrent clears
 2026-04-27 15:48 UTC  (5+ messages)

[PATCH v4 00/22] netfs: Miscellaneous fixes
 2026-04-27 15:46 UTC  (17+ messages)
` [PATCH v4 07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v4 08/22] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v4 09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v4 10/22] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v4 11/22] netfs: Fix streaming write being overwritten
` [PATCH v4 12/22] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v4 13/22] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v4 14/22] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v4 15/22] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v4 16/22] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v4 17/22] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v4 18/22] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v4 19/22] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v4 20/22] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v4 21/22] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v4 22/22] afs: Fix the locking used by afs_get_link()

[PATCH v3 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
 2026-04-27 15:47 UTC  (7+ messages)


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