All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-22 22:17:07 to 2026-04-22 23:46:57 UTC [more...]

[PATCH] smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
 2026-04-22 23:46 UTC  (2+ messages)

[PATCH net v3 0/8] xsk: fix bugs around xsk skb allocation
 2026-04-22 23:45 UTC  (4+ messages)
` [PATCH net v3 8/8] xsk: don't support AF_XDP on 32-bit architectures

[PATCH i-g-t] intel-ci: Add a testlist for D3cold tests
 2026-04-22 23:39 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[f2fs-dev] [PATCH v9 00/17] Exposing case folding behavior
 2026-04-22 23:38 UTC  (38+ messages)
`  "
` [f2fs-dev] [PATCH v9 01/17] fs: Move file_kattr initialization to callers
  `  "
` [f2fs-dev] [PATCH v9 02/17] fs: Add case sensitivity flags to file_kattr
  `  "
` [f2fs-dev] [PATCH v9 03/17] fat: Implement fileattr_get for case sensitivity
  `  "
` [f2fs-dev] [PATCH v9 04/17] exfat: "
  `  "
` [f2fs-dev] [PATCH v9 05/17] ntfs3: "
  `  "
` [f2fs-dev] [PATCH v9 06/17] hfs: "
  `  "
` [f2fs-dev] [PATCH v9 07/17] hfsplus: Report case sensitivity in fileattr_get
  `  "
` [f2fs-dev] [PATCH v9 08/17] ext4: "
  `  "
` [f2fs-dev] [PATCH v9 09/17] xfs: "
  `  "
` [f2fs-dev] [PATCH v9 10/17] cifs: Implement fileattr_get for case sensitivity
  `  "
` [f2fs-dev] [PATCH v9 11/17] nfs: "
  `  "
` [f2fs-dev] [PATCH v9 12/17] f2fs: Add case sensitivity reporting to fileattr_get
  `  "
` [f2fs-dev] [PATCH v9 13/17] vboxsf: Implement fileattr_get for case sensitivity
  `  "
` [f2fs-dev] [PATCH v9 14/17] isofs: "
  `  "
` [f2fs-dev] [PATCH v9 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
  `  "
` [f2fs-dev] [PATCH v9 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
  `  "
` [f2fs-dev] [PATCH v9 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
  `  "

[PATCH v3 0/4] Describe coresight on R-Mobile A1
 2026-04-22 23:36 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: clock: renesas,cpg-clocks: Document ZT/ZTR trace clock "
` [PATCH v3 2/4] clk: renesas: r8a7740: Implement "
` [PATCH v3 3/4] ARM: dts: renesas: r8a7740: Add "
` [PATCH v3 4/4] ARM: dts: renesas: r8a7740: Describe coresight "

[PATCH] drm/xe/guc: Test GuC v70.64.0 for BMG, LNL, PTL
 2026-04-22 23:36 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.64.0 for BMG, LNL, PTL (rev2)

[PATCH bpf-next v13 3/6] bpf: Add sleepable support for classic tracepoint programs
 2026-04-22 23:35 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/btrfs-progs: remove unnecessary autoreconf
 2026-04-22 23:34 UTC 

[PATCH v2 08/12] thermal/of: Rename the devm_thermal_of_cooling_device_register() function
 2026-04-22 23:33 UTC  (2+ messages)

[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
 2026-04-22 23:32 UTC  (34+ messages)
` [PATCHSET v5] libfuse: run fuse servers as a contained service
  ` [PATCH 01/13] Refactor mount code / move common functions to mount_util.c
  ` [PATCH 02/13] mount_service: add systemd socket service mounting helper
  ` [PATCH 03/13] mount_service: create high level fuse helpers
  ` [PATCH 04/13] mount_service: use the new mount api for the mount service
  ` [PATCH 05/13] mount_service: update mtab after a successful mount
  ` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
  ` [PATCH 07/13] util: fix checkpatch complaints in fuser_conf.[ch]
  ` [PATCH 08/13] mount_service: enable unprivileged users in a similar manner as fusermount
  ` [PATCH 09/13] mount.fuse3: integrate systemd service startup
  ` [PATCH 10/13] mount_service: allow installation as a setuid program
  ` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server
  ` [PATCH 12/13] example/service: create a sample systemd service for a high-level "
  ` [PATCH 13/13] nullfs: support fuse systemd service mode
` [PATCHSET 1/2] libext2fs: fix some missed fsync calls
  ` [PATCH 1/3] libext2fs: always fsync the device when flushing the cache
  ` [PATCH 2/3] libext2fs: always fsync the device when closing the unix IO manager
  ` [PATCH 3/3] libext2fs: only fsync the unix fd if we wrote to the device
` [PATCHSET v5 2/2] fuse4fs: run servers as a contained service
  ` [PATCH 01/10] libext2fs: make it possible to extract the fd from an IO manager
  ` [PATCH 02/10] libext2fs: fix checking for valid fds in mmp.c
  ` [PATCH 03/10] unix_io: allow passing /dev/fd/XXX paths to the unixfd IO manager
  ` [PATCH 04/10] libext2fs: fix MMP code to work with "
  ` [PATCH 05/10] libext2fs: bump libfuse API version to 3.19
  ` [PATCH 06/10] fuse4fs: hoist some code out of fuse4fs_main
  ` [PATCH 07/10] fuse4fs: enable safe service mode
  ` [PATCH 08/10] fuse4fs: set proc title when in fuse "
  ` [PATCH 09/10] fuse4fs: make MMP work correctly in safe "
  ` [PATCH 10/10] debian: update packaging for fuse4fs service
` [RFC PATCH 1/4] fusefatfs: enable fuse systemd service mode
` [RFC PATCH 2/4] exfat: "
` [RFC PATCH 3/4] fuseiso: enable "
` [RFC PATCH 4/4] httpdirfs: enable fuse "

[PATCH i-g-t 0/2] Extend gpgpu fill support to XE3P
 2026-04-22 23:29 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH] fscrypt: add software key support for filesystem-managed data
 2026-04-22 23:27 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH RFC v2 0/2] ASoC: move card->pop_time to soc-dapm
 2026-04-22 23:27 UTC  (3+ messages)
` [PATCH RFC v2 1/2] ASoC: ti: ams-delta: Stop (ab)using card->pop_time
` [PATCH RFC v2 2/2] ASoC: soc-dapm: move card->pop_time to soc-dapm.c

[RFC] [QUESTION] Stuff to do for string
 2026-04-22 23:27 UTC  (8+ messages)

[PATCH v2 0/2] bpf: fsession support for LoongArch
 2026-04-22 23:24 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: BPF: Introduce emit_store_stack_imm64() helper
` [PATCH v2 2/2] LoongArch: BPF: Add fsession support for trampolines

[PATCH v2] cxl/region: Fix a race bug in delete_region_store
 2026-04-22 23:19 UTC  (4+ messages)

[PATCH v2 07/12] thermal/core: Put of_node field cooling device structure under Kconfig option
 2026-04-22 23:19 UTC  (2+ messages)

[PATCH v4 0/7] Allow AET to use PMT/TPMI as loadable modules
 2026-04-22 23:17 UTC  (15+ messages)
` [PATCH v4 4/7] fs,x86/resctrl: Add architecture hooks for every mount/unmount

[PATCH v3 00/32] target/arm: fully model WFxT instructions for A-profile
 2026-04-22 23:13 UTC  (11+ messages)
` [PATCH v3 24/32] target/arm: teach arm_cpu_has_work about halting reasons
` [PATCH v3 28/32] target/arm: hoist event broadcast code into a helper
` [PATCH v3 29/32] target/arm: implement global monitor events
` [PATCH v3 31/32] target/arm: handle the WFE trap case
` [PATCH v3 32/32] target/arm: implement WFET

[PATCH v3 0/3] iio: light: ltr501: cleanups and modernizations
 2026-04-22 23:12 UTC  (4+ messages)
` [PATCH v3 1/3] iio: light: ltr501: update header inclusions
` [PATCH v3 2/3] iio: light: ltr501: use automatic cleanup of locks
` [PATCH v3 3/3] iio: light: ltr501: use `sysfs_emit_at()` for showing scales

[PATCH v4 0/5] arm64: dts: qcom: add QCS8550 RB5Gen2 support
 2026-04-22 23:12 UTC  (3+ messages)
` [PATCH v4 5/5] arm64: dts: qcom: qcs8550: add QCS8550 RB5Gen2 board support

[PATCH] platform/x86: asus-wmi: fix camera key led on Zenbook S14
 2026-04-22 23:12 UTC  (4+ messages)

[RFC nvme-keyring nvme-cli] Should NVMe/TLS PSKs support the request_key API?
 2026-04-22 23:10 UTC  (2+ messages)
` [RFC PATCH] nvme-keyring: add request_key upcalls for dynamic key loading

[RFC][PATCH 0/2] ASoC: move card->pop_time to soc-dapm
 2026-04-22 23:11 UTC  (6+ messages)
` [RFC][PATCH 1/2] ASoC: ti: ams-delta: Stop (ab)using card->pop_time

[PATCH bpf-next v2 7/9] bpf: Prepare verifier logs for upcoming kfunc stack arguments
 2026-04-22 23:09 UTC  (6+ messages)

[NDCTL PATCH] cxl: Add CXL type2 accelerator unit test
 2026-04-22 23:08 UTC 

[meta-oe][PATCH] fftw_3.3.11.bb: Update version
 2026-04-22 23:07 UTC  (3+ messages)
` [oe] "

[PATCH v28 0/8] Optimized Donor Migration for Proxy Execution
 2026-04-22 23:06 UTC  (9+ messages)
` [PATCH v28 1/8] sched: Rework pick_next_task() and prev_balance() to avoid stale prev references
` [PATCH v28 2/8] sched: deadline: Add some helper variables to cleanup deadline logic
` [PATCH v28 3/8] sched: deadline: Add dl_rq->curr pointer to address issues with Proxy Exec
` [PATCH v28 4/8] sched: Rework block_task so it can be directly called
` [PATCH v28 5/8] sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING case
` [PATCH v28 6/8] sched: Add blocked_donor link to task for smarter mutex handoffs
` [PATCH v28 7/8] sched: Break out core of attach_tasks() helper into sched.h
` [PATCH v28 8/8] sched: Migrate whole chain in proxy_migrate_task()

[PATCH bpf-next v12 3/6] bpf: Add sleepable support for classic tracepoint programs
 2026-04-22 23:06 UTC  (2+ messages)

[PATCH] hfs: validate bitmap record offset in hfs_bmap_alloc
 2026-04-22 23:05 UTC  (2+ messages)

[PATCH v2 1/2] Bluetooth: Remove unneeded crypto kconfig selections
 2026-04-22 23:02 UTC  (4+ messages)
` Bluetooth: Use AES-CMAC library API

[PATCH v5] iio: adc: ad7280a: replace mutex_lock() with guard(mutex)
 2026-04-22 23:03 UTC  (4+ messages)

[PATCH] net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind
 2026-04-22 15:18 UTC  (2+ messages)

[PATCH 0/7] cxl: Add CXL type2 accelerator support for cxl_test
 2026-04-22 23:02 UTC  (8+ messages)
` [PATCH 1/7] cxl/test: Refactor mock_init_hdm_decoder() to prep for type2 decoder
` [PATCH 2/7] cxl/test: Add type2 support for mock CFMWS0
` [PATCH 3/7] cxl/test: Refactor platform device enumerations
` [PATCH 4/7] cxl/test: Add hierarchy enumeration support for type2 device
` [PATCH 5/7] cxl/test: Fixup hdm init for auto region to support type2
` [PATCH 6/7] cxl/test: Add cxl_test accelerator driver
` [PATCH 7/7] cxl: Fix double unregistration of CXL regions for type2 devices

[PATCH i-g-t v2 0/5] Various fixes for prime_udl test
 2026-04-22 23:00 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for Various fixes for prime_udl test (rev3)

[PATCH v3 0/2] tpm_tis: fix retry exhaustion and add logging
 2026-04-22 23:00 UTC  (2+ messages)

[PATCH v1] tests/functional: Make socat wait longer in migration exec test
 2026-04-22 23:00 UTC 

regression 2.54.0: test suite hangs indefinitely with mksh
 2026-04-22 23:00 UTC  (3+ messages)
  ` [PATCH] Revert "transport-helper, connect: use clean_on_exit to reap children on abnormal exit"

CPU Lockups in KVM with deferred hrtimer rearming
 2026-04-22 22:57 UTC  (12+ messages)

[syzbot] [kvm?] INFO: task hung in kvm_swap_active_memslots (2)
 2026-04-22 22:55 UTC  (4+ messages)

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-04-22 22:53 UTC  (5+ messages)
` [PATCH v6 01/43] fscrypt: add per-extent encryption support

[PATCH] revision.c: implement --reverse=before for walks
 2026-04-22 22:53 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v12 0/5] Rust bindings for gem shmem
 2026-04-22 22:52 UTC  (3+ messages)
` [PATCH v12 2/5] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()

[PATCH] linux-user: fix off-by-one in host_to_target_for_each_rtattr()
 2026-04-22 22:50 UTC  (4+ messages)

[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
 2026-04-22 22:50 UTC  (5+ messages)
` [PATCH bpf-next v3 2/9] bpf: Assign reg->id when getting referenced kptr from ctx

[PATCH v2 00/13] drm/i915/display: Add DC3CO support
 2026-04-22 22:50 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/display: Add DC3CO support (rev2)

[PATCH v2 05/12] thermal/of: Move the node pointer assignation in the OF code file
 2026-04-22 22:50 UTC  (2+ messages)

[PATCH 0/8] kdevops: add nixos-qemu subtree and refactor NIXOS role
 2026-04-22 22:48 UTC  (9+ messages)
` [PATCH 1/8] scripts: import nixos-qemu at scripts/nixos-qemu
` [PATCH 2/8] nixos: consume nixos-qemu modules via a per-node default.nix
` [PATCH 3/8] nixos: build the per-node disk image through the flake output
` [PATCH 4/8] nixos: invoke nix build through ansible.builtin.command
` [PATCH 5/8] nixos: restructure playbook into roles/nixos with per-phase task files
` [PATCH 6/8] nixos: collapse playbook into a tag-gated role entry
` [PATCH 7/8] nixos: drop stale top-level nixos/ entrypoint
` [PATCH 8/8] nixos: drop hardcoded /xfs1 path from clean_nixos_cache

[PATCH/RFC 00/14] R-Car X5H Ironhide SCMI CPG/MDLC remapping
 2026-04-22 22:48 UTC  (2+ messages)

[PATCH v4 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
 2026-04-22 22:48 UTC  (2+ messages)

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-22 22:46 UTC  (6+ messages)
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
      ` [f2fs-dev] "

[PATCH 0/2] migration: include timing and RAM stats on destination when query-migrate
 2026-04-22 22:46 UTC  (6+ messages)

[PATCH bpf-next v3 3/9] bpf: Preserve reg->id of pointer objects after null-check
 2026-04-22 22:46 UTC  (3+ messages)

[syzbot] [ext4?] WARNING in jbd2_journal_dirty_metadata (3)
 2026-04-22 22:44 UTC 

[PATCH v4 0/6] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-04-22 22:42 UTC  (11+ messages)
` [PATCH v4 4/6] KVM: x86/pmu: Re-evaluate Host-Only/Guest-Only on nested SVM transitions

[PATCH RESEND] apparmor: Fix string overrun due to missing termination
 2026-04-22 22:41 UTC  (2+ messages)
` [apparmor] "

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-04-22 22:41 UTC  (3+ messages)

[PATCH v2] fs: cache the string generated by reading /proc/filesystems
 2026-04-22 22:42 UTC  (3+ messages)
` [PATCH v2] "

[Patch] PCI/MSI: Handle lack of irqdomain gracefully
 2026-04-22 22:34 UTC  (3+ messages)

[PATCH v8 0/5] proc: subset=pid: Relax check of mount visibility
 2026-04-22 22:32 UTC  (9+ messages)
` [PATCH v9 "
  ` [PATCH v9 4/5] proc: Skip the visibility check if subset=pid is used

[kernel-cve-report] New CVE entries this week
 2026-04-22 22:31 UTC 

[PATCH 0/1] migration/multifd: fix channel count TOCTOU race on cancel and retry
 2026-04-22 22:30 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v1 2/2] thermal: hwmon: Use extra_groups for adding temperature attributes
 2026-04-22 22:28 UTC  (2+ messages)

[PATCH v4 0/2] iio: adc: mcp320x: bitfield refactoring
 2026-04-22 22:14 UTC  (3+ messages)
` [PATCH v4 1/2] iio: adc: mcp320x: sort headers alphabetically
` [PATCH v4 2/2] iio: adc: mcp320x: refactor driver to use bitfield API

drivers/gpu/drm/bridge/ssd2825.c:484:13: warning: stack frame size (20088) exceeds limit (8192) in 'ssd2825_bridge_atomic_pre_enable'
 2026-04-22 22:25 UTC 

[PATCH v2 04/12] thermal/core: Remove node pointer parameter when registering a tz
 2026-04-22 22:25 UTC  (2+ messages)

[PATCH 5.15.y] rxrpc: Fix recvmsg() unconditional requeue
 2026-04-22 22:24 UTC 

[PATCH 6.1.y] rxrpc: Fix recvmsg() unconditional requeue
 2026-04-22 22:24 UTC 

[PATCH 5.10.y] rxrpc: Fix recvmsg() unconditional requeue
 2026-04-22 22:24 UTC 

[PATCH] usb: usbtmc: Allocate enough space for interrupt-IN buffer
 2026-04-22 22:22 UTC 

[PATCH v2] sched: fair: Prevent negative lag increase during delayed dequeue
 2026-04-22 22:20 UTC  (9+ messages)

[PATCH BlueZ v2] sixaxis: Fix pairing Esperanza EGG109k controller
 2026-04-22 22:20 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH] linux-firmware: update firmware for MT7925 WiFi device
 2026-04-22 22:19 UTC 

[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
 2026-04-22 22:19 UTC  (12+ messages)
` [PATCH v2 3/3] KVM: Take gpa_t in kvm_vcpu_map[_readonly]()

[PATCH v1] mediatek MT7925: update bluetooth firmware to 20260414153243
 2026-04-22 22:17 UTC 

[PATCH 0/8] kdevops: small NIXOS and gen_hosts fixes
 2026-04-22 22:16 UTC  (2+ messages)
` [PATCH 8/8] gen_hosts: drop sudo become on inventory owner refresh


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.