Re: [GIT PULL] Networking for 5.16

From: Linus Torvalds
Date: Tue Nov 02 2021 - 09:20:59 EST


On Mon, Nov 1, 2021 at 10:43 PM Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git tags/net-next-for-5.16

I get quite a lot of

./scripts/pahole-flags.sh: line 7: return: can only `return' from
a function or sourced script

with this. Why didn't anybopdy else notice? It seems entirely bogus
and presumably happens everywhere else too.

It's shell script. You don't "return" from it. You "exit" from it.

Grr.

Linus