From: Eric Biggers <ebiggers@kernel.org>
To: linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: Re: [PATCH] crypto: crc32 - remove "_generic" from filenames
Date: Tue, 8 Apr 2025 19:49:59 -0700 [thread overview]
Message-ID: <20250409024959.GA4424@sol.localdomain> (raw)
In-Reply-To: <20250405183324.441383-1-ebiggers@kernel.org>
On Sat, Apr 05, 2025 at 11:33:24AM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
>
> Since crc32_generic.c and crc32c_generic.c now expose both the generic
> and architecture-optimized implementations via the crypto_shash API,
> rather than just the generic implementations as they originally did,
> remove the "_generic" part of the filenames.
>
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
> crypto/Makefile | 8 ++++----
> crypto/{crc32_generic.c => crc32.c} | 0
> crypto/{crc32c_generic.c => crc32c.c} | 0
> 3 files changed, 4 insertions(+), 4 deletions(-)
> rename crypto/{crc32_generic.c => crc32.c} (100%)
> rename crypto/{crc32c_generic.c => crc32c.c} (100%)
Applied to https://web.git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=crc-next
- Eric
prev parent reply other threads:[~2025-04-09 2:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-05 18:33 [PATCH] crypto: crc32 - remove "_generic" from filenames Eric Biggers
2025-04-09 2:49 ` Eric Biggers [this message]
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=20250409024959.GA4424@sol.localdomain \
--to=ebiggers@kernel.org \
--cc=ardb@kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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 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.