From patchwork Tue Apr 11 09:01:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 13207224 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 47AEDC7619A for ; Tue, 11 Apr 2023 09:01:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229508AbjDKJB3 (ORCPT ); Tue, 11 Apr 2023 05:01:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjDKJB2 (ORCPT ); Tue, 11 Apr 2023 05:01:28 -0400 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C58CED; Tue, 11 Apr 2023 02:01:26 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 6400B1C0004; Tue, 11 Apr 2023 09:01:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1681203684; 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; bh=Autr71rVrAI9fDs2kzDM/24yploQZEPQoKPQVk564z0=; b=Fq1H5CTfOqckwZc5UZXALpKVpgmAaOe3t0uTP14PvIRGdeQ7VyAIwRrfUZCxfi/MgvCjb8 fA2dDBUfMw+MDw2EbvIG5VM6WPC1zOnmyMxqYv/rX0Rm3xG94tfIPXrqAdrAUP2EhnTL0z NBrzG1ErdI2ihasHK/Wst3u+Cc7oGY1ebtF7Um7h6J+hzLXjm9NOxtniSaRS4M7YQo8pYz W1dbIaQOClCa1EvTXAokCJe9sZMWzbsJtxSyYSc8bjTsepdUfyKwQZG8NvjDFaN3fskJfp rofZv+Jl/c4mFCfyGxMRbMWHqu6yRYCXSXLYswRGbp38AoPuLCb2Kqiw1BCM+Q== From: Miquel Raynal To: Alexander Aring , Stefan Schmidt , linux-wpan@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, Miquel Raynal Subject: [PATCH wpan-next 1/2] MAINTAINERS: Update wpan tree Date: Tue, 11 Apr 2023 11:01:21 +0200 Message-Id: <20230411090122.419761-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org The wpan maintainers group is switching from Stefan's tree to a group tree called 'wpan'. We will now maintain: * wpan/wpan.git master: Fixes targetting the 'net' tree * wpan/wpan-next.git master: Features targetting the 'net-next' tree * wpan/wpan-next.git staging: Same as the wpan-next master branch, but we will push there first, expecting robots to parse the tree and report mistakes we would have not catch. This branch can be rebased and force pushed, unlike the others. Signed-off-by: Miquel Raynal Acked-by: Alexander Aring --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 54a2a8122a97..26d0edc024a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9889,8 +9889,8 @@ M: Miquel Raynal L: linux-wpan@vger.kernel.org S: Maintained W: https://linux-wpan.org/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git -T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git F: Documentation/networking/ieee802154.rst F: drivers/net/ieee802154/ F: include/linux/ieee802154.h