Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4436867ybi; Mon, 3 Jun 2019 10:49:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqwiUkPoZ4Cw96+u27J9fv8VbRyDX3RHxtcD4AEurPJQ7bKcapSh7tfDzVB09b/O6Jssqjx+ X-Received: by 2002:a65:60cd:: with SMTP id r13mr30188130pgv.58.1559584194032; Mon, 03 Jun 2019 10:49:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559584194; cv=none; d=google.com; s=arc-20160816; b=yQfwJ072x516K1qEFCHGbP6nnWb6mBG3+mx+kQdVXNvx0iE5hyVBHjp7oyGMW16Eaq 8jSvH+BYWb41hEgUrwgV4P/gEfyOI33rAUH3IFoym/YUQP3IFRBO28NwgOOF7MuOi4ct mB+mTtNMhHkYSvfRAdbHeQThOULCm7CBFOXXGiwQLzk2RgTBKvGCuRGusMXLQ1P+RBeM 2YizJQ9PsKC/MBBePEl/U3LP9cR1RGQzaLXpRM4yp7P4SAWY4wzgJ4LL23+2q5acOfce aHGjx435090xVd4rgokI8ZwvjNAKvC6Qz+FIdiMqgxphYghqNkwzCsNPy8tDprUPmRh8 4ixQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:openpgp:from:references:cc:to:subject; bh=Vt7X9on248NtwMoNH21a9FHg6a58NSPtVuAeUz4J98o=; b=eYwmGzhj7S2Jr1cmZmxx0kxA9ekfCuxpFfpsMtmxcChsxsHS5qhf+J4dnAmLTwd+im sm16hh/0W+YqSxBWMfFw0o6R2I+Bk/7A3ASyjn8cLT3CTqdvGozUVest2b9s8oHCi14d Ekw1iqJ07iRNmPCQtPCvWmbff4ENAa2BM0nQHMNlpsYZoTDRiT0Y/to8D83+He20mRZM YwNvD21D+0VwMCYJvtyURRlM+q97va/T3PK/t4qC2WJayZUBtsN9Ix1O4lqWHkr4HWsW gn1gz0SVA/3MYAHi14l6ZekYetgr8lFXu/+xM7iR99CKwifkkkwyi3tXgnfxcL1dkDle DXVQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k12si19864611pgj.593.2019.06.03.10.49.37; Mon, 03 Jun 2019 10:49:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729441AbfFCQmQ (ORCPT + 99 others); Mon, 3 Jun 2019 12:42:16 -0400 Received: from mx2.suse.de ([195.135.220.15]:53902 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726211AbfFCQmP (ORCPT ); Mon, 3 Jun 2019 12:42:15 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B3319AE79; Mon, 3 Jun 2019 16:42:13 +0000 (UTC) Subject: Re: [PATCH v3 0/6] Prerequisites for NXP LS104xA SMMU enablement To: Laurentiu Tudor Cc: "netdev@vger.kernel.org" , Madalin-cristian Bucur , Roy Pledge , Camelia Alexandra Groza , Leo Li , "linux-kernel@vger.kernel.org" , "jocke@infinera.com" , "iommu@lists.linux-foundation.org" , "linuxppc-dev@lists.ozlabs.org" , "davem@davemloft.net" , "linux-arm-kernel@lists.infradead.org" , Mian Yousaf Kaukab References: <20190530141951.6704-1-laurentiu.tudor@nxp.com> <19cc3230-33b0-e465-6317-590780b33efa@suse.de> From: =?UTF-8?Q?Andreas_F=c3=a4rber?= Openpgp: preference=signencrypt Organization: SUSE Linux GmbH Message-ID: Date: Mon, 3 Jun 2019 18:42:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 31.05.19 um 19:32 schrieb Laurentiu Tudor: >> -----Original Message----- >> From: Andreas Färber >> Sent: Friday, May 31, 2019 8:04 PM >> >> Hello Laurentiu, >> >> Am 31.05.19 um 18:46 schrieb Laurentiu Tudor: >>>> -----Original Message----- >>>> From: Andreas Färber >>>> Sent: Friday, May 31, 2019 7:15 PM >>>> >>>> Hi Laurentiu, >>>> >>>> Am 30.05.19 um 16:19 schrieb laurentiu.tudor@nxp.com: >>>>> This patch series contains several fixes in preparation for SMMU >>>>> support on NXP LS1043A and LS1046A chips. Once these get picked up, >>>>> I'll submit the actual SMMU enablement patches consisting in the >>>>> required device tree changes. >>>> >>>> Have you thought through what will happen if this patch ordering is not >>>> preserved? In particular, a user installing a future U-Boot update with >>>> the DTB bits but booting a stable kernel without this patch series - >>>> wouldn't that regress dpaa then for our customers? >>>> >>> >>> These are fixes for issues that popped out after enabling SMMU. >>> I do not expect them to break anything. >> >> That was not my question! You're missing my point: All your patches are >> lacking a Fixes header in their commit message, for backporting them, to >> avoid _your DT patches_ breaking the driver on stable branches! > > It does appear that I'm missing your point. For sure, the DT updates solely will > break the kernel without these fixes but I'm not sure I understand how this > could happen. In short, customers rarely run master branch. Kindly have your colleagues explain stable branches to you in details. With Fixes header I was referring to the syntax explained here: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#describe-your-changes https://www.kernel.org/doc/html/latest/process/submitting-patches.html#using-reported-by-tested-by-reviewed-by-suggested-by-and-fixes > My plan was to share the kernel dts patches sometime after this series > makes it through. That's fine. What I'm warning you is that seemingly your DT patches, once in one of your LSDK U-Boot releases, will cause a regression for distros like our SLES 15 SP1 unless these prereq kernel patches get applied on the respective stable branches. Which will not happen automatically unless you as patch author take the appropriate action before they get merged. Thanks, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Mary Higgins, Sri Rasiah HRB 21284 (AG Nürnberg)