All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-16 03:12:04 to 2025-12-16 05:04:03 UTC [more...]

[meta-dpdk][PATCH] dpdk: upgrade to 25.11
 2025-12-16  3:14 UTC  (3+ messages)
  ` [yocto-patches] "

[syzbot] [mm?] WARNING in blkdev_common_ioctl
 2025-12-16  5:04 UTC 

[PATCH next 1/2] mm/huge_memory: Implementation of THP COW for executable file mmap
 2025-12-16  5:03 UTC  (3+ messages)

[PATCH 1/1] firmware: stratix10-svc: stop kernel thread once service is completed
 2025-12-16  5:01 UTC  (3+ messages)

[syzbot] [net?] [nfc?] WARNING in nfc_dev_down
 2025-12-16  4:58 UTC  (2+ messages)

[linux-next:master 1425/1848] lib/tests/liveupdate.c:156:1: sparse: sparse: bad integer constant expression
 2025-12-16  4:53 UTC 

[PATCH i-g-t 0/1] tests/i915_pm_rps: Improve sysfs error reporting
 2025-12-16  4:53 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-12-16  4:48 UTC  (4+ messages)
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED

[PATCH v5 0/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-12-16  4:46 UTC  (3+ messages)
` [PATCH v5 6/6] "

[PATCH v2 2/2] platform/x86: thinkpad_acpi: Add sysfs to display details of damaged device
 2025-12-16  4:42 UTC  (2+ messages)

[PATCH v1 00/28] Introduce support for confidential guest reset
 2025-12-16  4:41 UTC  (4+ messages)
` [PATCH v1 21/28] hw/hyperv/vmbus: add "

[anolis-intel-cloud:devel-6.6 50/50] drivers/crypto/ccp/hygon/psp-dev.c:183: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2025-12-16  4:42 UTC 

[Patch v5 00/19] Support SIMD/eGPRs/SSP registers sampling for perf
 2025-12-16  4:42 UTC  (2+ messages)

[syzbot] [mm?] WARNING in blkdev_common_ioctl
 2025-12-16  4:39 UTC  (2+ messages)
` Forwarded: [PATCH] block: add allocation size check in blkdev_pr_read_keys()

[PATCH 0/6] builtin/repo: add object size info to structure output
 2025-12-16  4:37 UTC  (5+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 2/7] strbuf: split out logic to humanise byte values

[PATCH v2] wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_params
 2025-12-16  4:35 UTC 

[PATCH] spi: stm32-ospi: Remove unneeded semicolon
 2025-12-16  4:32 UTC 

[RFC PATCH v3 00/59] struct filename work
 2025-12-16  4:32 UTC  (61+ messages)
` [RFC PATCH v3 01/59] do_faccessat(): import pathname only once
` [RFC PATCH v3 02/59] do_fchmodat(): "
` [RFC PATCH v3 03/59] do_fchownat(): "
` [RFC PATCH v3 04/59] do_utimes_path(): "
` [RFC PATCH v3 05/59] chdir(2): "
` [RFC PATCH v3 06/59] chroot(2): "
` [RFC PATCH v3 07/59] user_statfs(): "
` [RFC PATCH v3 08/59] do_sys_truncate(): "
` [RFC PATCH v3 09/59] do_readlinkat(): "
` [RFC PATCH v3 10/59] get rid of audit_reusename()
` [RFC PATCH v3 11/59] ntfs: ->d_compare() must not block
` [RFC PATCH v3 12/59] getname_flags() massage, part 1
` [RFC PATCH v3 13/59] getname_flags() massage, part 2
` [RFC PATCH v3 14/59] struct filename: use names_cachep only for getname() and friends
` [RFC PATCH v3 15/59] struct filename: saner handling of long names
` [RFC PATCH v3 16/59] fs: hide names_cache behind runtime const machinery
` [RFC PATCH v3 17/59] allow incomplete imports of filenames
` [RFC PATCH v3 18/59] struct filename ->refcnt doesn't need to be atomic
` [RFC PATCH v3 19/59] allow to use CLASS() for struct filename *
` [RFC PATCH v3 20/59] file_getattr(): filename_lookup() accepts ERR_PTR() as filename
` [RFC PATCH v3 21/59] file_setattr(): "
` [RFC PATCH v3 22/59] move_mount(): "
` [RFC PATCH v3 23/59] ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as name
` [RFC PATCH v3 24/59] ksmbd_vfs_rename(): "
` [RFC PATCH v3 25/59] do_filp_open(): DTRT when getting ERR_PTR() as pathname
` [RFC PATCH v3 26/59] rename do_filp_open() to do_file_open()
` [RFC PATCH v3 27/59] do_sys_openat2(): get rid of useless check, switch to CLASS(filename)
` [RFC PATCH v3 28/59] simplify the callers of file_open_name()
` [RFC PATCH v3 29/59] simplify the callers of do_open_execat()
` [RFC PATCH v3 30/59] simplify the callers of alloc_bprm()
` [RFC PATCH v3 31/59] switch {alloc,free}_bprm() to CLASS()
` [RFC PATCH v3 32/59] file_[gs]etattr(2): switch to CLASS(filename_maybe_null)
` [RFC PATCH v3 33/59] mount_setattr(2): don't mess with LOOKUP_EMPTY
` [RFC PATCH v3 34/59] do_open_execat(): don't care about LOOKUP_EMPTY
` [RFC PATCH v3 35/59] vfs_open_tree(): use CLASS(filename_uflags)
` [RFC PATCH v3 36/59] name_to_handle_at(): "
` [RFC PATCH v3 37/59] fspick(2): use CLASS(filename_flags)
` [RFC PATCH v3 38/59] do_fchownat(): unspaghettify a bit
` [RFC PATCH v3 39/59] chdir(2): "
` [RFC PATCH v3 40/59] do_utimes_path(): switch to CLASS(filename_uflags)
` [RFC PATCH v3 41/59] do_sys_truncate(): switch to CLASS(filename)
` [RFC PATCH v3 42/59] do_readlinkat(): switch to CLASS(filename_flags)
` [RFC PATCH v3 43/59] do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
` [RFC PATCH v3 44/59] io_openat2(): use CLASS(filename_complete_delayed)
` [RFC PATCH v3 45/59] io_statx(): "
` [RFC PATCH v3 46/59] do_{renameat2,linkat,symlinkat}(): use CLASS(filename_consume)
` [RFC PATCH v3 47/59] do_{mknodat,mkdirat,unlinkat,rmdir}(): "
` [RFC PATCH v3 48/59] namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
` [RFC PATCH v3 49/59] namei.c: switch user pathname imports to CLASS(filename{,_flags})
` [RFC PATCH v3 50/59] filename_...xattr(): don't consume filename reference
` [RFC PATCH v3 51/59] move_mount(2): switch to CLASS(filename_maybe_null)
` [RFC PATCH v3 52/59] chroot(2): switch to CLASS(filename)
` [RFC PATCH v3 53/59] quotactl_block(): "
` [RFC PATCH v3 54/59] statx: switch to CLASS(filename_maybe_null)
` [RFC PATCH v3 55/59] user_statfs(): switch to CLASS(filename)
` [RFC PATCH v3 56/59] mqueue: "
` [RFC PATCH v3 57/59] ksmbd: use CLASS(filename_kernel)
` [RFC PATCH v3 58/59] alpha: switch osf_mount() to strndup_user()
` [RFC PATCH v3 59/59] sysfs(2): fs_index() argument is _not_ a pathname

[PATCH v2 00/10] gpu: nova-core: miscellaneous improvements
 2025-12-16  4:27 UTC  (22+ messages)
` [PATCH v2 01/10] gpu: nova-core: gsp: warn if data remains after processing a message
` [PATCH v2 02/10] gpu: nova-core: gsp: remove unnecessary Display impls
` [PATCH v2 03/10] gpu: nova-core: gsp: simplify sequencer opcode parsing
` [PATCH v2 04/10] gpu: nova-core: gsp: remove unneeded sequencer trait
` [PATCH v2 05/10] gpu: nova-core: gsp: derive `Debug` on more sequencer types
` [PATCH v2 06/10] gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
` [PATCH v2 07/10] gpu: nova-core: firmware: fwsec: do not require bound device when unneeded
` [PATCH v2 08/10] gpu: nova-core: use core library's CStr instead of kernel one
` [PATCH v2 09/10] gpu: nova-core: simplify str_from_null_terminated
` [PATCH v2 10/10] gpu: nova-core: gsp: use available device reference

+ mm-zswap-delete-unused-acomp-is_sleepable.patch added to mm-new branch
 2025-12-16  4:27 UTC 

[PATCH v4 0/3] Add ITE IT61620 MIPI DSI to HDMI bridge driver
 2025-12-16  4:26 UTC  (3+ messages)
` [PATCH v4 1/3] dt-binding: display: Add ITE IT61620 MIPI DSI to HDMI bridge

+ memcg-remove-mem_cgroup_size.patch added to mm-new branch
 2025-12-16  4:27 UTC 

[PATCH v2 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2025-12-16  4:16 UTC  (4+ messages)
` [PATCH v2 2/3] thermal: spacemit: k1: Add thermal sensor support

+ tools-mm-slabinfo-fix-partial-long-option-mapping.patch added to mm-new branch
 2025-12-16  4:25 UTC 

[moderation/CI] Re: io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-12-16  4:25 UTC 

[PATCH] bug: hush suggest-attribute=format for __warn_printf()
 2025-12-16  4:24 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] ice: access @pp through netmem_desc instead of page
 2025-12-16  4:20 UTC  (4+ messages)
`  "

arch/x86/entry/vdso/vdso32/../../../../../lib/vdso/gettimeofday.c:335 __cvdso_clock_gettime_common() warn: right shifting more than type allows 32 vs 40
 2025-12-16  4:20 UTC 

[PATCH net v2] virtio-net: enable all napis before scheduling refill work
 2025-12-16  4:16 UTC  (2+ messages)

[PATCH v3] mm/vmalloc: clarify why vmap_range_noflush() might sleep
 2025-12-16  4:16 UTC  (2+ messages)

[PATCH 6.6 194/529] iommu/amd: Skip enabling command/event buffers for kdump
 2025-12-16  4:15 UTC  (2+ messages)

[PATCH] watchdog: orion_wdt: Add support for armada-xp
 2025-12-16  4:14 UTC 

[PATCH] drm/xe/eustall: use bitmap_weighted_or() in xe_eu_stall_stream_init()
 2025-12-16  4:11 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[android-common:android16-6.12-desktop 0/2] arch/x86/include/asm/pci_x86.h:241:16: error: implicit declaration of function 'pv_pci_mmcfg_readb'; did you mean 'pci_mmcfg_readb'?
 2025-12-16  4:10 UTC 

[android-common:android15-6.6 2/2] drivers/virt/gunyah/gunyah_vcpu.c:52: warning: Incorrect use of kernel-doc format: * Track why the vcpu_run hypercall returned. This mirrors the vcpu_run
 2025-12-16  4:10 UTC 

[PATCH] drm/xe/eustall: use bitmap_empty() in xe_eu_stall_stream_read_locked()
 2025-12-16  4:10 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v2] spi: cadence-quadspi: Parse DT for flashes with the rest of the DT parsing
 2025-12-16  4:08 UTC  (3+ messages)

[syzbot] [net?] [bpf?] general protection fault in bq_flush_to_queue (2)
 2025-12-16  4:06 UTC  (5+ messages)
` [PATCH] bpf: Fix NULL deref in __list_del_clearprev for flush_node

[PATCH v3 00/12] KVM/hostmem: Support init-shared guest-memfd as VM backends
 2025-12-16  4:03 UTC  (3+ messages)
` [PATCH v3 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()

[PATCH] ext4: fix dirtyclusters double decrement on fs shutdown
 2025-12-16  4:01 UTC  (4+ messages)

[syzbot] [wireless?] WARNING in ieee80211_ocb_rx_no_sta (2)
 2025-12-16  3:59 UTC  (3+ messages)
  ` [PATCH] mac80211: ocb: skip rx_no_sta when interface is not joined

Patchwork housekeeping for: spi-devel-general
 2025-12-16  3:56 UTC 

[PATCH v1 0/7] introduce virtnet_mon for monitor virtio_net
 2025-12-16  3:59 UTC  (8+ messages)
  `  "
    `  "
      `  "
        `  "
          `  "
            `  "

[PATCH v6 0/4] tests/intel/xe_vm: Add drm_xe_vm_get_property tests
 2025-12-16  3:56 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

Questions about SMB2 CHANGE_NOTIFY
 2025-12-16  3:54 UTC  (4+ messages)

[PATCH] mm/readahead: read min folio constraints under invalidate lock
 2025-12-16  3:53 UTC  (6+ messages)

[PATCH] drm/xe/guc: Fix version check for page-reclaim feature
 2025-12-16  3:50 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 0/3] support batch checking of references and unmapping for large folios
 2025-12-16  3:47 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: mm: support batch clearing of the young flag "
` [PATCH v2 2/3] mm: rmap: support batched checks of the references "

[PATCH v3 0/6] clk/reset: anlogic: add support for DR1V90 SoC
 2025-12-16  3:39 UTC  (14+ messages)
` [PATCH v3 1/6] clk: correct clk_div_mask() return value for width == 32
` [PATCH v3 2/6] dt-bindings: clock: add Anlogic DR1V90 CRU
` [PATCH v3 3/6] clk: anlogic: add cru support for Anlogic DR1V90 SoC
` [PATCH v3 4/6] reset: anlogic: add support for Anlogic DR1V90 resets
` [PATCH v3 5/6] riscv: dts: anlogic: add clocks and CRU for DR1V90
` [PATCH v3 6/6] MAINTAINERS: Add entry for Anlogic DR1V90 SoC drivers

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2025-12-16  3:46 UTC  (4+ messages)
` [PATCH v15 13/28] x86: Secure Launch Kconfig

[PATCH] ftrace: fix address for jmp mode in t_show
 2025-12-16  3:45 UTC 

[PATCH] dt-bindings: power: supply: Add Silergy SY6974B charger
 2025-12-16  3:41 UTC  (2+ messages)

+ hung_task-enable-runtime-reset-of-hung_task_detect_count.patch added to mm-nonmm-unstable branch
 2025-12-16  3:38 UTC 

+ hung_task-introduce-helper-for-hung-task-warning.patch added to mm-nonmm-unstable branch
 2025-12-16  3:38 UTC 

[PATCH] vxlan: fix dst ref count leak in the vxlan_xmit_one() error path
 2025-12-16  3:36 UTC 

+ mm-introduce-a-new-page-type-for-page-pool-in-page-type.patch added to mm-new branch
 2025-12-16  3:35 UTC 

[PATCH i-g-t v1 0/4] Various fixes for prime_udl test
 2025-12-16  3:33 UTC  (11+ messages)
` [PATCH i-g-t v1 1/4] tests/prime_udl: Fix opening
` [PATCH i-g-t v1 2/4] tests/prime_udl: Create subtests
` [PATCH i-g-t v1 3/4] tests/prime_udl: Fix error handling
` [PATCH i-g-t v1 4/4] tests/prime_udl: Fix i915 device opening
` ✗ Xe.CI.BAT: failure for Various fixes for prime_udl test

[RFC PATCH 00/14] TP8028 Rapid Path Failure Recovery
 2025-12-16  3:31 UTC  (5+ messages)
` [RFC PATCH 04/14] nvmet: Implement CCR logpage
` [RFC PATCH 05/14] nvmet: Send an AEN on CCR completion

+ tools-mm-thp_swap_allocator_test-fix-small-folio-alignment.patch added to mm-new branch
 2025-12-16  3:31 UTC 

[PATCH] tools/mm/thp_swap_allocator_test: Fix small folio alignment
 2025-12-16  3:31 UTC  (2+ messages)

[PATCH 1/2] nvmem/core: fixup minor typo
 2025-12-16  3:29 UTC  (2+ messages)
` [PATCH 2/2] nvme/host: fixup some typos

[REGRESSION] next/master: (build) in expansion of macro ‘min’ in fs/fuse/file.o (fs/fuse/file.c) [lo
 2025-12-16  3:30 UTC  (2+ messages)

+ tools-mm-page_owner_sort-fix-timestamp-comparison-for-stable-sorting.patch added to mm-hotfixes-unstable branch
 2025-12-16  3:30 UTC 

[PATCH v2 0/5] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-16  3:29 UTC  (3+ messages)
` [PATCH v2 2/5] KVM: guest_memfd: Remove preparation tracking

+ mm-damon-core-fix-wasteful-cpu-calls-by-skipping-non-existent-targets.patch added to mm-new branch
 2025-12-16  3:27 UTC 

+ selftests-mm-fix-thread-state-check-in-uffd-unit-tests.patch added to mm-hotfixes-unstable branch
 2025-12-16  3:27 UTC 

[PATCH v9 00/19] intel_iommu: Enable first stage translation for passthrough device
 2025-12-16  3:24 UTC  (3+ messages)

[syzbot] [jfs] general protection fault in blk_update_request
 2025-12-16  3:23 UTC  (2+ messages)
` [PATCH] jfs: Extend the done of the window period

+ mm-memcontrol-rename-mem_cgroup_from_slab_obj.patch added to mm-new branch
 2025-12-16  3:23 UTC 

[PATCH v3 0/2] virtio-spi: Sync Linux headers and add vhost-user-spi device support
 2025-12-16  3:21 UTC  (3+ messages)
` [PATCH v3 1/2] standard-headers: Update virtio_spi.h from Linux v6.18-rc3
` [PATCH v3 2/2] virtio-spi: Add vhost-user-spi device support

[PATCH v31 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-12-16  3:21 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH v7 0/2] Add support for NXP XSPI
 2025-12-16  3:20 UTC  (3+ messages)
` [PATCH v7 1/2] spi: dt-bindings: nxp,imx94-xspi: Document imx94 xspi
` [PATCH v7 2/2] spi: add driver for NXP XSPI controller

+ memcg-move-mem_cgroup_usage-memcontrol-v1c.patch added to mm-new branch
 2025-12-16  3:19 UTC 

[Linux Memory Hotness and Promotion] Notes from December 4, 2025
 2025-12-16  3:16 UTC 

[PATCH 6.1.y] dmaengine: idxd: Remove improper idxd_free
 2025-12-16  3:13 UTC 

[PATCH 8/9] blk-crypto: optimize data unit alignment checking
 2025-12-16  3:16 UTC  (2+ messages)

linux-next: build warnings in Linus' tree
 2025-12-16  3:14 UTC  (3+ messages)

[PATCH V1] accel/amdxdna: Remove amdxdna_flush()
 2025-12-16  3:13 UTC 

[PATCH i-g-t 0/2] Switch to use kernel standard fault injection in i915
 2025-12-16  3:12 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Switch to use kernel standard fault injection in i915 (rev7)


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.