From nobody Fri Apr 10 01:01:17 2026 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 4CF2A377EDE; Thu, 5 Mar 2026 09:31:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772703102; cv=none; b=U0h/SE4L/GN+DQV+KLHIBVnp6fmdRBjobKE8rb+R3MPBc/YgeRw2RkCLfr5DL4tj/5aSLWCXAwu5hZSZgP9r2MvB/UoXXdm87TmFTVVNj0UBkcMFUHU7xcGy5ZUXIE/y1rP8M5wF6wvDc3F73SIZsL0sjjwlPsf9kD/QUTwiwoM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772703102; c=relaxed/simple; bh=C5+VU6Rj3AzAAjH6qgyvpICOEokAeHvmCW4pKOiv3Qo=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=GAhTJZQfjwzdGATF0PIzcu4NVsyAc35FBfRA1NwcVXYCJdlrN/ZTDtNvHFvsfBTWw7yz3GEQr6QnIJHpbHp51n2BwFBOOFuvZdgjasKJm9jjVrG1a61q9wJ/d2t0FIZCgcFHHQivqEOacKVwTDCeF2FKzVdXL0XELmgWtF6vccE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=1uaGiMq3; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=G3rL3M2b; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="1uaGiMq3"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="G3rL3M2b" From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1772703099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/RkkBJiLBbpdzJTeKxKjRuAgXGRoNTF0V2kg5fwbGXY=; b=1uaGiMq3LW62FBk9XwoYATpqAuNHEc/mM8LNzqJrSfMsiO9MRbKrlmqsJVfSwc9JlAbRmM OFyhwYQYu774VZlKg/HNx43TkEGaJ2f2HZRm/gMVqtA/cbM1VPEwq/gC+kgkDw3StAtLsx GHHaW71Tm5Zj6ATD5IvEdbVyyTHaQ9RfRvpdgOEqgWOvO9FqyX5Zxq+43rOnxwY68D+rYR wALdTPr+czhyaSXtxo5jPD+G1i9zNe3hUa+vOxEP7geYq+rFP9o+oMlKXS4VvVKyCUb8wi DIJDMWGF8uTtdOgsY+A/fLQdvElu4RWoMKkTH1oKSvZrWO2fk9eULb2FxqBnHg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1772703099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/RkkBJiLBbpdzJTeKxKjRuAgXGRoNTF0V2kg5fwbGXY=; b=G3rL3M2bfizah86sbTqKp8jffkCpxCcprizYiOCkf31x0EegXs/86aP/gr7fnNeFOGpKUK 6I2mj70aqLlzKdCQ== Date: Thu, 05 Mar 2026 10:31:37 +0100 Subject: [PATCH v3 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260305-module-signature-uapi-v3-1-92f45ea6028c@linutronix.de> References: <20260305-module-signature-uapi-v3-0-92f45ea6028c@linutronix.de> In-Reply-To: <20260305-module-signature-uapi-v3-0-92f45ea6028c@linutronix.de> To: David Howells , David Woodhouse , Luis Chamberlain , Petr Pavlu , Daniel Gomez , Sami Tolvanen , Aaron Tomlin , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Mimi Zohar , Roberto Sassu , Dmitry Kasatkin , Eric Snowberg , Paul Moore , James Morris , "Serge E. Hallyn" , Nathan Chancellor , Nicolas Schier , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Shuah Khan Cc: keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org, linux-s390@vger.kernel.org, linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kbuild@vger.kernel.org, bpf@vger.kernel.org, linux-kselftest@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Developer-Signature: v=1; a=ed25519-sha256; t=1772703098; l=672; i=thomas.weissschuh@linutronix.de; s=20240209; h=from:subject:message-id; bh=C5+VU6Rj3AzAAjH6qgyvpICOEokAeHvmCW4pKOiv3Qo=; b=pIjGK+briiE9TtnOmCpm9x1TOsm+6Ad8yo4WKjZDjFB33p/OUNPrIFjya2Qo8AMfNXZZ7/ent 2WeSIn7hyFmAHseNuO37wsLhb2f7Lwkakn9U8EsQrx878sxHAcaf8pZ X-Developer-Key: i=thomas.weissschuh@linutronix.de; a=ed25519; pk=pfvxvpFUDJV2h2nY0FidLUml22uGLSjByFbM6aqQQws= This definition duplicates a definition from an internal kernel header which is going to be renamed. To get rid of an instance of the old name, drop the definition. Signed-off-by: Thomas Wei=C3=9Fschuh Reviewed-by: Petr Pavlu --- certs/extract-cert.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/certs/extract-cert.c b/certs/extract-cert.c index 7d6d468ed612..8c762f908443 100644 --- a/certs/extract-cert.c +++ b/certs/extract-cert.c @@ -33,8 +33,6 @@ #endif #include "ssl-common.h" =20 -#define PKEY_ID_PKCS7 2 - static __attribute__((noreturn)) void format(void) { --=20 2.53.0