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 0DFE92045B7 for ; Sun, 27 Jul 2025 17:29: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=1753637389; cv=none; b=TWnNlk0BxuBzp2pPOHIYPd4KD3XiGI/PzFyqZ1b957uJf7f1i5CNVYPc7pUe6AeFMZt6neeF3QBu3dGBCQkI0IFl1Jnb3KsRahavlD54BTDg2YuH2PfhMq6FT/DH5SqmikHze1lbq0bm4epoLGg++L005Vp4Hhldh9tc/Yj5hNA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753637389; c=relaxed/simple; bh=9tVwppI2+LwRAXn6LJuFx41/S0dTdLD5N6yd15s7Rcc=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=hKVnbr/XNHBUzwgw6zWYMy70I43HArNKpuFcryH9q+CPgCcHcospXh+AlA1xKnD2FegK0fYlmAVgYZhZkeF0nNOouOxAwpPVud/+81Y+epIjerYqmjkWBNNxW8Io6w5WqDmqQlhoKWDrlYK1nRodhhPe9w37pfB3MZbu1awBh10= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XY2vGfGW; 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="XY2vGfGW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C5AFC4CEEB; Sun, 27 Jul 2025 17:29:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753637388; bh=9tVwppI2+LwRAXn6LJuFx41/S0dTdLD5N6yd15s7Rcc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XY2vGfGWQVARd3t+oMp2OHjndkx3TyCjoN56Tc1CH3I6rBHVKHkNEsV+nE/ms+KRd woeJQYDR5nEn4QhiJZibS2TSkUxeZkdbGfrYV0jMnbbU02W1OQj9Wd1Se8h4/p2tzY hQkxQ9V2NYDxtI2upCoXf6T/87rdH6NmOgYpA9tEPnmZMlbnU9YR+tIOCjKfAo4Ode aXdILvEXwSEY2kpgKXRxRjgh1HojH1krbr9TdQcEPiAMFJEpuPDQVe2Vz1Bayysf+Y Gc5NXxvKYf+T4nKSdsgpQWFKX+puwTfX84rFxTKhHeL4YB1/4NnNbAPdQPNgAm6x1N Tvy06UY/x7M+g== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADE7D383BF4E; Sun, 27 Jul 2025 17:30:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] bpf: Simplify bounds refinement from s32 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <175363740552.3914338.8842497376005706320.git-patchwork-notify@kernel.org> Date: Sun, 27 Jul 2025 17:30:05 +0000 References: In-Reply-To: To: Paul Chaignon Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, eddyz87@gmail.com, shung-hsi.yu@suse.com Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Thu, 24 Jul 2025 19:42:52 +0200 you wrote: > During the bounds refinement, we improve the precision of various ranges > by looking at other ranges. Among others, we improve the following in > this order (other things happen between 1 and 2): > > 1. Improve u32 from s32 in __reg32_deduce_bounds. > 2. Improve s/u64 from u32 in __reg_deduce_mixed_bounds. > 3. Improve s/u64 from s32 in __reg_deduce_mixed_bounds. > > [...] Here is the summary with links: - [bpf-next] bpf: Simplify bounds refinement from s32 https://git.kernel.org/bpf/bpf-next/c/5345e64760d3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html