mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Jordan <daniel.m.jordan@oracle.com>
To: Eric Biggers <ebiggers@kernel.org>
Cc: linux-crypto@vger.kernel.org,
	Herbert Xu <herbert@gondor.apana.org.au>,
	linux-kernel@vger.kernel.org,
	Steffen Klassert <steffen.klassert@secunet.com>
Subject: Re: [PATCH 1/2] padata: Mark remaining code as __init and data as __initdata
Date: Fri, 17 Jul 2026 16:34:49 -0400	[thread overview]
Message-ID: <alqRlctkmnR_3_Xd@dmjordan-vm1.corpdevsubnet.oravirtteamphx.oraclevcn.com> (raw)
In-Reply-To: <20260717171831.27994-2-ebiggers@kernel.org>

On Fri, Jul 17, 2026 at 10:18:30AM -0700, Eric Biggers wrote:
> Since the serialized job support was removed from padata, the remaining
> code is used only by the multithreaded job support, whose public
> functions are __init.
> 
> Therefore, also mark the internal functions as __init and the internal
> data as __initdata.
> 
> This makes them be discarded after the kernel boots.  It also eliminates
> the need to mark padata_work_init() as __ref.
> 
> Signed-off-by: Eric Biggers <ebiggers@kernel.org>

Reviewed-by: Daniel Jordan <daniel.m.jordan@oracle.com>

  reply	other threads:[~2026-07-17 20:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-17 17:18 [PATCH 0/2] More padata cleanups Eric Biggers
2026-07-17 17:18 ` [PATCH 1/2] padata: Mark remaining code as __init and data as __initdata Eric Biggers
2026-07-17 20:34   ` Daniel Jordan [this message]
2026-07-17 17:18 ` [PATCH 2/2] padata: Free the padata_works when they're no longer needed Eric Biggers
2026-07-17 20:35   ` Daniel Jordan

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=alqRlctkmnR_3_Xd@dmjordan-vm1.corpdevsubnet.oravirtteamphx.oraclevcn.com \
    --to=daniel.m.jordan@oracle.com \
    --cc=ebiggers@kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=steffen.klassert@secunet.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