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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77652C433DF for ; Mon, 17 Aug 2020 10:54:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FFC0207FF for ; Mon, 17 Aug 2020 10:54:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597661670; bh=/yg5CG5Pqlvxg6RARc2mE3qINPJ76LuMoK+3ZPUd37k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=uUcf8emkzvdDTOiYtdjXwhS93xB/F4bB1oxiegPwX76zY8+zFjZFAAkkgZafSbCBb UVv4xrm8GLWVI2tc9i8tqqU7m7S7hIBT/80SMAJD45+wEZmVg0j4BobBi9ckyU8G6J 8Xf2bRYBPnK4aHgZkXxGneluoe5auTEBttRJ80vA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728175AbgHQKyY (ORCPT ); Mon, 17 Aug 2020 06:54:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:38234 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726830AbgHQKx3 (ORCPT ); Mon, 17 Aug 2020 06:53:29 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8D29B20758; Mon, 17 Aug 2020 10:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597661606; bh=/yg5CG5Pqlvxg6RARc2mE3qINPJ76LuMoK+3ZPUd37k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FJs7ih+8pOsI/ft0TcODZut2ndgo9ESSIIxrxt0ZRhkrBwTaEqicpHXLzaEHIp2po xTBAnvSRray/zbgtWWx7nVyQo4+83TA/yhFWR2XNsR7NX4GAR8WmgjsVnhbTj3IBJn auUSFIUTsuEwhGmVnLTZhzblSXZLR2lfwJTstKxM= Date: Mon, 17 Aug 2020 12:53:45 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: devel@driverdev.osuosl.org, devicetree@vger.kernel.org, Joerg Roedel , Manivannan Sadhasivam , Chenfeng , Joerg Roedel , linuxarm@huawei.com, Wei Xu , linux-kernel@vger.kernel.org, Christoph Hellwig , iommu@lists.linux-foundation.org, Rob Herring , John Stultz , mauro.chehab@huawei.com, Suzhuangluan , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 00/16] IOMMU driver for Kirin 960/970 Message-ID: <20200817105345.GA3483231@kroah.com> References: <20200817082106.GA16296@infradead.org> <20200817112725.26f1b7d6@coco.lan> <20200817093703.GA2258686@kroah.com> <20200817124617.303bb4a9@coco.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200817124617.303bb4a9@coco.lan> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 17, 2020 at 12:46:17PM +0200, Mauro Carvalho Chehab wrote: > The main reason of submitting via staging is that I need to preserve > the patch that added this driver as-is, in order to preserve its > SoB and not causing legal issues. > > It it is OK for iommu to accept a submission like that, I can > re-submit it, doing the changes at drivers/iommu. You can always do this just fine, as one single patch. You do know about the co-developed-by: line, right? thanks, greg k-h