On Fri, 2023-11-17 at 13:38 -0800, Alexei Starovoitov wrote: > On Wed, Nov 15, 2023 at 6:18 PM Eduard Zingerman <eddyz87@xxxxxxxxx> wrote: > > > > The patch a few patches from this one changes logic for callbacks > > handling. > > That's a wordsmith level 10. I'm far below this level. > Could you please rephrase it? 'The next patch changes ...' or something? This is patch #3, and actual changes are in patch #6, I can change it to: A follow-up patch "bpf: verify callbacks as if they are called unknown number of times" changes logic for callbacks handling. While previously callbacks were verified as a single function call, new scheme takes into account that callbacks could be executed unknown number of times. ... Would that work?