On 2026-09-14 23:39:22 [+0000], Emil Tsalapatis wrote: > On Fri Sep 11, 2026 at 2:50 PM UTC, Sebastian Andrzej Siewior wrote: > > Networking used to print the socket pointer with %p as output in the > > /proc interface. This was later changed to %pK in order not to reveal > > the actual pointer value. The output format has then been copied to bpf > > tests which produce the same format including the %pK format modifier. > > > > Networking recently replaced the socket output with a plain 0 because > > the socket pointer added no value to the output and the %pK should be > > removed fom library handling. The format remained otherwise unchanged in > > order not to break any tools which are parsing this information. > > > > This change removes the %pK modifier from bpf, following the change in > > networking. > > > > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> > > Reviewed-by: Emil Tsalapatis <[email protected]> > > The bots are being overly picky bere, the tests pass fine and these are > selftests anyway.
I would repost it with comment updated. I am just unsure about README.rst part. Should that pointer about llvm 10 be removed (because outdated) or kept as I have it? Sebastian
