[PATCH 1/4] crypto: ecc: Add Origin-URL to document kernel revision
Jonas Rebmann
jre at pengutronix.de
Mon May 18 00:56:13 PDT 2026
To systematically port fixes from the linux kernel, add
Origin-URL-references[1] to crypto/ecc.c which was copied from the linux
kernel in commit d2cc4152f483 ("Add elliptic curve cryptography (ECC)
helper functions").
[1]: https://lore.kernel.org/barebox/20251218151807.691382-1-a.fatoum@pengutronix.de/
Signed-off-by: Jonas Rebmann <jre at pengutronix.de>
---
crypto/ecc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/crypto/ecc.c b/crypto/ecc.c
index c3d71627a6..77068ebfbd 100644
--- a/crypto/ecc.c
+++ b/crypto/ecc.c
@@ -1,3 +1,4 @@
+// SPDX-Comment: Origin-URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/ecc.c?id=c6ab5c915da460c0397960af3c308386c3f3247b
/*
* Copyright (c) 2013, 2014 Kenneth MacKay. All rights reserved.
* Copyright (c) 2019 Vitaly Chikunov <vt at altlinux.org>
--
2.54.0.129.g3edf2eeba9
More information about the barebox
mailing list