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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 33EE8EB64D8 for ; Tue, 20 Jun 2023 14:58:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 29F7986116; Tue, 20 Jun 2023 16:58:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="lrojLuzS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A884286119; Tue, 20 Jun 2023 16:58:25 +0200 (CEST) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5F09B84796 for ; Tue, 20 Jun 2023 16:58:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72e.google.com with SMTP id af79cd13be357-763aba07271so104823985a.2 for ; Tue, 20 Jun 2023 07:58:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1687273102; x=1689865102; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=d7dTCDtlhGp3rtxHBVixV12yX77mdXtA7QkFbmeXRKQ=; b=lrojLuzSGUjrj/M3ZvDCWxFBS9SEwUzDJpz1m2gcfioORiHj2zr3TaHnuBIeBfMa+G D8+T+pqKX6PoLHqwte1Zo7kvSDJdKOV2ieVgcsJhs3lrbFBJH2Sikwy6aDlH/eimB9Ik 82YE+aDrrOpQv6bo5G3k3QOiOwtnhX+N4Uy/s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687273102; x=1689865102; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=d7dTCDtlhGp3rtxHBVixV12yX77mdXtA7QkFbmeXRKQ=; b=h57OzybEqgAuDaHHPkgh9r/QaSi4V2jSo1LYBpbVv8dilghRFsHwd37JXor3LK4Apw AMt99LUjEakAts3tPnSLFIea+dPP+qUePf0dT12052qUVGQBfzko8ud2WyNnabWKysEI wI86yKm16SE8NFUXzB6eiV271u4uehh2joQcW6665sbtszlCGiNHmA9snazQf0BpKFFc PwoSVa16JHwFi1O5XxpisVY7ZAP/RGWZAOFi8m6E+W7IJoC4ip+yM1sZpaKmMbN3T4EC uGhi1HUescoWGefVfnC3DiEyAfMMLOshKM7CeobEs7gY9xI9YWS3+ZnSBBpSlQDHdJxd KfSA== X-Gm-Message-State: AC+VfDzKzIhWkAE194ZSXtHeFCfDEoX+5mdMyDdKqSaUSQB3zYzjz5yE 3vC83l9iKeADAkbw0w3deS4DOA== X-Google-Smtp-Source: ACHHUZ6nNKaDgi8imHOKp/xOlMG43Ip7L1Tqtbz9HY6f9v1QtAnaDcAOnlz54mPSvRrV/0MRMEgt9Q== X-Received: by 2002:a05:620a:8786:b0:763:bc30:f31f with SMTP id py6-20020a05620a878600b00763bc30f31fmr97050qkn.0.1687273102075; Tue, 20 Jun 2023 07:58:22 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-388c-77eb-3c3c-0c17.res6.spectrum.com. [2603:6081:7b00:6400:388c:77eb:3c3c:c17]) by smtp.gmail.com with ESMTPSA id x5-20020a05620a14a500b00761f635fbf6sm1219407qkj.8.2023.06.20.07.58.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jun 2023 07:58:21 -0700 (PDT) Date: Tue, 20 Jun 2023 10:58:19 -0400 From: Tom Rini To: Marek Vasut Cc: u-boot@lists.denx.de Subject: Re: [PATCH] Add Renesas patch attribution domain mapping Message-ID: <20230620145819.GS3931582@bill-the-cat> References: <20230620114943.16919-1-marek.vasut+renesas@mailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6mBF8fG7HEa3ootR" Content-Disposition: inline In-Reply-To: <20230620114943.16919-1-marek.vasut+renesas@mailbox.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean --6mBF8fG7HEa3ootR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 20, 2023 at 01:49:43PM +0200, Marek Vasut wrote: > Add domain mapping for the +renesas mail, so that the patches get > attributed to to Renesas Electronics correctly. >=20 > Signed-off-by: Marek Vasut Applied to gitdm/u-boot, thanks! --=20 Tom --6mBF8fG7HEa3ootR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmSRvosACgkQFHw5/5Y0 tyzOKwv7B/P/kA15rHDoy8/a6a4dJuZ+STbdbNaMUXAd2HTv3j1IX52mLhmH+Z2y BOvyzodo89SQTCD4PVAop/s8ig4qYsQCLb1m8wati9uglA0LMhV4vC2Tg/ciIVy8 mduHxyic2EdZKrctgYDttjM4TqOMnUBY9IvakFvVIcB/A6c8syQmlWP7H220lDmu vYDhssQPhcFFfN/CdBNN5nlZ1MZfgR1JdJEM87heCWWgpc3JayRz6QWSebQtVCpy 4j09pCpK5YURsCtml7hKxxFJiHoQpZnttLmvBTeG2DqcbWpZ0wVGbi8vpNOGQOpz XJ8UnjLmC42slX9SMxXPX4kVSQ58F4kr1WvxK7wI+lxOdE4V8blOa1L5PbvUh4wY mpqFxZtQ2KVn5A4zykyFnPCcpAxqbI+UtWtFpNc8yAry/7qzOBaOwmuZ0IONX3dC Ih/PyM8o2CSDE0zXtCqU8/vz8tclCCGFW1D5z31i5bBiH7WZ5TY7RokPS4IlAvTD wL9IPm5k =8Cwh -----END PGP SIGNATURE----- --6mBF8fG7HEa3ootR--