All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-17 21:30:12 to 2025-06-17 23:05:59 UTC [more...]

next-20250605: Test regression: qemu-x86_64-compat mode ltp tracing Oops int3 kernel panic
 2025-06-17 23:05 UTC  (10+ messages)

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-17 23:04 UTC  (5+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages

[PATCH 0/3] Fix the Rockchip PinePhone Pro DTS warnings
 2025-06-17 22:32 UTC  (8+ messages)
` [PATCH 1/3] arm64: dts: rockchip: Fix the panel compatible for the PinePhone Pro
` [PATCH 2/3] arm64: dts: rockchip: Fix the mipi port definition for RK3399
` [PATCH 3/3] arm64: dts: rockchip: Remove unused property in PinePhone Pro MIPI panel

Virtio-IOMMU interrupt remapping design
 2025-06-17 23:03 UTC  (6+ messages)

+ mm-shmem-swap-avoid-false-positive-swap-cache-lookup.patch added to mm-new branch
 2025-06-17 23:03 UTC 

+ mm-shmem-swap-improve-mthp-swapin-process.patch added to mm-new branch
 2025-06-17 23:03 UTC 

+ mm-shmem-swap-avoid-redundant-xarray-lookup-during-swapin.patch added to mm-new branch
 2025-06-17 23:03 UTC 

+ mm-shmem-swap-improve-cached-mthp-handling-and-fix-potential-hung.patch added to mm-new branch
 2025-06-17 23:03 UTC 

[PATCH] cifs: Show reason why autodisabling serverino support
 2025-06-17 23:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH rc 0/4] Fix iommufd selftest FAIL and warnings with v6.16
 2025-06-17 23:01 UTC  (7+ messages)
` [PATCH rc 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes

[PATCH v2 0/6] PCI/VGA: Look at all PCI display devices in VGA arbiter
 2025-06-17 23:01 UTC  (7+ messages)
` [PATCH v2 6/6] vgaarb: "

[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
 2025-06-17 23:00 UTC  (9+ messages)

[PATCH] dm-table: fix checking for rq stackable devices
 2025-06-17 23:00 UTC  (2+ messages)
`  "

[PATCH net] can: tcan4x5x: fix power regulator retrieval during probe
 2025-06-17 23:00 UTC  (2+ messages)

[PATCH net v1] net: netmem: fix skb_ensure_writable with unreadable skbs
 2025-06-17 23:00 UTC  (2+ messages)

[PATCH net v2] net: ti: icssg-prueth: Fix packet handling for XDP_TX
 2025-06-17 23:00 UTC  (2+ messages)

[PATCH v3 0/3] bitmap: introduce find_random_bit() and use in clocksource
 2025-06-17 22:59 UTC  (4+ messages)
` [PATCH v3 1/3] bitmap: generalize node_random()

[PATCH 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-06-17 22:58 UTC  (3+ messages)
` [PATCH 1/4] mm/shmem, swap: improve cached mTHP handling and fix potential hung

[RFC 00/19] Kernel API Specification Framework
 2025-06-17 22:58 UTC  (6+ messages)
` [RFC 08/19] exec: add API specification for execve

+ maintainers-update-maintainers-for-hugetlb.patch added to mm-hotfixes-unstable branch
 2025-06-17 22:53 UTC 

[PATCH] block: mq-deadline: check if elevator is attached to queue in dd_finish_request
 2025-06-17 22:52 UTC  (3+ messages)

[PATCH 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
 2025-06-17 22:27 UTC  (20+ messages)
` [PATCH 1/9] lib/crypto/arm: move arch/arm/lib/crypto/ to lib/crypto/arm/
` [PATCH 2/9] lib/crypto/arm64: move arch/arm64/lib/crypto/ to lib/crypto/arm64/
` [PATCH 3/9] lib/crypto/mips: move arch/mips/lib/crypto/ to lib/crypto/mips/
` [PATCH 4/9] lib/crypto/powerpc: move arch/powerpc/lib/crypto/ to lib/crypto/powerpc/
` [PATCH 5/9] lib/crypto/riscv: move arch/riscv/lib/crypto/ to lib/crypto/riscv/
` [PATCH 6/9] lib/crypto/s390: move arch/s390/lib/crypto/ to lib/crypto/s390/
` [PATCH 7/9] lib/crypto/sparc: move arch/sparc/lib/crypto/ to lib/crypto/sparc/
` [PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
` [PATCH 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern

[PATCH i-g-t] lib/xe_query: Fix doc string for xe_device->memory_regions
 2025-06-17 22:52 UTC 

[PATCH v6 0/4] Add support for R-Car Gen4 PCI host controller
 2025-06-17 22:51 UTC  (3+ messages)
` [PATCH v6 3/4] xen/arm: add support for PCI child bus

[PATCH v6 00/12] unwind_deferred: Implement sframe handling
 2025-06-17 22:50 UTC  (13+ messages)
` [PATCH v6 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v6 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v6 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v6 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v6 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v6 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v6 07/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v6 08/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v6 09/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v6 10/12] unwind_user/sframe: Show file name in debug output
` [PATCH v6 11/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v6 12/12] unwind_user/sframe: Add .sframe validation option

[PATCH v2 0/2] x86/traps: Fix DR6/DR7 initialization
 2025-06-17 22:49 UTC  (4+ messages)
` [PATCH v2 1/2] x86/traps: Initialize DR6 by writing its architectural reset value

[tip: x86/urgent] x86/mm: Disable INVLPGB when PTI is enabled
 2025-06-17 22:48 UTC 

[PATCH v2 0/6] submodule: improve remote lookup logic
 2025-06-17 22:46 UTC  (9+ messages)
` [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
` [PATCH v2 2/6] dir: move starts_with_dot(_dot)_slash to dir.h
` [PATCH v2 3/6] remote: remove the_repository from some functions
` [PATCH v2 4/6] submodule--helper: improve logic for fallback remote name
` [PATCH v2 5/6] submodule: move get_default_remote_submodule()
` [PATCH v2 6/6] submodule: look up remotes by URL first

[PATCH v2 1/5] net: lwip: call sys_check_timeouts and schedule on rx
 2025-06-17 22:45 UTC  (3+ messages)

[PATCH 0/3] tracetool:cleanup "if(true)" check from trace_foo()
 2025-06-17 22:42 UTC  (3+ messages)
` [PATCH 2/3] tracetool: introduce generate_unconditional

[PATCH v3 00/13] sntp for NET_LWIP
 2025-06-17 22:42 UTC  (3+ messages)
` [PATCH v3 12/13] doc: add doc/cmd/sntp.rst and remove doc/README.SNTP

Please add key for Vineet Gupta (ARC maintainer)
 2025-06-17 22:41 UTC  (9+ messages)

[PATCH v5 0/5] io_uring cmd for tx timestamps
 2025-06-17 22:41 UTC  (6+ messages)

[PATCH v2 net] calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
 2025-06-17 22:40 UTC 

[RFC PATCH v2 0/2] Virtio-GPU suspend and resume
 2025-06-17 22:41 UTC  (3+ messages)

[OE-core][PATCH] u-boot: Allow for customizing installed/deployed file names
 2025-06-17 22:36 UTC  (4+ messages)

[PATCH v1 net] calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
 2025-06-17 22:35 UTC  (4+ messages)

cleanup log item formatting
 2025-06-17 22:35 UTC  (2+ messages)

[PATCH v2 1/4] perf test: Directory file descriptor leak
 2025-06-17 22:33 UTC  (4+ messages)
` [PATCH v2 2/4] perf evsel: Missed close when probing hybrid core PMUs
` [PATCH v2 3/4] perf trace: Add missed freeing of ordered events and thread
` [PATCH v2 4/4] libperf evsel: In exit add missed puts and assert close, etc. were called

+ mm-mremap-introduce-more-mergeable-mremap-via-mremap_relocate_anon-fix.patch added to mm-unstable branch
 2025-06-17 22:32 UTC 

[PATCH v4 0/2] Enable GuC opt-in features
 2025-06-17 22:31 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for Enable GuC opt-in features (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[RFC PATCH 1/4] mm/mempolicy: Expose policy_nodemask() in include/linux/mempolicy.h
 2025-06-17 22:30 UTC  (2+ messages)

temporary hung tasks on XFS since updating to 6.6.92
 2025-06-17 22:28 UTC  (6+ messages)

[PATCH] clk: Add clk_determine_rate function call
 2025-06-17 22:28 UTC  (2+ messages)

[PATCH wireless] wifi: ath6kl: remove WARN on bad firmware input
 2025-06-17 22:27 UTC  (4+ messages)

[gustavoars:testing/wfamnae-next20250616] BUILD SUCCESS a90c68ba6146ca3ab83e7dab3d1dd458d25f2e83
 2025-06-17 22:26 UTC 

refactor the iomap writeback code v2
 2025-06-17 22:25 UTC  (5+ messages)
` [PATCH 09/11] iomap: export iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops

[PATCH] drm/xe: Grab pending job list lock before resubmit
 2025-06-17 22:23 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v7 0/6] add support for pf1550 PMIC MFD-based drivers
 2025-06-17 22:23 UTC  (3+ messages)
` [PATCH v7 4/6] input: pf1550: add onkey support

need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
 2025-06-17 22:23 UTC  (11+ messages)
                  ` [RFC PATCH] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec [was: Re: need SUNRPC TCP to receive into aligned pages]

[PATCH net-next v3 0/3] vsock/test: Improve transport_uaf test
 2025-06-17 22:20 UTC  (2+ messages)

[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
 2025-06-17 22:18 UTC  (3+ messages)
` [PATCH 08/11] Input: apple_z2: Drop default ARCH_APPLE in Kconfig

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2025-06-17 22:14 UTC  (3+ messages)
` [PATCH v1 1/2] fuse: Add backing file option to lookup
` [PATCH v1 2/2] fuse: open/close backing file

[PATCH 0/7] cxl: Activate FW and userspace bgcmds
 2025-06-17 22:15 UTC  (3+ messages)
` [PATCH 7/7] cxl/mbox: Add Populate Log support

[PATCHES] ceph d_name race fixes
 2025-06-17 22:15 UTC  (7+ messages)
` [PATCH 1/3] [ceph] parse_longname(): strrchr() expects NUL-terminated string
  ` [PATCH 3/3] ceph: fix a race with rename() in ceph_mdsc_build_path()

[PATCH net-next 0/5] eth: migrate some drivers to new RXFH callbacks
 2025-06-17 22:14 UTC  (6+ messages)
` [PATCH net-next 1/5] eth: bnx2x: migrate "
` [PATCH net-next 2/5] eth: bnxt: "

[PATCH v4 0/8] Add TH1520 GPU support with power sequencing
 2025-06-17 22:14 UTC  (3+ messages)

[PATCH v3 0/2] dmaengine: idxd: Fix refcount and cleanup issues on module unload
 2025-06-17 22:13 UTC  (5+ messages)
` [PATCH v3 1/2] dmaengine: idxd: Remove improper idxd_free
` [PATCH v3 2/2] dmaengine: idxd: Fix refcount underflow on module unload

[PATCH v5 0/3] Add Radxa CM5 module and IO board dts
 2025-06-17 22:12 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: arm: rockchip: Add Radxa CM5 IO board
` [PATCH v5 2/3] arm64: dts: rockchip: Add rk3588 based Radxa CM5
` [PATCH v5 3/3] arm64: dts: rockchip: Add support for CM5 IO carrier

[PATCH 00/16] btrfs: free space tree optimization and cleanups
 2025-06-17 22:12 UTC  (7+ messages)
` [PATCH 15/16] btrfs: add and use helper to determine if using bitmaps in free space tree
` [PATCH 16/16] btrfs: cache if we are using free space bitmaps for a block group

[PATCH] drm/i915/xe3lpd: Prune modes for YUV420
 2025-06-17 22:10 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH bpf-next] selftests/bpf: Fix RELEASE build failure with gcc14
 2025-06-17 22:09 UTC  (3+ messages)

[PATCH nft] evalute: don't BUG on unexpected base datatype
 2025-06-17 22:09 UTC  (5+ messages)

[GIT PULL] NVDIMM fixes for 6.16-rc3
 2025-06-17 22:09 UTC  (2+ messages)

[PATCH v2] PCI: dw-rockchip: Delay link training after hot reset in EP mode
 2025-06-17 22:05 UTC  (5+ messages)

[meta-python][PATCH 1/2] python3-aiodns: 3.4.0 -> 3.5.0
 2025-06-17 22:04 UTC  (2+ messages)
` [meta-python][PATCH 2/2] python3-pillow: 11.1.0 -> 11.2.1

[PATCH b4] Create temporary directory in current working directory
 2025-06-13 19:04 UTC 

[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
 2025-06-17 22:02 UTC  (12+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver

Failing to build mainline kernel for arm
 2025-06-17 21:58 UTC  (3+ messages)

[PATCH v3] i2c: k1: check for transfer error
 2025-06-17 21:59 UTC  (3+ messages)

[PATCH v13 00/10] mtd: add driver for Intel discrete graphics
 2025-06-17 22:01 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for mtd: add driver for Intel discrete graphics (rev6)

[PATCH v6 0/5] Allow dyn MSI-X vector allocation of MANA
 2025-06-17 22:00 UTC  (2+ messages)

[PATCH v2] (drivers/ethernet/atheros/atl1) test DMA mapping for error code
 2025-06-17 21:59 UTC  (6+ messages)
` [PATCH net] ethernet: alt1: Fix missing DMA mapping tests

[PATCH v3 0/2] Add Rust version of might_sleep()
 2025-06-17 21:57 UTC  (10+ messages)
` [PATCH v3 1/2] rust: Introduce file_from_location()

[RFC]Page pool buffers stuck in App's socket queue
 2025-06-17 21:56 UTC  (2+ messages)

[groeck-staging:hwmon-next] BUILD SUCCESS a41a9728941f7406a8035d0f19f45f8f3cf65b03
 2025-06-17 21:56 UTC 

[sverdlin:snps-trng 9/23] arch/arm64/boot/dts/sophgo/sg2000-milkv-duo-module-01-evb.dtb: /soc/reset-controller@3003000: failed to match any schema with compatible: ['sophgo,cv1800b-reset']
 2025-06-17 21:55 UTC 

[PATCH] landlock: opened file never has a negative dentry
 2025-06-17 21:53 UTC  (8+ messages)
` [PATCH] apparmor: file never has NULL f_path.mnt
  ` [PATCH] don't duplicate vfs_open() in kernel_file_open()
    ` [PATCH] proc_fd_getattr(): don't bother with S_ISDIR() check
      ` [PATCH] secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the file
        ` [bpf_iter] get rid of redundant 3rd argument of prepare_seq_file()

[PATCH net v1] netmem: fix skb_frag_address_safe with unreadable skbs
 2025-06-17 21:52 UTC  (4+ messages)

[PATCH 0/2] Add nokbdwakeup quirk and enable it for MSI Claw
 2025-06-17 21:50 UTC  (5+ messages)

[PATCH][SMB3 client] cifs: Show reason why autodisabling serverino support
 2025-06-17 21:51 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the landlock tree
 2025-06-17 21:51 UTC 

linux-next: duplicate patch in the v4l-dvb tree
 2025-06-17 21:49 UTC 

[PATCH v1 1/4] perf test: Directory file descriptor leak
 2025-06-17 21:49 UTC  (7+ messages)
` [PATCH v1 3/4] perf trace: Add missed freeing of ordered events and thread

[PATCH -qemu] hw/cxl: Use runtime for bg cmd running semantics
 2025-06-17 21:48 UTC 

[PATCH] mce: include cmci during intel feature clearing
 2025-06-17 21:47 UTC 

[linux-next:master 2264/3035] drivers/gpu/drm/msm/dp/dp_display.c:1313:39: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2025-06-17 21:44 UTC 

[openeuler:openEuler-1.0-LTS 1568/1568] block/blk-throttle.c:2306:1-7: preceding lock on line 2212
 2025-06-17 21:44 UTC 

[Bug 220116] amd_pmc - Last suspend didn't reach deepest state
 2025-06-17 21:43 UTC 

[PATCH v3 1/2] net/af-xdp: Support pinned map path for AF_XDP sockets
 2025-06-17 21:41 UTC  (5+ messages)
` [PATCH v3 2/2] net/af-xdp: Fix up cleanup path upon failure in queue creation

[PATCH v3 0/9] drm/xe: Init changes for flicker-free boot
 2025-06-17 21:40 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] app/compress-perf: support dictionary files
 2025-06-17 21:34 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] remoteproc: Don't use %pK through printk
 2025-06-17 21:30 UTC  (2+ messages)

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-06-17 21:31 UTC  (3+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: qcom: sm8250: enable camcc clock controller by default
 2025-06-17 21:31 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP
 2025-06-17 21:31 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/3] soc: qcom: qcom_stats: Add DDR stats
 2025-06-17 21:31 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] Add support for AW8898 Amplifier
 2025-06-17 21:31 UTC  (2+ messages)
` (subset) "

[PATCH] soc: qcom: socinfo: Add support to retrieve TME build details
 2025-06-17 21:31 UTC  (2+ messages)

[PATCH v2 0/3] soc: qcom: mdt_loader: Validation and cleanup fixes
 2025-06-17 21:31 UTC  (2+ messages)

[PATCH v2 0/2] soc: qcom: QMI helpers supports for big endian
 2025-06-17 21:31 UTC  (2+ messages)

[RESEND PATCH] rpmsg: Use strscpy() instead of strscpy_pad()
 2025-06-17 21:30 UTC  (2+ messages)

[PATCH 0/2] Correct the ready and handover interrupt number for sa8775p remoteproc
 2025-06-17 21:30 UTC  (2+ messages)
` (subset) "

[PATCH 00/10] media: qcom: camss: add support for csiphy devices
 2025-06-17 21:30 UTC  (10+ messages)
` [PATCH 08/10] dt-bindings: media: qcom: Add Qualcomm MIPI C-/D-PHY schema for CSIPHY IPs

[PATCH v3 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-06-17 21:29 UTC  (3+ messages)
` [PATCH v3 28/28] docs: Add secure IPL documentation


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.