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 2F452239575; Thu, 6 Feb 2025 17:14:07 +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=1738862048; cv=none; b=WC3mkW/zzsxaQYNtlB4aTZ4ndhPjDATmpPRFiNTeWgeg3zwM624LssslEPDN5f/FeptQBJ4RwPBG4YqGN/Ua9eIJQGoimBUjXMiJPF10kL6XEjtrIhv2cTRL7Krj2wFpmzb2oCWkzAnKR9K+kSqbxv8JCY9FCvRHzh+Nf+rC8T4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738862048; c=relaxed/simple; bh=F7fky8VIi3/rjzXp72L0SvpBjKrRGeqgaeUkFCOxgPA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W008xFtSOJMJZP1ePGPOhzfDbfZVKXkPaBS4FShuwGZ1OCHLIO1+N91MZ08YD7F90FI3VN1nV9R2nM1pN9vUrQKuSbVAbf8KOoIZx6S0MApz4dV08GMorOJCi7ONaWKTN8hFAUQlfbcbR8PWfvIHf6sBIInXcF0TZSP1bVO3fzQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nphDR97J; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nphDR97J" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F584C4CEDD; Thu, 6 Feb 2025 17:14:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738862047; bh=F7fky8VIi3/rjzXp72L0SvpBjKrRGeqgaeUkFCOxgPA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nphDR97JMzyMJE7MHYF2zzTB0e7ByH3AHR0Smq2o4RsyO44KvMGIoO84djdiTvD2P cv7CUXw5CLxlld1klFsTR5o0uV7/GVxCEKwCl5ZRUZ1dyTlZvL7eqe/YGouiwZZVAT yyDk/o6k3w64fWFNsTYvaFAjq4ZDwSG/VJVaZ7Nw= Date: Thu, 6 Feb 2025 12:14:03 -0500 From: Konstantin Ryabitsev To: Gregory Price Cc: Jonathan Cameron , Smita Koralahalli , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cxl@vger.kernel.org, Ard Biesheuvel , Alison Schofield , Vishal Verma , Ira Weiny , Dan Williams , Yazen Ghannam , Terry Bowman Subject: Re: [PATCH v6 2/6] efi/cper, cxl: Make definitions and structures global Message-ID: <20250206-pretty-gabby-loon-d4e4c4@lemur> References: <20250123084421.127697-1-Smita.KoralahalliChannabasappa@amd.com> <20250123084421.127697-3-Smita.KoralahalliChannabasappa@amd.com> <20250206105403.00007062@huawei.com> Precedence: bulk X-Mailing-List: linux-efi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Thu, Feb 06, 2025 at 11:14:09AM -0500, Gregory Price wrote: > > Reviewed... > > > > If Dave picks this up will need to tweak that. > > > > > > > that egg on your face when someone has to spellcheck your tags > :facepalm: > > trivia: The last upstream `Reveiwed` patch was 2017 > > Funny enough b4 takes the tag as-is. Yeah, we can't possibly keep track of all the tags people use, with some projects getting creative with "Reviewed-and-edited-by:" or similar combined trailers. So, we just blanket accept any person-tags (that have a "Person Name " format). -K