From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 049EB2EAE5 for ; Thu, 7 Aug 2025 23:48:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754610529; cv=none; b=K0i2RltSNreTBK4ST9N8o41U4hiAfVa5qETraHwfUx81Kk28eyyfLnl0BTE4UpxeQSZNCQS7qmEDQJOgB1FxP3/gPeBuRWYT5GhXD3L8EdxiW7jtxHNNAQL5+sdkJGkfkkeGkwdt99ffsUwcWd96ID0W+ZQw9BcCFVb9pBR2L/U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754610529; c=relaxed/simple; bh=UbdMlawSEb+QASl+7DHdn06GeX2jC9mNnnhWX5ZzAtQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=duxyAfdO6uvVAYfkqQtltVRRPJL3e02t35BnI/A2IEN9u41b45wgQgtfKAdj3rndgMykaKVWoHS1JpZN1oDSsy/325BwdvwvXNAAOaT7UxaBMXM0WU5BJ7tmu7QMyYpWYdmyybYmMH+7KetbcrRh7fmV/uuG3b37E1ICT/uyREU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EMh74DDK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EMh74DDK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 838CBC4CEEB; Thu, 7 Aug 2025 23:48:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754610528; bh=UbdMlawSEb+QASl+7DHdn06GeX2jC9mNnnhWX5ZzAtQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EMh74DDK5JOVM2FY/4NM54Tv8cRJRnyVsou+i0nibrf+HiGjTLRx/jWsAXOPAXPpJ n0iXy0xlwyobF2h5goziIqFeNM0o88vb61MKtd7ZTbjXbTtLlCWYe5YhxtZbyXvE/W 1SBauBi1RHjuZdfMSueD5clTus18l8decuKHAP0SVeMHE7BXQPMaOBGOOEeaObosRF 93gzdEZs+nPMJKSuF3yukW1+AD9qkMTt0vgkHMRGxLDDMXMrIhAlabdxf39Sib3zMP JpPJU4R695H+bOsPTRam8S/PN5JuGLIz2J2OYR7TrHSV/XfsGh69fpK8nEfXkm6W0T N0k3BZYWqlp5w== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 33B00383BF4E; Thu, 7 Aug 2025 23:49:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH ethtool] netlink: fix print_string when the value is NULL From: patchwork-bot+netdevbpf@kernel.org Message-Id: <175461054201.3719041.4355345326392065104.git-patchwork-notify@kernel.org> Date: Thu, 07 Aug 2025 23:49:02 +0000 References: In-Reply-To: To: Michel Lind Cc: mkubecek@suse.cz, netdev@vger.kernel.org, kuba@kernel.org Hello: This patch was applied to ethtool/ethtool.git (master) by Michal Kubecek : On Thu, 24 Jul 2025 19:48:11 -0500 you wrote: > The previous fix in commit b70c92866102 ("netlink: fix missing headers > in text output") handles the case when value is NULL by still using > `fprintf` but passing no value. > > This fails if `-Werror=format-security` is passed to gcc, as is the > default in distros like Fedora. > > [...] Here is the summary with links: - [ethtool] netlink: fix print_string when the value is NULL https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=41d6105250c8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html