From patchwork Wed Aug 30 10:04:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herbert Xu X-Patchwork-Id: 719198 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECE18C83F1E for ; Wed, 30 Aug 2023 18:46:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240458AbjH3SoT (ORCPT ); Wed, 30 Aug 2023 14:44:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243005AbjH3KFH (ORCPT ); Wed, 30 Aug 2023 06:05:07 -0400 Received: from 167-179-156-38.a7b39c.syd.nbn.aussiebb.net (167-179-156-38.a7b39c.syd.nbn.aussiebb.net [167.179.156.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCCE21B0 for ; Wed, 30 Aug 2023 03:05:01 -0700 (PDT) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1qbI3o-009BsR-OF; Wed, 30 Aug 2023 18:04:29 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Wed, 30 Aug 2023 18:04:30 +0800 Date: Wed, 30 Aug 2023 18:04:30 +0800 From: Herbert Xu To: Linus Torvalds Cc: ardb@kernel.org, kees@kernel.org, enlin.mu@unisoc.com, ebiggers@google.com, gpiccoli@igalia.com, willy@infradead.org, yunlong.xing@unisoc.com, yuxiaozhang@google.com, Giovanni Cabiddu , qat-linux@intel.com, Linux Crypto Mailing List , Yang Shen , Zhou Wang Subject: [PATCH 0/4] crypto: Remove zlib-deflate Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Aug 30, 2023 at 05:10:08PM +0800, Herbert Xu wrote: > > Later on someone added "zlib-deflate" to the Crypto API which does > emit the zlib header/trailer. It appears to be completely unused > and it was only added because certain hardware happened be able to > emit the same header/trailer. We should remove zlib-defalte > and all the driver implementations of it from the Crypto API. This patch series removes all implementations of zlib-deflate from the Crypto API because they have no users in the kernel. Cheers, Reviewed-by: Ard Biesheuvel