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 AEB361FF602 for ; Fri, 10 Jan 2025 11:22:19 +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=1736508142; cv=none; b=CX6fMQ1Yl0/Eulaq/+V9RX2XbhASVp4kn2ltC3SXO7xKnPk3lGAwgdadTo3HNJ4HLx+SCQlubSdguprvJbamTfvS8enltegN1Q4o5szvbKlMAKmRfXyPi2UPOUD2woEzXkVTLtIvY+Gidh0OR2Jn1NYMifyaw9u9g0bocu9irVE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736508142; c=relaxed/simple; bh=bvFoK0lnWCbVSr511zkFIpZufVqy3eyYhX7NPHvGa2A=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=MClVRW+eN4l4qxEBfLghM2mE+dAnIO4RrdA4U/baIn/Xn/LAVeWgVLBa/uiuBuGJALCFsBOzt49gBDerJm4BiJ0Stm3Yw0qd/TmumLss3qFo339Opy8vF577lU0PSswhWX+Z65pTJNNh3dc83j0sNhbZEpvNEG2kVVZNTB5MASI= 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=sKq8HO8J; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=TzNexcx2; 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="sKq8HO8J"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="TzNexcx2" From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1736508132; 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=bvFoK0lnWCbVSr511zkFIpZufVqy3eyYhX7NPHvGa2A=; b=sKq8HO8Jzfk7x/QyDKO1qrCNRZbnKAaQESH9lR59zqiZUCsEVTGsQ/QrODK4psVgbg9GEb wbj+zWI8SAE+f8+hY/cgBmaCS3a2RmedZs8OLe1Tu07wSrSVyRb+/Q8oA8h2W+58kWvuOi s4bYZ35cqcF8eflYNtk6ckmDxyxdz5LC9VRYUlfsD+4WSyzllYZzOU5LqzdpmbnjyTKLLw kouXnv6XJx2/eWmK6Cb9TxIcm1NKgXTQHWrpskwT/h+g1txlHfszJC9marTUAcnizBkofN DT5+ngMe0r6KAUBksE8ptcMGHxRYdRmEiQlTekbFytsKyfqbsgTtpTeL8VAnkQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1736508132; 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=bvFoK0lnWCbVSr511zkFIpZufVqy3eyYhX7NPHvGa2A=; b=TzNexcx2MFg6n8Vnj3OtuGS3+Y8iWns9Ji9PsmpsYLjRZm5QlbbGzZE/Nw4MRPDAwGhSB3 71P7zEXCYeeRHEBw== To: Petr Mladek Cc: Sergey Senozhatsky , Steven Rostedt , linux-kernel@vger.kernel.org, Rik van Riel , Omar Sandoval Subject: Re: [PATCH printk v1 2/2] printk: Defer legacy printing when holding printk_cpu_sync In-Reply-To: References: <20241209111746.192559-1-john.ogness@linutronix.de> <20241209111746.192559-3-john.ogness@linutronix.de> <84frmu2mjk.fsf@jogness.linutronix.de> Date: Fri, 10 Jan 2025 12:28:12 +0106 Message-ID: <84bjwec3rv.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 Hi Petr, On 2024-12-16, Petr Mladek wrote: > JFYI, the patchset has been committed into printk/linux.git, > branch for-6.14-cpu_sync-fixup. I noticed that series is not yet merged into the printk/linux.git "for-6.14" branch. This email is just a ping so that you do not forget it for the upcoming merge window. ;-) John