Re: [PATCH bpf-next v3 3/7] bpf: support epoll from bpf struct_ops links.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 5/20/24 18:26, Martin KaFai Lau wrote:
On 5/9/24 5:29 PM, Kui-Feng Lee wrote:
+static __poll_t bpf_struct_ops_map_link_poll(struct file *file,
+                         struct poll_table_struct *pts)
+{
+    struct bpf_struct_ops_link *st_link = file->private_data;
+
+    poll_wait(file, &st_link->wait_hup, pts);
+
+    return (st_link->map) ? 0 : EPOLLHUP;

nit. It should need a rcu_access_pointer(st_link->map).

sure




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux