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 0F74EEB64DA for ; Tue, 18 Jul 2023 10:35:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231144AbjGRKfL (ORCPT ); Tue, 18 Jul 2023 06:35:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229812AbjGRKfJ (ORCPT ); Tue, 18 Jul 2023 06:35:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E79BE4F for ; Tue, 18 Jul 2023 03:35:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F14676150D for ; Tue, 18 Jul 2023 10:35:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 088D0C433C8; Tue, 18 Jul 2023 10:35:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689676508; bh=ZaV5omOlT2FFoTiy5x+BQBA23UgpYYE/AVU0DfbIVtY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TyAvhMU1M+Dc9IEDGp/WfPcK5G0ExSCINvtx/5zAyJyQyBHchSyuo6u/AxHdavCnA yhxRxBBK8UqsbHGypBr8bT10T8RxkUyMNZdfSPcysSz8Ox49/jQ0CWAlmjJbh7kj4Q /dgOQE3Gp/9wc+BRejZmlTZ6tmunMe6Z3y30Ibf/rBEwkeVI6NoA/37apg57rqBWXc Cb6iaq4zhj37nrbGf7lUb+f3QQGP2JumhbV/CJZSwxE5csgsGNJbVcTtKs8l8HrvCG 1RvZd287l4/up933k2DXq1cpia/75oC3ZqVSrEPy32PiVb0etEGxEOyP5TdSkMnsiT J3GnJYXLC7fXQ== Date: Tue, 18 Jul 2023 11:35:04 +0100 From: Conor Dooley To: Jisheng Zhang Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8 Message-ID: <20230718-survive-duration-5bea1a07ece0@spud> References: <20230716165147.1897-1-jszhang@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ohkQUed4+afNqPTA" Content-Disposition: inline In-Reply-To: <20230716165147.1897-1-jszhang@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ohkQUed4+afNqPTA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jul 17, 2023 at 12:51:45AM +0800, Jisheng Zhang wrote: > Since v1 > - remove preparation patches since they have been merged > - adjust Kconfig entry to keep entries sorted > - add new function riscv_set_dma_cache_alignment() to set the > dma_cache_alignment var. Yeah, looks a lot more straightforward now than in v1, thanks. --ohkQUed4+afNqPTA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZLZq2AAKCRB4tDGHoIJi 0lK/AQDpSk3Y7G5SPZ6seWkhMA17sWxm3a/pvfsQwgN+7QPyRwD+OP3z97omY0XI MdkIwhNl2lMpl4EPexXOoDGtDSMNYAQ= =1hO1 -----END PGP SIGNATURE----- --ohkQUed4+afNqPTA--