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 54051C636D6 for ; Wed, 8 Feb 2023 18:28:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231696AbjBHS20 (ORCPT ); Wed, 8 Feb 2023 13:28:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjBHS2Z (ORCPT ); Wed, 8 Feb 2023 13:28:25 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D8661F4B6; Wed, 8 Feb 2023 10:28:24 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EFD5CB81F39; Wed, 8 Feb 2023 18:28:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48158C433D2; Wed, 8 Feb 2023 18:28:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675880901; bh=h4Z1PtHljHwCVbgMyobf4aJQwDVtpHPPBTMUIZs29Gg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n3eRbsqzEtl0u4K+pBR/uh1MTytXhj7AZOwXNMUUOYm7UpSy4RuCOJdOrHI/HlxNx +TH6fp1qcyG+a0tgA0HNILcVRxHV4yfFQB5woClSttKefRU0kTtrkhr/wWd/S8IcXk rOA52rdu9fss65Fo3PF2lG5oNdJNa+yUKATyq875Kvaijqu12VL8wt3OZSxUympaQh yT+W7N6ofw2unevGSzvVJKYgcwSC7/NVZYrCk/vuMUKYliKpgJ9U2miVbN7Ewkvjui uESzBfK5yX/n37emQJk8dScQ30Vt/TM18Q/DBQZn//ttd66cuRSVEp3NNOAPQ6E3Lu n5wACa15bgCbQ== Date: Wed, 8 Feb 2023 18:28:15 +0000 From: Conor Dooley To: Sunil V L Cc: Palmer Dabbelt , Albert Ou , "Rafael J . Wysocki" , Len Brown , Thomas Gleixner , Marc Zyngier , Daniel Lezcano , Jonathan Corbet , linux-riscv@lists.infradead.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Anup Patel , Andrew Jones , Atish Patra Subject: Re: [PATCH 00/24] Add basic ACPI support for RISC-V Message-ID: References: <20230130182225.2471414-1-sunilvl@ventanamicro.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3UvAYbWp1U8XT/He" Content-Disposition: inline In-Reply-To: <20230130182225.2471414-1-sunilvl@ventanamicro.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --3UvAYbWp1U8XT/He Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Sunil, On Mon, Jan 30, 2023 at 11:52:01PM +0530, Sunil V L wrote: > This patch series enables the basic ACPI infrastructure for RISC-V. > Supporting external interrupt controllers is in progress and hence it is > tested using polling based HVC SBI console and RAM disk. >=20 > The series depends on Anup's IPI improvement series. > https://github.com/avpatel/linux/commits/riscv_ipi_imp_v17 In the future, please provide links to patchsets rather than "random" git trees. > Jisheng Zhang (1): > riscv: move sbi_init() earlier before jump_label_init() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ What has this patch got to do with your series? Just something that was sitting in your tree? If you need this, it'd be ideal if you would submit *with* the R-b tags it appears to have had by v6 [1] & add the reason that you need to move it to the commit message. In Jisheng's series that was obvious, but this is a significantly larger series and it is hard to spot your reasoning for it. Cheers, Conor. --3UvAYbWp1U8XT/He Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY+PpvwAKCRB4tDGHoIJi 0vPuAP9v5J77SYw+hhwGsTWGrB7BFSWQB+FJSClGtSF9oLyAyQD/eikMzjv2mCEL dIFF92vSrmUAKvml2Nv8u8CbSJh1RwM= =oI2R -----END PGP SIGNATURE----- --3UvAYbWp1U8XT/He--