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 DE082C77B7F for ; Fri, 12 May 2023 03:52:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239838AbjELDwz (ORCPT ); Thu, 11 May 2023 23:52:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230325AbjELDwm (ORCPT ); Thu, 11 May 2023 23:52:42 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB8614EC8; Thu, 11 May 2023 20:52:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683863561; x=1715399561; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pmopDKLIc4zl+fq5xL7xMuzECz1xDAHg5SvtSuERXKQ=; b=ksKXnU4Wo2S3a+v+vaGt23Edy4Z4y+YaDzkjtwOr5+S4zAh69CtbqzSu quA2Q/JTH83NxFO+ArVr5bqSpX1Vv76PM3KBbYBqKmpPixE2Nw4Tg75MT adHjeuRTkX5cETaL820k/Uw3+wctM3ODenFahk5BE2ebhe/lHuw3ysMXR i8bZcSGHYnjxTI31KjL2DAaq/JnEiAAkycLRraoOsitBNNQloZN9ekkeM RxuyJetCYqpI1+aLWq/aopdnBcZxTVkyiGhwUfMfm6yKCJ9qZLbaa/y6u xZVW9gp93PWGl8SG+7+CVkI95xUqmj6lFJRrDIjQZmD91dr+Hpt34pprn Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10707"; a="437027746" X-IronPort-AV: E=Sophos;i="5.99,269,1677571200"; d="scan'208";a="437027746" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2023 20:52:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10707"; a="769629426" X-IronPort-AV: E=Sophos;i="5.99,269,1677571200"; d="scan'208";a="769629426" Received: from lkp-server01.sh.intel.com (HELO dea6d5a4f140) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 11 May 2023 20:52:35 -0700 Received: from kbuild by dea6d5a4f140 with local (Exim 4.96) (envelope-from ) id 1pxJpa-0004TA-28; Fri, 12 May 2023 03:52:34 +0000 Date: Fri, 12 May 2023 11:52:21 +0800 From: kernel test robot To: Bagas Sanjaya , Linux DRI Development , Linux Kernel Mailing List , Linux Networking , Linux ARM , Linux Staging Drivers , Linux Watchdog Devices , Linux Kernel Actions Cc: oe-kbuild-all@lists.linux.dev, Diederik de Haas , Kate Stewart , David Airlie , Karsten Keil , Jay Vosburgh , Andy Gospodarek , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sam Creasey , Dominik Brodowski , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Greg Kroah-Hartman , Wim Van Sebroeck , Guenter Roeck , Jan Kara , Andreas =?iso-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , Bagas Sanjaya , Tom Rix , Simon Horman Subject: Re: [PATCH 03/10] net: bonding: Add SPDX identifier to remaining files Message-ID: <202305121116.pEUebm1s-lkp@intel.com> References: <20230511133406.78155-4-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230511133406.78155-4-bagasdotme@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bagas, kernel test robot noticed the following build warnings: [auto build test WARNING on ac9a78681b921877518763ba0e89202254349d1b] url: https://github.com/intel-lab-lkp/linux/commits/Bagas-Sanjaya/agp-amd64-Remove-GPL-distribution-notice/20230511-214307 base: ac9a78681b921877518763ba0e89202254349d1b patch link: https://lore.kernel.org/r/20230511133406.78155-4-bagasdotme%40gmail.com patch subject: [PATCH 03/10] net: bonding: Add SPDX identifier to remaining files reproduce: scripts/spdxcheck.py If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202305121116.pEUebm1s-lkp@intel.com/ spdxcheck warnings: (new ones prefixed by >>) >> include/net/bonding.h: 1:28 Invalid License ID: GPL-1.0-or-later drivers/isdn/mISDN/dsp_audio.c: 1:28 Invalid License ID: GPL-1.0-or-later drivers/isdn/mISDN/dsp_blowfish.c: 1:28 Invalid License ID: GPL-1.0-or-later drivers/isdn/mISDN/dsp_cmx.c: 1:28 Invalid License ID: GPL-1.0-or-later drivers/isdn/mISDN/dsp_core.c: 1:28 Invalid License ID: GPL-1.0-or-later drivers/isdn/mISDN/dsp_dtmf.c: 1:28 Invalid License ID: GPL-1.0-or-later drivers/isdn/mISDN/dsp_tones.c: 1:28 Invalid License ID: GPL-1.0-or-later >> drivers/net/bonding/bond_main.c: 1:28 Invalid License ID: GPL-1.0-or-later >> drivers/net/bonding/bonding_priv.h: 1:28 Invalid License ID: GPL-1.0-or-later -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests