All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-07 14:01:26 to 2026-05-07 14:42:31 UTC [more...]

[PATCH v16 0/4] ASoC: Add TI TAC5XX2 SoundWire codec driver support
 2026-05-07  8:18 UTC  (3+ messages)

[PATCH v3 00/11] crypto: talitos - fix several issues in the Freescale talitos crypto driver
 2026-05-07 14:41 UTC  (12+ messages)
` [PATCH v3 01/11] crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor header
` [PATCH v3 02/11] crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1
` [PATCH v3 03/11] crypto: talitos - move dma unmapping code in flush_channel() into a standalone dma_unmap_request() function
` [PATCH v3 04/11] crypto: talitos - move dma mapping code in talitos_submit() into a standalone dma_map_request() function
` [PATCH v3 05/11] crypto: talitos - move code in current_desc_hdr() into a standalone function
` [PATCH v3 06/11] crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional descriptor
` [PATCH v3 07/11] crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueue
` [PATCH v3 08/11] crypto: talitos/hash - drop workqueue mechanism for SEC1
` [PATCH v3 09/11] crypto: talitos/hash - rename first_desc/last_desc to first_request/last_request
` [PATCH v3 10/11] crypto: talitos/hash - remove useless wrapper
` [PATCH v3 11/11] crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitation

[PATCH v4 0/6 RESEND] mfd: cpcap: convert documentation to schema and add Mot board support
 2026-05-07 14:42 UTC  (8+ messages)
` [PATCH v4 5/6 RESEND] mfd: motorola-cpcap: diverge configuration per-board
` [PATCH v4 6/6 RESEND] mfd: motorola-cpcap: add support for Mot CPCAP composition

[RFC PATCH] platform/x86: asus-tf103c-dock: Move long delayed work on system_dfl_long_wq
 2026-05-07 14:42 UTC  (2+ messages)

[BlueZ v2 0/5] Add helper for "cleanup" variable attribute
 2026-05-07 14:42 UTC  (2+ messages)

[PATCH i-g-t v1 0/7] Vswing/Preemphasis Override decoding
 2026-05-07 14:41 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] drm/amdgpu: bound bad-page list writes to allocated capacity
 2026-05-07 14:41 UTC 

[PATCH] arm64: dts: qcom: sc8280xp: Flatten usb controller nodes
 2026-05-07 14:41 UTC  (3+ messages)

[LTP] [PATCH v4 1/3] userfaultfd: Add helper for checking UFFD feature support
 2026-05-07 14:40 UTC  (4+ messages)
` [LTP] "

[PATCH 0/3] drm/panthor: Fix a race in the shrinker logic
 2026-05-07 14:40 UTC  (5+ messages)
` [PATCH 1/3] drm/panthor: Don't use the racy drm_gem_lru_remove() helper

[PATCH 1/1] drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load
 2026-05-07 14:40 UTC  (2+ messages)

[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
 2026-05-07 14:40 UTC  (5+ messages)
` [PATCH 08/28] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 15/28] KVM: VMX: enable use of MBEC

[PATCH v2 00/12] crypto: talitos - fix several issues in the Freescale talitos crypto driver
 2026-05-07 14:40 UTC  (2+ messages)

[PATCH v1 0/4] usb: serial: mxuport: extend MXU50U support and runtime controls
 2026-05-07 14:40 UTC  (5+ messages)
` [PATCH v1 1/4] usb: serial: mxuport: add support for more MXU50U UART devices
` [PATCH v1 2/4] usb: serial: mxuport: handle SEND_NEXT tx flow control

[PATCH] Documentation/firmware: clean up other_interfaces.rst
 2026-05-07 14:39 UTC  (2+ messages)

[PATCH] add -p: introduce 'w' command to view hunk with --word-diff
 2026-05-07 14:39 UTC  (3+ messages)

[bitbake-devel][PATCH] fetch2/crate: replace instance method monkey-patching with URL dispatch
 2026-05-07 14:37 UTC 

[PATCH net-next v3 0/2] net: openvswitch: Decouple flow operations from RTNL
 2026-05-07 14:37 UTC  (4+ messages)
` [PATCH net-next v3 2/2] net: openvswitch: decouple flow_table from ovs_mutex

[PATCH v5] staging: rtl8723bs: remove unnecessary comparison to true
 2026-05-07 14:37 UTC  (3+ messages)

[PATCH -next] firmware: drivers: imx: fix docs build warning
 2026-05-07 14:37 UTC  (2+ messages)

[bitbake-devel][PATCH] fetch2/crate: move cmp_to_key import to module level
 2026-05-07 14:37 UTC 

[PATCH net-next v2 2/3] net: sched: tbf: pass all params to offload users
 2026-05-07 14:37 UTC  (4+ messages)

[bitbake-devel][PATCH] fetch2/crate: guard against empty version list
 2026-05-07 14:36 UTC 

[bitbake-devel][PATCH] fetch2/crate: skip yanked versions when reading cargo index
 2026-05-07 14:36 UTC 

[PATCH 0/8] iio: magnetometer: ak8975: driver cleanup
 2026-05-07 14:35 UTC  (18+ messages)
` [PATCH 1/8] iio: magnetometer: ak8975: modernize polling loops with iopoll() macros
` [PATCH 2/8] iio: magnetometer: ak8975: check if gpiod read was successful
` [PATCH 3/8] iio: magnetometer: ak8975: switch to using managed resources
` [PATCH 4/8] iio: magnetometer: ak8975: consistently use 'data' parameter
` [PATCH 5/8] iio: magnetometer: ak8975: unify messages with help of dev_err_probe()
` [PATCH 6/8] iio: magnetometer: ak8975: use temporary variable for struct device
` [PATCH 7/8] iio: magnetometer: ak8975: add scan mask index enum
` [PATCH 8/8] iio: magnetometer: ak8975: make use of the macros from bits.h

[PATCH] vfio/pci: fix dma-buf kref underflow after revoke
 2026-05-07 14:35 UTC 

[PATCH 0/2] arm64: dts: qcom: sc8280xp: thermal zones fixes & additions
 2026-05-07 14:34 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: sc8280xp: drop unused polling-delay-passive properties
` [PATCH 2/2] arm64: dts: qcom: sc8280xp: Add more thermal zones

[RFC PATCH] scsi: scsi_transport_srp: Move long delayed work on system_dfl_long_wq
 2026-05-07 14:34 UTC 

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-07 14:34 UTC  (7+ messages)
` [PATCH net-next v5 1/5] veth: fix OOB txq access in veth_poll() with asymmetric queue counts
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[RFC 1/4] net: fec: do not use readl()/writel() for ColdFire
 2026-05-07 14:33 UTC  (4+ messages)
` [RFC 4/4] m68k: coldfire: fix non-standard readX()/writeX() functions

[PATCH net] vsock/virtio: fix potential unbounded skb queue
 2026-05-07 14:33 UTC  (9+ messages)

[PATCH v6 0/2] rust: take advantage of newer rust-analyzer features
 2026-05-07 14:33 UTC  (6+ messages)
` [PATCH v6 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure

[PATCH] scsi: target: iscsi: validate ECDB AHS length
 2026-05-07 14:25 UTC 

[PATCH v9 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-05-07 14:33 UTC  (4+ messages)
` [PATCH v9 1/2] drm/i915/selftests: Prevent userspace mapping invalidation
` [PATCH v9 2/2] drm/i915/selftests: Run vma tests only if current->mm is present

[PATCH ethtool-next 0/5] ethtool: Add 'pages on|off' option for module EEROM hex dump
 2026-05-07 14:32 UTC  (4+ messages)

[PATCH 0/2] ALSA: hda: Fix Cirrus ACPI device reference leaks
 2026-05-07 14:32 UTC  (2+ messages)

[RFC PATCH v8 0/4] virtio: add noirq system sleep PM callbacks for virtio-mmio
 2026-05-07 14:02 UTC  (3+ messages)
` [RFC PATCH v8 2/4] virtio_ring: export virtqueue_reinit_vring() for noirq restore

[PATCH v2 0/2] cgroup/cpuset: fix DL attach bandwidth accounting
 2026-05-07 14:31 UTC  (3+ messages)
` [PATCH v2 1/2] cgroup/cpuset: reset DL migration state on can_attach() failure

[RFC PATCH v5 00/29] Hierarchical Constant Bandwidth Server
 2026-05-07 14:30 UTC  (11+ messages)
` [RFC PATCH v5 18/29] sched/core: Cgroup v2 support
` [RFC PATCH v5 20/29] sched/deadline: Allow deeper hierarchies of RT cgroups

[ljs:project/cow-context 1/18] mm/init-mm.c:26:21: sparse: sparse: incorrect type in initializer (different modifiers)
 2026-05-07 14:30 UTC 

[PATCH] doc: add caveat about turning off commit-graph
 2026-05-07 14:30 UTC  (3+ messages)

[PATCH] hw/arm: Build ARM/HVF GICv3 stub once
 2026-05-07 14:29 UTC  (3+ messages)

[scarthgap][PATCH] oeqa/sdk: build libhandy instead of galculator
 2026-05-07 14:29 UTC  (2+ messages)
` [OE-core] "

[PATCH v3] iommu/amd-vi: do not zero IOMMU MMIO region
 2026-05-07 14:29 UTC  (7+ messages)

[PATCH net v2] eth: fbnic: fix double-free of PCS on phylink creation failure
 2026-05-07 14:29 UTC  (4+ messages)

[PATCH] PCI: Add D3cold reset quirk for devices with broken/missing FLR
 2026-05-07 14:29 UTC 

[OE-core][PATCH] fetch2/crate: replace instance method monkey-patching with URL dispatch
 2026-05-07 14:29 UTC 

[PATCH 00/13] media/imx355: General code cleanups, and adding support for 2 lane operation
 2026-05-07 14:29 UTC  (11+ messages)
` [PATCH 05/13] media: imx355: Set register LINE_LENGTH_PCK programmatically
` [PATCH 06/13] media: imx355: Set binning mode registers programmatically
` [PATCH 07/13] media: imx355: Remove link_freq_index from each mode as ununsed
` [PATCH 08/13] media: imx355: pixel_rate never changes, so don't recompute
` [PATCH 09/13] media: imx355: Remove redundant fll_min, and implement fixed offset

[OE-core][PATCH] fetch2/crate: move cmp_to_key import to module level
 2026-05-07 14:29 UTC 

[PATCH v3 0/2] Configuring DMA threshold value for DW-MMC controllers
 2026-05-07 14:28 UTC  (2+ messages)

[OE-core][PATCH] fetch2/crate: guard against empty version list
 2026-05-07 14:28 UTC 

[PATCH] ALSA: virtio: Validate control metadata from the device
 2026-05-07 14:28 UTC 

[PATCH v2] drm/xe: Add bounds check for num_binds to prevent memory exhaustion
 2026-05-07 14:28 UTC  (3+ messages)

[PATCH v2 0/5] KVM: SVM: Fix x2AVIC MSR interception issues
 2026-05-07 14:27 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports
` [PATCH v2 2/5] KVM: SVM: Always intercept RDMSR for TMCCT (current APIC timer count)

[OE-core][PATCH] fetch2/crate: skip yanked versions when reading cargo index
 2026-05-07 14:28 UTC 

[PATCH 0/2] hw/misc/applesmc: fix GET_KEY_BY_INDEX iteration and populate Apple SMC key set
 2026-05-07 14:27 UTC  (4+ messages)
` [PATCH 1/2] hw/misc/applesmc: fix GET_KEY_BY_INDEX to return real keys, accept WRITE/TYPE commands
` [PATCH 2/2] hw/misc/applesmc: populate Apple SMC key table

[RFC PATCH] usb: typec: ucsi: Move long delayed work on system_dfl_long_wq
 2026-05-07 14:27 UTC 

[PATCH v7 0/7] x86,fs/resctrl: Pave the way for MPAM counter assignment
 2026-05-07 14:26 UTC  (4+ messages)
` [PATCH v7 1/7] fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs()

[Bug 2133188] Re: [SRU] RISC-V vector state not restored by signal handler
 2026-05-07 14:18 UTC 

[PATCH] Add build time guard to detect off_t mismatch
 2026-05-07 14:26 UTC  (9+ messages)

[PATCH 0/3] Enable QoS configuration on SC8280XP
 2026-05-07 14:25 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,sc8280xp-rpmh: Add reg and clocks for QoS
` [PATCH 2/3] interconnect: qcom: sc8280xp: Enable QoS configuration
` [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add reg and clocks for "

[PATCH v4 00/29] soc/qcom/ubwc: rework UBWC configuration database
 2026-05-07 14:25 UTC  (9+ messages)
` [PATCH v4 05/29] drm/msm/adreno: Trust the SSoT UBWC config
` [PATCH v4 06/29] drm/msm/adreno: use qcom_ubwc_version_tag() helper
` [PATCH v4 13/29] drm/msm/adreno: use new helper to set ubwc_swizzle
` [PATCH v4 16/29] drm/msm/adreno: write reserved UBWC-related bits

[PATCH v4] platform/x86: hp-wmi: Add support for Victus 16-r0xxx (8BC2)
 2026-05-07 14:25 UTC  (2+ messages)

[PATCH v9 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-05-07 14:25 UTC  (7+ messages)
` [PATCH v9 2/6] iio: adc: ad4691: add initial driver for AD4691 family
` [PATCH v9 3/6] iio: adc: ad4691: add triggered buffer support

[PATCH v2 0/3] platform/x86: intel: TPMI/PLR PCI unbind issue
 2026-05-07 14:25 UTC  (2+ messages)

[PATCH v4] platform/x86: samsung-galaxybook: Handle ACPI hotkey notifications
 2026-05-07 14:25 UTC  (3+ messages)
` [PATCH v5 1/2] platform/x86: samsung-galaxybook: Refactor camera lens cover input device

[PATCH 0/2] KVM: TDX: Disable PMU virtualization for TDX VMs
 2026-05-07 14:24 UTC  (6+ messages)
` [PATCH 2/2] KVM: TDX: Disable pmu "

[DPDK/DTS Bug 1943] dts: add missing device capability
 2026-05-07 14:24 UTC 

[PATCH v3 1/1] KVM: x86: Introduce has_protected_pmu state for TDX VMs
 2026-05-07 14:24 UTC 

[PATCH v4 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-05-07 14:23 UTC  (4+ messages)
` [PATCH v4 12/12] drm/xe: Track parallel page fault activity in GT stats

[PATCH net-next v2 0/2] Rework pci_device_id initialisation
 2026-05-07 14:23 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net: Consistently define pci_device_ids using named initializers
    ` [Intel-wired-lan] "

[PATCH v2] libtraceevent: fix type of args in test_btf_read
 2026-05-07 14:23 UTC 

[PATCH] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-05-07 14:21 UTC  (6+ messages)

[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
 2026-05-07 14:21 UTC  (3+ messages)

[PATCH net] net: xgene: fix mdio_np leak in xgene_mdiobus_register()
 2026-05-07 14:20 UTC 

[PATCH v2 00/13] sched/fair/schedutil: Better manage system response time
 2026-05-07 14:20 UTC  (5+ messages)
` [PATCH v2 RFC 08/13] sched/qos: Add a new sched-qos interface

[PATCH v2 00/10] Add MTU3 for RZ/T2H and RZ/N2H
 2026-05-07 14:20 UTC  (7+ messages)
` [PATCH v2 02/10] mfd: rz-mtu3: use device-managed reset deassert
` [PATCH v2 03/10] mfd: rz-mtu3: use device-managed mfd_add_devices()

[PATCH net-next 00/12] net: enable TC956x support
 2026-05-07 14:19 UTC  (9+ messages)
` [PATCH net-next 08/12] dt-bindings: net: toshiba,tc965x-dwmac: add TC956x Ethernet bridge
` [PATCH net-next 10/12] net: stmmac: tc956x: add TC956x/QPS615 support

[PATCH] PCI: qcom: Restrict PERST# parsing to PCI bridge nodes
 2026-05-07 14:18 UTC 

[PATCH 0/6] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-05-07 14:18 UTC  (4+ messages)
` [PATCH 3/6] KVM: PPC: Wire up KVM_PPC_GET_COMPAT_CAPS ioctl

[frank-w-bpi-r2-4.14:7.1-rc 103/157] drivers/net/dsa/mxl862xx_downstream/mxl862xx.c:135:28: sparse: sparse: incorrect type in initializer (different base types)
 2026-05-07 14:17 UTC 

[cirruslogic-drivers:v6.18-cs40l26 36/692] include/linux/mfd/cs40l26.h:38:10: fatal error: linux/firmware/cirrus/cl_dsp.h: No such file or directory
 2026-05-07 14:17 UTC 

[PATCH] doc: usage: cmd: reset: specify when the -edl option is available
 2026-05-07 14:17 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sc8280xp: Move PHY, PERST, and Wake GPIOs to PCIe port nodes
 2026-05-07 14:16 UTC 

[PATCH RFC 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-05-07 14:15 UTC  (4+ messages)
` [PATCH RFC 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[scarthgap][PATCH 1/3] libexif: upgrade 0.6.24 -> 0.6.25
 2026-05-07 14:14 UTC  (3+ messages)
` [scarthgap][PATCH 3/3] libexif: upgrade 0.6.25 -> 0.6.26
  ` [OE-core] "

[PATCH/RFC 0/5] replay: support replaying 2-parent merges
 2026-05-07 14:14 UTC  (2+ messages)

[PATCH] mfd: menf21bmc: inline i2c_check_functionality check
 2026-05-07 14:14 UTC  (3+ messages)

[PATCH sched/core] sched/rt: Fix RT_PUSH_IPI soft lockup loop
 2026-05-07 14:14 UTC  (2+ messages)

[PATCH] doc: git-log: document --no-follow
 2026-05-07 14:14 UTC 

[PATCH v14 19/19] unwind_user/sframe: Add prctl() interface for registering .sframe sections
 2026-05-07 14:14 UTC  (3+ messages)

[PATCH 0/4] MemoryRegionOps .impl cleanups
 2026-05-07  6:49 UTC  (3+ messages)
` [PATCH 1/4] hw/riscv: iommu-trap: remove .impl.unaligned = true

[PATCH v18 0/7] coresight: ctcu: Enable byte-cntr function for TMC ETR
 2026-05-07 14:12 UTC  (8+ messages)
` [PATCH v18 1/7] coresight: core: refactor ctcu_get_active_port and make it generic
` [PATCH v18 2/7] coresight: tmc: add create/clean functions for etr_buf_list
` [PATCH v18 3/7] coresight: tmc: introduce tmc_sysfs_ops to wrap sysfs read operations
` [PATCH v18 4/7] coresight: etr: add a new function to retrieve the CTCU device
` [PATCH v18 5/7] dt-bindings: arm: add an interrupt property for Coresight CTCU
` [PATCH v18 6/7] coresight: ctcu: enable byte-cntr for TMC ETR devices
` [PATCH v18 7/7] arm64: dts: qcom: lemans: add interrupts to CTCU device

[PATCh v3 1/8] dt-bindings: clock: renesas: Add audio clock inputs for RZ/V2H family
 2026-05-07 14:12 UTC  (2+ messages)

[PATCH v2] iommu: arm-smmu-qcom: Ensure smmu is powered up in set_ttbr0_cfg
 2026-05-07 14:12 UTC  (2+ messages)

[PATCH] RDMA/nldev: add mutual exclusion in nldev_dellink()
 2026-05-07 14:11 UTC  (3+ messages)

[PATCH] USB: serial: mxuport: update number-of-ports encoding
 2026-05-07 14:11 UTC 

[PATCH 00/14] Make switchover-ack re-usable and add VFIO precopy REINIT feature
 2026-05-07 14:10 UTC  (3+ messages)
` [PATCH 07/14] migration: Make switchover-ack re-usable

[PATCH] drm/amdgpu: unmap all user mappings of framebuffer and doorbell before mode1 reset
 2026-05-07 14:09 UTC 

[PATCH] iio: adc: ad_sigma_delta: fix CS held asserted after single conversion
 2026-05-07 14:09 UTC  (5+ messages)

[PATCH v2 0/2] arm_mpam: Add support for the MPAM v0.1 architecture version
 2026-05-07 14:09 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: cpufeature: "

[PATCH net 0/5] net: dsa: mt7530: assorted fixes
 2026-05-07 14:08 UTC  (3+ messages)
` [PATCH net 1/5] net: dsa: mt7530: fix FDB entries not aging out with short timeout

[PATCH v2 0/9] exfat: convert to iomap
 2026-05-07 14:09 UTC  (3+ messages)
` [PATCH v2 4/9] exfat: add support for multi-cluster allocation

[PATCH] drm/amd/display: Use vline2 interrupt on DCN instead of vstartup
 2026-05-07 14:08 UTC  (5+ messages)

[PATCH v5 00/11] drm/bridge: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge()
 2026-05-07 14:06 UTC  (3+ messages)
` [PATCH v5 01/11] drm/bridge: drm_bridge_put(): ignore ERR_PTR

[PATCH] spi: rspi: Simplify reset control handling
 2026-05-07 14:06 UTC 

[PATCH 00/16] Add PIN and SPI support for Spacemit K1
 2026-05-07 14:05 UTC  (8+ messages)
` [PATCH 04/16] dts: k1: import pinctrl dts file from upstream folder

[PATCH v2 0/4] doc: bitbake-user-manual-metadata: clarify inherit_defer documentation
 2026-05-07 14:05 UTC  (3+ messages)
` [PATCH v2 4/4] doc: bitbake-user-manual-metadata: move inline python examples to inherit section

[PATCH 0/7] soc: aspeed: Add AST2600 eSPI controller support
 2026-05-07 14:03 UTC  (3+ messages)
` [PATCH 3/7] soc: aspeed: Add AST2600 peripheral channel port I/O support

[PATCH v9 0/9] drivers/base: Introduce revocable
 2026-05-07 14:03 UTC  (4+ messages)
` [PATCH v9 1/9] revocable: Revocable resource management

[PATCH i-g-t] tests/kms_vrr: add support for full range refresh rate testing
 2026-05-07 13:53 UTC  (2+ messages)
` [v4] "

[PATCH] drm/amd/ras: Fix CPER ring debugfs read overflow
 2026-05-07 14:00 UTC 

[PATCH v9 00/22] Enable FRED with KVM VMX
 2026-05-07 14:01 UTC  (11+ messages)

[PATCH 0/4] firmware: qcom: scm: Add minidump SRAM destination support
 2026-05-07 14:01 UTC  (3+ messages)
` [PATCH 2/4] firmware: qcom: scm: use dev_err_probe() for dload address failure

[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
 2026-05-07 14:00 UTC  (16+ messages)
` [PATCH] ima: debugging late_initcall_sync measurements


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.