From mboxrd@z Thu Jan 1 00:00:00 1970 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 4F6B5C4332F for ; Sun, 4 Dec 2022 09:32:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229955AbiLDJcc (ORCPT ); Sun, 4 Dec 2022 04:32:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbiLDJc1 (ORCPT ); Sun, 4 Dec 2022 04:32:27 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AA9F12D24; Sun, 4 Dec 2022 01:32:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=/WO5b3+XRveRvUH+vYohmYPHmCE9UPS08lsr4eFm8KE=; b=wbL9zB6OKLcBZ0DlexYe2IbjQM bDCHu/PrzX7C3xGd2hOlpAd+7iWtuKy8UM+zDrHcAAxUZbpFv22JGyvS4ppxY/HgnTtF6zY8ZHUb5 PXknbF/B7hoJ0+hq1z3dz9B5J8uNg09zVmQe7/HG+tAx66lRy6Mj2YBy1DCpPJNnRPUxBV/qQ/0S3 AmgVpO06rCr8sR3j1ZYKyRH+diDG4hyJw9VYnOjFNwOvRn+uaCEgule9sRaNuP5NHvjOf9s3SoKch kYozVjd8Iglapx8VbbKfAEhzC+R9761isZR00tY0dxedNnwq2ZPhRQWkWuJnu14HXW2xDCHg9xEVU 0VsoetAQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p1lM0-007BeU-5b; Sun, 04 Dec 2022 09:32:08 +0000 Date: Sun, 4 Dec 2022 01:32:08 -0800 From: Christoph Hellwig To: Herbert Xu Cc: Catalin Marinas , Ard Biesheuvel , Will Deacon , Marc Zyngier , Arnd Bergmann , Greg Kroah-Hartman , Andrew Morton , Linus Torvalds , Linux Memory Management List , Linux ARM , LinuxKernelMailingList@gondor.apana.org.au, linux-kernel@vger.kernel.org, "David S. Miller" , Linux Crypto Mailing List Subject: Re: [PATCH 0/10] crypto: Driver conversions for DMA alignment Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 02, 2022 at 05:19:43PM +0800, Herbert Xu wrote: > These are the rest of the driver conversions in order for arm64 > to safely lower the kmalloc alignment below that required for DMA. Btw, drivers/crypto/ has a lot of weird and most likely uses of GFP_DMA. Can someone look into those while we're doing DMA audits of the cryto drivers?