]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: remove nth_page() usage within SG entry
authorDavid Hildenbrand <david@redhat.com>
Mon, 1 Sep 2025 15:03:54 +0000 (17:03 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 21 Sep 2025 21:22:09 +0000 (14:22 -0700)
commitce00897b94bc5c62fab962625efcf1ab824d3688
treefc5e8f2b58b764098807da9c74e4512f8614a973
parentfae6406bca03688bde691ef7f2605165d6b4f9b8
crypto: remove nth_page() usage within SG entry

It's no longer required to use nth_page() when iterating pages within a
single SG entry, so let's drop the nth_page() usage.

Link: https://lkml.kernel.org/r/20250901150359.867252-34-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
crypto/ahash.c
crypto/scompress.c
include/crypto/scatterwalk.h