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 7C12BC4332F for ; Sat, 1 Oct 2022 14:58:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229577AbiJAO6N (ORCPT ); Sat, 1 Oct 2022 10:58:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229540AbiJAO6M (ORCPT ); Sat, 1 Oct 2022 10:58:12 -0400 Received: from mail-pg1-x532.google.com (mail-pg1-x532.google.com [IPv6:2607:f8b0:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D4199AFC2 for ; Sat, 1 Oct 2022 07:58:09 -0700 (PDT) Received: by mail-pg1-x532.google.com with SMTP id 78so6388602pgb.13 for ; Sat, 01 Oct 2022 07:58:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=eKAVXQ6WIEp2O+nN/v39KjFg3UGl5I9c6V2z3UbxsDY=; b=FM8mg/lw7CnNu/nvl2Sw/Pf5kz+Ql6nwbq2Y7T0lJmduz4c+9NzGXRu1cIu0os19hH s4mLhghmMPtvCLr4DAnd+aYgs5qMg/5S+gK/65UqS2RuuxlQr/BlB3D3+4TT+xhheXcc g07Gp43ozMEIQTpWqUx6/8VUxp7yFFyUVMWtM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=eKAVXQ6WIEp2O+nN/v39KjFg3UGl5I9c6V2z3UbxsDY=; b=OCzX3/nAYFNIb7S/tBpcomE2+R1Rzfv0pRaLR1N71f21XwiwlqFMnAPi1aC4x3lyO0 ipZTV7IzqPTMv1o6VfnAW/5v/ta7OT0SF4ekjlhosJktApagipg0AiNK79OrWweViIyf D6P4E/B14K+7ZmVBdINSyEo29qbQ1KUJA5OaxQSwR8AoL+5f5M66bFDmPclOulVEwjCK 6YYEOKSraNKgSWdNVOwDlF4puyD598uhdXWte5leBvIk0ItYSgUNuaGND5o7fcOVQY4i jIX/ZO5hVCzTK3fh7ivWfbXkEdGvu4y+FrG48Xn6Jfyt4ELCmd0mEOOFYRCxxaI2TPPv 5JJw== X-Gm-Message-State: ACrzQf1GDqMNOgRPqkXHwhkMvGyG8xnFyaE5aSNKWIRc1Zw84JSTTaDU bw1sC44GIA+YcymgdTeO6JsdjQ== X-Google-Smtp-Source: AMsMyM5do+AzXsCIWnDeyQnpZIY4CZrGdxgEdGysR57hw0IKkzkuVPkoWZZ8RxTYy6bVHyReZDj3PA== X-Received: by 2002:aa7:8687:0:b0:560:3299:a6c0 with SMTP id d7-20020aa78687000000b005603299a6c0mr1438072pfo.81.1664636288283; Sat, 01 Oct 2022 07:58:08 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id m23-20020a17090a159700b002037a4e913bsm7079337pja.44.2022.10.01.07.58.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 01 Oct 2022 07:58:07 -0700 (PDT) Date: Sat, 1 Oct 2022 07:58:06 -0700 From: Kees Cook To: Luis Chamberlain Cc: tglx@linutronix.de, gregkh@linuxfoundation.org, akpm@linux-foundation.org, shuah@kernel.org, joe@perches.com, rostedt@goodmis.org, linux-spdx@vger.kernel.org, linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Goldwyn Rodrigues , Kuno Woudt , Richard Fontana , copyleft-next@lists.fedorahosted.org, Ciaran Farrell , Christopher De Nicolo , Christoph Hellwig , Jonathan Corbet , Thorsten Leemhuis Subject: Re: [PATCH v10 2/2] testing: use the copyleft-next-0.3.1 SPDX tag Message-ID: <202210010755.204FC88C@keescook> References: <20220914060147.1934064-1-mcgrof@kernel.org> <20220914060147.1934064-3-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220914060147.1934064-3-mcgrof@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, Sep 13, 2022 at 11:01:47PM -0700, Luis Chamberlain wrote: > Two selftests drivers exist under the copyleft-next license. > These drivers were added prior to SPDX practice taking full swing > in the kernel. Now that we have an SPDX tag for copylef-next-0.3.1 nit: copylef -> copyleft > documented, embrace it and remove the boiler plate. > > Cc: Goldwyn Rodrigues > Cc: Kuno Woudt > Cc: Richard Fontana > Cc: copyleft-next@lists.fedorahosted.org > Cc: Ciaran Farrell > Cc: Christopher De Nicolo > Cc: Christoph Hellwig > Cc: Greg Kroah-Hartman > Cc: Thomas Gleixner > Cc: Jonathan Corbet > Cc: Thorsten Leemhuis > Cc: Andrew Morton > Signed-off-by: Luis Chamberlain > --- > lib/test_kmod.c | 12 +----------- > lib/test_sysctl.c | 12 +----------- > tools/testing/selftests/kmod/kmod.sh | 13 +------------ > tools/testing/selftests/sysctl/sysctl.sh | 12 +----------- > 4 files changed, 4 insertions(+), 45 deletions(-) Reviewed-by: Kees Cook Always nice to see more lines removed than added. :) -- Kees Cook