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 301B236C0CB for ; Wed, 28 Jan 2026 15:27:38 +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=1769614059; cv=none; b=MTZB5N+YRnYDeTpVu73/HKQHNMorEFNGgFAXBqKHnr8Mz9YvijBSqDBAOwBz8ot0NMORw65TI3pbQC8oqAg0MzhxlcYcKD9PIQAblCHSv9Z1YKgJneI7viQ5Kad65oKhN01rH6AoQg6Bdq4G5zSSbfyS9E4/9ZGTTzSCZLCt9Do= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769614059; c=relaxed/simple; bh=L7Q51S+RH8G2RNN+gwxfplBxqaRqwhdmrJsQF9OBYBQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=kN7tMGfzqA0jG3CQ5Jgba/QLzmVu1yyPoqVjMf2a7rji10d17eputLy0uDw6a2QAZpZ6/dYa8eCpN1kroLBwcI+VbCyGwvHn33a23tGUudkF4hXwXr0XyD1pDZkV8JW9WuWtzzMeqG+pxG33k+P8tqjbSiB/tA42UR4oHZ6vS7w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m2C625TH; 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="m2C625TH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A17DC4CEF7; Wed, 28 Jan 2026 15:27:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769614058; bh=L7Q51S+RH8G2RNN+gwxfplBxqaRqwhdmrJsQF9OBYBQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=m2C625THPISHPy3F4VUZ8ANqFPZCRPIi3Z9iMQ+HSlGFlrvav/o/cOVcbLoCZ+6S6 3fM/1PvcxurBKV9clxjoL14CVMYGcqqUdApzKNul2gd3vfvxKl1BXbmdDHeiUCTrmQ p1M0iJsEzkCOkQk+rdY+IupQGVkY/m2uw4DTTAIAW6nSpClQkvJIOZ9d0MlsVhq6Zz c8eNKRWlt63nOKvxBpTtAB+k+2SOKyhnT1O8gh/2VqIOaD+aXhpEfHT4B6F67t8ijW 0U5+lxKcxpwzIrzxX3UIGxgz+kiVVKMhYe1ZlGOm9KAw4m1S/NQO6y0Eaq61NCNQ+o IdB7doxB/jKeA== Message-ID: <2bc5797b-156d-4f70-85b9-092200fefde4@kernel.org> Date: Wed, 28 Jan 2026 09:27:37 -0600 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v5 5/5] x86/CPU/AMD: Print AGESA string from DMI additional information entry To: Yazen Ghannam , Borislav Petkov Cc: Jean Delvare , linux-kernel@vger.kernel.org References: <20260123213056.861317-1-superm1@kernel.org> <20260123213056.861317-6-superm1@kernel.org> <20260126130755.GIaXdnK65MTIiXqg-l@fat_crate.local> <3c3f850b-0acb-4238-8cfc-498496b230a4@kernel.org> <20260126154037.GBaXeK9bxgPMdE2lFr@fat_crate.local> <3946f7ad-6ac8-4a5a-bfe5-92a5f6df5b31@kernel.org> <20260126165412.GCaXecNPIySsrmirfC@fat_crate.local> <20260128143920.GA551269@yaz-khff2.amd.com> Content-Language: en-US From: Mario Limonciello In-Reply-To: <20260128143920.GA551269@yaz-khff2.amd.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 1/28/26 8:39 AM, Yazen Ghannam wrote: > On Mon, Jan 26, 2026 at 05:54:12PM +0100, Borislav Petkov wrote: >> On Mon, Jan 26, 2026 at 10:41:21AM -0600, Mario Limonciello (AMD) (kernel.org) wrote: >>> Well now you see why I was proposing the x86/amd: prefix in the first place. >>> It could be no slicing and dicing and with that prefix: >>> >>> x86/amd: AGESA!V9 StrixPI-FP8 1.0.0.1d >> >> So the prefix tells so that it is somewhere from x86/.../amd. >> >> The "AGESA:" prefix tells you it is AGESA. >> >> I don't see how the "x86/amd" prefix works here... >> > > Mario, what's your intended debug flow? > > Do you want to grab any and all messages related to AMD and then go > through them? So here you'd like "x86/amd" or something similar as a > first pass filter. > > Or do you look for specific pieces of data, as needed? So here you'd > just look for "AGESA" if you want that or "reset reason", etc. > > Thanks, > Yazen Like all things - it's a case by case basis based upon the ticket and what's wrong. I don't see any problem with just "grep AGESA" though.