From patchwork Mon Jun 9 14:35:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 894917 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AB2C225B1F7; Mon, 9 Jun 2025 14:36:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749479774; cv=none; b=uE/zHYnF2E/QPJILFDSIuuF/GU3G+ZzxbPO4hQPtO7WNRNuLPdukWtUEqToYq3CjU1zXeSDv+gPLuH2IkKCsfi5t9ftSOVkubS9AfKIav46nlQm49opqPJhLWd4GOTFbv4jPTu1he26CWFthzwo+o35fR3vBXaz7S14ay4ZFNVU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749479774; c=relaxed/simple; bh=Z/gbxRh7TtF3hWyIUnvehVYQEUvT10IpNv9VZ/0R8sY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=maZO1w3atczkqFGdZuTo+NKWDgP0DcbL3p6faKRDBMwjBeae2CT8CPKqmo4gWxBCHzvaBjrf0kWFTfllVBg82Qj2sZZoGobsieKwBkAqKIDuGPNiieyjO3UaeBUkScrQuAwCq4x2xsfqKKoq3momQ/oStktLnnOnSuROrdO0K18= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HLHQZj60; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HLHQZj60" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77B05C4CEED; Mon, 9 Jun 2025 14:36:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1749479774; bh=Z/gbxRh7TtF3hWyIUnvehVYQEUvT10IpNv9VZ/0R8sY=; h=From:To:Cc:Subject:Date:From; b=HLHQZj60CAAKylorQphygH0ZdrpToKSfjaDedS6aYZcyrjn7gVhdTUwFsa/Dp2XQ6 mI0s86oEbhV9UWrYtq3IYMnKLIKH6n5EvjkRsAkVPumwaVcthVLtC2TTJIvvO+kp/f Mkpur0gROeAJ2/AWARLHC+4q0CB7dmohGYzGrfjOtvT1FHz8vxnyxx69In+ObPI0WV rL3wX0fZfr8iy5FBYnAOLb92U1UQhuLOYehiZs89zVq6opaxryfVJfE5/E7wSrJhpJ 2E96xIsGHuNVgWPDRGnMyTpAJht7PwryOeMr/ZfvPcPGJKpPg3Te/DlFW3ZNBCp5uc kfSM3Gi9K0FGQ== From: Hans de Goede To: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , "Rafael J . Wysocki" , Sebastian Reichel , Dmitry Torokhov , Jiri Kosina , Benjamin Tissoires , Damien Le Moal , Niklas Cassel , =?utf-8?q?Ilpo_J=C3=A4rvinen?= , Andy Shevchenko , Andi Shyti , Laurent Pinchart , Hans Verkuil , Greg Kroah-Hartman , Jean Delvare , Guenter Roeck Cc: Hans de Goede , dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org, linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-input@vger.kernel.org, linux-ide@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-i2c@vger.kernel.org, linux-usb@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: [PATCH v2 0/1] MAINTAINERS: .mailmap: Update Hans de Goede's email address Date: Mon, 9 Jun 2025 16:35:56 +0200 Message-ID: <20250609143558.42941-1-hansg@kernel.org> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi All, I'm moving all my kernel work over to using my kernel.org email address. The single patch in this series updates .mailmap and all MAINTAINERS entries still using hdegoede@redhat.com. Since most of my work is pdx86 related I believe it would be best for Ilpo to merge this through the pdx86 tree (preferable through the fixes branch). Other subsystem MAINTAINERS are Cc-ed FYI and can otherwise ignore this. Changes in v2: - For v1 I only included pdx86 drivers in the MAINTAINERS file, thinking that I would split out the rest and send it as separate patches to various subsystem maintainers. But when I tried to implement that it became a bit messy. So now this is just one patch updating all entries in one go. Regards, Hans Hans de Goede (1): MAINTAINERS: .mailmap: Update Hans de Goede's email address .mailmap | 1 + MAINTAINERS | 72 ++++++++++++++++++++++++++--------------------------- 2 files changed, 37 insertions(+), 36 deletions(-)