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 79AE7C4332F for ; Tue, 15 Nov 2022 06:54:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231807AbiKOGyw (ORCPT ); Tue, 15 Nov 2022 01:54:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231501AbiKOGyt (ORCPT ); Tue, 15 Nov 2022 01:54:49 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 774211FCD0; Mon, 14 Nov 2022 22:54:48 -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 ams.source.kernel.org (Postfix) with ESMTPS id 12D06B810A6; Tue, 15 Nov 2022 06:54:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A637C433C1; Tue, 15 Nov 2022 06:54:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668495285; bh=7gXVLaF9SSgC1CVVSNKfs3pYMC81qxttPJW460I86pA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i8GUcOUellK3E28KqMU1eAVS2Qj2DJSrL1X4iRw8+7YWh2RpphygW3Tf1ybRcu5LZ MneV7abAgvMbDUPErdVvvkGX15GQ0nCcRNUn6lOuDenyZlmxSemprt9A/ud1vQinbX EGHkYA3hJfvMngFPoHBHCk6hzYqrzZpI02GHmvhA= Date: Tue, 15 Nov 2022 07:54:41 +0100 From: Greg KH To: Aaron Lu Cc: Dave Hansen , Tony Luck , "Yin, Fengwei" , "Kirill A. Shutemov" , "Huang, Ying" , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v3] selftest/x86/meltdown: Add a selftest for meltdown Message-ID: References: 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 Tue, Nov 15, 2022 at 10:15:03AM +0800, Aaron Lu wrote: > I came to the conclusion that this work is OK to submit with all of the > steps I listed above (copyright notices, license terms and relicensing) > by strictly following all of the processes required by my employer. > > This does not include a Signed-off-by from a corporate attorney. Please get that, as that is what I asked for in order for us to be able to accept this type of change. thanks, greg k-h