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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 541E2C3A59C for ; Fri, 16 Aug 2019 12:47:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 22E522086C for ; Fri, 16 Aug 2019 12:47:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727254AbfHPMrK (ORCPT ); Fri, 16 Aug 2019 08:47:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55916 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727104AbfHPMrK (ORCPT ); Fri, 16 Aug 2019 08:47:10 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 76EBA804F2; Fri, 16 Aug 2019 12:47:10 +0000 (UTC) Received: from [10.10.123.64] (ovpn-123-64.rdu2.redhat.com [10.10.123.64]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E817A8F6C4; Fri, 16 Aug 2019 12:47:09 +0000 (UTC) Subject: Re: [PATCH v4 07/10] livepatch: Add sample livepatch module To: Masahiro Yamada Cc: Linux Kernel Mailing List , live-patching@vger.kernel.org, Linux Kbuild mailing list References: <20190509143859.9050-1-joe.lawrence@redhat.com> <20190509143859.9050-8-joe.lawrence@redhat.com> From: Joe Lawrence Message-ID: <571e199e-c5a1-5863-ce50-675896c46a25@redhat.com> Date: Fri, 16 Aug 2019 08:47:09 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 16 Aug 2019 12:47:10 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/16/19 7:35 AM, Masahiro Yamada wrote: > Hi Joe, > > On Thu, May 9, 2019 at 11:39 PM Joe Lawrence wrote: >> >> --- /dev/null >> +++ b/samples/livepatch/livepatch-annotated-sample.c >> @@ -0,0 +1,102 @@ > > Please use SPDX instead of the license boilerplate. > > Thanks. > Good eye, this revision was spun before ("treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13"), so I will add this to the v5 TODO list. Thanks, -- Joe