Re: [PATCH v3 bpf 1/2] bpf: fix skb_do_redirect return values

From: Yan Zhai
Date: Tue Jul 25 2023 - 10:41:28 EST


On Tue, Jul 25, 2023 at 12:11 AM Markus Elfring <Markus.Elfring@xxxxxx> wrote:
>
> > … unexpected problems. This change
> > converts the positive status code to proper error code.
>
> Please choose a corresponding imperative change suggestion.
>
> See also:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.5-rc3#n94
>
>
> Did you provide sufficient justification for a possible addition of the tag “Fixes”?
>
>
>
> > v2: code style change suggested by Stanislav Fomichev
> > ---
> > net/core/filter.c | 12 +++++++++++-
>
>
> How do you think about to replace this marker by a line break?
>
> See also:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.5-rc3#n711
>
> Regards,
> Markus

Hi Markus,

Thanks for the suggestions, those are what I could use more help with.
Will address these in the next version.

Yan