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 3497CC77B7A for ; Tue, 30 May 2023 13:57:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232336AbjE3N5M (ORCPT ); Tue, 30 May 2023 09:57:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232299AbjE3N5L (ORCPT ); Tue, 30 May 2023 09:57:11 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A8F5C5; Tue, 30 May 2023 06:57:10 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id CD7CD1FD68; Tue, 30 May 2023 13:57:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1685455028; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9+bxRqmQABeptP61XaPA8azXzWiuC1sGZjwii7P9rlA=; b=obd0PnWR5Vm4DLCVnKC88fpDBgtNxJcjO6gOo0wWDrG4bjmidgOE/vLj10ZiEFQ4FQHGYG uxizfhQxe355d9hu6pFFqhwdyoPGrNMEDI7Feo88Uh9pOblAxcJ4bFLCyRDR0j9ujoxIuW aGQDOV1LokoDn/RB+9uOn4Ied3t/vDI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1685455028; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9+bxRqmQABeptP61XaPA8azXzWiuC1sGZjwii7P9rlA=; b=3ljufY1kWk83GIvwak8lNiyjaFn6EFsdkQcR34F3E04WVQwiJuMFoeOZFFHt7CgIneR3bB PUxhrixkQ99+HMAw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BFAF313597; Tue, 30 May 2023 13:57:08 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IgTCLrQAdmTzUgAAMHmgww (envelope-from ); Tue, 30 May 2023 13:57:08 +0000 Received: by quack3.suse.cz (Postfix, from userid 1000) id 21103A0754; Tue, 30 May 2023 15:57:08 +0200 (CEST) Date: Tue, 30 May 2023 15:57:08 +0200 From: Jan Kara To: Bagas Sanjaya Cc: Linux SPDX Licenses , Linux Kernel Mailing List , Linux ARM , Linux Kernel Actions , Linux Memory Management List , Jan Kara , Andreas =?utf-8?Q?F=C3=A4rber?= , Manivannan Sadhasivam , Christoph Hellwig , Andrew Morton , Diederik de Haas , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman Subject: Re: [PATCH v2 0/2] SPDX conversion from UDF Message-ID: <20230530135708.lajsjvkrrlxddumw@quack3> References: <20230522005434.22133-1-bagasdotme@gmail.com> <20230522095308.ypwi5txynkbvnfw7@quack3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230522095308.ypwi5txynkbvnfw7@quack3> Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Mon 22-05-23 11:53:08, Jan Kara wrote: > On Mon 22-05-23 07:54:33, Bagas Sanjaya wrote: > > This small SPDX conversion series targets UDF file system, which is > > splitted from v2 of my SPDX conversion series that is triggered by > > Didi's GPL full name fixes [1]. It is done to ease review. > > > > All boilerplates in fs/udf/ is converted, except fs/udf/ecma_167.h. > > The latter file apparently looks like 2-clause BSD Source-Code > > license, yet the second clause is from third clause of 3-Clause BSD. > > This custom license can't be expressed satisfiably in SPDX license > > identifier, hence the file doesn't get converted. > > > > This series is based on mm-nonmm-unstable branch. > > > > Changes since v1 [2]: > > * Correct SPDX tag for LGPL (correct spdxcheck warning) > > > > [1]: https://lore.kernel.org/linux-spdx/20230512100620.36807-1-bagasdotme@gmail.com/ > > [2]: https://lore.kernel.org/linux-mm/20230517083344.1090863-1-bagasdotme@gmail.com/ > > > > Bagas Sanjaya (2): > > fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX > > identifier > > fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier > > The patches look good to me. So unless someone objects in a few days, I'll > queue them into my tree. Thanks! Patches queued now. Honza 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1313BC7EE2C for ; Tue, 30 May 2023 13:57:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MZcHj06GS3gbwDaKs3oc7/YQ5LqKpbl+1cAFSUwFTcE=; b=bpEBFqFTxUBI0n t90BToJVWHtd/U7BwLD+qyHByk1qJHGA7ZtjyENgtzwSpIYZzxDAdDGJ8D6FAntZppHrvYwjqpKKQ ATOUdZBP18Hz7zAFGuj4ijiKWI+nx6RwFMZdEmmjSbBG0PeK739me4xNDNulmm7yEBCripy7n4tT6 40XcrDu/FGUUO74OQCUYeQWn4Bwtz1y37GxlFCG48y7JOwwd31IighG1JvwoU76O4UBY4ZnjhUQh1 hmPZ6Evc7ZKpfPAKf46jbWUIL2WJU+zoAogzf5aiEaHUj1bFFj4AZxihDIRMsoiJ6WwWIc1GStigz lLOgBJwMD9pek3b5MUWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3zqe-00E7is-2j; Tue, 30 May 2023 13:57:16 +0000 Received: from smtp-out2.suse.de ([2001:67c:2178:6::1d]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q3zqb-00E7fy-1P; Tue, 30 May 2023 13:57:15 +0000 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id CD7CD1FD68; Tue, 30 May 2023 13:57:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1685455028; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9+bxRqmQABeptP61XaPA8azXzWiuC1sGZjwii7P9rlA=; b=obd0PnWR5Vm4DLCVnKC88fpDBgtNxJcjO6gOo0wWDrG4bjmidgOE/vLj10ZiEFQ4FQHGYG uxizfhQxe355d9hu6pFFqhwdyoPGrNMEDI7Feo88Uh9pOblAxcJ4bFLCyRDR0j9ujoxIuW aGQDOV1LokoDn/RB+9uOn4Ied3t/vDI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1685455028; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9+bxRqmQABeptP61XaPA8azXzWiuC1sGZjwii7P9rlA=; b=3ljufY1kWk83GIvwak8lNiyjaFn6EFsdkQcR34F3E04WVQwiJuMFoeOZFFHt7CgIneR3bB PUxhrixkQ99+HMAw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BFAF313597; Tue, 30 May 2023 13:57:08 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IgTCLrQAdmTzUgAAMHmgww (envelope-from ); Tue, 30 May 2023 13:57:08 +0000 Received: by quack3.suse.cz (Postfix, from userid 1000) id 21103A0754; Tue, 30 May 2023 15:57:08 +0200 (CEST) Date: Tue, 30 May 2023 15:57:08 +0200 From: Jan Kara To: Bagas Sanjaya Cc: Linux SPDX Licenses , Linux Kernel Mailing List , Linux ARM , Linux Kernel Actions , Linux Memory Management List , Jan Kara , Andreas =?utf-8?Q?F=C3=A4rber?= , Manivannan Sadhasivam , Christoph Hellwig , Andrew Morton , Diederik de Haas , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman Subject: Re: [PATCH v2 0/2] SPDX conversion from UDF Message-ID: <20230530135708.lajsjvkrrlxddumw@quack3> References: <20230522005434.22133-1-bagasdotme@gmail.com> <20230522095308.ypwi5txynkbvnfw7@quack3> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230522095308.ypwi5txynkbvnfw7@quack3> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230530_065713_624155_2F9E1C96 X-CRM114-Status: GOOD ( 17.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon 22-05-23 11:53:08, Jan Kara wrote: > On Mon 22-05-23 07:54:33, Bagas Sanjaya wrote: > > This small SPDX conversion series targets UDF file system, which is > > splitted from v2 of my SPDX conversion series that is triggered by > > Didi's GPL full name fixes [1]. It is done to ease review. > > > > All boilerplates in fs/udf/ is converted, except fs/udf/ecma_167.h. > > The latter file apparently looks like 2-clause BSD Source-Code > > license, yet the second clause is from third clause of 3-Clause BSD. > > This custom license can't be expressed satisfiably in SPDX license > > identifier, hence the file doesn't get converted. > > > > This series is based on mm-nonmm-unstable branch. > > > > Changes since v1 [2]: > > * Correct SPDX tag for LGPL (correct spdxcheck warning) > > > > [1]: https://lore.kernel.org/linux-spdx/20230512100620.36807-1-bagasdotme@gmail.com/ > > [2]: https://lore.kernel.org/linux-mm/20230517083344.1090863-1-bagasdotme@gmail.com/ > > > > Bagas Sanjaya (2): > > fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX > > identifier > > fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier > > The patches look good to me. So unless someone objects in a few days, I'll > queue them into my tree. Thanks! Patches queued now. Honza _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel