All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-17 14:54:49 to 2024-03-17 16:49:13 UTC [more...]

[PATCH 00/25] Introduce support of audio for Amlogic A1 SoC family
 2024-03-17 16:39 UTC  (31+ messages)
` [PATCH 08/25] ASoC: dt-bindings: meson: g12a-toacodec: add support for "
` [PATCH 09/25] ASoC: "
` [PATCH 12/25] ASoC: meson: t9015: "
` [PATCH 13/25] ASoC: dt-bindings: meson: axg-pdm: document 'sysrate' property
` [PATCH 19/25] ASoC: dt-bindings: meson: axg-sound-card: claim support of A1 SoC family

[PATCH v2 0/5] Add DT bindings and device tree for Compulab SB-UCM-iMX8MPLUS
 2024-03-17 16:48 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: arm: fsl: Add Compulab SB-UCM-iMX8MPLUS carrier board
` [PATCH v2 2/5] arm64: dts: freescale: Add device tree for Compulab UCM-iMX8M-Plus
` [PATCH v2 3/5] arm64: dts: freescale: Add device tree for Compulab SB-UCM-iMX8MPLUS
` [PATCH v2 4/5] arm64: dts: freescale: imx8mp-sb-ucm: Add HDMI output support
` [PATCH v2 5/5] arm64: dts: freescale: imx8mp-sb-ucm: Add DSI panel overlay

[PATCH] perf/x86/rapl: Prefer struct_size over open coded arithmetic
 2024-03-17 16:44 UTC 

[PATCHBOMB v5.3] fs-verity support for XFS
 2024-03-17 16:39 UTC  (67+ messages)
` [PATCHSET "
  ` [PATCH 01/40] fsverity: remove hash page spin lock
  ` [PATCH 02/40] xfs: add parent pointer support to attribute code
  ` [PATCH 03/40] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 04/40] xfs: add parent pointer validator functions
  ` [PATCH 05/40] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 06/40] fsverity: pass tree_blocksize to end_enable_verity()
  ` [PATCH 07/40] fsverity: support block-based Merkle tree caching
  ` [PATCH 08/40] fsverity: add per-sb workqueue for post read processing
  ` [PATCH 09/40] fsverity: add tracepoints
  ` [PATCH 10/40] fsverity: fix "support block-based Merkle tree caching"
  ` [PATCH 11/40] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
  ` [PATCH 12/40] fsverity: pass the new tree size and block size to ->begin_enable_verity
  ` [PATCH 13/40] fsverity: expose merkle tree geometry to callers
  ` [PATCH 14/40] fsverity: rely on cached block callers to retain verified state
  ` [PATCH 15/40] fsverity: box up the write_merkle_tree_block parameters too
  ` [PATCH 16/40] fsverity: pass the zero-hash value to the implementation
  ` [PATCH 17/40] fsverity: report validation errors back to the filesystem
  ` [PATCH 18/40] iomap: integrate fs-verity verification into iomap's read path
  ` [PATCH 19/40] xfs: add attribute type for fs-verity
  ` [PATCH 20/40] xfs: add fs-verity ro-compat flag
  ` [PATCH 21/40] xfs: add inode on-disk VERITY flag
  ` [PATCH 22/40] xfs: initialize fs-verity on file open and cleanup on inode destruction
  ` [PATCH 23/40] xfs: don't allow to enable DAX on fs-verity sealed inode
  ` [PATCH 24/40] xfs: disable direct read path for fs-verity files
  ` [PATCH 25/40] xfs: widen flags argument to the xfs_iflags_* helpers
  ` [PATCH 26/40] xfs: add fs-verity support
  ` [PATCH 27/40] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
  ` [PATCH 28/40] xfs: create an icache tag for files with cached "
  ` [PATCH 29/40] xfs: shrink verity blob cache
  ` [PATCH 30/40] xfs: clean up stale fsverity metadata before starting
  ` [PATCH 31/40] xfs: better reporting and error handling in xfs_drop_merkle_tree
  ` [PATCH 32/40] xfs: make scrub aware of verity dinode flag
  ` [PATCH 33/40] xfs: add fs-verity ioctls
  ` [PATCH 34/40] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 35/40] xfs: teach online repair to evaluate fsverity xattrs
  ` [PATCH 36/40] xfs: don't store trailing zeroes of merkle tree blocks
  ` [PATCH 37/40] xfs: create separate name hash function for xattrs
  ` [PATCH 38/40] xfs: use merkle tree offset as attr hash
  ` [PATCH 39/40] xfs: don't bother storing merkle tree blocks for zeroed data blocks
  ` [PATCH 40/40] xfs: enable ro-compat fs-verity flag
  ` [PATCH 01/20] xfsprogs: add parent pointer support to attribute code
  ` [PATCH 02/20] xfsprogs: define parent pointer xattr format
  ` [PATCH 03/20] xfsprogs: Add xfs_verify_pptr
  ` [PATCH 04/20] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 05/20] xfs: add attribute type for fs-verity
  ` [PATCH 06/20] xfs: add fs-verity ro-compat flag
  ` [PATCH 07/20] xfs: add inode on-disk VERITY flag
  ` [PATCH 08/20] xfs: add fs-verity support
  ` [PATCH 09/20] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 10/20] xfs: create separate name hash function for xattrs
  ` [PATCH 11/20] xfs: use merkle tree offset as attr hash
  ` [PATCH 12/20] xfs: enable ro-compat fs-verity flag
  ` [PATCH 13/20] libfrog: add fsverity to xfs_report_geom output
  ` [PATCH 14/20] xfs_db: introduce attr_modify command
  ` [PATCH 15/20] xfs_db: make attr_set/remove/modify be able to handle fs-verity attrs
  ` [PATCH 16/20] man: document attr_modify command
  ` [PATCH 17/20] xfs_db: dump verity features and metadata
  ` [PATCH 18/20] xfs_db: dump merkle tree data
  ` [PATCH 19/20] xfs_repair: junk fsverity xattrs when unnecessary
  ` [PATCH 20/20] mkfs.xfs: add verity parameter
` [PATCHSET v5.3] fstests: fs-verity support for XFS
  ` [PATCH 1/3] common/verity: enable fsverity "
  ` [PATCH 2/3] xfs/{021,122}: adapt to fsverity xattrs
  ` [PATCH 3/3] common/populate: add verity files to populate xfs images

[PATCH] drm/sun4i: Drop COMPILE_TEST
 2024-03-17 16:36 UTC  (2+ messages)

iMX8MP - Falcon Mode in QSPI Boot Implementation
 2024-03-17 13:33 UTC 

[PATCH v9 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-03-17 16:32 UTC  (5+ messages)
` [PATCH v9 3/3] Input: Add TouchNetix axiom i2c "

[PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style
 2024-03-17 15:43 UTC  (13+ messages)
` [PATCH 04/14] mips: dts: ralink: mt7621: reorder sysc node attributes

[PATCH 0/2] Update init level for cmd-db, rpmh-rsc and psci cpuidle domains
 2024-03-17 16:27 UTC  (3+ messages)
` (subset) "

[PATCH] soc: qcom: icc-bwmon: Convert to use maple tree register cache
 2024-03-17 16:27 UTC  (2+ messages)

[PATCH] firmware: qcom_scm: remove IS_ERR() checks from qcom_scm_bw_{en,dis}able()
 2024-03-17 16:27 UTC  (2+ messages)

[PATCH] firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() fails
 2024-03-17 16:27 UTC  (2+ messages)

[PATCH 0/3] soc: qcom: Add X1E80100 platform and SMB2360 PMIC
 2024-03-17 16:27 UTC  (2+ messages)

[PATCH v2 0/6] USB keyboard improvements for asahi / desktop systems
 2024-03-17 16:21 UTC  (11+ messages)
` [PATCH v2 3/6] usb: xhci: Abort transfers with unallocated rings
` [PATCH v2 4/6] usb: Add environment based device blocklist
` [PATCH v2 5/6] usb: kbd: support Apple Magic Keyboards (2021)
` [PATCH v2 6/6] usb: kbd: Add probe quirk for Apple and Keychron keyboards

[meta-oe][PATCH v4 1/7] lvgl: fix typo in lv-conf.inc
 2024-03-17 16:02 UTC  (7+ messages)
` [meta-oe][PATCH v4 6/7] lvgl: fix libdrm include
        ` [oe] "

[PATCH 1/1] ARM: dts: imx6ul: tqma6ul + mba6ulx: Fix pinctrl node names
 2024-03-17 16:22 UTC  (3+ messages)

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-17 16:15 UTC  (22+ messages)
` [RFC 01/14] task_stack.h: remove obsolete __HAVE_ARCH_KSTACK_END check
` [RFC 04/14] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [RFC 06/14] fork: zero vmap stack using clear_page() instead of memset()
` [RFC 08/14] fork: separate vmap stack alloction and free calls

[PATCH v3 5/5] drm/xe: Enable 32bits build
 2024-03-17 16:14 UTC  (2+ messages)
` [v3,5/5] "

[PATCH] net/sched: Forbid assigning mirred action to a filter attached to the egress
 2024-03-17 16:10 UTC  (3+ messages)

[PATCH v3] proc_pid_io.5: dewafflify
 2024-03-17 16:08 UTC  (3+ messages)
` [PATCH v4] "

[openeuler:OLK-6.6 777/4034] arch/loongarch/kernel/legacy_boot.c:39:19: sparse: sparse: symbol 'liointc_domain' was not declared. Should it be static?
 2024-03-17 16:07 UTC 

[PATCH 0/2] xen: two fixes related to event channels
 2024-03-17 16:03 UTC  (5+ messages)
` [PATCH 1/2] xen/evtchn: avoid WARN() when unbinding an event channel
` [PATCH 2/2] xen/events: increment refcnt only if event channel is refcounted

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-17 16:03 UTC  (10+ messages)
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling

[PATCH v4 0/6] Add support i.MX95 BLK CTL module clock features
 2024-03-17 15:59 UTC  (3+ messages)

divide error in alauda_transport
 2024-03-17 15:57 UTC  (3+ messages)

[PATCH 0/2] drm/panel: Add Startek KD050HDFIA020-C020A support
 2024-03-17 15:57 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: ili9881c: "
` [PATCH 2/2] drm/panel: ilitek-ili9881c: "

[PATCH 0/4] configs: apple: Switch to standard boot + small adjustments
 2024-03-17 15:51 UTC  (8+ messages)
` [PATCH 1/4] apple_m1_defconfig: Turn on CONFIG_SYS_64BIT_LBA
` [PATCH 2/4] configs: apple: Use "vidconsole,serial" as stdout/stderr
` [PATCH 3/4] configs: apple: Enable CMD_SELECT_FONT and FONT_16X32
` [PATCH 4/4] arm: apple: Switch to standard boot

[meta-security][PATCH] layer.conf: Update for the scarthgap release series
 2024-03-17 15:51 UTC 

[PATCH v5 0/5] Add the Renesas USBF controller support
 2024-03-17 15:51 UTC  (4+ messages)
` [PATCH v5 3/5] usb: gadget: udc: add Renesas RZ/N1 "

[PATCH] xfs: Fix typo in comment
 2024-03-17 15:49 UTC  (2+ messages)

[PATCH] dt-bindings: clock: samsung,s3c6400-clock: convert to DT Schema
 2024-03-17 15:49 UTC  (7+ messages)

[PATCH] drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
 2024-03-17 15:48 UTC 

[oe-core][kirkstone][PATCH 1/1] expat: fix CVE-2023-52426
 2024-03-17 15:47 UTC 

[PATCH] ecryptfs: Fix buffer size for tag 66 packet
 2024-03-17 14:46 UTC 

[PATCH] ice: Remove newlines in NL_SET_ERR_MSG_MOD
 2024-03-17 15:40 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH iproute2-next] arpd: create /var/lib/arpd on first use
 2024-03-17 15:39 UTC  (3+ messages)
` [PATCH iproute2-next v2] "

[xen-unstable test] 185061: tolerable FAIL
 2024-03-17 15:37 UTC 

[PATCH] ext4: Remove unneeded if checks before kfree
 2024-03-17 15:36 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCH v2 0/3] Add initial support for T95 TV boxes
 2024-03-17 15:36 UTC  (12+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: add t95 string
` [PATCH v2 2/3] dt-bindings: arm: sunxi: add T95 AXP313
` [PATCH v2 3/3] arm64: dts: allwinner: h616: add support for T95 tv boxes

[PATCH] windows: make getopt functions have const properties
 2024-03-17 15:33 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-17 15:31 UTC  (2+ messages)

[kirkstone][PATCH] stress-ng: avoid calling sync during do_compile
 2024-03-17 15:29 UTC  (3+ messages)
` [OE-core] "

[PATCH] mwl8k: Avoid overlapping composite structs that contain flex-arrays
 2024-03-17 15:22 UTC  (3+ messages)

[PATCH] drm/tilcdc: Set preferred depth
 2024-03-17  3:39 UTC 

[PATCH v5 0/4] Add support for MAX96714/F and MAX96717/F GMSL2 ser/des
 2024-03-17 15:18 UTC  (3+ messages)
` [PATCH v5 2/4] dt-bindings: media: add Maxim MAX96714 GMSL2 Deserializer

[PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
 2024-03-17 15:17 UTC  (9+ messages)

[syzbot] [bluetooth?] WARNING in l2cap_chan_del
 2024-03-17 15:15 UTC 

[PATCH 1/2] dt-bindings: nvmem: Remove fsl,t1023-sfp in favor of fsl,layerscape-sfp
 2024-03-17 15:10 UTC  (2+ messages)

[PATCH v2 1/6] intro.1: Revise language
 2024-03-17 15:10 UTC  (9+ messages)
` [PATCH v2 2/6] intro.1: Document the meaning of the PS1 variable
` [PATCH v2 3/6] intro.1: Explain the meaning of a directory
` [PATCH v2 4/6] intro.1: Demonstrate special cases of the cd command
` [PATCH v2 6/6] intro.1: Revise paragraph documenting GNU texinfo

[PATCH] x86, relocs: Ignore relocations in .notes section on walk_relocs
 2024-03-17 15:05 UTC 

[PATCH 0/4] Add StarFive's StarLink-500 Cache Controller
 2024-03-17 15:04 UTC  (11+ messages)
` [PATCH 2/4] riscv: errata: Add StarFive alternative ports
` [PATCH 4/4] dt-bindings: cache: Add docs for StarFive StarLink-500 cache controller

[PATCH 1/2] dt-bindings: net: broadcom-bluetooth: Add CYW43439 DT binding
 2024-03-17 15:03 UTC  (2+ 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.