From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D494E2BE02C; Mon, 13 Jul 2026 02:14:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783908853; cv=none; b=sFDIwgeDZRTuCMnZDnk7S1er9fFQI3ueb5fjZZxCpGUREAgbPlhgmy2uft9MycVg/l9knfWNHqLZBtTjGywBYpVpxHWSwARDG0qV6ahJAnOu7v1VG2h+fdRVixB56cIwHuZ28t5JoGvszU2jFjRrWonp+2kgO/5bJSJbOngt2oM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783908853; c=relaxed/simple; bh=x/6Aybh8qMwzxuoqkJ8AFNGVMGMKpjGANuAHy9C2Za0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UoH4kQN3A6fFxKyuLdVs6BaEehPUeiM/M4Ia9BvUxkYlsYrwIPQY/g03jo+1Ko21+EftsSPxlob3bMcRsh3hLlQ/I2tmzEQykOt98H5Z3iRqGI7b2xtbHmgfdBqUGpkkORVPo4+4b0Z7SIKG4i5BR3Nba8nGvEeOluoxqPvRELo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=G61dKqki; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="G61dKqki" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C75E1F000E9; Mon, 13 Jul 2026 02:14:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783908852; bh=kJrJvnR4QUfDBiFR/fI81D6iOTTw+jkEAND0yFvGwRs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=G61dKqkimz4p/aQpzztQzmXtrTl4SSpMaEDA9JfOEY2riPER3tPuaZrCgtpkGgpie nw5apxWuubJ+Ljau0rJJyyuYj8TvwwnE5SHqEYaD+Y3jubk0gmSNtFlwEoCjqAohzu NSZcLnro74hn1+IILJ9nwCFygSG/KgO2Nr4k6mcgmrdDpKF+ZVu5puUPK0Tn9yn8rZ vYVgZqwJMxT2sQIxWSwnY4zGe18iUJg9mJcuOlnpPfBTO5E1mezROEV5RGc+YF/QIq ZjKRwXPujr6Egwkw/1R7lawf0tvqFOO1TIv5BDvveUCjY35kTfzA04fDJrpNUCScsE EJScjkwNGv3Yg== Date: Sun, 12 Jul 2026 22:14:10 -0400 From: Eric Biggers To: linux-crypto@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Ard Biesheuvel , "Jason A . Donenfeld" , Herbert Xu Subject: Re: [PATCH] lib/crypto: md5: Remove support for md5_mod_init_arch() Message-ID: <20260713021410.GA4362@quark> References: <20260629032552.26100-1-ebiggers@kernel.org> <20260705195008.GE41916@quark> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260705195008.GE41916@quark> On Sun, Jul 05, 2026 at 12:50:08PM -0700, Eric Biggers wrote: > On Sun, Jun 28, 2026 at 08:25:52PM -0700, Eric Biggers wrote: > > No definitions of md5_mod_init_arch() remain, so remove the code that > > handles it. > > > > Signed-off-by: Eric Biggers > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next > > - Eric > Moved to libcrypto-fixes instead. - Eric