From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 73A973D16F9 for ; Tue, 10 Mar 2026 21:40:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773178813; cv=none; b=gHp8ErJvOVWq68iSwxKb2uXqulmBtNBfUyG2n8t5EpK04tw6dah0ul7GV8YoDPJQcs7mjzn56ehpxQ0fBqucKJ86wIiIrU+IZ4N4Uz41p5K7uoby/t/zeYWHZ/b7ypti+eub29CqDQhjEMRJiYn3ymg4TOpkPla3yqavnbGQiXc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773178813; c=relaxed/simple; bh=BlW0SOoINPE5E/fTe4I9/8sTAYRAkWE7j7GU5tNooGQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=iepnJ9/pcZuEtDI8de7/yKiMWlNjDYUW55qB2+oriMERLYMVTUf/Q5WzhmXZpAXJv2KusrVOWUntkcNOf38LzSGA/MOt0VeZANEVXEjCpJ/1fJfycV/Lt1kzT6MTdklYjS5w8IdiuBqyW2SQLPKJA73kYNcjxqWemlUe64dI4EU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=rKgfxGpb; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=0v3sdgwJ; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="rKgfxGpb"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="0v3sdgwJ" From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1773178804; 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=BlW0SOoINPE5E/fTe4I9/8sTAYRAkWE7j7GU5tNooGQ=; b=rKgfxGpbmKgOqwLSOf2bjd81ehSeJpPdX9HHj16+ylNRCWiKFyLHNx9wLEz8lJwkLeP6tJ MDY1xyITETQ5ECBoRCp7Au+9akk4CosR6jxUl+3k4coqTFHVM2N+Gg73rf1OUWwHsJ2cFB ll6AzOyiKVGZsCUqw5/e8csnd1iBIoNa6Lb/TmoxeMXoW5jkjSONMHGmQv+szCSJBASOX4 JGUXf0/EIhAV97WST2k41r4hsquvHijbbSmRJK/sFfOGWlYd+Cq0WHupYuqoIfpvw5DPPo u5L5DPtjGj988QKNFKxYkFcNaVTtXmBnlICm368KSZ5ZCRSqvbYKGD5e6bJSKw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1773178804; 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=BlW0SOoINPE5E/fTe4I9/8sTAYRAkWE7j7GU5tNooGQ=; b=0v3sdgwJDEIQ//aCIZsKodREi7z0HaeigZqmc0T9u0Z33GXC7Mzsu0ClJQ0FzrmGZCNijN UXco+6S20WCV8OCQ== To: Petr Mladek , "feng.zhou" Cc: linux-kernel@vger.kernel.org, senozhatsky@chromium.org, rostedt@goodmis.org Subject: Re: [PATCH] printk: Fix _DESCS_COUNT type for 64-bit systems In-Reply-To: References: <20260202094140.9518-1-realsummitzhou@gmail.com> Date: Tue, 10 Mar 2026 22:46:03 +0106 Message-ID: <87wlzjtlcc.fsf@jogness.linutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On 2026-03-10, Petr Mladek wrote: > JFYI, the patch has been committed into printk/linux.git, > branch rework/prb-fixes. Sorry for the silence. I have been traveling for the past week (and am still traveling this week). I will take a detailed look at the patch when I get done traveling. John