Show patches with: Submitter = Kuniyuki Iwashima       |    Archived = No       |   1125 patches
« 1 2 3 411 12 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v1,net-next,6/6] net: Initialise net.core sysctl defaults in preinit_net(). net: Random cleanup for netns initialisation. - - - 181- 2024-07-29 Kuniyuki Iwashima netdev Superseded
[v1,net-next,5/6] net: Slim down setup_net(). net: Random cleanup for netns initialisation. - - - 163- 2024-07-29 Kuniyuki Iwashima netdev Superseded
[v1,net-next,4/6] net: Call preinit_net() without pernet_ops_rwsem. net: Random cleanup for netns initialisation. - - - 172- 2024-07-29 Kuniyuki Iwashima netdev Superseded
[v1,net-next,3/6] net: Initialise net->passive once in preinit_net(). net: Random cleanup for netns initialisation. - - - 172- 2024-07-29 Kuniyuki Iwashima netdev Superseded
[v1,net-next,2/6] net: Don't register pernet_operations if only one of id or size is specified. net: Random cleanup for netns initialisation. - - - 172- 2024-07-29 Kuniyuki Iwashima netdev Superseded
[v1,net-next,1/6] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops. net: Random cleanup for netns initialisation. - 1 - 1711 2024-07-29 Kuniyuki Iwashima netdev Superseded
[v1,net] sctp: Fix null-ptr-deref in reuseport_add_sock(). [v1,net] sctp: Fix null-ptr-deref in reuseport_add_sock(). - - 1 172- 2024-07-29 Kuniyuki Iwashima netdev Superseded
[v1,net] rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink(). [v1,net] rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink(). - 1 - 19-- 2024-07-27 Kuniyuki Iwashima netdev Accepted
[v1,nf,2/2] netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init(). netfilter: iptables: Fix null-ptr-deref in ip6?table_nat_table_init(). - - - 1621 2024-07-25 Kuniyuki Iwashima netdev Awaiting Upstream
[v1,nf,1/2] netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init(). netfilter: iptables: Fix null-ptr-deref in ip6?table_nat_table_init(). - - - 1621 2024-07-25 Kuniyuki Iwashima netdev Awaiting Upstream
[v1,net] can: bcm: Remove proc entry when dev is unregistered. [v1,net] can: bcm: Remove proc entry when dev is unregistered. - 1 - 181- 2024-07-22 Kuniyuki Iwashima netdev Awaiting Upstream
[v1,net] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops. [v1,net] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops. - 1 - 18-1 2024-07-22 Kuniyuki Iwashima netdev Deferred
[v1,net] tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child(). [v1,net] tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child(). 1 1 - 1711 2024-07-14 Kuniyuki Iwashima netdev Accepted
[v3,net-next,2/2] selftests: tcp: Remove broken SNMP assumptions for TCP AO self-connect tests. tcp: Make simultaneous connect() RFC-compliant. - 2 - 181- 2024-07-10 Kuniyuki Iwashima netdev Accepted
[v3,net-next,1/2] tcp: Don't drop SYN+ACK for simultaneous connect(). tcp: Make simultaneous connect() RFC-compliant. - 1 - 181- 2024-07-10 Kuniyuki Iwashima netdev Accepted
[v2,net] udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). [v2,net] udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). - 1 - 18-1 2024-07-09 Kuniyuki Iwashima netdev Accepted
[v1,net] udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). [v1,net] udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). - - - 181- 2024-07-08 Kuniyuki Iwashima netdev Superseded
[v2,net-next,2/2] selftests: tcp: Remove broken SNMP assumptions for TCP AO self-connect tests. tcp: Make simultaneous connect() RFC-compliant. - 2 - 5318 2024-07-08 Kuniyuki Iwashima bpf Superseded
[v2,net-next,1/2] tcp: Don't drop SYN+ACK for simultaneous connect(). tcp: Make simultaneous connect() RFC-compliant. - 1 - 5228 2024-07-08 Kuniyuki Iwashima bpf Superseded
[v1,net] tcp: Don't drop SYN+ACK for simultaneous connect(). [v1,net] tcp: Don't drop SYN+ACK for simultaneous connect(). - - - 1621 2024-07-04 Kuniyuki Iwashima netdev Changes Requested
[v1,net] tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO. [v1,net] tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO. 1 1 - 18-1 2024-07-03 Kuniyuki Iwashima netdev Accepted
[v1,net,11/11] selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 181- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,10/11] af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,09/11] selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,08/11] selftest: af_unix: Check SIGURG after every send() in msg_oob.c af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,07/11] selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,06/11] af_unix: Don't stop recv() at consumed ex-OOB skb. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,05/11] selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,04/11] af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,03/11] af_unix: Stop recv(MSG_PEEK) at consumed OOB skb. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 181- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,02/11] selftest: af_unix: Add msg_oob.c. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net,01/11] selftest: af_unix: Remove test_unix_oob.c. af_unix: Fix bunch of MSG_OOB bugs and add new tests. - - - 172- 2024-06-25 Kuniyuki Iwashima netdev Accepted
[v1,net] selftest: af_unix: Add Kconfig file. [v1,net] selftest: af_unix: Add Kconfig file. - - - 172- 2024-06-21 Kuniyuki Iwashima netdev Accepted
[v4,net-next,11/11] af_unix: Don't use spin_lock_nested() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,10/11] af_unix: Remove put_pid()/put_cred() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,09/11] af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,08/11] af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 181- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,07/11] af_unix: Remove U_LOCK_GC_LISTENER. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,06/11] af_unix: Remove U_LOCK_DIAG. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,05/11] af_unix: Don't acquire unix_state_lock() for sock_i_ino(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,04/11] af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,03/11] af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,02/11] af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - 1 - 19-- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v4,net-next,01/11] af_unix: Define locking order for unix_table_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - 1 - 181- 2024-06-20 Kuniyuki Iwashima netdev Accepted
[v3,net-next,11/11] af_unix: Don't use spin_lock_nested() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,10/11] af_unix: Remove put_pid()/put_cred() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,09/11] af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,08/11] af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 181- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,07/11] af_unix: Remove U_LOCK_GC_LISTENER. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,06/11] af_unix: Remove U_LOCK_DIAG. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,05/11] af_unix: Don't acquire unix_state_lock() for sock_i_ino(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,04/11] af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,03/11] af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,02/11] af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - 1 - 19-- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v3,net-next,01/11] af_unix: Define locking order for unix_table_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - 1 - 181- 2024-06-14 Kuniyuki Iwashima netdev Superseded
[v2,net-next,11/11] af_unix: Don't use spin_lock_nested() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,10/11] af_unix: Remove put_pid()/put_cred() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,09/11] af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,08/11] af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 181- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,07/11] af_unix: Remove U_LOCK_GC_LISTENER. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,06/11] af_unix: Remove U_LOCK_DIAG. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,05/11] af_unix: Don't acquire unix_state_lock() for sock_i_ino(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,04/11] af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,03/11] af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,02/11] af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - 1 - 19-- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v2,net-next,01/11] af_unix: Define locking order for unix_table_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - 1 - 181- 2024-06-11 Kuniyuki Iwashima netdev Superseded
[v1,net-next,11/11] af_unix: Don't use spin_lock_nested() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,10/11] af_unix: Remove put_pid()/put_cred() in copy_peercred(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,09/11] af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,08/11] af_unix: Remove U_RECVQ_LOCK_EMBRYO. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 181- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,07/11] af_unix: Remove U_LOCK_GC_LISTENER. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,06/11] af_unix: Remove U_LOCK_DIAG. af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,05/11] af_unix: Don't acquire unix_state_lock() for sock_i_ino(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,04/11] af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,03/11] af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,02/11] af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 19-- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v1,net-next,01/11] af_unix: Define locking order for unix_table_double_lock(). af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. - - - 181- 2024-06-10 Kuniyuki Iwashima netdev Superseded
[v2,net,15/15] af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,14/15] af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,13/15] af_unix: Use skb_queue_empty_lockless() in unix_release_sock(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,12/15] af_unix: Use unix_recvq_full_lockless() in unix_stream_connect(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,11/15] af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,10/15] af_unix: Annotate data-races around sk->sk_sndbuf. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,09/15] af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,08/15] af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 18-1 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,07/15] af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 1711 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,06/15] af_unix: Annotate data-race of sk->sk_state in unix_accept(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,05/15] af_unix: Annotate data-race of sk->sk_state in unix_stream_connect(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,04/15] af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,03/15] af_unix: Annotate data-race of sk->sk_state in unix_inq_len(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,02/15] af_unix: Annodate data-races around sk->sk_state for writers. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 18-1 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v2,net,01/15] af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 18-1 2024-06-04 Kuniyuki Iwashima netdev Accepted
[v1,net,15/15] af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,14/15] af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,13/15] af_unix: Use skb_queue_empty_lockless() in unix_release_sock(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,12/15] af_unix: Use unix_recvq_full_lockless() in unix_stream_connect(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,11/15] af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,10/15] af_unix: Annotate data-races around sk->sk_sndbuf. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,09/15] af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 181- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,08/15] af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 18-1 2024-06-03 Kuniyuki Iwashima netdev Superseded
« 1 2 3 411 12 »