Page MenuHomeFreeBSD

steven_chen3_dell.com (Shibin Chen)
User

Projects

User does not belong to any projects.

User Details

User Since
Feb 20 2021, 6:37 AM (172 w, 6 d)

Recent Activity

Fri, Jun 7

steven_chen3_dell.com added a comment to D43709: IPv6 redirect doesn't work..

for example:

Fri, Jun 7, 7:02 AM

Feb 2 2024

steven_chen3_dell.com updated the summary of D43709: IPv6 redirect doesn't work..
Feb 2 2024, 10:44 AM
steven_chen3_dell.com requested review of D43709: IPv6 redirect doesn't work..
Feb 2 2024, 10:43 AM

Jan 10 2024

steven_chen3_dell.com added a comment to D43207: linux(4): Avoid EISCONN if addr is specified for sendto().

the old commit changed the linux_sendto() to ignore the target address if the socket state is in a connected/connecting state.
This commit causes many issues now, such as ARP packet sending failure, wpa_supplier failed to send L2 packets.

Can you please name the old commit and provide a test scenario that it broke? It is hard to understand what is the problem we are trying to fix here.

this is the old commit:
commit db48fa8319825b4428795fcef9fb5458ac34c1a9
Author: Dmitry Chagin <dchagin@FreeBSD.org>
Date: Sat May 28 23:42:09 2022 +0300

Jan 10 2024, 9:14 AM

Jan 2 2024

steven_chen3_dell.com updated the summary of D43207: linux(4): Avoid EISCONN if addr is specified for sendto().
Jan 2 2024, 5:32 AM

Dec 27 2023

steven_chen3_dell.com updated the summary of D43207: linux(4): Avoid EISCONN if addr is specified for sendto().
Dec 27 2023, 9:08 AM
steven_chen3_dell.com updated the summary of D43207: linux(4): Avoid EISCONN if addr is specified for sendto().
Dec 27 2023, 8:55 AM
steven_chen3_dell.com updated the summary of D43207: linux(4): Avoid EISCONN if addr is specified for sendto().
Dec 27 2023, 8:51 AM
steven_chen3_dell.com updated the summary of D43207: linux(4): Avoid EISCONN if addr is specified for sendto().
Dec 27 2023, 8:47 AM
steven_chen3_dell.com requested review of D43207: linux(4): Avoid EISCONN if addr is specified for sendto().
Dec 27 2023, 8:43 AM

Nov 22 2023

steven_chen3_dell.com abandoned D42679: System crash on docker plugging out ..
Nov 22 2023, 8:45 AM
steven_chen3_dell.com added a comment to D42679: System crash on docker plugging out ..

Hi glebius,
I made a mistake. There was a bug with the code we added ourselves. After I fixed it, the issue cannot reproduce now.
FreeBSD codes are no problem, because every time before in6_purgeaddr is called, the CK_STAILQ_FOREACH_SAFE has run.
I'm abandoning it now.

Nov 22 2023, 8:45 AM

Nov 21 2023

steven_chen3_dell.com updated the diff for D42679: System crash on docker plugging out ..

update code comment

Nov 21 2023, 1:58 AM

Nov 20 2023

steven_chen3_dell.com updated the diff for D42679: System crash on docker plugging out ..

update the code comment.

Nov 20 2023, 10:54 AM
steven_chen3_dell.com updated the summary of D42679: System crash on docker plugging out ..
Nov 20 2023, 10:25 AM
steven_chen3_dell.com updated the summary of D42679: System crash on docker plugging out ..
Nov 20 2023, 10:21 AM
steven_chen3_dell.com requested review of D42679: System crash on docker plugging out ..
Nov 20 2023, 10:13 AM

Nov 14 2023

steven_chen3_dell.com abandoned D42429: Kernel crash on nd6_dad_timer.
Nov 14 2023, 8:10 AM

Nov 6 2023

steven_chen3_dell.com added inline comments to D42429: Kernel crash on nd6_dad_timer.
Nov 6 2023, 4:27 AM

Nov 2 2023

steven_chen3_dell.com updated the diff for D42429: Kernel crash on nd6_dad_timer.

change the parameter of nd6_dad_timer to ifa, then before run, find dp by ifa.

Nov 2 2023, 3:20 AM

Nov 1 2023

steven_chen3_dell.com requested review of D42429: Kernel crash on nd6_dad_timer.
Nov 1 2023, 8:25 AM

Oct 9 2023

steven_chen3_dell.com updated the summary of D42125: Temporarily allowing the use of recursive lock before resolving the softclock timer issue..
Oct 9 2023, 6:55 AM

Oct 8 2023

steven_chen3_dell.com retitled D42125: Temporarily allowing the use of recursive lock before resolving the softclock timer issue. from Temporarily allowing the use of recursive lock before resolve the softclock timer issue. to Temporarily allowing the use of recursive lock before resolving the softclock timer issue..
Oct 8 2023, 7:57 AM
steven_chen3_dell.com requested review of D42125: Temporarily allowing the use of recursive lock before resolving the softclock timer issue..
Oct 8 2023, 7:56 AM

Oct 7 2023

steven_chen3_dell.com added a comment to D41824: filter the duplicated route add.

@zlei
There are two same default route tables in my system , and both default route tables only have "Flags" difference(one is UG, another is UGS).
The kernel self cannot guarantee that routes will not be added repeatedly, maybe dhcp client or other user application add the same route entry.

Oct 7 2023, 7:30 AM

Sep 15 2023

steven_chen3_dell.com abandoned D41820: the macro name(NETLINK_GENERIC ) of generic netlink family is conflicted with the old name defined in if_mib.h.

D41842 is accepted, so abandon it.

Sep 15 2023, 2:43 AM
steven_chen3_dell.com added a comment to D41820: the macro name(NETLINK_GENERIC ) of generic netlink family is conflicted with the old name defined in if_mib.h.

D41842 is accepted , so please ignore it.

Sep 15 2023, 2:32 AM

Sep 14 2023

steven_chen3_dell.com retitled D41854: support ifmedia ioctl syscall for linux application from support linux application to use freebsd ifmedia ioctl syscall to support ifmedia ioctl syscall for linux application.
Sep 14 2023, 5:25 AM
steven_chen3_dell.com requested review of D41854: support ifmedia ioctl syscall for linux application.
Sep 14 2023, 3:19 AM
steven_chen3_dell.com removed 1 blocking reviewer(s) for D41842: the netlink macro NETLINK_GENERIC is conflicted with the old name defined in if_mib.h: melifaro.
Sep 14 2023, 2:51 AM
steven_chen3_dell.com added a comment to D41842: the netlink macro NETLINK_GENERIC is conflicted with the old name defined in if_mib.h.

select this commit or https://reviews.freebsd.org/D41820

Sep 14 2023, 2:03 AM

Sep 13 2023

steven_chen3_dell.com requested review of D41842: the netlink macro NETLINK_GENERIC is conflicted with the old name defined in if_mib.h.
Sep 13 2023, 10:46 AM
steven_chen3_dell.com updated the summary of D41824: filter the duplicated route add.
Sep 13 2023, 9:27 AM
steven_chen3_dell.com updated the summary of D41824: filter the duplicated route add.
Sep 13 2023, 8:47 AM
steven_chen3_dell.com updated the diff for D41824: filter the duplicated route add.
Sep 13 2023, 8:31 AM

Sep 12 2023

steven_chen3_dell.com updated the summary of D41824: filter the duplicated route add.
Sep 12 2023, 12:03 PM
steven_chen3_dell.com requested review of D41824: filter the duplicated route add.
Sep 12 2023, 11:56 AM
steven_chen3_dell.com requested review of D41820: the macro name(NETLINK_GENERIC ) of generic netlink family is conflicted with the old name defined in if_mib.h.
Sep 12 2023, 3:06 AM