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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23222C433F5 for ; Wed, 20 Oct 2021 21:08:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 01497611ED for ; Wed, 20 Oct 2021 21:08:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231358AbhJTVKx (ORCPT ); Wed, 20 Oct 2021 17:10:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231515AbhJTVKe (ORCPT ); Wed, 20 Oct 2021 17:10:34 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B22F0C061768 for ; Wed, 20 Oct 2021 14:08:19 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1634764097; 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; bh=bfPBeunwpru57X4GPQOgQ50jUxXH5PUnC8k+Hj7Dc/w=; b=RtsURydA1FrpKgQyXgW0PIN2E2jbek14q2K5WMO0W0JmGaa3bcuXa4uOrOnkZHWLJD64nY YKvpn4r/9PNQnk/oAoIt9UWJnzWAdUe2kj2EUkGF1wsx1G4Wxdn8l8KzvjD3PEzvsWs3/8 1gwyxj9zB3WmsJ5bGzUC5U46dTsKIUktVCWQdugGWA2fDs36mB7aRODWVgDwqV0E5aZA2V 7hiCYLeNBs6vtE6GfH82R4UlLeFwfZ/lxzJYt15Zj6pXWSxBjKg0nZceZhSUOEtOmGNyQg mdoRLWFHQJ44D9NcRzQHBoAfJ/YxnaCXydEUInGeKlVrV/4VrxEIlD4PrwESHQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1634764097; 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; bh=bfPBeunwpru57X4GPQOgQ50jUxXH5PUnC8k+Hj7Dc/w=; b=da5yszb3wuWEq8ZgUrZME++t2a+ruP7AMro6d1iVgXiUYiMPOybobsCVKR8r7vvjEJRX9I 6p/FR+yTh2VLF7Aw== To: LKML Cc: Dave Hansen , x86@kernel.org Subject: MAINTAINERS: Add Dave Hansen to the x86 maintainer team Date: Wed, 20 Oct 2021 23:08:16 +0200 Message-ID: <87zgr3flq7.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dave is already listed as x86/mm maintainer, has a profund knowledge of the x86 architecture in general and a good taste in terms of kernel programming in general. Add him as a full x86 maintainer with all rights and duties. Signed-off-by: Thomas Gleixner --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20336,6 +20336,7 @@ X86 ARCHITECTURE (32-BIT AND 64-BIT) M: Thomas Gleixner M: Ingo Molnar M: Borislav Petkov +M: Dave Hansen M: x86@kernel.org R: "H. Peter Anvin" L: linux-kernel@vger.kernel.org