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 2D1BBC77B7C for ; Tue, 9 May 2023 16:57:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234901AbjEIQ5e (ORCPT ); Tue, 9 May 2023 12:57:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234808AbjEIQ5Y (ORCPT ); Tue, 9 May 2023 12:57:24 -0400 Received: from out-42.mta1.migadu.com (out-42.mta1.migadu.com [95.215.58.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B2344EC5 for ; Tue, 9 May 2023 09:57:16 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1683651434; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NMx7O3Ijlmo8XgCqd75OZDA70sC2El+hm/txmwADigM=; b=QOYjXAVnD0h4G8wOSjSoV+jU0bZjhj4Su/rVUvjNuHn/D49MiqA89G3KDobfUgHt8sj7B9 PAMKYmGN4x6g7SBnVXrc5Mtk32EXr7Hnp6g5a3d5LyIzgInLfBbJrvUK+XMaSBKOYKMe7n WYd+zugQph5ei1C/uPydSbPvSrp7EA0= From: Kent Overstreet To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-bcachefs@vger.kernel.org Cc: Kent Overstreet Subject: [PATCH 05/32] MAINTAINERS: Add entry for six locks Date: Tue, 9 May 2023 12:56:30 -0400 Message-Id: <20230509165657.1735798-6-kent.overstreet@linux.dev> In-Reply-To: <20230509165657.1735798-1-kent.overstreet@linux.dev> References: <20230509165657.1735798-1-kent.overstreet@linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org SIX locks are a new locking primitive, shared/intent/exclusive, currently used by bcachefs but available for other uses. Mark them as maintained. Signed-off-by: Kent Overstreet --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c6545eb541..3fc37de3d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19166,6 +19166,14 @@ S: Maintained W: http://www.winischhofer.at/linuxsisusbvga.shtml F: drivers/usb/misc/sisusbvga/ +SIX LOCKS +M: Kent Overstreet +L: linux-bcachefs@vger.kernel.org +S: Supported +C: irc://irc.oftc.net/bcache +F: include/linux/six.h +F: kernel/locking/six.c + SL28 CPLD MFD DRIVER M: Michael Walle S: Maintained -- 2.40.1