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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 107CCC2BD09 for ; Fri, 12 Jul 2024 13:53:32 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4WLCjl40kVz3fQh for ; Fri, 12 Jul 2024 23:53:31 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.208.45; helo=mail-ed1-f45.google.com; envelope-from=breno.debian@gmail.com; receiver=lists.ozlabs.org) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) (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 lists.ozlabs.org (Postfix) with ESMTPS id 4WLCjK2xmvz3c47 for ; Fri, 12 Jul 2024 23:53:07 +1000 (AEST) Received: by mail-ed1-f45.google.com with SMTP id 4fb4d7f45d1cf-585e774fd3dso2799961a12.0 for ; Fri, 12 Jul 2024 06:53:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720792384; x=1721397184; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7nM9ZZaS7zEh5VH7vpWzHeJauviA6kuXXb6GAmKaWqo=; b=Kcp4UvsxatNfy0773/Z7KcJiJlJg2msdyEuRNqueex3rHomdJz9GnwKwGIyIATQG7s kQ6z+q1Dwz483jPVcjhs9XEOf9BwhwJC553UON/R/EbQp3+JlBJ1ppul0xmr8Eicrqwd STbJmEvMI5+hoOAIa0Oj63cSF5N83OQ3d7wI7g5Hpy9YM9xDkNb/UhdeAWYmesJl4oKn J0Gw5CtatOlSCAQeyZ3oOOGrzH/+48POjvRwyqtC2YDfnMzVIyQWOFkHMyN0njH+3x9K GSe4AilLOvk8lizrPpDHb2s6MD/MLp4J6InUmVzR5eLj3/TiD1HO9T9qZUdwYb4b3RSw PEHw== X-Forwarded-Encrypted: i=1; AJvYcCX+4OdDM2ryfnOVly6dv/SEqAjM+i3u1Lmoktg8dJkNTiQNSm/38mu0ivCuMQgLPLi8J4HkcWiLUxIDknuiYH5d1EwVFCUH2KVY76x6zg== X-Gm-Message-State: AOJu0Yz3iA1c0hNiXhjZPJUcbbhcJ4PjlQxguqzr7tgZ93H3l5Iv2sTy OB1GOIgOG1xXFtHW6TzpRUJlufkwFqrv18Jxe9VsSIVxnjaWbNMq X-Google-Smtp-Source: AGHT+IHbRkYceFQ+y9i5wL92DTMDBFZU43kjo/0dzAA2E7wBDXKD7X1+A3oUtgIcQKPoDAnsgKaHbA== X-Received: by 2002:a17:906:b319:b0:a72:676a:7d7b with SMTP id a640c23a62f3a-a780b688906mr933166466b.9.1720792383756; Fri, 12 Jul 2024 06:53:03 -0700 (PDT) Received: from gmail.com (fwdproxy-lla-006.fbsv.net. [2a03:2880:30ff:6::face:b00c]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a780a6bcc52sm343007166b.4.2024.07.12.06.53.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Jul 2024 06:53:03 -0700 (PDT) Date: Fri, 12 Jul 2024 06:52:38 -0700 From: Breno Leitao To: Vladimir Oltean Subject: Re: [PATCH net-next 5/5] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST Message-ID: References: <20240710230025.46487-1-vladimir.oltean@nxp.com> <20240710230025.46487-6-vladimir.oltean@nxp.com> <20240712121400.bnjcexqpqgjhlmuc@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240712121400.bnjcexqpqgjhlmuc@skbuf> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Herbert Xu , Madalin Bucur , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Eric Dumazet , Jakub Kicinski , Paolo Abeni , linuxppc-dev@lists.ozlabs.org, "David S. Miller" , linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Jul 12, 2024 at 03:14:00PM +0300, Vladimir Oltean wrote: > On Thu, Jul 11, 2024 at 02:00:25AM +0300, Vladimir Oltean wrote: > > From: Breno Leitao > > > > As most of the drivers that depend on ARCH_LAYERSCAPE, make FSL_DPAA > > depend on COMPILE_TEST for compilation and testing. > > > > # grep -r depends.\*ARCH_LAYERSCAPE.\*COMPILE_TEST | wc -l > > 29 > > > > Signed-off-by: Breno Leitao > > Signed-off-by: Vladimir Oltean > > --- > > I don't know why nipa says there are 800+ new warnings/errors introduced > by this patch, but it looks like a false positive (or I can't seem to > find something relevant). Right, All of the warnings are basically a set of MODULES_DESCRIPTION() that are missing in other parts of the kernel, and not related to this patch series. None of them seems to be in the network stack. (for context, I've fixed all the missing MODULES_DESCRIPTION in the past). nipa also complained about an unused variable, and we have a patch for it already: https://lore.kernel.org/all/20240712134817.913756-1-leitao@debian.org/ 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 769CFC2BD09 for ; Fri, 12 Jul 2024 13:53:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7nM9ZZaS7zEh5VH7vpWzHeJauviA6kuXXb6GAmKaWqo=; b=Ie+4MoP5yvJdKngwOI0UVl5UUW pes0A7Z1Kvdh0aCoUQ6wqRuxNqmd0q6nMneXzOmhGzXgSK0RBAbRR/Tc1R3LJToWs5HRT9FYwRXOP DyN3poMiSUxFUB50VgOXC6LDUY4VX1O0RmVeCVEdkSaC+5X0uLvBxsA06t2aI6vAtjjeBTleplTeP l0J5oIirB1L5foqgt2BiRdojOjQaQVHYp2ePGrPZcmUx30EUB6fXMmBGbmstPMAOvKTAw9sIQzHKZ tgzvbJb2rS9TR11cdqzZg7sAyRQavLopqQh/kOSjYrY32w2i2uGEHTMxOq8ROTFNwYW3RUBNeyf8d zdxTZStw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sSGiE-00000000DT4-35fX; Fri, 12 Jul 2024 13:53:26 +0000 Received: from mail-ej1-f44.google.com ([209.85.218.44]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sSGhu-00000000DK2-1Jbd for linux-arm-kernel@lists.infradead.org; Fri, 12 Jul 2024 13:53:08 +0000 Received: by mail-ej1-f44.google.com with SMTP id a640c23a62f3a-a77e5929033so286076966b.0 for ; Fri, 12 Jul 2024 06:53:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720792384; x=1721397184; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7nM9ZZaS7zEh5VH7vpWzHeJauviA6kuXXb6GAmKaWqo=; b=kVQWnGMLc+WJCflO35+4ruMJsjbHIHwXr0+TP0ysrjnT76isg0MZTUL1SAKmDXH8Uf JBvxJBO2UKhhrFlkipZpdy+evfr+rpsktsT6fwx9v9AG3S5d6IJPkCVIrjmcEv102jL/ BDm7CmZPNFRwvsPnRu7VUVQgfAoNILL5AKkQMhGqshzZVOO6Y7P8jwFy6/vNr0UuAay4 UEWFv2c74bGpHW6aoUUh1QSh2/IX5oJ1rsmMbFhvDyuRdBSlNckN3YkGVDVAMaqjZGoE urOiZHMr1MqLaKszBAuZQQR0M0wy8GdtJIXkTVbcmCxduX0/e2VIVPtih9U03jznMiH5 qPQg== X-Forwarded-Encrypted: i=1; AJvYcCWsJjqkBqy5zKl3abdbdOyHnJWoteCgMROCxJzSMTISezml//8JieY6r+mP3ux/PJeW+AwOgcKpNwoS6L2LXW5sLJpp541ZcEBzqwpUx3dso+3+ryI= X-Gm-Message-State: AOJu0YzvEQesoH1T9RQG13fLUN72Njvx0RcX9m4cinDkV2kkJWxmauGo rxNttRREzAWVsI7mvS6RW/iQBac19Hezd7lVuzwQtGeyPm2sFCCW X-Google-Smtp-Source: AGHT+IHbRkYceFQ+y9i5wL92DTMDBFZU43kjo/0dzAA2E7wBDXKD7X1+A3oUtgIcQKPoDAnsgKaHbA== X-Received: by 2002:a17:906:b319:b0:a72:676a:7d7b with SMTP id a640c23a62f3a-a780b688906mr933166466b.9.1720792383756; Fri, 12 Jul 2024 06:53:03 -0700 (PDT) Received: from gmail.com (fwdproxy-lla-006.fbsv.net. [2a03:2880:30ff:6::face:b00c]) by smtp.gmail.com with ESMTPSA id a640c23a62f3a-a780a6bcc52sm343007166b.4.2024.07.12.06.53.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Jul 2024 06:53:03 -0700 (PDT) Date: Fri, 12 Jul 2024 06:52:38 -0700 From: Breno Leitao To: Vladimir Oltean Cc: netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Herbert Xu , Madalin Bucur , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH net-next 5/5] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST Message-ID: References: <20240710230025.46487-1-vladimir.oltean@nxp.com> <20240710230025.46487-6-vladimir.oltean@nxp.com> <20240712121400.bnjcexqpqgjhlmuc@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240712121400.bnjcexqpqgjhlmuc@skbuf> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240712_065306_374448_E4E3C231 X-CRM114-Status: GOOD ( 15.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jul 12, 2024 at 03:14:00PM +0300, Vladimir Oltean wrote: > On Thu, Jul 11, 2024 at 02:00:25AM +0300, Vladimir Oltean wrote: > > From: Breno Leitao > > > > As most of the drivers that depend on ARCH_LAYERSCAPE, make FSL_DPAA > > depend on COMPILE_TEST for compilation and testing. > > > > # grep -r depends.\*ARCH_LAYERSCAPE.\*COMPILE_TEST | wc -l > > 29 > > > > Signed-off-by: Breno Leitao > > Signed-off-by: Vladimir Oltean > > --- > > I don't know why nipa says there are 800+ new warnings/errors introduced > by this patch, but it looks like a false positive (or I can't seem to > find something relevant). Right, All of the warnings are basically a set of MODULES_DESCRIPTION() that are missing in other parts of the kernel, and not related to this patch series. None of them seems to be in the network stack. (for context, I've fixed all the missing MODULES_DESCRIPTION in the past). nipa also complained about an unused variable, and we have a patch for it already: https://lore.kernel.org/all/20240712134817.913756-1-leitao@debian.org/