On Mon, Apr 19, 2021 at 04:56:41PM -0700, Samuel Mendoza-Jonas wrote:
> The 4.14 backport of 9d7eceede ("bpf: restrict unknown scalars of mixed
> signed bounds for unprivileged") adds the PTR_TO_MAP_VALUE check to the
> wrong location in adjust_ptr_min_max_vals(), most likely because 4.14
> doesn't include the commit that updates the if-statement to a
> switch-statement (aad2eeaf4 "bpf: Simplify ptr_min_max_vals adjustment").
> 
> Move the check to the proper location in adjust_ptr_min_max_vals().
> 
> Fixes: 17efa65350c5a ("bpf: restrict unknown scalars of mixed signed bounds 
> for unprivileged")
> Signed-off-by: Samuel Mendoza-Jonas <samjo...@amazon.com>
> Reviewed-by: Frank van der Linden <fllin...@amazon.com>
> Reviewed-by: Ethan Chen <yisha...@amazon.com>
> ---

Thanks for catching it :)

Reviewed-by: Balbir Singh <bsinghar...@gmail.com>

Reply via email to