From mboxrd@z Thu Jan 1 00:00:00 1970 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 C18A112FB3F; Fri, 16 Feb 2024 18:05:05 +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=1708106705; cv=none; b=VV/VwKhSPGHg/vNhV6Z0WoxYPknwyhRvQuoy5GaVizNUj6qt8jAEKIEaK0TBIxFmbQWKf1EUZ6+6tP496/gQr7yN+QubaBk3w0KXmUDkU4s1zDVHEO7lnSVNExZQ+E5CU1bWAvdrGaW4meYlEQyv1Ubp6MmZSni+aJ79Zid6cuc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708106705; c=relaxed/simple; bh=vG/RKSRTXzqAUxbAxGsYUW1wn0EAG4siYC+evNc+IOA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LzS0pbLGGWdsYChyYrmtHF7b7sfke0kR95Gqj1mK3P3Fp+/qfsk3d14JCSmeDkVz4EpAHTzUTfnywGCaKQOtBwcGly+nvysXAa7MXujA7mAZ7AKBLrE7jmuP6WHCkXE4B+DRGr0cNFtlzpqyPbGz2GQmifMqzRrFx3uH7KviFyI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=e5RpmDuU; 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="e5RpmDuU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE75FC433C7; Fri, 16 Feb 2024 18:05:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708106705; bh=vG/RKSRTXzqAUxbAxGsYUW1wn0EAG4siYC+evNc+IOA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e5RpmDuUiTEP2FeBe2JgOBq/D8z+MLtqWSuSNSbCQMoEn1su+PuqgTIsbcKEOfJFl IbBwzFpiRVjZjkTuTWpO4QXHU5F4r1DD7Rly7RvJtLmtCVBJlJXa8PoxfMmh8iYkCs WGRoVikXPBHUT5XIbzQiPihfov+fuxTVlOB6owwytGPd+UPF3GCXKwmj1ilNTuGIfP TwHXvHLlc/fEUCYcVUm9TTjNNMKMgujpUCm1Gz89iu/mgyU82eT9/kq6BsdFKQlqLg HMPVR/Z3ZrOvaW90jqkMc4HFf+mldHcVZLhymeV+cjJSFKVi560NKyu5dbg249S6+d kkwuFi1XAg1Hw== Date: Fri, 16 Feb 2024 10:05:03 -0800 From: Jaegeuk Kim To: Jeffrey Hugo Cc: chao@kernel.org, quic_stummala@quicinc.com, quic_bjorande@quicinc.com, linux-arm-msm@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala Message-ID: References: <20240202165208.4091800-1-quic_jhugo@quicinc.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 02/16, Jeffrey Hugo wrote: > On 2/2/2024 9:52 AM, Jeffrey Hugo wrote: > > The servers for the @codeaurora domain are long retired and any messages > > addressed there will bounce. Sahitya Tummala has a .mailmap entry to an > > updated address, but the documentation files still list @codeaurora > > which might be a problem for anyone reading the documentation directly. > > Update the documentation files to match the .mailmap update. > > > > Signed-off-by: Jeffrey Hugo > > Jaegeuk Kim will you apply this? Thanks for reminding this. Applied. > > -Jeff