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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 5CFB6C433E0 for ; Wed, 27 Jan 2021 14:06:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23EF2207B7 for ; Wed, 27 Jan 2021 14:06:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233926AbhA0OGr (ORCPT ); Wed, 27 Jan 2021 09:06:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:35698 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232456AbhA0OEs (ORCPT ); Wed, 27 Jan 2021 09:04:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 30FF6207B7; Wed, 27 Jan 2021 14:03:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611756239; bh=ROh69qiSoUMvgZqdt5G7yeSYyGncADOq/fcqQaGyQnU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r1UYdLX7W/IbCSpeLjznQn7Aj+4VHaVCJvmT/dXMUCNg4qh0BoqZ9/EgoEXQAxIZM MI2E9Ee/PrioUk03iAEWSjL5sH0g9MgdG2DP6Bof6Vy8Abm42wPQq84fDQ/SlApEH7 jck3bklSgCEuRgdxbq5EKGaqSBCDpU6+TxV11jYQ= Date: Wed, 27 Jan 2021 15:03:57 +0100 From: Greg KH To: "Chen, Mike Ximing" Cc: "linux-kernel@vger.kernel.org" , "arnd@arndb.de" , "Williams, Dan J" , "pierre-louis.bossart@linux.intel.com" Subject: Re: [PATCH v9 04/20] dlb: add device ioctl layer and first three ioctls Message-ID: References: <20210122190138.7414-1-mike.ximing.chen@intel.com> <20210122190138.7414-5-mike.ximing.chen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 27, 2021 at 01:59:50PM +0000, Chen, Mike Ximing wrote: > > > -----Original Message----- > > From: Greg KH > > Sent: Wednesday, January 27, 2021 7:29 AM > > To: Chen, Mike Ximing > > Cc: linux-kernel@vger.kernel.org; arnd@arndb.de; Williams, Dan J > > ; pierre-louis.bossart@linux.intel.com; Gage Eads > > > > Subject: Re: [PATCH v9 04/20] dlb: add device ioctl layer and first three ioctls > > > > On Fri, Jan 22, 2021 at 01:01:22PM -0600, Mike Ximing Chen wrote: > > > --- /dev/null > > > +++ b/include/uapi/linux/dlb.h > > > @@ -0,0 +1,167 @@ > > > +/* SPDX-License-Identifier: GPL-2.0-only */ > > > > As the bot points out, this is an "odd" license for a uapi .h file, are > > you SURE about this? > > > > If so, I need an Intel lawyer's signed-off-by on it as well, so we know > > to talk to in the future about it. > > > > thanks, > > > > greg k-h > > Sorry, it should be "GPL-2.0-only WITH Linux-syscall-note". > Should I correct it and submit a new patch set (v10) now, or wait for more feedback on the current patch set? Please consult your corporate lawyers when picking licenses for your kernel files. I doubt they want me telling you what to do :) good luck! greg k-h