All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 01:28:00 to 2026-02-12 03:03:42 UTC [more...]

[PATCH v1 00/106] crypto: Standalone crypto module (Series 2/4): Arch-independent crypto
 2026-02-12  2:46 UTC  (63+ messages)
` [PATCH 001/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO and CONFIG_CRYPTO_ALGAPI2 crypto
` [PATCH 002/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES crypto
` [PATCH 003/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AEAD2 crypto
` [PATCH 004/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GENIV crypto
` [PATCH 005/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SKCIPHER2 crypto
` [PATCH 006/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SEQIV crypto
` [PATCH 007/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECHAINIV crypto
` [PATCH 008/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HASH2 crypto
` [PATCH 009/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AKCIPHER2 crypto
` [PATCH 010/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SIG2 crypto
` [PATCH 011/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_KPP2 crypto
` [PATCH 012/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_RSA crypto
` [PATCH 013/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ACOMP2 crypto
` [PATCH 014/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MANAGER2 crypto
` [PATCH 015/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CMAC crypto
` [PATCH 016/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HMAC crypto
` [PATCH 017/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MD5 crypto
` [PATCH 018/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA256 crypto
` [PATCH 019/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA512 crypto
` [PATCH 020/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA3 crypto
` [PATCH 021/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECB crypto
` [PATCH 022/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CBC crypto
` [PATCH 023/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CTR crypto
` [PATCH 024/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GCM crypto
` [PATCH 025/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CCM crypto
` [PATCH 026/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AUTHENC crypto
` [PATCH 027/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_LZO crypto
` [PATCH 028/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_RNG2 crypto
` [PATCH 029/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_DRBG crypto
` [PATCH 030/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_JITTERENTROPY crypto
` [PATCH 031/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GHASH crypto
` [PATCH 032/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYMMETRIC_KEY_TYPE crypto
` [PATCH 033/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE crypto
` [PATCH 034/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_X509_CERTIFICATE_PARSER crypto
` [PATCH 035/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_PKCS7_MESSAGE_PARSER crypto
` [PATCH 036/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ENGINE crypto
` [PATCH 037/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HKDF crypto
` [PATCH 038/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_DH crypto
` [PATCH 039/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECDSA and CONFIG_CRYPTO_ECC crypto
` [PATCH 040/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_USER crypto
` [PATCH 041/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_XCBC crypto
` [PATCH 042/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_NULL crypto
` [PATCH 043/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MD4 crypto
` [PATCH 044/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_RMD160 crypto
` [PATCH 045/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA1 crypto
` [PATCH 046/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM3_GENERIC crypto
` [PATCH 047/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_STREEBOG crypto
` [PATCH 048/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_WP512 crypto
` [PATCH 049/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_BLAKE2B crypto
` [PATCH 050/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_PCBC crypto
` [PATCH 051/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CTS crypto
` [PATCH 052/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_LRW crypto
` [PATCH 053/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_XTS crypto
` [PATCH 054/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_XCTR and CONFIG_CRYPTO_HCTR2 crypto
` [PATCH 055/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ADIANTUM crypto
` [PATCH 056/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CHACHA20 crypto
` [PATCH 057/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CHACHA20POLY1305 crypto
` [PATCH 058/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AEGIS128 crypto
` [PATCH 059/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_PCRYPT crypto
` [PATCH 060/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CRYPTD crypto
` [PATCH 061/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_DES crypto
` [PATCH 062/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_FCRYPT crypto

[RESEND PATCH] mm: bail out from partial cgroup_reclaim inside shrink_lruvec
 2026-02-12  3:01 UTC  (3+ messages)

[PATCH 0/3] ASoC: codec: fixes for ak4458 and ak5558 codecs
 2026-02-12  2:59 UTC  (6+ messages)
` [PATCH 1/3] ASoC: dt-bindings: asahi-kasei,ak4458: set unevaluatedProperties:false

[Buildroot] [PATCH] package/libspdm: bump version to 3.8.1
 2026-02-12  2:58 UTC 

[PATCH] io_uring: use the right type for creds iteration
 2026-02-12  2:58 UTC 

[PATCH] libperf cpumap: Fix argument x range [] exceeds maximum object size
 2026-02-12  2:51 UTC 

[PATCH] board: Correct usage of fdtfile=CONFIG_DEFAULT_FDT_FILE
 2026-02-12  2:58 UTC  (2+ messages)

[PATCH v5 00/21] i3c: aspeed: Add I3C support
 2026-02-12  2:55 UTC  (4+ messages)
` [PATCH v5 21/21] tests/functional/arm/test_aspeed_ast2600_sdk: Add i3c functional test

[PATCH v1 00/17] crypto: Standalone crypto module (Series 1/4): Core implementation
 2026-02-12  2:42 UTC  (18+ messages)
` [PATCH 01/17] crypto: add Kconfig options for standalone crypto module
` [PATCH 02/17] crypto: add module entry for standalone crypto kernel module
` [PATCH 03/17] build: special compilation rule for building the standalone crypto module
` [PATCH 04/17] build: Add ELF marker for crypto-objs-m modules
` [PATCH 05/17] module: allow kernel module loading directly from memory
` [PATCH 06/17] crypto: add pluggable interface for builtin crypto modules
` [PATCH 07/17] crypto: dedicated ELF sections for collected crypto initcalls
` [PATCH 08/17] crypto: fips140: add crypto module loader
` [PATCH 09/17] build: embed the standalone crypto module into vmlinux
` [PATCH 10/17] build: add CONFIG_DEBUG_INFO_BTF_MODULES support for the standalone crypto kernel module
` [PATCH 11/17] Allow selective crypto module loading at boot based on FIPS mode
` [PATCH 12/17] Execute crypto initcalls during module initialization
` [PATCH 13/17] crypto/algapi.c: skip crypto_check_module_sig() for the standalone crypto module
` [PATCH 14/17] crypto: fips140: add module integrity self-check
` [PATCH 15/17] x86: crypto: to convert exported crypto symbols into pluggable interface for x86 cryptos
` [PATCH 16/17] arm64: crypto: to convert exported crypto symbols into pluggable interface for arm64 cryptos
` [PATCH 17/17] Add standalone crypto kernel module technical documentation

[PATCH v2] wifi: mt76: mt7921: fix txpower reporting
 2026-02-12  2:46 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: Add bpf_prog_clone for individual program loading
 2026-02-12  2:45 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Use bpf_prog_clone() in veristat

[RFC PATCH 00/14] intel_iommu: Enable PASID support for passthrough device
 2026-02-12  2:43 UTC  (7+ messages)
` [RFC PATCH 01/14] backends/iommufd: Add pasid attach/detach callbacks

[PATCH v4] nvme/host: fixup some typos
 2026-02-12  2:40 UTC  (4+ messages)

[PATCH bpf-next v1 00/14] selftests/bpf: Fixes for userspace ASAN
 2026-02-12  2:39 UTC  (3+ messages)
` [PATCH bpf-next v1 01/14] selftests/bpf: Pass through build flags to bpftool and resolve_btfids

[PATCH 1/5] drm/amd/ras: Add address check structure
 2026-02-12  2:38 UTC  (3+ messages)
` [PATCH 5/5] drm/amd/ras: Handle check address validity in SR-IOV

[PATCH] i3c: dw-i3c-master: Set SIR_REJECT in DAT on device attach and reattach
 2026-02-12  2:35 UTC  (4+ messages)

[PATCH v2 1/2] kho: fix missing early_memunmap() call in kho_populate()
 2026-02-12  2:36 UTC  (2+ messages)

[PATCH bpf v2] bpf: cpumap: fix race in bq_flush_to_queue on PREEMPT_RT
 2026-02-12  2:36 UTC 

[PATCH] nvme: fix memory leak in quirks_param_set()
 2026-02-12  2:35 UTC  (2+ messages)

[PATCH 2/2] USB: usbtmc: Don't accept very long timeouts
 2026-02-12  2:34 UTC  (9+ messages)

[STATUS] stable/linux-5.15.y - e45d5d41c1343aad8c7587a5b15d58e99aff4c8a
 2026-02-12  2:30 UTC 

[STATUS] next/master - 9152bc8cebcb14dc16b03ec81f2377ee8ce12268
 2026-02-12  2:30 UTC 

[RFC PATCH] drm/i915/display: Prevent NV12 Y-plane allocation from stealing userspace planes
 2026-02-12  2:29 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH mm-unstable v1 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-02-12  2:26 UTC  (8+ messages)
` [PATCH mm-unstable v1 1/5] mm: consolidate anonymous folio PTE mapping into helpers
` [PATCH mm-unstable v1 2/5] mm: introduce is_pmd_order helper
` [PATCH mm-unstable v1 3/5] mm/khugepaged: define COLLAPSE_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1
` [PATCH mm-unstable v1 4/5] mm/khugepaged: rename hpage_collapse_* to collapse_*
  ` [PATCH mm-unstable v1 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()

[OE-core][RFC][PATCH] oeqa/selftest/sdk: add test_sdk_runqemu
 2026-02-12  2:25 UTC  (5+ messages)

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master-ltsprep.202602111800
 2026-02-12  2:25 UTC  (2+ messages)

[PATCH v4 0/2] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
 2026-02-12  2:22 UTC  (6+ messages)
` [PATCH v4 2/2] arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel

[PATCH bpf-next 0/3] bpf: consolidate pointer offset tracking in var_off
 2026-02-12  2:23 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: use reg->var_off instead of reg->off for pointers

[PATCH v2 0/3] ASoC: dt-bindings: fix the ak4458 and ak5558 binding doc
 2026-02-12  2:18 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: asahi-kasei,ak4458: set unevaluatedProperties:false
` [PATCH v2 2/3] ASoC: dt-bindings: asahi-kasei,ak4458: Fix the supply names
` [PATCH v2 3/3] ASoC: dt-bindings: asahi-kasei,ak5558: "

[RFC PATCH v5 00/10] mm: Hot page tracking and promotion infrastructure
 2026-02-12  2:16 UTC  (8+ messages)
` [RFC PATCH v5 03/10] mm: Hot page tracking and promotion

[PATCH 0/6] Investigate hotdoc and add a recipe to build it
 2026-02-12  2:16 UTC  (11+ messages)
` [OE-core][PATCH 6/6] orc: Enable hotdoc to produce doc
    ` 回复: "

[RFC PATCH 0/2] ath10k wifi fixes
 2026-02-12  2:11 UTC  (3+ messages)
` [RFC PATCH 2/2] wifi: ath10k: only wait for response to SET_KEY

[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-12  2:09 UTC  (13+ messages)
` [PATCH v4 08/33] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v4 09/33] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v4 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations

[RFC PATCH] mm: only set fault addrsss' access bit in do_anonymous_page
 2026-02-12  2:08 UTC  (11+ messages)

[PATCH] orangefs: add usercopy whitelist to orangefs_op_cache
 2026-02-12  2:08 UTC 

[RFC] adding KASAN support to JIT compiler(s)
 2026-02-12  2:06 UTC  (6+ messages)

[PATCH] docs: simplify DiamondRapids CPU docs
 2026-02-12  2:30 UTC  (2+ messages)

[PATCH] sched/rt: Remove empty sched_rt_do_global() helper
 2026-02-12  2:05 UTC  (3+ messages)

[PATCH] xfs: fixup some alignment issues in xfs_ondisk.c
 2026-02-12  2:04 UTC 

[PATCH v1] drm/tyr: make SRAM supply optional like panthor
 2026-02-12  2:04 UTC  (2+ messages)

[PATCH 1/1] erofs-utils: lib: oci: support reading credentials from docker config
 2026-02-12  2:03 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[jolsa-perf:bpf/tracing_multi_3 7/14] kernel/bpf/trampoline.c:1528:undefined reference to `bpf_check_attach_target'
 2026-02-12  2:03 UTC 

[android-common:android-mainline-riscv64 1/1] aarch64-linux-ld: phylink.c:undefined reference to `phy_may_wakeup'
 2026-02-12  2:03 UTC 

[PATCH] mm/migrate_device: remove dead migration entry check in migrate_vma_collect_huge_pmd()
 2026-02-12  2:00 UTC  (2+ messages)

[PATCH v5 0/2] Add NXP FRDM-IMX91S board support
 2026-02-12  2:00 UTC  (6+ messages)
` [PATCH v5 2/2] arm64: dts: freescale: add "

[PATCH 0/2] bpf: Introduce the bpf_list_del API
 2026-02-12  1:56 UTC  (3+ messages)
` [PATCH 1/2] bpf: Introduce the bpf_list_del kfunc

[PATCH RFC 0/6] AFBC fixes for MediaTek DRM
 2026-02-12  1:54 UTC  (6+ messages)
` [PATCH RFC 3/6] drm/mediatek: ovl: Fix misaligned layer source size on AFBC mode

[PATCH] media: rp1-cfe: Fix double-free on video device re-registration
 2026-02-12  1:51 UTC  (3+ messages)

[PATCHv2] mm: khugepaged: make scan loops suspend aware
 2026-02-12  1:51 UTC  (5+ messages)

[PATCH v6 0/5] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
 2026-02-12  1:50 UTC  (3+ messages)
` [PATCH v6 2/5] bpf/verifier: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set

[PATCH] nvmet: auth: validate dhchap id list lengths(KASAN: slab-out-of-bounds)
 2026-02-12  1:49 UTC  (2+ messages)

[PATCH] drm/xe: Stop applying Wa_16018737384 from Xe3 onward
 2026-02-12  1:49 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v3 0/3] Fix port enumeration failure
 2026-02-12  1:48 UTC  (2+ messages)

[PATCH] ASoC: amd: add DMIC support for RPL platform
 2026-02-12  1:46 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH bpf-next v3 0/3] Separate tests that need error injection
 2026-02-12  1:42 UTC  (4+ messages)

[PATCH i-g-t v7 0/5] Close any open drm device after engine initialization in GPUTOP
 2026-02-12  1:41 UTC  (3+ messages)
` [PATCH i-g-t v7 3/5] tools/gputop.src/xe_gputop: Refactor xe_populate_engines to close card_fd and use direct ioctl calls

[GIT PULL] Devicetree updates for v7.0
 2026-02-12  1:40 UTC 

[PATCH 0/3] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-02-12  1:38 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: phy: spacemit: k3: add USB2 PHY support
` [PATCH 2/3] phy: k1-usb: add disconnect function support
` [PATCH 3/3] phy: k1-usb: k3: add USB2 PHY support

[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
 2026-02-12  1:37 UTC  (13+ messages)
` [PATCH 01/12] drm/tyr: select DRM abstractions in Kconfig
` [PATCH 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH 03/12] drm/tyr: rename TyrObject to BoData
` [PATCH 04/12] drm/tyr: set DMA mask using GPU physical address
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH 07/12] drm/tyr: Add generic slot manager
` [PATCH 08/12] drm/tyr: add MMU module
` [PATCH 09/12] drm/tyr: add GPU virtual memory module
` [PATCH 10/12] drm/tyr: add a kernel buffer object
` [PATCH 11/12] drm/tyr: add parser for firmware binary
` [PATCH 12/12] drm/tyr: add firmware loading and MCU boot support

[PATCH] ubiattach: fix wording in usage example
 2026-02-12  1:35 UTC 

[PATCH] nvmet fabrics-cmd-auth.c : validate negotiate payload length(KASAN: slab-out-of-bounds in nvmet_execute_auth_send+0x1d24/0x2090)
 2026-02-12  1:33 UTC  (2+ messages)
` [PATCH v2] nvmet-auth: validate negotiate payload length(BUG: KASAN: slab-out-of-bounds)

[LTP] [PATCH] lapi/tls: reserve pre-TCB space to avoid undefined behavior in clone10.c
 2026-02-12  1:32 UTC  (7+ messages)

[PATCH 1/4] memcg: use mod_node_page_state to update stats
 2026-02-12  1:31 UTC  (11+ messages)

[PATCH v2 0/3] Make detecting the secure boot status integrity-wide
 2026-02-12  1:28 UTC  (4+ messages)
` [PATCH v2 1/3] integrity: Make arch_ima_get_secureboot integrity-wide

[PATCH] vsnprintf: drop __printf() attributes on binary printing functions
 2026-02-12  1:28 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] fsverity updates for 7.0
 2026-02-12  1:26 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.