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 8BAC2C7EE2E for ; Thu, 8 Jun 2023 06:54:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235050AbjFHGyX (ORCPT ); Thu, 8 Jun 2023 02:54:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234797AbjFHGyV (ORCPT ); Thu, 8 Jun 2023 02:54:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 331CD198C; Wed, 7 Jun 2023 23:54:20 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id C4D0B63FCB; Thu, 8 Jun 2023 06:54:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6545C433EF; Thu, 8 Jun 2023 06:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686207259; bh=PCwkSliYcR8EwEi5YD7rPecyA6buMZZEPx4FRd2SB8c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YvylF1doXzbz6mkc2jQMb384NyStymmrCjH+0mKi9ZOEqhr56H09fNhM7o31f/Yds X8aQgdACyPmf8UvLoUSqGBXjlIDqnfRiiOlHyHW4fYNfchq2JkTqiX1tevtY1vKgi9 4w52LjOxAN57yHtb8lYR1sSJdzSaEIhFwbePAMtw= Date: Thu, 8 Jun 2023 08:54:16 +0200 From: Greg Kroah-Hartman To: Bagas Sanjaya Cc: Richard Fontana , Herbert Xu , "David S. Miller" , Franziska Naepelt , Linux SPDX Licenses , Linux Kernel Janitors , Linux Crypto , Linux Kernel Mailing List , David Howells , Jarkko Sakkinen , Dan Carpenter Subject: Re: [PATCH 8/8] crypto: cts: Convert MIT boilerplate to corresponding SPDX license identifier Message-ID: <2023060832-celtic-compost-ff48@gregkh> References: <20230607053940.39078-10-bagasdotme@gmail.com> <20230607053940.39078-18-bagasdotme@gmail.com> <2023060839-limpness-vessel-ccc7@gregkh> 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 Thu, Jun 08, 2023 at 01:49:32PM +0700, Bagas Sanjaya wrote: > On 6/8/23 12:40, Greg Kroah-Hartman wrote: > >> Greg, is Richard's comment right? If so, I'll drop this patch. > > > > Yes it is, please ask for all of these to not be applied. > > > > Did you mean this whole series? Other patches have not been reviewed > yet. Maybe Herbert can apply these rest of patches if there is > no objection. Based on the review of these, I would drop them all until you can get a review from someone with lots of license experience to add their reviewed-by to them. thanks, greg k-h