All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-21 21:45:59 to 2025-05-21 22:46:26 UTC [more...]

[PATCHSET 4/6] fuse2fs: use fuseblk mode
 2025-05-21 22:46 UTC  (6+ messages)
` [PATCH 01/10] fuse2fs: rework FUSE2FS_CHECK_CONTEXT not to rely on global_fs
` [PATCH 02/10] fuse2fs: get rid of the global_fs variable
` [PATCH 03/10] fuse2fs: close filesystem from op_destroy
` [PATCH 04/10] fuse2fs: split filesystem mounting into helper functions
` [PATCH 05/10] fuse2fs: make norecovery behavior consistent with the kernel

[Buildroot] [PATCH] package/esp-hosted: bump to version 1.0.4.0.0
 2025-05-21 22:45 UTC  (2+ messages)
` [Buildroot] [PATCH] package/mongoose: bump to version 7.18

[PATCH ath-next V14 0/9] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
 2025-05-21 22:45 UTC  (10+ messages)
` [PATCH ath-next V14 1/9] wifi: ath12k: push HE MU-MIMO params to hardware
` [PATCH ath-next V14 2/9] wifi: ath12k: push EHT "
` [PATCH ath-next V14 3/9] wifi: ath12k: move HE MCS mapper to a separate function
` [PATCH ath-next V14 4/9] wifi: ath12k: generate rx and tx mcs maps for supported HE mcs
` [PATCH ath-next V14 5/9] wifi: ath12k: fix TX and RX MCS rate configurations in HE mode
` [PATCH ath-next V14 6/9] wifi: ath12k: add support for setting fixed HE rate/GI/LTF
` [PATCH ath-next V14 7/9] wifi: ath12k: clean up 80P80 support
` [PATCH ath-next V14 8/9] wifi: ath12k: add support for 160 MHz bandwidth
` [PATCH ath-next V14 9/9] wifi: ath12k: add extended NSS bandwidth support for 160 MHz

[PATCH v1] perf test: Restrict uniquifying test to machines with uncore_imc
 2025-05-21 22:44 UTC 

[PATCHSET 3/6] fuse2fs: add some easy new features
 2025-05-21 22:45 UTC  (8+ messages)
` [PATCH 1/7] fuse2fs: use file handles when possible
` [PATCH 2/7] fuse2fs: implement dir seeking
` [PATCH 3/7] fuse2fs: implement readdirplus
` [PATCH 4/7] fuse2fs: implement dirsync mode
` [PATCH 5/7] fuse2fs: only flush O_SYNC files on close
` [PATCH 6/7] fuse2fs: improve want_extra_isize handling
` [PATCH 7/7] fuse2fs: cache symlink targets in the kernel

[linux-next:master 5904/8679] <instantiation>:7:11: error: expected an immediate
 2025-05-21 22:44 UTC  (5+ messages)

[PATCH v3 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-05-21 22:43 UTC  (9+ messages)
` [PATCH v3 2/3] KVM: x86: Use kvzalloc() to allocate VM struct

[PATCH] amdgpu: remove AMDGPU_USERQ_ENABLED flag from userqueues
 2025-05-21 22:43 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v5 0/4] rust: DebugFS Bindings
 2025-05-21 22:43 UTC  (12+ messages)
` [PATCH v5 4/4] rust: samples: Add debugfs sample

[PATCHSET 2/6] fuse2fs: various filewide cleanups
 2025-05-21 22:43 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: clean up open-coded ext2_inode_large -> ext2_inode casts
` [PATCH 2/3] fuse2fs: simplify reading and writing inodes
` [PATCH 3/3] fuse2fs: implement blocksize converters

[PATCH v2] drm/xe/bo: add GPU memory trace points
 2025-05-21 22:42 UTC 

[PATCHSET 2/2] fstests: more random fixes for v2025.05.11
 2025-05-21 22:42 UTC  (5+ messages)
` [PATCH 1/4] generic/251: fix infinite looping if fstrim_loop configuration fails
` [PATCH 2/4] generic/251: skip this test if fstrim geometry detection fails
` [PATCH 3/4] check: unbreak iam
` [PATCH 4/4] check: check and fix the test filesystem after failed tests

[PATCHSET 1/6] fuse2fs: even more bug fixes
 2025-05-21 22:42 UTC  (30+ messages)
` [PATCH 01/29] libext2fs: fix unix io manager invalidation
` [PATCH 02/29] libext2fs: fix livelock in the unix io manager
` [PATCH 03/29] fuse2fs: clean up error messages
` [PATCH 04/29] fuse2fs: fix cache size parsing
` [PATCH 05/29] fuse2fs: compact all the boolean flags in struct fuse2fs
` [PATCH 06/29] fuse2fs: support XATTR_CREATE/REPLACE in setxattr
` [PATCH 07/29] fuse2fs: fix error return handling in op_truncate
` [PATCH 08/29] fuse2fs: flip parameter order in __translate_error
` [PATCH 09/29] fuse2fs: fix CLI argument parsing leaks
` [PATCH 10/29] fuse2fs: allow some control over acls
` [PATCH 11/29] fuse2fs: enable processing of acls in the kernel
` [PATCH 12/29] fuse2fs: make removexattr work correctly
` [PATCH 13/29] fuse2fs: implement O_TRUNC correctly
` [PATCH 14/29] fuse2fs: rearrange check_inum_access parameters a bit
` [PATCH 15/29] fuse2fs: make filesystem corruption a hard error
` [PATCH 16/29] fuse2fs: make internal state "
` [PATCH 17/29] fuse2fs: make bad magic numbers report a corruption error too
` [PATCH 18/29] fuse2fs: return EPERM for write access to EXT2_IMMUTABLE_FL files
` [PATCH 19/29] fuse2fs: check the immutable flag in more places
` [PATCH 20/29] fuse2fs: implement O_APPEND correctly
` [PATCH 21/29] fuse2fs: decode fuse_main error codes
` [PATCH 22/29] fuse2fs: fix fallocate zero range
` [PATCH 23/29] fuse2fs: check for supported xattr name prefixes
` [PATCH 24/29] fuse2fs: fix return value handling
` [PATCH 25/29] fuse2fs: fix removing ea inodes when freeing a file
` [PATCH 26/29] fuse2fs: fix post-EOF preallocation clearing on truncation
` [PATCH 27/29] fuse2fs: also ignore the nodelalloc mount option
` [PATCH 28/29] fuse2fs: propagate default ACLs to new children
` [PATCH 29/29] fuse2fs: fix group membership checking in op_chmod

[PATCH v2 00/12] qapi: remove all TARGET_* conditionals from the schema
 2025-05-21 22:41 UTC  (2+ messages)

[PATCHSET 1/2] fstests: check new 6.15 behaviors
 2025-05-21 22:41 UTC  (5+ messages)
` [PATCH 1/4] xfs/273: fix test for internal zoned filesystems
` [PATCH 2/4] xfs/259: drop the 512-byte fsblock logic from this test
` [PATCH 3/4] xfs/259: try to force loop device block size
` [PATCH 4/4] xfs/432: fix metadump loop device blocksize problems

[PATCH v3 00/14] qapi: remove all TARGET_* conditionals from the schema
 2025-05-21 22:37 UTC  (15+ messages)
` [PATCH v3 01/14] qapi: expose rtc-reset-reinjection command unconditionally
` [PATCH v3 02/14] qapi: expand docs for SEV commands
` [PATCH v3 03/14] qapi: make SEV commands unconditionally available
` [PATCH v3 04/14] qapi: expose query-gic-capability command unconditionally
` [PATCH v3 05/14] qapi: make SGX commands unconditionally available
` [PATCH v3 06/14] qapi: make Xen event "
` [PATCH v3 07/14] qapi: remove the misc-target.json file
` [PATCH v3 08/14] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
` [PATCH v3 09/14] qapi: make s390x specific CPU commands unconditionally available
` [PATCH v3 10/14] qapi: remove qapi_specific_outputs from meson.build
` [PATCH v3 11/14] qapi: make all generated files common
` [PATCH v3 12/14] qapi: use imperative style in documentation
` [PATCH v3 13/14] qapi/misc-i386: s/field will be set/field is set/
` [PATCH v3 14/14] qapi/misc-i386: move errors to their own documentation section

[PATCH 0/6] single-binary: build target common libraries with dependencies
 2025-05-21 22:38 UTC  (2+ messages)

[PATCH v10 0/6] platform/x86: Add Lenovo WMI Gaming Series Drivers
 2025-05-21 13:40 UTC  (4+ messages)
` [PATCH v10 6/6] platform/x86: Add Lenovo Other Mode WMI Driver

[PATCH bpf-next v3 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-05-21 22:38 UTC  (8+ messages)

[PATCH] drm/xe/bo: add GPU memory trace points
 2025-05-21 22:38 UTC  (3+ messages)

Why TLS and Kerberos are not useful for NFS security Re: [PATCH nfs-utils] exportfs: make "insecure" the default for all exports
 2025-05-21 22:38 UTC  (6+ messages)
  ` NFS/TLS situation on Windows - "

[PATCH v2 0/7] single-binary: build target common libraries with dependencies
 2025-05-21 22:34 UTC  (8+ messages)
` [PATCH v2 1/7] meson: build target libraries with common dependencies
` [PATCH v2 2/7] hw/arm: remove explicit dependencies listed
` [PATCH v2 3/7] target/arm: "
` [PATCH v2 4/7] meson: apply target config for picking files from lib{system, user}
` [PATCH v2 5/7] meson: merge lib{system, user}_ss with {system, user}_ss
` [PATCH v2 6/7] meson: remove lib{system, user}_ss aliases
` [PATCH v2 7/7] meson: merge hw_common_arch in target_common_system_arch

[Buildroot] [PATCH] package/bootstrap: apply security patch for CVE-2024-6531
 2025-05-21 22:36 UTC  (3+ messages)

+ delayacct-remove-redundant-code-and-adjust-indentation.patch added to mm-nonmm-unstable branch
 2025-05-21 22:35 UTC 

[PATCHSET 6/6] fuse2fs: better tracking of writable state
 2025-05-21 22:35 UTC 

[PATCHSET 5/6] fuse2fs: improve operation tracing
 2025-05-21 22:34 UTC 

+ mm-damon-kconfig-enable-config_damon-by-default.patch added to mm-unstable branch
 2025-05-21 22:33 UTC 

+ mm-damon-kconfig-set-damon_vaddrpaddrsysfs-default-to-damon.patch added to mm-unstable branch
 2025-05-21 22:33 UTC 

[PATCH 0/5] block: another block copy offload
 2025-05-21 22:31 UTC  (6+ messages)
` [PATCH 1/5] block: new sector copy api
` [PATCH 2/5] block: add support for copy offload
` [PATCH 3/5] nvme: "
` [PATCH 4/5] block: add support for vectored copies
` [PATCH 5/5] nvmet: implement copy support for bdev backed target

[PATCH i-g-t 1/2] tests/kms_plane: Print out tested formats
 2025-05-21 22:31 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/2] "
` ✓ i915.CI.BAT: "

[PATCH] arm64: dts: nuvoton: Add pinctrl
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL] Microchip AT91 DT updates for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL] Allwinner device tree changes for 6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL 3/3] RISC-V Devicetrees for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next 0/3] udp_tunnel: remove rtnl_lock dependency
 2025-05-21 22:31 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH net-next 2/3] "
        `  "

[GIT PULL] RISC-V SpacemiT Devicetrees for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL] ARM: nuvoton: soc changes for 6.14
 2025-05-21 22:31 UTC  (2+ messages)

[GIT,PULL,1/2] Additional MediaTek ARM64 DTS updates for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL] More Qualcomm Arm64 DeviceTree updates for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL] Qualcomm Arm32 DeviceTree updates for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL] Microchip ARM64 DT updates for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

[GIT PULL] More Arm32 DeviceTree updates for v6.16
 2025-05-21 22:31 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2025-05-21 22:31 UTC 

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-21 22:30 UTC  (2+ messages)

[OFFLIST PATCH 1/2] cgroup: use separate rstat trees for each subsystem
 2025-05-21 22:29 UTC  (5+ messages)
` [OFFLIST PATCH 2/2] cgroup: use subsystem-specific rstat locks to avoid contention

[PATCH 0/3] perf: generate events for BPF metadata
 2025-05-21 22:27 UTC  (4+ messages)
` [PATCH 1/3] perf: add support for printing BTF character arrays as strings
` [PATCH 2/3] perf: collect BPF metadata from existing BPF programs
` [PATCH 3/3] perf: collect BPF metadata from new programs, and display the new event

[PATCH 3/6] dmatest: move printing to its own routine
 2025-05-21 22:26 UTC  (2+ messages)

[usb:usb-testing 46/52] drivers/usb/misc/onboard_usb_dev.c:358:12: warning: 'onboard_dev_5744_i2c_write_byte' defined but not used
 2025-05-21 22:26 UTC 

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-21 22:26 UTC  (17+ messages)

[Intel-wired-lan] [PATCH iwl-net] idpf: avoid mailbox timeout delays during reset
 2025-05-21 22:26 UTC  (3+ messages)

[PATCH net-next V10 0/6] Support rate management on traffic classes in devlink and mlx5
 2025-05-21 22:24 UTC  (5+ messages)
` [PATCH net-next V10 2/6] selftest: netdevsim: Add devlink rate tc-bw test

[PATCH v1 1/2] app/testpmd: harmonize case in help strings
 2025-05-21 22:24 UTC  (3+ messages)
` [PATCH v1 2/2] app/testpmd: sort commands by help string

Proposal: Add tip to use git update-git-for-windows when running git help or git version on Windows
 2025-05-21 22:23 UTC  (4+ messages)
` [PATCH] help: inform about 'git update-git-for-windows' "

[PATCH sched_ext/for-6.16] sched_ext: Call ops.update_idle() after updating builtin idle bits
 2025-05-21 22:23 UTC 

[PATCH V5 00/11] Refactor ufs phy powerup sequence
 2025-05-21 22:21 UTC  (21+ messages)
` [PATCH V5 04/11] phy: qcom-qmp-ufs: Refactor UFS PHY reset
` [PATCH V5 05/11] phy: qcom-qmp-ufs: Remove qmp_ufs_com_init()
` [PATCH V5 07/11] phy: qcom-qmp-ufs: Remove qmp_ufs_exit() and Inline qmp_ufs_com_exit()
` [PATCH V5 10/11] scsi: ufs: qcom : Introduce phy_power_on/off wrapper function
` [PATCH V5 11/11] scsi: ufs: qcom: Prevent calling phy_exit before phy_init

[PATCH net-next v2] net: stop napi kthreads when THREADED napi is disabled
 2025-05-21 22:21 UTC  (6+ messages)

Debian subset suitable for m68k (was: Tuple and changes for m68k with -malign-int)
 2025-05-21 22:14 UTC  (3+ messages)

[PATCH v1 bpf-next 02/10] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
 2025-05-21 22:20 UTC  (2+ messages)

[Buildroot] [PATCH for 2025.02.x] package/python-tornado: apply security patch for CVE-2025-47287
 2025-05-21 22:18 UTC  (4+ messages)
` [Buildroot] [PATCH v2 "

[kernel-cve-report] New CVE entries this week
 2025-05-21 22:15 UTC 

[PATCH v1] perf: Fix PERF_RECORD_SAMPLE comment
 2025-05-21 22:15 UTC 

[PATCH 1/3] x86/devmem: move range_is_allowed() to drivers/char/mem.c
 2025-05-21 22:14 UTC  (6+ messages)
` [PATCH 2/3] x86/devmem: remove phys_mem_access_prot_allowed()
` [PATCH 3/3] [RFC] x86/devmem: remove low 1MB hack for x86-64

[RFC PATCH 0/9] Introducing the Loadpol LSM
 2025-05-21 22:03 UTC  (3+ messages)
` [RFC PATCH 1/9] LSM: Introduce a new hook: security_kernel_module_load

[to-be-updated] mm-hugetlb-fix-a-deadlock-with-pagecache_folio-and-hugetlb_fault_mutex_table.patch removed from -mm tree
 2025-05-21 22:09 UTC 

POSSIBLE REGRESSION: PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created
 2025-05-21 22:08 UTC  (7+ messages)

[PATCH v13 0/5] arm/virt: CXL support via pxb_cxl
 2025-05-21 22:07 UTC  (7+ messages)
` [PATCH v13 5/5] qtest/cxl: Add aarch64 virt test for CXL

Desired behavior from a gdb perspective for single-step (x86)
 2025-05-21 22:06 UTC 

[PATCH rfcv3 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-05-21 21:57 UTC  (3+ messages)
` [PATCH rfcv3 05/21] vfio/iommufd: Save vendor specific device info

[PATCH v1 0/4] ring: some fixes and improvements
 2025-05-21 22:02 UTC  (7+ messages)
` [PATCH v1 1/4] ring: introduce extra run-time checks

[PATCH i-g-t v4 0/5] Add more tests to validate engine activity
 2025-05-21 21:59 UTC  (2+ messages)
` ✓ i915.CI.Full: success for Add more tests to validate engine activity (rev5)

[PATCH] vfio/container: pass MemoryRegion to DMA operations
 2025-05-21 21:58 UTC  (2+ messages)

[PATCH v7] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
 2025-05-21 21:57 UTC 

[syzbot] [net?] BUG: sleeping function called from invalid context in team_change_rx_flags
 2025-05-21 21:57 UTC  (2+ messages)
` [syzbot] "

dax behavior on CXL 1.1 hosts
 2025-05-21 21:57 UTC  (4+ messages)

[PATCH i-g-t 0/2] tests/intel/xe_mmap: Acquire rpm ref for all pci-membarrier tests
 2025-05-21 21:54 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for tests/intel/xe_mmap: Acquire rpm ref for all pci-membarrier tests (rev5)

[avpatel:riscv_raid6_rvv_v5 65/68] include/linux/riscv_sse.h:11:10: fatal error: asm/sbi.h: No such file or directory
 2025-05-21 21:53 UTC 

[PATCH v2 0/3] soc: qcom: qcom_stats: Add DDR stats
 2025-05-21 21:53 UTC  (4+ messages)
` [PATCH v2 2/3] soc: qcom: qcom_stats: Add QMP support for syncing ddr stats

[PATCH] ext4: inline: do not convert when writing to memory map
 2025-05-21 21:52 UTC  (3+ messages)

[PATCH v3 0/7] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
 2025-05-21 21:50 UTC  (3+ messages)

[PATCH net-next v3 0/2] Add Si3474 PSE controller driver
 2025-05-21 21:49 UTC  (5+ messages)
` [PATCH net-next v3 2/2] net: pse-pd: "

[PATCH 1/1] usb: typec: tipd: fix typo in TPS_STATUS_HIGH_VOLAGE_WARNING macro
 2025-05-21 21:48 UTC 

[PATCH] cvsserver: avoid precedence problem between ! and %s
 2025-05-21 21:48 UTC  (3+ messages)

[PATCH v16 00/22] Type2 device basic support
 2025-05-21 21:48 UTC  (3+ messages)
` [PATCH v16 22/22] sfc: support pio mapping based on cxl

[PATCH v2] name-hash: don't add sparse directories in threaded lazy init
 2025-05-21 21:47 UTC  (3+ messages)
` [PATCH v3] "

linux-next: Signed-off-by missing for commit in the arm-soc tree
 2025-05-21 21:44 UTC 

[PATCH] image: android: fix ramdisk default address
 2025-05-21 21:26 UTC 

[PATCH 0/1] Input: xpad - add disable_xboxone module parameter
 2025-05-21 21:45 UTC  (5+ 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.