From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: keys@linux.kernel.org
Cc: Kieran Bingham <kieranbingham@gmail.com>,
Kieran Bingham <kieran@bingham.xyz>,
Kieran Bingham <kieran@kbingham.co.uk>,
Imre Kaloz <kaloz@dune.hu>, Imre Kaloz <kaloz@openwrt.org>,
Eric Dumazet <edumazet@google.com>,
Eric Dumazet <eric.dumazet@gmail.com>,
Eric Dumazet <edumazet@kernel.org>,
Pravin B Shelar <pshelar@nicira.com>,
Allison Henderson <allison.henderson@oracle.com>,
Joel Granados <joel.granados@kernel.org>,
Joel Granados <joel.granados@joelgranados.com>,
Joel Granados <j.granados@samsung.com>,
Harald Hoyer <harald@hoyer.xyz>,
Harald Hoyer <harald@harald-hoyer.de>,
Harald Hoyer <harald@redhat.com>,
Bothersome Borer <bothersome-borer@kernel.org>,
Confounding Cockroach <confounding-cockroach@kernel.org>,
Frank Rowand <frank.rowand@sony.com>,
Frank Rowand <key_111017@frowand.com>,
Frank Rowand <frank.rowand@am.sony.com>,
Frank Rowand <frowand@gmail.com>,
Frank Rowand <frank.rowand@sonymobile.com>,
Frank Rowand <frowand.list@gmail.com>,
Frank Rowand <frank@frowand.com>,
Jacek Anaszewski <jacek.anaszewski@gmail.com>,
Jacek Anaszewski <j.anaszewski@samsung.com>,
Aggravating Aphid <aggravating-aphid@kernel.org>
Subject: [PATCH 0/7] Remove expired keys, 2024 edition
Date: Tue, 5 Aug 2025 09:59:01 +0200 [thread overview]
Message-ID: <cover.1754379198.git.u.kleine-koenig@baylibre.com> (raw)
Hello,
this cleanup series removes 5 keys and one subkey that expired in 2024.
Also a key that was revoked in 2020 is dropped.
None of the removed keys is part of trust paths to other keys, so there
is no effect on the remaining keys.
I suggest to not apply this series straight away to give the affected
owners the chance to extend the expiry date of their keys and replace
them accordingly.
A bit orthogonal to this series: It is usually recommended to have an
expiry date on PGP keys. Most keys (472 of now 620) don't have an expiry
date, I wonder if that would be sensible to require at least for new
keys added to the keyring. The upside would be that we don't trust keys
that are already long abondoned. E.g. Gentoo requires that for the keys
that are relevant for the project[1].
Currently there are 5 more keys contained in the keyring that expired in
2025:
0AA04DC735ACE2B5.asc
Bothersome Borer <bothersome-borer@kernel.org>
4C3262CBD285EB87.asc
Confounding Cockroach <confounding-cockroach@kernel.org>
A16F9AB80CB2D395.asc
Frank Rowand <frank.rowand@sony.com>
Frank Rowand <key_111017@frowand.com>
Frank Rowand <frank.rowand@am.sony.com>
Frank Rowand <frowand@gmail.com>
Frank Rowand <frank.rowand@sonymobile.com>
Frank Rowand <frowand.list@gmail.com>
Frank Rowand <frank@frowand.com>
BD6A501CB78B7C26.asc
Jacek Anaszewski <jacek.anaszewski@gmail.com>
Jacek Anaszewski <j.anaszewski@samsung.com>
E7F85821938ABF6F.asc
Aggravating Aphid <aggravating-aphid@kernel.org>
These are the only keys left that (obviously) don't have a valid trust
path from Linus' key.
Best regards
Uwe
[1] https://www.gentoo.org/glep/glep-0063.html
Uwe Kleine-König (7):
Remove expired key of Kieran Bingham
Remove expired key of Imre Kaloz
Remove expired key of Eric Dumazet
Remove expired key of Pravin B Shelar
Remove expired key of Allison Henderson
Remove expired signing subkey of Joel Granados
Remove revoked key of Harald Hoyer
graphs/034EB370014DF270.svg | 85 -------
graphs/23863DC3831DB2B1.svg | 96 --------
graphs/2BE25AAE87E87347.svg | 136 -----------
graphs/70AA62F3B95C551B.svg | 153 ------------
graphs/C07AE44466FB6D66.svg | 119 ---------
graphs/C83EA4603047E9B3.svg | 136 -----------
keys/034EB370014DF270.asc | 473 ------------------------------------
keys/23863DC3831DB2B1.asc | 345 --------------------------
keys/2BE25AAE87E87347.asc | 136 -----------
keys/5895FAAC338C6E77.asc | 40 +--
keys/70AA62F3B95C551B.asc | 169 -------------
keys/C07AE44466FB6D66.asc | 79 ------
keys/C83EA4603047E9B3.asc | 71 ------
13 files changed, 2 insertions(+), 2036 deletions(-)
delete mode 100644 graphs/034EB370014DF270.svg
delete mode 100644 graphs/23863DC3831DB2B1.svg
delete mode 100644 graphs/2BE25AAE87E87347.svg
delete mode 100644 graphs/70AA62F3B95C551B.svg
delete mode 100644 graphs/C07AE44466FB6D66.svg
delete mode 100644 graphs/C83EA4603047E9B3.svg
delete mode 100644 keys/034EB370014DF270.asc
delete mode 100644 keys/23863DC3831DB2B1.asc
delete mode 100644 keys/2BE25AAE87E87347.asc
delete mode 100644 keys/70AA62F3B95C551B.asc
delete mode 100644 keys/C07AE44466FB6D66.asc
delete mode 100644 keys/C83EA4603047E9B3.asc
base-commit: e92648c015a4d9f92cff07dce67648c11d4a7832
--
2.50.1
next reply other threads:[~2025-08-05 7:59 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20250805075932eucas1p17f15688e91b34f617fef8c2316d92a80@eucas1p1.samsung.com>
2025-08-05 7:59 ` Uwe Kleine-König [this message]
2025-08-05 7:59 ` [PATCH 1/7] Remove expired key of Kieran Bingham Uwe Kleine-König
2025-08-05 7:59 ` [PATCH 2/7] Remove expired key of Imre Kaloz Uwe Kleine-König
2025-08-05 7:59 ` [PATCH 3/7] Remove expired key of Eric Dumazet Uwe Kleine-König
2025-08-05 7:59 ` [PATCH 4/7] Remove expired key of Pravin B Shelar Uwe Kleine-König
2025-08-05 7:59 ` [PATCH 5/7] Remove expired key of Allison Henderson Uwe Kleine-König
2025-08-05 22:57 ` Allison Henderson
2025-08-05 7:59 ` [PATCH 6/7] Remove expired signing subkey of Joel Granados Uwe Kleine-König
2025-08-07 14:26 ` Joel Granados
2025-08-05 7:59 ` [PATCH 7/7] Remove revoked key of Harald Hoyer Uwe Kleine-König
2025-08-05 15:10 ` [PATCH 0/7] Remove expired keys, 2024 edition Konstantin Ryabitsev
2025-08-05 15:46 ` Uwe Kleine-König
2025-08-05 16:42 ` Joel Granados
2025-08-05 20:57 ` Uwe Kleine-König
2025-08-06 9:20 ` Joel Granados
2025-08-06 10:16 ` Uwe Kleine-König
2025-08-11 13:18 ` Imre Kaloz
2025-08-11 21:06 ` Uwe Kleine-König
2025-08-12 13:01 ` (subset) " Konstantin Ryabitsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1754379198.git.u.kleine-koenig@baylibre.com \
--to=u.kleine-koenig@baylibre.com \
--cc=aggravating-aphid@kernel.org \
--cc=allison.henderson@oracle.com \
--cc=bothersome-borer@kernel.org \
--cc=confounding-cockroach@kernel.org \
--cc=edumazet@google.com \
--cc=edumazet@kernel.org \
--cc=eric.dumazet@gmail.com \
--cc=frank.rowand@am.sony.com \
--cc=frank.rowand@sony.com \
--cc=frank.rowand@sonymobile.com \
--cc=frank@frowand.com \
--cc=frowand.list@gmail.com \
--cc=frowand@gmail.com \
--cc=harald@harald-hoyer.de \
--cc=harald@hoyer.xyz \
--cc=harald@redhat.com \
--cc=j.anaszewski@samsung.com \
--cc=j.granados@samsung.com \
--cc=jacek.anaszewski@gmail.com \
--cc=joel.granados@joelgranados.com \
--cc=joel.granados@kernel.org \
--cc=kaloz@dune.hu \
--cc=kaloz@openwrt.org \
--cc=key_111017@frowand.com \
--cc=keys@linux.kernel.org \
--cc=kieran@bingham.xyz \
--cc=kieran@kbingham.co.uk \
--cc=kieranbingham@gmail.com \
--cc=pshelar@nicira.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox