All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-30 01:46:19 to 2024-04-30 03:32:09 UTC [more...]

[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)

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-04-30  3:31 UTC  (53+ 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
` [PATCHSET v5.6] fstests: fs-verity support for XFS

[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 v2] Revert "riscv: kdump: fix crashkernel reserving problem on RISC-V"
 2024-04-30  3:24 UTC 

[PATCH net-next v5 00/10] Add ability to flash modules' firmware
 2024-04-30  3:23 UTC  (9+ messages)
` [PATCH net-next v5 03/10] ethtool: Add an interface for flashing transceiver "
` [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)

[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

[RFC PATCH v2 00/12] Introduce the famfs shared-memory file system
 2024-04-30  3:11 UTC  (6+ 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

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

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

[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

[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 v5 1/7] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
 2024-04-30  2:54 UTC  (2+ messages)

[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

[PATCH v3 00/12] mm/swap: clean up and optimize swap cache index
 2024-04-30  2:45 UTC  (6+ messages)
` [PATCH v3 05/12] cifs: drop usage of page_file_offset
  ` [EXTERNAL] "

[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

[PATCH v7 0/2] Add hantro g1 video decoder support for RK3588
 2024-04-30  2:40 UTC  (9+ messages)
` [PATCH v7 1/2] dt-bindings: media: rockchip-vpu: Add rk3588 vpu121 compatible string
` [PATCH v7 2/2] arm64: dts: rockchip: Add Hantro G1 VPU support for RK3588

[PATCH net-next v2 2/2] net: dsa: Remove adjust_link paths
 2024-04-30  2:33 UTC  (2+ messages)

[PATCH v2 1/3] media: v4l2-ctrls: Add average qp control
 2024-04-30  2:32 UTC  (8+ messages)
` [PATCH v2 3/3] media: amphion: Remove lock in s_ctrl callback

[PATCH v3 0/3] Work around missing MSA_READY indicator for msm8998 devices
 2024-04-30  2:24 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop
` [PATCH v3 2/3] wifi: ath10k: do not always wait for MSA_READY indicator

linux-next: build failure after merge of the mm tree
 2024-04-30  2:23 UTC  (2+ messages)

PoE complex usage of regulator API
 2024-04-30  2:23 UTC  (4+ messages)

[PATCH net-next 0/4] net: dsa: microchip: use phylink_mac_ops for ksz driver
 2024-04-30  2:20 UTC  (2+ messages)

[PATCH net-next] net: mvpp2: use phylink_pcs_change() to report PCS link change events
 2024-04-30  2:20 UTC  (2+ messages)

[PATCH net-next] net: mvneta: use phylink_pcs_change() to report PCS link change events
 2024-04-30  2:20 UTC  (2+ messages)

[PATCH net-next] net: prestera: use phylink_pcs_change() to report PCS link change events
 2024-04-30  2:20 UTC  (2+ messages)

[PATCH net-next] net: txgbe: use phylink_pcs_change() to report PCS link change events
 2024-04-30  2:20 UTC  (2+ messages)

[PATCH net-next] net: hsr: init prune_proxy_timer sooner
 2024-04-30  2:20 UTC  (2+ messages)

[PATCH v5 0/4] Add DPA->HPA translation to dram & general_media events
 2024-04-30  2:19 UTC  (5+ messages)
` [PATCH v5 1/4] cxl/trace: Correct DPA field masks for general_media & dram events
` [PATCH v5 4/4] cxl/core: Add region info to cxl_general_media and cxl_dram events

[PATCH v3] input-linux: Add option to not grab a device upon guest startup
 2024-04-30  2:16 UTC  (2+ messages)

[PATCH] nvme-fabrics: use reserved tag for reg read/write command
 2024-04-30  2:17 UTC 

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-04-30  2:17 UTC  (3+ messages)
` [PATCH v2 06/15] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug

[PATCH 2/3] drm/amd/pm: fix the Out-of-bounds read warning
 2024-04-30  2:16 UTC  (2+ messages)

[PATCH] fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
 2024-04-30  2:10 UTC  (4+ messages)

[PATCH v3 2/3] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
 2024-04-30  2:13 UTC  (4+ messages)

[PATCH 00/15] i2c: use 'time_left' with wait_for_*
 2024-04-30  2:10 UTC  (3+ messages)
` [PATCH 12/15] i2c: qcom-geni: use 'time_left' variable with wait_for_completion_timeout()

[PATCH 1/3 V2] drm/amd/pm: Fix negative array index read warning for pptable->DpmDescriptor
 2024-04-30  2:10 UTC  (2+ messages)

ath11k
 2024-04-30  2:09 UTC  (4+ messages)

[PATCH] perf maps: Remove check_invariants() from maps__lock()
 2024-04-30  2:09 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec: let cros_ec_suspend() call cros_ec_suspend_*
 2024-04-30  2:09 UTC 

[PATCH] regulator: tps6286x-regulator: Enable REGCACHE_FLAT
 2024-04-30  2:09 UTC  (2+ messages)

[PATCHES][RFC] set_blocksize() rework
 2024-04-30  2:05 UTC  (4+ messages)
` [PATCH 6/7] btrfs_get_dev_args_from_path(): don't call set_blocksize()

[PATCH] wifi: rtw89: correct aSIFSTime for 6GHz band
 2024-04-30  2:05 UTC 

[PATCH v3 net-next 0/7] arp: Random clean up and RCU conversion for ioctl(SIOCGARP)
 2024-04-30  1:58 UTC  (8+ messages)
` [PATCH v3 net-next 1/7] arp: Move ATF_COM setting in arp_req_set()
` [PATCH v3 net-next 2/7] arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl()
` [PATCH v3 net-next 3/7] arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete()
` [PATCH v3 net-next 4/7] arp: Remove a nest in arp_req_get()
` [PATCH v3 net-next 5/7] arp: Get dev after calling arp_req_(delete|set|get)()
` [PATCH v3 net-next 6/7] net: Protect dev->name by seqlock
` [PATCH v3 net-next 7/7] arp: Convert ioctl(SIOCGARP) to RCU

[Intel-wired-lan] [RFC net-next (what uAPI?) ice: add support for more than 16 RSS queues for VF
 2024-04-30  1:59 UTC  (3+ messages)
  `  "

[PATCH v4] LoongArch: KVM: Add PMU support
 2024-04-30  1:57 UTC  (2+ messages)

[PATCH 0/5] prepare work for monitor mode on WCN7850
 2024-04-30  1:55 UTC  (11+ messages)
` [PATCH 1/5] wifi: ath12k: remove unused variable monitor_flags
` [PATCH 2/5] wifi: ath12k: avoid duplicated vdev stop
` [PATCH 3/5] wifi: ath12k: avoid duplicated vdev down
` [PATCH 4/5] wifi: ath12k: remove redundant peer delete
` [PATCH 5/5] wifi: ath12k: remove invalid peer create logic

[PATCH v3] scsi: csiostor: Use kcalloc() instead of kzalloc()
 2024-04-30  1:54 UTC  (5+ messages)

[PATCH v4 0/3] usb: gadget: 9pfs transport
 2024-04-30  1:51 UTC  (3+ messages)
` [PATCH v4 1/3] usb: gadget: function: move u_f.h to include/linux/usb/

cron job: media_tree daily build: ABI WARNING
 2024-04-30  1:51 UTC 

[PATCH] ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM
 2024-04-30  1:11 UTC  (12+ messages)

[PATCH 1/2] net: ks8851: Inline ks8851_rx_skb()
 2024-04-30  1:18 UTC  (6+ messages)
` [PATCH 2/2] net: ks8851: Handle softirqs at the end of IRQ thread to fix hang

[PATCH v2] dt-bindings: net: broadcom-bluetooth: Add CYW43439 DT binding
 2024-04-30  1:10 UTC  (7+ messages)

[Patch v2 0/8] memblock: clenup
 2024-04-30  1:49 UTC  (3+ messages)
  ` [Patch v2 2/8] memblock tests: add memblock_reserve_many_may_conflict_check()

[PATCH v4] mmc: Poll CD in case cyclic framework is enabled
 2024-04-30  1:48 UTC  (6+ messages)

[PATCH net-next v7 0/8] virtio-net: support device stats
 2024-04-30  1:48 UTC  (2+ messages)

[PATCH v2 0/1] advice: add --no-advice global option
 2024-04-30  1:47 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

linux-next: build warning after merge of the dmi tree
 2024-04-30  1:46 UTC 


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.