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 79F32C4332F for ; Thu, 14 Dec 2023 02:30:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1443050AbjLNCaU (ORCPT ); Wed, 13 Dec 2023 21:30:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229525AbjLNCaS (ORCPT ); Wed, 13 Dec 2023 21:30:18 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA363BD for ; Wed, 13 Dec 2023 18:30:24 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 45A2FC433C9; Thu, 14 Dec 2023 02:30:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702521024; bh=y2EG/KCgi10FK3ZjxuBE7voXPUxlA3BWrqZZbqiJ5Oo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=AdgUcm+RBxdeixXwNYvhBeQgFJ3ag5pzjVKRfxRgFoX1/SvisIwal+nsp5IvjDLNi uLSSz0Y+etp1gJeJhXfZPJ52TvnYSnRQG8+3851k6MvOsvEwNHN05vEvcqMiFM+c+6 qRxrbPWf+/el5giVZel4x0curTIHgUUWhj5oUiUcip3noH3zSMtP4G8g+1MHLEGqZ6 nwCw4520GyA089w+RJqo4Kv2fqU9rE3y64le9ghPkKznMlFzLaOTbN+rotd9D/B25e QDEgfFKlf5Aw3k1YnWkBZM8r7VknUWzspCfvLUKffEPGCzxmwFMDI+UlSpHJKD6QhN eNbXBHSNwUbeA== 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 2C62AC4314C; Thu, 14 Dec 2023 02:30:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170252102417.28832.15985840662984348558.git-patchwork-notify@kernel.org> Date: Thu, 14 Dec 2023 02:30:24 +0000 References: <20231211162317.4116625-1-kniv@yandex-team.ru> In-Reply-To: <20231211162317.4116625-1-kniv@yandex-team.ru> To: Nikolay Kuratov Cc: linux-kernel@vger.kernel.org, sgarzare@redhat.com, netdev@vger.kernel.org, virtualization@lists.linux.dev, kvm@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 11 Dec 2023 19:23:17 +0300 you wrote: > We need to do signed arithmetic if we expect condition > `if (bytes < 0)` to be possible > > Found by Linux Verification Center (linuxtesting.org) with SVACE > > Fixes: 06a8fc78367d ("VSOCK: Introduce virtio_vsock_common.ko") > Signed-off-by: Nikolay Kuratov > > [...] Here is the summary with links: - [v2] vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space() https://git.kernel.org/netdev/net/c/60316d7f10b1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html