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 64F96EB64DC for ; Thu, 20 Jul 2023 06:39:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231186AbjGTGjC (ORCPT ); Thu, 20 Jul 2023 02:39:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231481AbjGTGiR (ORCPT ); Thu, 20 Jul 2023 02:38:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 057802690 for ; Wed, 19 Jul 2023 23:37:48 -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) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DE410618E1 for ; Thu, 20 Jul 2023 06:37:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 975B2C433C7; Thu, 20 Jul 2023 06:37:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689835064; bh=WAO1d9bOJCbUb/DNvoZTMUNW6vHRM+6002B/Y46guJM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=X3Cn2wYARSyhjih+emk8w/BnmlMuyyVrIDOF9A6AxsvEKgshgmN1XMcf+CvvOoi5H qyYCeb4WHQie6th3DBjwLHOyRT+flCEm8HqqJd+PN7zrSWzZ8U1JJ/YGX5hpkSayyj pooaN9Qe5ONjIrPu320OyBESzMrjnw2jLFHmlcFVMY/NYwm3zJY1hF1AjPk74bN8i5 7ZCSWXNtpdp2PE9bGesQqp5aYsBmyBqxNznAaRkZuNBCd1wj3ZF27btVT5w3UPfNje MUQ0m1q4svlr7Gy9W1exWmidYdVCKshEWZ01HYjMvRXez9PdYF8m4F44rXmp2IXz/L 0ttDKeyBtJXkg== Message-ID: Date: Thu, 20 Jul 2023 08:37:36 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 02/11] RISC-V: arch/riscv/config: enable RISC-V IOMMU support To: Tomasz Jeznach , Conor Dooley Cc: Joerg Roedel , Will Deacon , Robin Murphy , Paul Walmsley , Anup Patel , Albert Ou , linux@rivosinc.com, linux-kernel@vger.kernel.org, Sebastien Boeuf , iommu@lists.linux.dev, Palmer Dabbelt , Nick Kossifidis , linux-riscv@lists.infradead.org References: <961d125558137f7cb960de65e5f71da5d299d3bc.1689792825.git.tjeznach@rivosinc.com> <20230719-marbled-drivable-804aacbafee2@spud> Content-Language: en-US From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/07/2023 23:07, Tomasz Jeznach wrote: > On Wed, Jul 19, 2023 at 1:22 PM Conor Dooley wrote: >> >> On Wed, Jul 19, 2023 at 12:33:46PM -0700, Tomasz Jeznach wrote: >> >> $subject: RISC-V: arch/riscv/config: enable RISC-V IOMMU support >> >> Please look at any other commits to the files you are touching >> and use a subject line that emulates them. In this case, try >> git log --oneline --no-merges -- arch/riscv/configs/ >> Same goes for the odd pattern in your driver patches. >> >> Also, the patch may be trivial, but you still need to sign off on it >> and provide a commit message. >> > > ack. added to-do the list for v2. Please run checkpatch before sending. Best regards, Krzysztof