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 B4BE4318EE2 for ; Mon, 13 Apr 2026 19:10:35 +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=1776107435; cv=none; b=gqLToHNaXRvxUq9G4IEOwxnMZIqq6skhuMe8iVVoINVxklCe1N7VkWSTk+sPgAKEVqlI3Qvkeaf/heszBg/CJR0F/TcPrv/xp3pQfVNhP0hF/FDhHcZBqT3pZH3hofUfYEr1hyk1c4MSFYLtfuViQyw7BOTa1zq5xdlINmMP+ss= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776107435; c=relaxed/simple; bh=4Oe5L5ZzSwQEoeE5dC3O3OcveobiRZ+9ttZMhubSr3c=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=huK8Py+W4x7viLXTV1/DgL2amG9dQMLhcciSFHfYdyUEEp56WacpOhR8+bVSIesDqg0rO6cXQJILlCtNyqXPOIGRS15oeP+N5rcMB1s7ZSCKRmKU4CdwNBl0MbAB2lulHKVwBkenJ1REF3vmxh2BpJKTwuEY50nr8jKIQE0e9KM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=F2J1Ltq8; 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="F2J1Ltq8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5D6CFC2BCAF; Mon, 13 Apr 2026 19:10:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776107435; bh=4Oe5L5ZzSwQEoeE5dC3O3OcveobiRZ+9ttZMhubSr3c=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=F2J1Ltq83rJ2Y48ZOODpVjZtMFjrlY0PRUcpEHl4XJ/+5CKX/sBmzLTb9jhLuKTET 8XOd6bWH62562zQh220FwaiOVKTnWSsYIhQdt7ODd9VtXZJcAszXQHjqDC/MH9yvMv DBb2Q8z0rsb5YxckZOiNF1HnMHKh+4XbCo0JqoAo5cifoUMLZvLnQqF8qeWuju7k3P 8Ch/+tO6R5/Q74ct9CXV37Tmdqu+s24MC7VEmp74Gqj1F3szJjXxS6JthcDmRyfaew mb444ICifI+rxCTpXdhMmZUBg5Myhie3kutuM490yhSrrjgAJQFVKPjm0uZV9cqCP1 Chsa59cPAZOQw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02E1F3809A0B; Mon, 13 Apr 2026 19:10:08 +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 iproute 1/2] json_writer: support control character escaping From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177610740680.501842.5837972274983153432.git-patchwork-notify@kernel.org> Date: Mon, 13 Apr 2026 19:10:06 +0000 References: <20260410224745.93416-1-stephen@networkplumber.org> In-Reply-To: <20260410224745.93416-1-stephen@networkplumber.org> To: Stephen Hemminger Cc: netdev@vger.kernel.org Hello: This series was applied to iproute2/iproute2.git (main) by Stephen Hemminger : On Fri, 10 Apr 2026 15:47:44 -0700 you wrote: > Iproute2 never handled control characters in strings correctly. > There are some cases like where string is under user control > like paths in ss command. Make iproute2 json output conform > to RFC 8259. > > Signed-off-by: Stephen Hemminger > > [...] Here is the summary with links: - [iproute,1/2] json_writer: support control character escaping https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=9e99260759b7 - [iproute,2/2] json_writer: fix builtin test code https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=fe811be6564c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html