All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-30 02:41:19 to 2024-04-30 03:56:41 UTC [more...]

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-30  3:56 UTC  (12+ messages)
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation

[PATCH v2 0/2] powerpc/pseries: Fixes for lparstat boot reports
 2024-04-30  3:54 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-30  3:52 UTC 

[PATCH v2] Revert "riscv: kdump: fix crashkernel reserving problem on RISC-V"
 2024-04-30  3:51 UTC  (3+ messages)

[PATCH 00/15] Remaining patches for dynamic node programming using overlay dtbo
 2024-04-30  3:50 UTC  (6+ messages)
` [PATCH 02/15] xen/arm/gic: Enable interrupt assignment to running VM

[PATCH 1/2] perf/x86: Remove perf_events_lapic_init() calling from x86_pmu_enable()
 2024-04-30  3:56 UTC  (2+ messages)
` [PATCH 2/2] perf/x86: Typos and invalid indents fix

WARNING: modpost: vmlinux: section mismatch in reference: init_engine+0x338 (section: .text) -> rcu_init_nohz (section: .init.text)
 2024-04-30  3:48 UTC 

[android-common:android12-5.10 6/11] drivers/net/ethernet/renesas/ravb_main.o: warning: objtool: ravb_probe() falls through to next function ravb_remove()
 2024-04-30  3:48 UTC 

[STABLE 6.6.y] ovl: fix memory leak in ovl_parse_param()
 2024-04-30  3:48 UTC 

[PATCH 1/2] xfs: Remove duplicate xfs_da_format.h header
 2024-04-30  3:47 UTC  (2+ messages)
` [PATCH 2/2] xfs: Remove duplicate xfs_da_btree.h header

[PATCH] nvme-fabrics: use reserved tag for reg read/write command
 2024-04-30  3:46 UTC  (2+ messages)

[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-04-30  3:43 UTC  (14+ messages)
` [PATCH 2/9] io_uring: support user sqe ext flags
` [PATCH 5/9] io_uring: support SQE group

[PATCH] Revert "riscv: kdump: fix crashkernel reserving problem on RISC-V"
 2024-04-30  3:42 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-30  3:42 UTC 

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-04-30  3:42 UTC  (93+ messages)
` [PATCHSET v5.6 1/2] fs-verity: support merkle tree access by blocks
  ` [PATCH 01/18] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 02/18] fsverity: pass tree_blocksize to end_enable_verity()
  ` [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
  ` [PATCH 04/18] fsverity: support block-based Merkle tree caching
  ` [PATCH 05/18] fsverity: pass the merkle tree block level to fsverity_read_merkle_tree_block
  ` [PATCH 06/18] fsverity: add per-sb workqueue for post read processing
  ` [PATCH 07/18] fsverity: add tracepoints
  ` [PATCH 08/18] fsverity: pass the new tree size and block size to ->begin_enable_verity
  ` [PATCH 09/18] fsverity: expose merkle tree geometry to callers
  ` [PATCH 10/18] fsverity: box up the write_merkle_tree_block parameters too
  ` [PATCH 11/18] fsverity: pass the zero-hash value to the implementation
  ` [PATCH 12/18] fsverity: report validation errors back to the filesystem
  ` [PATCH 13/18] fsverity: pass super_block to fsverity_enqueue_verify_work
  ` [PATCH 14/18] ext4: use a per-superblock fsverity workqueue
  ` [PATCH 15/18] f2fs: "
  ` [PATCH 16/18] btrfs: "
  ` [PATCH 17/18] fsverity: remove system-wide workqueue
  ` [PATCH 18/18] iomap: integrate fs-verity verification into iomap's read path
` [PATCHSET v5.6 2/2] xfs: fs-verity support
  ` [PATCH 01/26] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
  ` [PATCH 02/26] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
  ` [PATCH 03/26] xfs: create a helper to compute the blockcount of a max sized remote value
  ` [PATCH 04/26] xfs: minor cleanups of xfs_attr3_rmt_blocks
  ` [PATCH 05/26] xfs: use an empty transaction to protect xfs_attr_get from deadlocks
  ` [PATCH 06/26] xfs: add attribute type for fs-verity
  ` [PATCH 07/26] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks
  ` [PATCH 08/26] xfs: add fs-verity ro-compat flag
  ` [PATCH 09/26] xfs: add inode on-disk VERITY flag
  ` [PATCH 10/26] xfs: initialize fs-verity on file open and cleanup on inode destruction
  ` [PATCH 11/26] xfs: don't allow to enable DAX on fs-verity sealed inode
  ` [PATCH 12/26] xfs: disable direct read path for fs-verity files
  ` [PATCH 13/26] xfs: widen flags argument to the xfs_iflags_* helpers
  ` [PATCH 14/26] xfs: add fs-verity support
  ` [PATCH 15/26] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
  ` [PATCH 16/26] xfs: shrink verity blob cache
  ` [PATCH 17/26] xfs: don't store trailing zeroes of merkle tree blocks
  ` [PATCH 18/26] xfs: use merkle tree offset as attr hash
  ` [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks
  ` [PATCH 20/26] xfs: add fs-verity ioctls
  ` [PATCH 21/26] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 22/26] xfs: check and repair the verity inode flag state
  ` [PATCH 23/26] xfs: teach online repair to evaluate fsverity xattrs
  ` [PATCH 24/26] xfs: report verity failures through the health system
  ` [PATCH 25/26] xfs: make it possible to disable fsverity
  ` [PATCH 26/26] xfs: enable ro-compat fs-verity flag
` [PATCHSET v5.6] xfsprogs: fs-verity support for XFS
  ` [PATCH 01/38] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 02/38] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
  ` [PATCH 03/38] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
  ` [PATCH 04/38] xfs: create a helper to compute the blockcount of a max sized remote value
  ` [PATCH 05/38] xfs: minor cleanups of xfs_attr3_rmt_blocks
  ` [PATCH 06/38] xfs: use an empty transaction to protect xfs_attr_get from deadlocks
  ` [PATCH 07/38] xfs: add attribute type for fs-verity
  ` [PATCH 08/38] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks
  ` [PATCH 09/38] xfs: add fs-verity ro-compat flag
  ` [PATCH 10/38] xfs: add inode on-disk VERITY flag
  ` [PATCH 11/38] xfs: add fs-verity support
  ` [PATCH 12/38] xfs: use merkle tree offset as attr hash
  ` [PATCH 13/38] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 14/38] xfs: report verity failures through the health system
  ` [PATCH 15/38] xfs: enable ro-compat fs-verity flag
  ` [PATCH 16/38] libfrog: add fsverity to xfs_report_geom output
  ` [PATCH 17/38] xfs_db: introduce attr_modify command
  ` [PATCH 18/38] xfs_db: add ATTR_PARENT support to "
  ` [PATCH 19/38] xfs_db: make attr_set/remove/modify be able to handle fs-verity attrs
  ` [PATCH 20/38] man: document attr_modify command
  ` [PATCH 21/38] xfs_db: create hex string as a field type
  ` [PATCH 22/38] xfs_db: dump verity features and metadata
  ` [PATCH 23/38] xfs_db: dump merkle tree data
  ` [PATCH 24/38] xfs_db: dump the verity descriptor
  ` [PATCH 25/38] xfs_db: don't obfuscate verity xattrs
  ` [PATCH 26/38] xfs_db: dump the inode verity flag
  ` [PATCH 27/38] xfs_db: compute hashes of merkle tree blocks
  ` [PATCH 28/38] xfs_repair: junk fsverity xattrs when unnecessary
  ` [PATCH 29/38] xfs_repair: clear verity iflag when verity isn't supported
  ` [PATCH 30/38] xfs_repair: handle verity remote attrs
  ` [PATCH 31/38] xfs_repair: allow upgrading filesystems with verity
  ` [PATCH 32/38] xfs_scrub: check verity file metadata
  ` [PATCH 33/38] xfs_scrub: validate verity file contents when doing a media scan
  ` [PATCH 34/38] xfs_scrub: use MADV_POPULATE_READ to check verity files
  ` [PATCH 35/38] xfs_spaceman: report data corruption
  ` [PATCH 36/38] xfs_io: report fsverity status via statx
  ` [PATCH 37/38] xfs_io: create magic command to disable verity
  ` [PATCH 38/38] mkfs.xfs: add verity parameter
` [PATCHSET v5.6] fstests: fs-verity support for XFS
  ` [PATCH 1/6] common/verity: enable fsverity "
  ` [PATCH 2/6] xfs/{021,122}: adapt to fsverity xattrs
  ` [PATCH 3/6] xfs/122: adapt to fsverity
  ` [PATCH 4/6] xfs: test xfs_scrub detection and correction of corrupt fsverity metadata
  ` [PATCH 5/6] xfs: test disabling fsverity
  ` [PATCH 6/6] common/populate: add verity files to populate xfs images

Question about using the perf c2c in UMA system
 2024-04-30  3:40 UTC  (2+ messages)

[PATCH 0/1] Move mdadm development to Github
 2024-04-30  2:52 UTC  (3+ messages)

[RFC] sched/isolation: Fix CPU affinity issues for several task
 2024-04-30  3:39 UTC 

[PATCH] nvmet: fix nvme status code when namespace is disabled
 2024-04-30  3:38 UTC  (2+ messages)

[PATCH v5 1/7] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
 2024-04-30  3:37 UTC  (3+ messages)

[bugfix] set same mac of bond slave
 2024-04-30  3:37 UTC  (2+ messages)

[PATCH v2] tools lib subcmd: Show parent options in help
 2024-04-30  3:36 UTC  (2+ messages)

[linus:master] [mm/madvise] 631426ba1d: stress-ng.shm-sysv.ops_per_sec 8.2% improvement
 2024-04-30  3:35 UTC 

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-04-30  3:33 UTC  (3+ messages)
` [PATCH v2 07/15] test/qtest: add riscv-iommu-pci tests

[BUG] 'ls-files path' fails if absolute path of workdir contains NFD (macOS)
 2024-04-30  3:27 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-30  3:32 UTC 

[PATCH] dm-table:remove the restriction on zone sector being align to pow2
 2024-04-30  3:32 UTC  (2+ messages)

[VirtIO] Support for various devices in Xen
 2024-04-30  3:31 UTC  (8+ messages)

[PATCH v6] checkpatch: add check for snprintf to scnprintf
 2024-04-30  3:21 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix uninitialized scalar variable warning
 2024-04-30  3:31 UTC  (2+ messages)

[PATCH v1 0/4] add tests to verify IFS (In Field Scan) driver functionality
 2024-04-30  3:31 UTC  (5+ messages)
` [PATCH v1 1/4] selftests: ifs: verify test interfaces are created by the driver
` [PATCH v1 2/4] selftests: ifs: verify test image loading functionality
` [PATCH v1 3/4] selftests: ifs: verify IFS scan test functionality
` [PATCH v1 4/4] selftests: ifs: verify IFS ARRAY BIST functionality

[PATCH] bcachefs: Fix error path of bch2_link_trans()
 2024-04-30  3:31 UTC  (2+ messages)

query fs info level 0x100
 2024-04-30  3:30 UTC  (6+ messages)

[PATCH] bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_ioctl()
 2024-04-30  3:29 UTC  (2+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_mark_rec_free (2)
 2024-04-30  3:29 UTC 

[PATCH] drm/xe: Add engine name to the engine reset and cat-err log
 2024-04-30  3:28 UTC  (7+ messages)

[RFC] crypto: passing configuration parameters to comp algos
 2024-04-30  3:28 UTC  (3+ messages)

[PATCH 1/2] drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
 2024-04-30  3:27 UTC  (2+ messages)

[RFC PATCH v2 0/3] Retirement latency perf stat support
 2024-04-30  3:27 UTC  (10+ messages)
` [RFC PATCH v2 1/3] perf evsel: Refactor tool events
` [RFC PATCH v2 2/3] perf parse-events: Add a retirement latency modifier
` [RFC PATCH v2 3/3] perf evsel: Add retirement latency event support

[PATCH net-next v3 0/6] add ethernet driver for Tehuti Networks TN40xx chips
 2024-04-30  3:27 UTC  (3+ messages)
` [PATCH net-next v3 4/6] net: tn40xx: add basic Rx handling

[PATCH v4 net-next v4 0/6] Add TCP fraglist GRO support
 2024-04-30  3:25 UTC  (3+ messages)
` [PATCH v4 net-next v4 6/6] net: add heuristic for enabling TCP fraglist GRO

[PATCH net-next v5 00/10] Add ability to flash modules' firmware
 2024-04-30  3:23 UTC  (7+ messages)
` [PATCH net-next v5 04/10] ethtool: Add flashing transceiver modules' firmware notifications ability
` [PATCH net-next v5 09/10] ethtool: Add ability to flash transceiver modules' firmware
` [PATCH net-next v5 10/10] ethtool: Veto some operations during firmware flashing process

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-30  3:23 UTC  (4+ messages)
` [PATCH 16/26] cxl/extent: Realize extent devices

[PATCH] CI: show the evaluated KASFILES
 2024-04-30  3:21 UTC  (2+ messages)

[PATCH v2 1/5] CI: add Kas schema comments
 2024-04-30  3:21 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-30  3:22 UTC 

[PATCH] arm-bsp/u-boot: add optimised timer implementation for fvp-base
 2024-04-30  3:21 UTC  (2+ messages)

[PATCH] CI: use scarthgap branch for meta-clang
 2024-04-30  3:21 UTC  (2+ messages)

[PATCH 1/5] Add support for the TS Firmware Update service
 2024-04-30  3:21 UTC  (2+ messages)

[PATCH 0/3] arm-bsp/corstone1000: add external system control support
 2024-04-30  3:21 UTC  (2+ messages)

[ebiggers:wip-verity] [crypto] daf2d68fba: UBSAN:shift-out-of-bounds_in_include/linux/log2.h
 2024-04-30  3:20 UTC 

[freescale-fslc:6.6-1.0.x-imx 5024/11728] drivers/regulator/pf0900-regulator.c:217:5: warning: no previous prototype for function 'pf0900_regulator_is_enabled_regmap'
 2024-04-30  3:16 UTC 

[PATCH v4 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-04-30  3:16 UTC  (6+ messages)
` [PATCH v4 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[soc:sunxi/dt] BUILD SUCCESS fd46e5e136a83f61c1746d5a08686c0c4f4c0706
 2024-04-30  3:15 UTC 

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-30  3:14 UTC  (3+ messages)
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data

[PATCH net-next v10 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-30  3:13 UTC  (7+ messages)
` [PATCH net-next v10 2/4] ethtool: provide customized dim profile management

RTT-PROBE: lore-subspace-rtt
 2024-04-30  3:12 UTC 

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-04-30  3:11 UTC  (5+ messages)

[PATCH] random: add chacha8_block and swtich the rng to it
 2024-04-30  3:11 UTC  (2+ messages)

[GIT PULL] FPGA Manager changes for 6.9 final
 2024-04-30  3:05 UTC 

[PATCH v5 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-04-30  3:10 UTC  (3+ messages)
` [PATCH v5 09/10] crypto: qat - implement interface for live migration

[linux-next:master 9291/9390] drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c:1762:undefined reference to `__aeabi_ul2d'
 2024-04-30  3:05 UTC 

[PATCH] drm/xe: Unmap userptr in MMU invalidation notifier
 2024-04-30  3:05 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Unmap userptr in MMU invalidation notifier (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[linus:master] [selftests/harness] 8092162335: kernel-selftests.sgx.make.fail
 2024-04-30  3:02 UTC 

[PATCH 0/2] Add GitLab CI to check for whitespace errors
 2024-04-30  3:01 UTC  (4+ messages)
` [PATCH 2/2] gitlab-ci: add whitespace error check

RTT-PROBE: lore-subspace-rtt
 2024-04-30  3:02 UTC 

[GIT PULL] FPGA Manager changes for 6.10-rc1
 2024-04-30  2:52 UTC 

[PATCH 0/3] Guest magic region allocation for 11 Dom0less domUs - Take two
 2024-04-30  2:55 UTC  (8+ messages)
` [PATCH 1/3] xen/arm/dom0less-build: Alloc magic pages for Dom0less DomUs from hypervisor
` [PATCH 2/3] xen/arm, tools: Add a new HVM_PARAM_MAGIC_BASE_PFN key in HVMOP

[freescale-fslc:6.6-1.0.x-imx 5908/11728] drivers/mmc/host/sdhci-esdhc-imx.c:1614:13: warning: 'sdhc_esdhc_tuning_restore' defined but not used
 2024-04-30  2:55 UTC 

[PATCH v2 12/12] regulator/core: use rdev->dev.driver_data
 2024-04-30  2:54 UTC  (2+ messages)

[openeuler:openEuler-1.0-LTS 21254/22260] drivers/gpu/drm/phytium/phytium_plane.c:218:7-9: WARNING: possible condition with no effect (if == else)
 2024-04-30  2:55 UTC 

[PATCH 0/3] misc: eeprom: at24: add optional dovdd-supply
 2024-04-30  2:53 UTC  (4+ messages)
` [PATCH 1/3] "

[PATCH v4 0/3] arm64: qcom-sm8[456]50: properly describe the PCIe Gen4x2 PHY AUX clock
 2024-04-30  2:53 UTC  (4+ messages)
` [PATCH v4 1/3] arm64: dts: qcom: sm8450: remove pcie-1-phy-aux-clk and add pcie1_phy pcie1_phy_aux_clk

RTT-PROBE: lore-subspace-rtt
 2024-04-30  2:52 UTC 

[PATCH v3 00/12] mm/swap: clean up and optimize swap cache index
 2024-04-30  2:45 UTC  (2+ messages)

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-30  2:43 UTC  (10+ messages)
` [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement

RTT-PROBE: lore-subspace-rtt
 2024-04-30  2:42 UTC 

[PATCH v7 0/2] Add hantro g1 video decoder support for RK3588
 2024-04-30  2:40 UTC  (3+ messages)
` [PATCH v7 2/2] arm64: dts: rockchip: Add Hantro G1 VPU "


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.