In the Linux kernel, the following vulnerability has been resolved:
bpf: Add the missing BPFLINKTYPE invocation for sockmap
There is an out-of-bounds read in bpflinkshowfdinfo() for the sockmap link fd. Fix it by adding the missing BPFLINK_TYPE invocation for sockmap link
Also add comments for bpflinktype to prevent missing updates in the future.