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 DD12DC7EE24 for ; Fri, 12 May 2023 23:26:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240699AbjELX0i (ORCPT ); Fri, 12 May 2023 19:26:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239441AbjELX0g (ORCPT ); Fri, 12 May 2023 19:26:36 -0400 Received: from out-8.mta1.migadu.com (out-8.mta1.migadu.com [IPv6:2001:41d0:203:375::8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 960A7273D for ; Fri, 12 May 2023 16:26:35 -0700 (PDT) Date: Fri, 12 May 2023 19:26:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1683933993; h=from:from:reply-to:subject:subject: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=FaGedLGWEvPuyamMztcKwXedmrC3b4End0hf5ns1ggs=; b=CHAh+FajImSmDanMPXsclmzJzV5qQ+IfWE+JolAMbLsnHd6oQXtRlqrc6HswJGkvHNYxyn QZgOnSygvg4j0c2L8IHl7NHw483Dkj4nO5l6FGGc+AX4QRkU/jjSnm2++sFi0nn86jVeGQ G9G4iSu5WnMDR70q0Ir797HOn1icKLo= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: Jan Engelhardt Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-bcachefs@vger.kernel.org, Kent Overstreet , Peter Zijlstra , Ingo Molnar , Will Deacon , Waiman Long , Boqun Feng Subject: Re: [PATCH 04/32] locking: SIX locks (shared/intent/exclusive) Message-ID: References: <20230509165657.1735798-1-kent.overstreet@linux.dev> <20230509165657.1735798-5-kent.overstreet@linux.dev> <7233p553-861o-9772-n4nr-rr5424prq1r@vanv.qr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 13, 2023 at 12:39:34AM +0200, Jan Engelhardt wrote: > > On Friday 2023-05-12 22:58, Kent Overstreet wrote: > >On Thu, May 11, 2023 at 02:14:08PM +0200, Jan Engelhardt wrote: > >> >+// SPDX-License-Identifier: GPL-2.0 > >> > >> The currently SPDX list only knows "GPL-2.0-only" or "GPL-2.0-or-later", > >> please edit. > > > >Where is that list? > > I just went to spdx.org and then chose "License List" from the > horizontal top bar menu. Do we have anything more official? Quick grep through the source tree says I'm following accepted usage.