All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 21:36:55 to 2025-11-06 22:46:16 UTC [more...]

[PATCHBOMB 1.48] fuse2fs: new features, new server
 2025-11-06 22:46 UTC  (71+ messages)
` [PATCHSET 1/9] fuse2fs: fix locking problems
  ` [PATCH 1/4] libext2fs: add POSIX advisory locking to the unix IO manager
  ` [PATCH 2/4] fuse2fs: try to lock filesystem image files before using them
  ` [PATCH 3/4] fuse2fs: quiet down write-protect warning
  ` [PATCH 4/4] fuse2fs: try to grab block device O_EXCL repeatedly
` [PATCHSET 2/9] fuse2fs: add some easy new features
  ` [PATCH 01/19] libext2fs: initialize htree when expanding directory
  ` [PATCH 02/19] libext2fs: create link count adjustment helpers for dir_nlink
  ` [PATCH 03/19] libext2fs: fix ext2fs_mmp_update
  ` [PATCH 04/19] libext2fs: refactor aligned MMP buffer allocation
  ` [PATCH 05/19] libext2fs: always use ext2fs_mmp_get_mem to allocate fs->mmp_buf
  ` [PATCH 06/19] fuse2fs: check root directory while mounting
  ` [PATCH 07/19] fuse2fs: read bitmaps asynchronously during initialization
  ` [PATCH 08/19] fuse2fs: use file handles when possible
  ` [PATCH 09/19] fuse2fs: implement dir seeking
  ` [PATCH 10/19] fuse2fs: implement readdirplus
  ` [PATCH 11/19] fuse2fs: implement dirsync mode
  ` [PATCH 12/19] fuse2fs: only flush O_SYNC files on close
  ` [PATCH 13/19] fuse2fs: improve want_extra_isize handling
  ` [PATCH 14/19] fuse2fs: cache symlink targets in the kernel
  ` [PATCH 15/19] fuse2fs: constrain worker thread count
  ` [PATCH 16/19] fuse2fs: improve error handling behaviors
  ` [PATCH 17/19] fuse2fs: fix link count overflows on dir_nlink filesystems
  ` [PATCH 18/19] libsupport: add background thread manager
  ` [PATCH 19/19] fuse2fs: implement MMP updates
` [PATCHSET 3/9] fuse2fs: clean up operation startup
  ` [PATCH 1/9] fuse2fs: rework FUSE2FS_CHECK_CONTEXT not to rely on global_fs
  ` [PATCH 2/9] fuse2fs: rework checking file handles
  ` [PATCH 3/9] fuse2fs: rework fallocate file handle extraction
  ` [PATCH 4/9] fuse2fs: consolidate file handle checking in op_ioctl
  ` [PATCH 5/9] fuse2fs: move fs assignment closer to locking the bfl
  ` [PATCH 6/9] fuse2fs: clean up operation startup
  ` [PATCH 7/9] fuse2fs: clean up operation completion
  ` [PATCH 8/9] fuse2fs: clean up more boilerplate
  ` [PATCH 9/9] fuse2fs: collect runtime of various operations
` [PATCHSET 4/9] fuse2fs: refactor unmount code
  ` [PATCH 1/3] fuse2fs: get rid of the global_fs variable
  ` [PATCH 2/3] fuse2fs: hoist lockfile code
  ` [PATCH 3/3] fuse2fs: hoist unmount code from main
` [PATCHSET 5/9] fuse2fs: refactor mount code
  ` [PATCH 1/3] fuse2fs: split filesystem mounting into helper functions
  ` [PATCH 2/3] fuse2fs: register as an IO flusher thread
  ` [PATCH 3/3] fuse2fs: adjust OOM killer score if possible
` [PATCHSET 6/9] fuse2fs: improve operation tracing
  ` [PATCH 1/4] fuse2fs: hook library error message printing
  ` [PATCH 2/4] fuse2fs: print the function name in error messages, not the file name
  ` [PATCH 3/4] fuse2fs: improve tracing for file range operations
  ` [PATCH 4/4] fuse2fs: record thread id in debug trace data
` [PATCHSET 7/9] fuse2fs: better tracking of writable state
  ` [PATCH 1/3] fuse2fs: pass a struct fuse2fs to fs_writeable
  ` [PATCH 2/3] fuse2fs: track our own writable state
  ` [PATCH 3/3] fuse2fs: enable the shutdown ioctl
` [PATCHSET 8/9] fuse2fs: upgrade to libfuse 3.17
  ` [PATCH 1/4] fuse2fs: bump library version
  ` [PATCH 2/4] fuse2fs: wrap the fuse_set_feature_flag helper for older libfuse
  ` [PATCH 3/4] fuse2fs: disable nfs exports
  ` [PATCH 4/4] fuse2fs: drop fuse 2.x support code
` [PATCHSET 9/9] fuse4fs: fork a low level fuse server
  ` [PATCH 01/23] fuse2fs: separate libfuse3 and fuse2fs detection in configure
  ` [PATCH 02/23] fuse2fs: start porting fuse2fs to lowlevel libfuse API
  ` [PATCH 03/23] debian: create new package for fuse4fs
  ` [PATCH 04/23] fuse4fs: namespace some helpers
  ` [PATCH 05/23] fuse4fs: convert to low level API
  ` [PATCH 06/23] libsupport: port the kernel list.h to libsupport
  ` [PATCH 07/23] libsupport: add a cache
  ` [PATCH 08/23] cache: disable debugging
  ` [PATCH 09/23] cache: use modern list iterator macros
  ` [PATCH 10/23] cache: embed struct cache in the owner
  ` [PATCH 11/23] cache: pass cache pointer to callbacks
  ` [PATCH 12/23] cache: pass a private data pointer through cache_walk

[PATCH net-next 0/3] net: mdio: improve reset handling of mdio devices
 2025-11-06 22:46 UTC  (3+ messages)
` [PATCH net-next 3/3] net: mdio: improve reset handling in mdio_device.c

[PATCH v2 0/4] permission check avoidance during lookup
 2025-11-06 22:45 UTC  (3+ messages)
` [PATCH v2 1/4] fs: speed up path lookup with cheaper MAY_EXEC checks

[PATCH] [v2] Documentation: Provide guidelines for tool-generated content
 2025-11-06 22:42 UTC  (2+ messages)

[PATCH 00/25] RDA8810PL Clock, RTC and MMC driver
 2025-11-06 22:42 UTC  (3+ messages)
` [PATCH 06/25] rtc: Add driver for RDA Micro SoC

[PATCH v4 0/2] blame: make diff algorithm configurable
 2025-11-06 22:41 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
  ` [PATCH v5 2/2] blame: make diff algorithm configurable

[syzbot ci] Re: tipc: Fix use-after-free in tipc_mon_reinit_self()
 2025-11-06 22:39 UTC  (5+ messages)

Compile Error fs/nfsd/nfs4state.o - clamp() low limit slotsize greater than high limit total_avail/scale_factor
 2025-11-06 22:39 UTC  (5+ messages)
` Fwd: "

[PATCH 00/12] linux-mirror fixes
 2025-11-06 22:36 UTC  (13+ messages)
` [PATCH 01/12] CLAUDE.md: consolidate and strengthen commit guidelines
` [PATCH 02/12] linux-mirror: fix missing systemd timers for five git repositories
` [PATCH 03/12] linux-mirror: migrate all mirror makefile vars to kconfig
` [PATCH 04/12] linux-mirror: remove mirror from automatic make execution
` [PATCH 05/12] gen-hosts: convert python interpreter vars to Kconfig
` [PATCH 06/12] linux-mirror: fix tag status-check -> mirror-status
` [PATCH 07/12] linux-mirror: fix systemd scope for mirror-status when running as root
` [PATCH 08/12] linux-mirror: fix variable path in mirror-status debug tasks
` [PATCH 09/12] linux-mirror: ensure proper ownership for system-level mirrors
` [PATCH 10/12] linux-mirror: add distribution-specific NFS server support
` [PATCH 11/12] mirror: fix firewalld status check to prevent spurious failures
` [PATCH 12/12] linux-mirror: add formatted output for mirror-status display

[PATCH RFC v2 0/5] bpf: avoid locks in bpf_timer and bpf_wq
 2025-11-06 22:36 UTC  (4+ messages)
` [PATCH RFC v2 4/5] bpf: add refcnt into struct bpf_async_cb

[PATCH] tests/intel/xe_pmu: Tie preempt timeout to exec quantum
 2025-11-06 22:35 UTC  (2+ messages)

stalld version v1.25.1 released
 2025-11-06 22:35 UTC 

[PATCH i-g-t v4 1/2] lib/ioct_wrappers: add __prime_fd_to_handle()
 2025-11-06 22:34 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for series starting with [i-g-t,v4,1/2] "
` ✓ i915.CI.BAT: "

[PATCH v1 net-next] sctp: Don't inherit do_auto_asconf in sctp_clone_sock()
 2025-11-06 22:34 UTC 

[GIT PULL] RISC-V fixes for v6.18-rc5
 2025-11-06 22:32 UTC 

[syzbot] [sctp?] BUG: corrupted list in sctp_destroy_sock
 2025-11-06 22:30 UTC 

[RFC] Why generic/073 is generic but not btrfs specific?
 2025-11-06 22:29 UTC  (5+ messages)

[PATCH net v2] strparser: Fix signed/unsigned mismatch bug
 2025-11-06 22:28 UTC 

[PATCH] ASoC: fsl: fsl_ssi: Replace deprecated strcpy() with strscpy()
 2025-11-06 22:28 UTC  (2+ messages)

[PATCH 0/2] tracing: tprobe-events: Fixes for tprobe events
 2025-11-06 22:28 UTC  (3+ messages)

[PATCH v2] xen/x86: guest_access: optimize raw_x_guest() for PV and HVM combinations
 2025-11-06 22:26 UTC 

[PATCH v1 1/2] perf tool: Add the perf_tool argument to all callbacks
 2025-11-06 22:25 UTC  (4+ messages)
` [PATCH v1 2/2] perf tool: Add a delegate_tool that just delegates actions to another tool

[PATCH] selftests/tracing: Add basic test for trace_marker_raw file
 2025-11-06 22:25 UTC  (3+ messages)

[PATCH net-next 0/5] tools: ynl: turn the page-pool sample into a real tool
 2025-11-06 22:24 UTC  (4+ messages)
` [PATCH net-next 2/5] tools: ynltool: create skeleton for the C command

[PATCH 0/6] gpu: nova-core: Hopper/Blackwell prerequisites
 2025-11-06 22:24 UTC  (11+ messages)
` [PATCH 3/6] gpu: nova-core: Blackwell: basic GPU identification
` [PATCH 5/6] gpu: nova-core: regs.rs: clean up chipset(), architecture()
` [PATCH 6/6] gpu: nova-core: use gpu::Architecture instead of long lists of GPUs

[morimoto:renesas-lts/v6.18-rc3-2025-10-30-x5h-ironhide 14/21] arch/arm64/boot/dts/renesas/r8a78000-ironhide.dtb: scp@c1000000 (mmio-sram): 'scp-shmem@60000', 'scp-shmem@60300' do not match any of the regexes: '^([a-z0-9]*-)?sram(-section)?@[a-f0-9]+$', '^pinctrl-[0-9]+$'
 2025-11-06 22:23 UTC 

[RFT PATCH] arm64: atomics: prefetch the destination prior to LSE operations
 2025-11-06 22:23 UTC  (2+ messages)

[PATCH] strparser: Fix signed/unsigned mismatch bug
 2025-11-06 22:22 UTC  (3+ messages)
` [PATCH net v2] "

[PATCH v3 00/13] Pegasos2 clean up and pegasos1 emulation
 2025-11-06 22:20 UTC  (12+ messages)

[PATCH] agp/alpha: fix out-of-bounds write with negative pg_start
 2025-11-06 22:20 UTC  (2+ messages)

[PATCH v2 1/2] mfd: tps65219: Implement LOCK register handling for TPS65214
 2025-11-06 22:18 UTC  (2+ messages)

[PATCH cgroup/for-6.18-fixes] cgroup: Skip showing PID 0 in cgroup.procs and cgroup.threads
 2025-11-06 22:17 UTC  (3+ messages)

[Buildroot] [PATCH] package/udisks: security bump to version 2.11.0
 2025-11-06 22:16 UTC 

[PATCH] ima: Fall back to default kernel module signature verification
 2025-11-06 22:15 UTC  (9+ messages)
` [PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module

[PATCH v2 00/10] Update lpfc to revision 14.4.0.12
 2025-11-06 22:46 UTC  (11+ messages)
` [PATCH v2 01/10] lpfc: Update various NPIV diagnostic log messaging
` [PATCH v2 02/10] lpfc: Revise discovery related function headers and comments
` [PATCH v2 03/10] lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb
` [PATCH v2 04/10] lpfc: Ensure unregistration of rpis for received PLOGIs
` [PATCH v2 05/10] lpfc: Fix leaked ndlp krefs when in point-to-point topology
` [PATCH v2 06/10] lpfc: Modify kref handling for Fabric Controller ndlps
` [PATCH v2 07/10] lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGI
` [PATCH v2 08/10] lpfc: Allow support for BB credit recovery in point-to-point topology
` [PATCH v2 09/10] lpfc: Add capability to register Platform Name ID to fabric
` [PATCH v2 10/10] lpfc: Update lpfc version to 14.4.0.12

[PATCH v3 0/1] Enable VRSR
 2025-11-06 22:15 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Enable VRSR (rev3)

[PATCH v3] drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded
 2025-11-06 22:15 UTC  (4+ messages)

[PATCH v9 2/9] kho: drop notifiers
 2025-11-06 22:14 UTC  (4+ messages)

[PATCH v2 00/12] Context based TLB invalidations
 2025-11-06 22:15 UTC  (10+ messages)
` [PATCH v2 02/12] drm/xe: Make usm.asid_to_vm allocation use GFP_NOWAIT
` [PATCH v2 04/12] drm/xe: Add vm to exec queues association
` [PATCH v2 06/12] drm/xe: Do not forward invalid TLB invalidation seqnos to upper layers
` [PATCH v2 11/12] drm/xe: Add context-based invalidation to GuC TLB invalidation backend

[Jenkins] media.git_drivers_build #443: build failed for x86_64 allyesconfig x86_64 allmodconfig x86_64 no PM
 2025-11-06 22:14 UTC  (2+ messages)
` [Jenkins] media.git_drivers_build #444: "

[PATCH 0/2] Fix AArch32 compilation with Clang
 2025-11-06 22:13 UTC  (3+ messages)

[PATCH] tests/intel/xe_pmu: Update preempt timeout when sched_is_idle
 2025-11-06 22:13 UTC  (2+ messages)

[PATCH v2 0/2] mshv: Allow mappings that overlap in uaddr
 2025-11-06 22:13 UTC  (3+ messages)
` [PATCH v2 1/2] mshv: Fix create memory region overlap check
` [PATCH v2 2/2] mshv: Allow mappings that overlap in uaddr

[RFC/RFT PATCH net-next v3 0/2] net: Split ndo_set_rx_mode into snapshot and deferred write
 2025-11-06 22:12 UTC  (7+ messages)
` [RFC/RFT PATCH net-next v3 1/2] net: Add ndo_write_rx_config and helper structs and functions:

[PATCH] selftests/dma: fix invalid array access in printf
 2025-11-06 22:11 UTC  (2+ messages)

[PATCH 0/4] i3c: dw: Add support for Device NACK Retry count
 2025-11-06 22:10 UTC  (3+ messages)

[PATCH] fetch: fix non-conflicting tags not being committed
 2025-11-06 22:10 UTC  (3+ messages)
` [PATCH v2] "

[PULL] u-boot-sh/master
 2025-11-06 22:05 UTC 

[PATCH 0/4] fnic: fixup INTx and MSI interrupt modes
 2025-11-06 22:09 UTC  (9+ messages)
` [PATCH 1/4] fnic: use resulting interrupt mode during configuration
` [PATCH 2/4] fnic: correctly initialize 'fnic->name'
` [PATCH 3/4] fnic: missing initialisation for wq_copy_base
` [PATCH 4/4] fnic: make interrupt mode configurable

[PATCH 0/7] lib/xe/xe_query: implement few query helpers
 2025-11-06 22:10 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH] fs/pipe: stop duplicating union pipe_index declaration
 2025-11-06 22:09 UTC  (11+ messages)
    ` fms extension (Was: [PATCH] fs/pipe: stop duplicating union pipe_index declaration)

[PATCH] perf stat: Add ScaleUnit to {cpu,task}-clock JSON description
 2025-11-06 22:09 UTC  (2+ messages)

[PATCH] migration: Fix transition to COLO state from precopy
 2025-11-06 22:07 UTC  (5+ messages)

[PATCH] lib/test_kho: Check if KHO is enabled
 2025-11-06 22:06 UTC 

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-06 22:01 UTC  (7+ messages)
` [PATCH v2 5/8] fuse: use enum types for header copying
` [PATCH v2 7/8] fuse: refactor setting up copy state for payload copying

[PATCH] multipathd: Fix race while registering PR key
 2025-11-06 21:59 UTC  (3+ messages)

[jolsa-perf:override_1 93/95] ci/diffs/20251014-selftests-arg_parsing-Ensure-data-is-flushed-to-.patch: warning: ignored by one of the .gitignore files
 2025-11-06 21:59 UTC 

[PATCH][yocto-autobuilder2] config: add second debian13 worker
 2025-11-06 21:58 UTC  (2+ messages)
` [yocto-autobuilder2] "

[PATCH v4 1/2] ARM: bootm: Add support for starting Linux through OPTEE-OS on ARMv7a
 2025-11-06 21:57 UTC  (2+ messages)

[PATCH] Gitlab CI: Rework our tag usage again
 2025-11-06 21:57 UTC  (2+ messages)

[PATCH][yocto-autobuilder2] config: add second debian13 worker
 2025-11-06 21:56 UTC 

[syzbot] [rdma?] KMSAN: uninit-value in ib_nl_handle_ip_res_resp
 2025-11-06 21:57 UTC 

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-06 21:56 UTC  (3+ messages)
` [PATCH v5 3/3] vfio/nvgrace-gpu: register device memory for poison handling

[moderation/CI] Re: net: core: Initialize new header to zero in pskb_expand_head
 2025-11-06 21:54 UTC 

[PATCH 0/5] virtio-gpu: Force RCU when unmapping blob
 2025-11-06 21:52 UTC  (7+ messages)
` [PATCH 4/5] rcu: Wake the RCU thread when draining

[RFC PATCH] diff: add option to report binary files in raw diffs
 2025-11-06 21:52 UTC  (8+ messages)

[chrome-os:chromeos-5.10 30/30] versioncheck: ./drivers/gpu/arm/mali/platform/mediatek/mt8188_mali_kbase_runtime_pm.c: 82: need linux/version.h
 2025-11-06 21:47 UTC 

[PATCH -next] drm/amdgpu/userqueue: Remove duplicate amdgpu_reset.h header
 2025-11-06 21:46 UTC  (2+ messages)

[PATCH] tests/intel-ci/xe: Drop xe_survivability from fast feedback
 2025-11-06 21:46 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] tools/power/cpupower: Support building libcpupower statically
 2025-11-06 21:45 UTC  (2+ messages)

[PATCH RESEND v2 0/3] target/arm/kvm: Improve memory error handling
 2025-11-06 21:43 UTC  (10+ messages)
` [PATCH RESEND v2 3/3] target/arm/kvm: Support multiple memory CPERs injection

[PATCH v2] selftests: harness: Support KCOV
 2025-11-06 21:42 UTC  (2+ messages)

[PATCH 1/2] drm/i915/display: Add register definitions for common SDP
 2025-11-06 21:38 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/2] "

[PATCH net-next v2 0/2] convert drivers to use ndo_hwtstamp callbacks part 4
 2025-11-06 21:37 UTC  (3+ messages)
` [PATCH net-next v2 1/2] bnx2x: convert to use ndo_hwtstamp callbacks
` [PATCH net-next v2 2/2] qede: "

[Buildroot] [PATCH 1/2] package/intel-mediadriver: bump version to 25.4.3
 2025-11-06 21:37 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/intel-vpl-gpu-rt: "

[PATCH v4 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
 2025-11-06 21:36 UTC  (6+ messages)


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.