From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BA80CDB47E for ; Sat, 14 Oct 2023 00:30:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232767AbjJNAak (ORCPT ); Fri, 13 Oct 2023 20:30:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232383AbjJNAa3 (ORCPT ); Fri, 13 Oct 2023 20:30:29 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8253CE for ; Fri, 13 Oct 2023 17:30:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2E119C433CB; Sat, 14 Oct 2023 00:30:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697243427; bh=kka4h5H6MNoNDRLvZIC1Gs2lNLdFOAwO3RtrAL3a8lg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=WE+TyKGgGB1r8et4pkPqs+rM1gLWU+f8C9sGVBtexXaRWyrJOF4WVwjzXmYxqVoV/ dEY7OzCAoxG2G7r0tyY+0farWRBSQw4rr7SGEP1kSnm3e+rq94UgeH754afyPV861Z XlnBSYIODE3Bg0nvuOl7brRg7HGP39+fZ1jghE3iuSB666iMkM8jR2jvPuIrPGJcrq 7p1Iqo/rb76dDMy4/1RPjQmXiBRhNXWEVJQE3s+tuMR8aov6rIxL6HnKK0KUZ42Siq 3XEMRPQ1n64hLaQagH/M9dA1nVqwEK+9uiMqzeZb0Xj7T67WsiFYfy7BjjmMWLwFTd XHFMU7Dtz1igw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 04A02E1F66C; Sat, 14 Oct 2023 00:30:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v4 0/4] net: netconsole: configfs entries for boot target From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169724342701.24435.1025905471461735213.git-patchwork-notify@kernel.org> Date: Sat, 14 Oct 2023 00:30:27 +0000 References: <20231012111401.333798-1-leitao@debian.org> In-Reply-To: <20231012111401.333798-1-leitao@debian.org> To: Breno Leitao Cc: jlbec@evilplan.org, kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com, hch@lst.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, horms@kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 12 Oct 2023 04:13:57 -0700 you wrote: > There is a limitation in netconsole, where it is impossible to > disable or modify the target created from the command line parameter. > (netconsole=...). > > "netconsole" cmdline parameter sets the remote IP, and if the remote IP > changes, the machine needs to be rebooted (with the new remote IP set in > the command line parameter). > > [...] Here is the summary with links: - [net-next,v4,1/4] netconsole: move init/cleanup functions lower https://git.kernel.org/netdev/net-next/c/28856ab2c0b5 - [net-next,v4,2/4] netconsole: Initialize configfs_item for default targets https://git.kernel.org/netdev/net-next/c/131eeb45b961 - [net-next,v4,3/4] netconsole: Attach cmdline target to dynamic target https://git.kernel.org/netdev/net-next/c/5fbd6cdbe304 - [net-next,v4,4/4] Documentation: netconsole: add support for cmdline targets https://git.kernel.org/netdev/net-next/c/7eeb84d89f2e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html