From: Alexei Starovoitov Date: Tue, 18 Jan 2022 23:45:06 +0000 (-0800) Subject: Merge branch 'bpf: Batching iter for AF_UNIX sockets.' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=712d47938dcaf9973791e1f600c70dab272bed55;p=linux.git Merge branch 'bpf: Batching iter for AF_UNIX sockets.' Kuniyuki Iwashima says: ==================== Last year the commit afd20b9290e1 ("af_unix: Replace the big lock with small locks.") landed on bpf-next. Now we can use a batching algorithm for AF_UNIX bpf iter as TCP bpf iter. Changelog: - Add the 1st patch. - Call unix_get_first() in .start()/.next() to always acquire a lock in each iteration in the 2nd patch. ==================== Signed-off-by: Alexei Starovoitov --- 712d47938dcaf9973791e1f600c70dab272bed55