From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 96C1135200A; Mon, 1 Jun 2026 10:32:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780309949; cv=none; b=iE+u1AoKRohv42EdigfHsCGoRzjAj6+eW/SXQ5OlJkCHvR2fqQ7rTVXCWZwhhSdEEblKDx/vpLo4y689DsLY5GZmd59hMwoBp6XUyYrxg9L5xEY/udKDLzTEZnRGOA+6KJeSJwGJ5h+lK5pn0pGvfQrPqXuh4ssX+O+FaqfJj50= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780309949; c=relaxed/simple; bh=VQwiCzcOdw0Adro3cxvtHVL9YH9j1GP9QvHvryBdXcg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZDSYLx8EvGhO5biHwxOrtg/BP0DrKjiV40BZ2vgA8YWmMkQ6sghXR3Sl+GA9Ys3j0o7mmGHYmNqYnHoi/M7aj6LSY5qPPu5axjA7nQhl4rQZzJg9bqw1Dj7UH91R/gA4mifCLNpmOUFwSPlzJogb1iVARQ15lkINT1nXDcC1GMw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org; spf=pass smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=PRtERTEV; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="PRtERTEV" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Mjd23Kgn+OQuLOU7nkSV1Rk7XW63KckLhd0WPzPzy7g=; b=PRtERTEVx6om/n+OxL1c1teWYi lUktKPM2tsNpyx0SUW7N3jZ7iKtR/iZ00K1BO4NjrjRTFk9q2/ihm0QjPgFBFlOL4B21vc3uCMA1o rgAjjTfDt8d9XgvxLaj1vZI4I7ljBxByuir2YX53sA31xq8RFNqAobkc5YcUHs9VjdW9Z97ydrp+U TtNtsS7o7mORgMr0zx/RaUbMAsQ1oFthrXV+XWzP0uoLU36uY1XW1Ic7H3ELBRN+iQ4qjptYXDN7v RRx7jSaPK0jVXT1uJB29B3SksapUIjXd+b+nnDqjCvGkDUWiDQkk8p3auku7SRkXibH5cUMCnC0a1 mrmBADvw==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wTzwD-00275R-13; Mon, 01 Jun 2026 10:32:05 +0000 Date: Mon, 1 Jun 2026 03:31:59 -0700 From: Breno Leitao To: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Neil Horman , Cong Wang Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@meta.com Subject: Re: [PATCH net 0/3] netconsole: Fix reported problems Message-ID: References: <20260529-netcons_fix_before_move-v1-0-cb2d1426dd75@debian.org> Precedence: bulk X-Mailing-List: netdev@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: <20260529-netcons_fix_before_move-v1-0-cb2d1426dd75@debian.org> X-Debian-User: leitao On Fri, May 29, 2026 at 03:45:10AM -0400, Breno Leitao wrote: > These are some of the issues that LLM reported to netconsole, and they > are being addressed here before big refactors. > > I was doing some big refactors, and got some "pre-existent-issues" > during LLM review of the refactor, that make them hard to guarantee that > refactor is not introducing any bug, so, let's clean these pre-existent > bugs first, and then submit the refactor. > > The issues fixed in this patchset were reported during the review of > https://lore.kernel.org/all/20260524-netconsole_move_more-v1-0-909d1ab398b4@debian.org/ > > Not all of them got fixed, but, those that were easy to reason about. > > Signed-off-by: Breno Leitao Somehow this patch haven't applied to 'net' tree and the tests haven't run. https://patchwork.kernel.org/project/netdevbpf/patch/20260529-netcons_fix_before_move-v1-1-cb2d1426dd75@debian.org/ I will respin it. -- pw-bot: cr