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 75F84C4332F for ; Wed, 16 Nov 2022 11:50:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232845AbiKPLuW (ORCPT ); Wed, 16 Nov 2022 06:50:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239169AbiKPLtG (ORCPT ); Wed, 16 Nov 2022 06:49:06 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A36606357 for ; Wed, 16 Nov 2022 03:36:46 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id F17B7CE19D9 for ; Wed, 16 Nov 2022 11:36:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89841C433D7; Wed, 16 Nov 2022 11:36:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668598603; bh=ixX+YPCFYHc7XCB1Nv7cC2vBHNQiJFkPbukvg6lvDDQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aT2GzcU6MmM+chkSs0wEtE+qg72d3PeQ6+SnJrj9kIBQOs4LlxxRT6qbYVfngcEaB ugWOrQO2wUHC11K25tfdy07Ark78EhhXMXED6w23y3dGIw31lVm8cdE0PStWI06HUw hauSQMmq71tq31pRlJyGBkDFv82kpyiiAnVnASaw= Date: Wed, 16 Nov 2022 12:36:40 +0100 From: Greg KH To: matt.hsiao@hpe.com Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, christophe.jaillet@wanadoo.fr, gustavoars@kernel.org, nishadkamdar@gmail.com, torvalds@linux-foundation.org, dhaval.experiance@gmail.com, viro@zeniv.linux.org.uk, arvind.yadav.cs@gmail.com, standby24x7@gmail.com, wfp5p@virginia.edu, jslaby@suse.cz, prarit@redhat.com, tj@kernel.org, adobriyan@gmail.com Subject: Re: [PATCH v2] misc: hpilo: relicense HPE iLO driver as Dual MIT/GPL Message-ID: References: <20221116103457.27486-1-matt.hsiao@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221116103457.27486-1-matt.hsiao@hpe.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 16, 2022 at 06:34:57PM +0800, matt.hsiao@hpe.com wrote: > From: Matt Hsiao > > Currently, the hpilo driver is licensed as GPL. To run OpenBSD on HPE > servers with BMC (HPE iLO) functionality, a dual MIT/GPL license is needed > for porting the hpilo driver to OpenBSD. > > Signed-off-by: Matt Hsiao > --- > > Hello contributors in the CC list, > > Thanks for your contributions to the hpilo driver. Please kindly review > the license change and hopefully you would agree and approve it. Thanks! > > Patch v2: > --------- > - Change MODULE_LICENSE to Dual MIT/GPL too As I asked for on the v1 version (delayed email on my side), I need a lawyer from HPE to sign off on this change as well. thanks, greg k-h