From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-172.mta0.migadu.com (out-172.mta0.migadu.com [91.218.175.172]) (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 8A81C3BB103 for ; Mon, 6 Jul 2026 17:50:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783360204; cv=none; b=oicZS+lOFNFksp3cWZuosqm+xVpB4HNGj3IFumUTmGNy1NMup1cWDIrqz2gPqQNerc8RR+PauAze7eMPhIv5g9kbd7lQDxoKj3VnqDP423Ly4D8R0KCdB0ZOEdtdecGW3BSdCZGpNz1efOUF6u5oZA7QFh8zFLGxkfOAonzUW+E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783360204; c=relaxed/simple; bh=b6s4UcLkQsz0lkqitrUHdvtRu7I2JMDTSqNfW6Ylkuk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RxAH+6LbzlYxLw185f1zCNvZ4B6usxeVVK6ja4GCQs/uYLeq7wPzgIap1/a7lAChxM9RF7s3rbL1YDDlX8abpoj71DMfXK3vBe+eCJtXYSWHTFWcjVLMh+0BEKz5wHr5DLvg8BcAMgGfLJ1H2+AuGKjcz3voEMCnb+frcOtUF4U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=cX6mJ7xj; arc=none smtp.client-ip=91.218.175.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="cX6mJ7xj" Date: Mon, 6 Jul 2026 19:49:57 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1783360201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IYg7ZcsfcmaQQp/p+hnahM+ZtSCAgnF0ObCNQyc0xqs=; b=cX6mJ7xjGWmufALLaS96G3s4n+n9wZdBnKOe2z661xknC3LvDPvSH3MUENsHaVF+D3athl JaGS984G46OR10Dwh3A9hVpCL1DFW8VPErdmO4hGRONYoakMLMfmv6hRK8zYMEhE/hwmRq xHxdXQ1NWiK9OfzAujEpxJ6xUitpQUA= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum To: Dave Hansen Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] x86/boot: use BASE_BAUD and DEFAULT_SERIAL_PORT Message-ID: References: <20260515111040.536150-3-thorsten.blum@linux.dev> <97856eb7-b640-406e-abea-cde7785d8c69@intel.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: <97856eb7-b640-406e-abea-cde7785d8c69@intel.com> X-Migadu-Flow: FLOW_OUT On Thu, Jun 04, 2026 at 01:22:16PM -0700, Dave Hansen wrote: > On 6/4/26 08:23, Thorsten Blum wrote: > > Gentle ping? > > I put this in my queue of things to look at after the next -rc1. This is > a very small cleanup, but it's in an utterly critical piece of debugging > code. The last thing I want to do is make a boot bug harder to debug > because the early console code broke. > > I was kinda hoping some testing might materialize between now and then. Hi Dave, did you already have a chance to take another look at this? Thanks, Thorsten