[PATCH net-next] selftests/net: change the shebang of unicast_extensions.sh to bash

2023-12-24 Thread Yujie Liu
The patch set [1] added a general lib.sh in net selftests, and converted several test scripts to source the lib.sh. The shebang of unicast_extensions.sh is /bin/sh which may point to various shells in different distributions, but "source" is only available in some of them. For example, "source"

Re: [PATCH bpf-next 08/15] bpf: Assign ID to scalars on spill

2023-12-24 Thread Alexei Starovoitov
On Wed, Dec 20, 2023 at 1:40 PM Maxim Mikityanskiy wrote: > > From: Maxim Mikityanskiy > > Currently, when a scalar bounded register is spilled to the stack, its > ID is preserved, but only if was already assigned, i.e. if this register > was MOVed before. > > Assign an ID on spill if none is