From patchwork Tue Jan 21 09:36:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 13945993 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8EE7B1C07D5; Tue, 21 Jan 2025 09:36:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737452219; cv=none; b=hggXO7HM6OYauUY0gsTsILJULBbntm5Itbua8oedrMXG7AWtz9qA1qmPE1E/TuDvvd3TGxsRogJIUXzaROs+4ItxU+zAsnY8ivVX8/dG39mVp9wqU8mHh0KRe9kWibhC/Mx2LpOtkRpZbOv74i/wlCP3NmltOjSF7f4AhaA8+Hc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737452219; c=relaxed/simple; bh=EI5S/iz514lfNCax9LcEZSG+EjLfBy6b6gXnwQmwfYQ=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To; b=ubcLpoCchUJW27C73TutytCT8CJ5fYzmTkShs5fDDvPnUX7IKXW0Q++2x0BDyLAf1FBlVJRZiUc/G2aKI0p8MpxgVVvSC+jZU4YBTKFt4nS5JqFdhISJxyB6CdlL9Vu8w/CYUDxC9CU5IwWD4BCYzqP5OZ03vzwLHBd6js5LtrA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Kh5TXMsp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Kh5TXMsp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB596C4CEDF; Tue, 21 Jan 2025 09:36:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737452219; bh=EI5S/iz514lfNCax9LcEZSG+EjLfBy6b6gXnwQmwfYQ=; h=Date:Cc:Subject:From:To:From; b=Kh5TXMsp2nvyto3/qR/1cbr72JKcHhsy+OAQ3oKk/MVZ2vj7uH42+f4CyggFabR26 5vDwhvVP9+j/duna3OaW5LYgoFRfmynLkTrI9j1P2iYt33i8gQm5uppV/NZDZC4y9H hhKWL5199WYIm8VQ53bUzunUxIe3zOmNvO93INBqAwlbMTwTX4RA6aP2X/c51oUaQq 6YptiFbDk53dueZSXvXDZLnoNpKwrpeVGmopF1g/Bn+WR4RWoqdXu3GEr0IK0+KR25 WLoYvEIaJ/RGFhI9Fc63/DvxovImGt6tL2ZSdETiqJrb5chSqaHmegcbRo28YBCzo2 cfb5ECZJ+ltRw== Precedence: bulk X-Mailing-List: keyrings@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Date: Tue, 21 Jan 2025 11:36:55 +0200 Message-Id: Cc: "David Howells" , "Herbert Xu" , "David S. Miller" , , Subject: [GIT PULL] KEYS: keys-next-6.13-rc1 From: "Jarkko Sakkinen" To: "Linus Torvalds" X-Mailer: aerc 0.18.2 The following changes since commit 95ec54a420b8f445e04a7ca0ea8deb72c51fe1d3: Merge tag 'powerpc-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2025-01-20 21:40:19 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/keys-next-6.13-rc1 for you to fetch changes up to e8d9fab39d1f87b52932646b2f1e7877aa3fc0f4: KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y (2025-01-21 11:25:23 +0200) ---------------------------------------------------------------- Hi, Here's the changes for 6.13-rc1. BR, Jarkko ---------------------------------------------------------------- Christian Göttsche (1): keys: drop shadowing dead prototype David Gstir (1): KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y include/keys/system_keyring.h | 2 +- security/keys/trusted-keys/trusted_dcp.c | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-)