From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 D8D4F3AC0F8; Thu, 9 Jul 2026 10:19:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783592391; cv=none; b=nQEDrr8Urrl8hXCMOlyfp9cOGy2cDVyMdbU57duCjo1ZZqNidIhT7XeMsTS/TkZWBYE5LraBbijs+KhBREJxQor7yQ3abtfOLPbizd4FFo8fq3liKbA/OrcD8+SV3FxyVYoxFeGyTxgnu0NKs3QF8AsDyC9Xm+ch+tA6rtY47u8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783592391; c=relaxed/simple; bh=k0WxY44bViKPKJV2fFpbLUr3vDX4uDmDyZMfSnRsp2U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Jg0SUwJml4Azw4TvdBy8DmrxYUL7kv+V9u4zndWGP7F61/CNKlKiwEO/qx0hTk/Yj2XeK0dNfG/dGjDdpFt7VMMSW5WwJgAhx3Etsp7I9/EuH5bb9TGSAcOwjR7IUsXo7GcDktGV7x0BSej98zejutKJAzOFmsPCY8CumUu+vd0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GAJrzgbh; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GAJrzgbh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E8081F000E9; Thu, 9 Jul 2026 10:19:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783592390; bh=aF2CMomHFWjL6Tfy5jqtVAF0h5mjxtbhqa0/VbfaaCw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=GAJrzgbhwmKvgp+Gnnksoqc0H2Kea90UeX1xdd68bZHdNa8Ujsi4eYH+0nXt1RsHw hk+OUF+NLC8LAjRONvGy++B2l/fp1yP9DBkrgLK+FE59GM6bBNP//n011x4/AvG9T4 WL3KwmbHMHMQvbthgc2pjtLde5z9Dyw56Z3m8z2BliKSbdgCiGsnaxb5PPhDqeFSMv GhZLVRIusFfcRZPfY65SIk/ukz3iQEhsnsoE0HdW0UnS2VU1bdij3bWdW/ZqutC3TJ hlwF3qPisCUnrthbprD0Y/BeA/Eeepj2shF4XPvd5b5gyEnfTCH0/iZjpim+tSJyw0 +daYT4dttxk/g== Date: Thu, 9 Jul 2026 11:19:45 +0100 From: Simon Horman To: Breno Leitao Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , netdev@vger.kernel.org, asantostc@gmail.com, gustavold@gmail.com, linux-kernel@vger.kernel.org, kernel-team@meta.com Subject: Re: [PATCH net-next v2 0/8] netconsole: stop charging netpoll users for netconsole-only data Message-ID: <20260709101945.GN1364329@horms.kernel.org> References: <20260702-netconsole_move_more-v2-0-1ebedd921dcb@debian.org> 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: On Mon, Jul 06, 2026 at 04:55:35AM -0700, Breno Leitao wrote: > On Thu, Jul 02, 2026 at 05:19:44AM -0700, Breno Leitao wrote: > > This work continue to untangle netconsole and netpoll, improving > > memory usage for netpoll users that are not netconsole. > > Quick follow up on the sashiko findings. most of them are assuming that > netconsole_write is called locklelly, which is not the case, except > on panic (CON_NBCON_ATOMIC_UNSAFE). > > > There are in order as they appear in > https://sashiko.dev/#/patchset/20260702-netconsole_move_more-v2-0-1ebedd921dcb%40debian.org > > Tl;DR: There are two pre-existing issue that I will get fixed, but > I don't think they are blockers for this series (IMO). Thanks, I agree. For the series: Reviewed-by: Simon Horman I did notice that patch 2/8 now applies with some fuzz, which trips up git am. You may want to consider a rebase.