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 X-Spam-Level: X-Spam-Status: No, score=-24.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1083C4161F for ; Thu, 21 Jan 2021 02:57:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8CE7623719 for ; Thu, 21 Jan 2021 02:57:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2393372AbhAUCxz (ORCPT ); Wed, 20 Jan 2021 21:53:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:46556 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436858AbhAUCns (ORCPT ); Wed, 20 Jan 2021 21:43:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 513F423788; Thu, 21 Jan 2021 02:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611196982; bh=/tqQxAHrfdF5tKWZgXN2c9dDVKqA7yTD7OKYYDQDReE=; h=From:To:Cc:Subject:Date:From; b=Hn/LD/H2dFqW76O1sTAqhVei7wKj1L38Fv1iWSbv6zsfDvXTMNFSDeMIQax8CI3Fk 373Q4+QS8UOJ0gjx/s7ywEr2zbmxgrEBZDFmuKzMTON8x412+L5caCsAqh2D/U03kW Me5yfZG6QVYltOLT4EFYcAudjP3dwCJ4O225S71da/RKX2HSDr6U2HxvK/RVqZqBF8 ZIhlK4YuFkK1JfDduqJV+LSPBiGHhiAguOLfkHT+FqXLxHjIeIx6js6ZylPtcZCfAa SGlhLCx6LkrVQJitKqJTQ6J+NDSp7MYexX7g2bLgrJ0O4tN4OEjenDbeqD2dhKPm47 L2aJgX9OiungQ== From: jarkko@kernel.org To: linux-kernel@vger.kernel.org Cc: haitao.huang@intel.com, kai.huang@intel.com, dave.hansen@intel.com, Jarkko Sakkinen , Thomas Gleixner , Borislav Petkov , Ingo Molnar , Jethro Beekman , Borislav Petkov Subject: [PATCH] MAINTAINERS: Fix the T-entry for INTEL SGX Date: Thu, 21 Jan 2021 04:42:56 +0200 Message-Id: <20210121024256.54565-1-jarkko@kernel.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jarkko Sakkinen After a discussion with Boris et al, I've come to realize that a disjoint GIT tree for SGX does not any sense. Instead follow the pattern of other MAINTAINERS entries, IRQ DOMAINS for instance, and re-define T-entry so that it will reference the pre-existing topic branch for SGX. As Boris explained to me, reviewed patches will be routinely picked to this branch. CC: Thomas Gleixner Cc: Borislav Petkov Cc: Ingo Molnar Fixes: bc4bac2ecef0 ("x86/sgx: Update MAINTAINERS") Signed-off-by: Jarkko Sakkinen --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 705776b31c8d..64fb8658aafb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9227,7 +9227,7 @@ M: Jarkko Sakkinen L: linux-sgx@vger.kernel.org S: Supported Q: https://patchwork.kernel.org/project/intel-sgx/list/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-sgx.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx F: Documentation/x86/sgx.rst F: arch/x86/entry/vdso/vsgx.S F: arch/x86/include/uapi/asm/sgx.h -- 2.29.2