]> git.feebdaed.xyz Git - 0xmirror/f-stack.git/log
0xmirror/f-stack.git
8 days agoFix a typo of ff_api.symlist. dev
fengbojiang [Fri, 19 Dec 2025 11:45:37 +0000 (19:45 +0800)]
Fix a typo of ff_api.symlist.

8 days agoMerge pull request #1034 from WK-Tseng/fix_vmxnet3_rss_key_len_error
johnjiang [Fri, 19 Dec 2025 11:42:55 +0000 (19:42 +0800)]
Merge pull request #1034 from WK-Tseng/fix_vmxnet3_rss_key_len_error

net: vmxnet3: Fix incorrect rss_key_len in RSS mode

2 weeks agonet: vmxnet3: Fix incorrect rss_key_len in RSS mode
WK-Tseng [Wed, 10 Dec 2025 16:13:33 +0000 (00:13 +0800)]
net: vmxnet3: Fix incorrect rss_key_len in RSS mode

6 weeks agoMerge pull request #1029 from jinliu777/dispatcher_context
johnjiang [Fri, 14 Nov 2025 12:37:13 +0000 (20:37 +0800)]
Merge pull request #1029 from jinliu777/dispatcher_context

Add enhanced packet dispatcher API with VLAN context support

6 weeks agoMerge pull request #1030 from liujinhui-job/dev
johnjiang [Fri, 14 Nov 2025 12:35:55 +0000 (20:35 +0800)]
Merge pull request #1030 from liujinhui-job/dev

fix some sendmsg and recvmsg issue

6 weeks agoMerge pull request #1028 from liujinhui-job/fix_setsockopt_issue
johnjiang [Fri, 14 Nov 2025 12:32:56 +0000 (20:32 +0800)]
Merge pull request #1028 from liujinhui-job/fix_setsockopt_issue

fix setsockopt issue

6 weeks agoUpdate ff_hook_syscall.c
liujinhui-job [Fri, 14 Nov 2025 01:39:14 +0000 (09:39 +0800)]
Update ff_hook_syscall.c

6 weeks agoadd an API ff_regist_packet_dispatcher_context that allows to pass more context to...
jinliu777 [Tue, 11 Nov 2025 13:47:01 +0000 (21:47 +0800)]
add an API ff_regist_packet_dispatcher_context that allows to pass more context to callback

6 weeks agoUpdate ff_hook_syscall.c
liujinhui-job [Tue, 11 Nov 2025 06:10:30 +0000 (14:10 +0800)]
Update ff_hook_syscall.c

7 weeks agoUpdate F-Stack Roadmap.
fengbojiang [Wed, 5 Nov 2025 05:20:33 +0000 (13:20 +0800)]
Update F-Stack Roadmap.

7 weeks agoUpdate 1.25 release note.
fengbojiang [Tue, 4 Nov 2025 10:42:38 +0000 (18:42 +0800)]
Update 1.25 release note.

7 weeks agoUpdate version to 1.25.
fengbojiang [Tue, 4 Nov 2025 10:41:23 +0000 (18:41 +0800)]
Update version to 1.25.

7 weeks agoAdd some cleanup action, however, it is incomplete.
fengbojiang [Tue, 4 Nov 2025 04:42:15 +0000 (12:42 +0800)]
Add some cleanup action, however, it is incomplete.

7 weeks agoModify some ff_log code.
fengbojiang [Tue, 4 Nov 2025 04:39:06 +0000 (12:39 +0800)]
Modify some ff_log code.

7 weeks agoRemvoe app/nginx-1.25.2, upgraded to Nginx-1.28.0.
fengbojiang [Mon, 3 Nov 2025 10:37:34 +0000 (18:37 +0800)]
Remvoe app/nginx-1.25.2, upgraded to Nginx-1.28.0.

7 weeks agoUpgrade LICENSE of Nginx.
fengbojiang [Mon, 3 Nov 2025 09:31:05 +0000 (17:31 +0800)]
Upgrade LICENSE of Nginx.

7 weeks agoRemove an extra line of document description.
fengbojiang [Mon, 3 Nov 2025 04:12:53 +0000 (12:12 +0800)]
Remove an extra line of document description.

7 weeks agoRemove the relevant content for rte_kni.ko from the documentation.
fengbojiang [Mon, 3 Nov 2025 04:04:23 +0000 (12:04 +0800)]
Remove the relevant content for rte_kni.ko from the documentation.

7 weeks agoRemove the code for rte_kni.ko, only retain virtio.
fengbojiang [Mon, 3 Nov 2025 03:50:05 +0000 (11:50 +0800)]
Remove the code for rte_kni.ko, only retain virtio.

8 weeks agoSync DPDK's modifies.
root [Fri, 31 Oct 2025 13:55:42 +0000 (13:55 +0000)]
Sync DPDK's modifies.

1. igb_uio.
2. mlx5 drivers.
3. i40e drivers.
4. Freebsd-13.1.
5. sync dts/poetry.lock

8 weeks agoDPDK: Upgrad to 23.11.5.
root [Fri, 31 Oct 2025 13:46:24 +0000 (13:46 +0000)]
DPDK: Upgrad to 23.11.5.

8 weeks agoFull support for ff log file.
fengbojiang [Fri, 31 Oct 2025 08:34:24 +0000 (16:34 +0800)]
Full support for ff log file.

1. You can enable ff log file in config.ini.
2. These log will write to the specified log file:
  2.1 DPDK log after rte_eal_init.
  2.2 F-Stack lib log after ff_load_config.
  2.3 F-Stack FreeBSD log, include printf()/vlog(), and
  log() also modify from syslog(/var/log/message) to log file.
3. APP can use ff_log API set its own log file to instead
the default/config.ini's log file.

8 weeks agoFix a build error of kni.
fengbojiang [Thu, 30 Oct 2025 08:55:44 +0000 (16:55 +0800)]
Fix a build error of kni.

8 weeks agoAdd ff_log mod, that encapsulates some interfaces of the rte_log module.
fengbojiang [Thu, 30 Oct 2025 06:48:24 +0000 (14:48 +0800)]
Add ff_log mod, that encapsulates some interfaces of the rte_log module.

8 weeks agoFix some compilation errors of zero copy.
fengbojiang [Thu, 30 Oct 2025 04:01:40 +0000 (12:01 +0800)]
Fix some compilation errors of zero copy.

8 weeks agoAdded the -Wextra compilation option and fixed compilation errors.
fengbojiang [Wed, 29 Oct 2025 11:58:45 +0000 (19:58 +0800)]
Added the -Wextra compilation option and fixed compilation errors.

8 weeks agoModify some error log.
fengbojiang [Tue, 28 Oct 2025 08:03:11 +0000 (16:03 +0800)]
Modify some error log.

8 weeks agoRemove unused file.
fengbojiang [Tue, 28 Oct 2025 03:47:26 +0000 (11:47 +0800)]
Remove unused file.

8 weeks agoAdd a ff_rss_tbl_init log.
fengbojiang [Tue, 28 Oct 2025 03:00:47 +0000 (11:00 +0800)]
Add a ff_rss_tbl_init log.

2 months agoModify net.inet.ip.portrange.randomtime from 45 to 0.
fengbojiang [Mon, 27 Oct 2025 12:52:03 +0000 (20:52 +0800)]
Modify net.inet.ip.portrange.randomtime from 45 to 0.

So it always do random while connect to remote server.
In some scenarios of F-Stack application, the performance can be improved to a certain extent, ablout 5%.

2 months agoModify some freebsd tcp stack argument(maxtcptw, finwait2_timeout), to improve test...
fengbojiang [Mon, 27 Oct 2025 09:00:35 +0000 (17:00 +0800)]
Modify some freebsd tcp stack argument(maxtcptw, finwait2_timeout), to improve test performance, and adjust the value according to actual needs when APP using it.

net.inet.tcp.finwait2_timeout=5000
net.inet.tcp.maxtcptw=128

2 months agoFix the issue that reta_size hasn't init while ff_rss_tbl_init() call ff_rss_check().
fengbojiang [Mon, 27 Oct 2025 08:58:56 +0000 (16:58 +0800)]
Fix the issue that reta_size hasn't init while ff_rss_tbl_init() call ff_rss_check().

2 months agoFix an ff_rss_tbl_init issue for single process, has no impact.
fengbojiang [Fri, 24 Oct 2025 13:46:27 +0000 (21:46 +0800)]
Fix an ff_rss_tbl_init issue for single process, has no impact.

TODO: Optimize the performance of the function in_pcblookup_local().

2 months agoAdd the feature fo ff_rss_check table to improve the performance of ff_rss_check().
fengbojiang [Fri, 24 Oct 2025 09:37:45 +0000 (17:37 +0800)]
Add the feature fo ff_rss_check table to improve the performance of ff_rss_check().

More info see "rss_check" section in config.ini.

2 months agoFixed a crash issue of kni_stat in secondary proc.
fengbojiang [Thu, 23 Oct 2025 07:45:37 +0000 (15:45 +0800)]
Fixed a crash issue of kni_stat in secondary proc.

2 months agoMerge pull request #1022 from KIMDONGYEON00/dev
johnjiang [Tue, 21 Oct 2025 12:27:23 +0000 (20:27 +0800)]
Merge pull request #1022 from KIMDONGYEON00/dev

Fix Redis Lua security vulnerabilities (CVE-2024-31449, CVE-2025-29844, CVE-2025-46817, CVE-2025-46819)

2 months agoFix Lua Integer Overflow (CVE-2025-46817)
KIMDONGYEON00 [Mon, 20 Oct 2025 11:08:47 +0000 (20:08 +0900)]
Fix Lua Integer Overflow (CVE-2025-46817)

2 months agoFix Lua Integer Overflow (CVE-2025-46817)
KIMDONGYEON00 [Mon, 20 Oct 2025 11:08:12 +0000 (20:08 +0900)]
Fix Lua Integer Overflow (CVE-2025-46817)

2 months agoFix Lua (CVE-2025-46819)
KIMDONGYEON00 [Mon, 20 Oct 2025 11:06:26 +0000 (20:06 +0900)]
Fix Lua (CVE-2025-46819)

2 months agoFix lua bit.tohex (CVE-2024-31449)
KIMDONGYEON00 [Tue, 14 Oct 2025 05:00:10 +0000 (14:00 +0900)]
Fix lua bit.tohex (CVE-2024-31449)

Fix lua bit.tohex (CVE-2024-31449)

2 months agoFix lua UAF (CVE-2025-49844)
KIMDONGYEON00 [Tue, 14 Oct 2025 04:43:18 +0000 (13:43 +0900)]
Fix lua UAF (CVE-2025-49844)

Fix lua UAF bug (CVE-2025-49844 - Redishell)

2 months agoSupport bind no port like linux's IP_BIND_ADDRESS_NO_PORT.
fengbojiang [Fri, 25 Jul 2025 13:49:51 +0000 (21:49 +0800)]
Support bind no port like linux's IP_BIND_ADDRESS_NO_PORT.

If you want connect remote server use an specified ip, may be you will
use bind, but it won't run ff_rss_check, so the response pkts from
server may can't receive by original worker.

This commit will run ff_rss_check even if you use bind of a local addr,
and fixed this issue.

Note: If you use a vip as local addr, the vip must config in
nic f-stack-x(default value), but not nic lo.

2 months agosupport DPDK-23.11.
fengbojiang [Sun, 28 Sep 2025 12:53:11 +0000 (20:53 +0800)]
support DPDK-23.11.

2 months agoAdd inner IP and port-based flow steering capabilities for the IPIP protocol.
hirowang [Mon, 25 Aug 2025 13:08:48 +0000 (21:08 +0800)]
Add inner IP and port-based flow steering capabilities for the IPIP protocol.

3 months agofix ff toos issue for mlx5 drivers.
fengbojiang [Fri, 26 Sep 2025 13:19:59 +0000 (21:19 +0800)]
fix ff toos issue for mlx5 drivers.

3 months agoff_traffic support rx_dropped and tx_dropped.
fengbojiang [Wed, 24 Sep 2025 07:58:18 +0000 (15:58 +0800)]
ff_traffic support rx_dropped and tx_dropped.

3 months agoRemove some useless code of kni.
fengbojiang [Tue, 23 Sep 2025 04:11:45 +0000 (12:11 +0800)]
Remove some useless code of kni.

3 months agoModify usleep to rte_delay_us_sleep.
fengbojiang [Wed, 17 Sep 2025 08:31:39 +0000 (16:31 +0800)]
Modify usleep to rte_delay_us_sleep.

The minimum timeout unit of epoll_wati in interrupt mode is 1ms, which is not applicable to F-Stack and is abandoned directly.

3 months agofix a build error of Nginx.
fengbojiang [Tue, 16 Sep 2025 10:13:33 +0000 (18:13 +0800)]
fix a build error of Nginx.

3 months agofix a build error.
fengbojiang [Tue, 16 Sep 2025 10:08:13 +0000 (18:08 +0800)]
fix a build error.

3 months agoMerge pull request #943 from wenchengji159357/dev
johnjiang [Tue, 16 Sep 2025 10:00:31 +0000 (18:00 +0800)]
Merge pull request #943 from wenchengji159357/dev

f-stack socket options

3 months agoupdate tools/compat/include/sys/*.h
fengbojiang [Mon, 15 Sep 2025 08:57:08 +0000 (16:57 +0800)]
update tools/compat/include/sys/*.h

4 months agof-stack supports the socket options IP_TRANSPARENT and IPV6_TRANSPARENT. Nginx does...
wenchengji [Tue, 26 Aug 2025 15:59:51 +0000 (15:59 +0000)]
f-stack supports the socket options IP_TRANSPARENT and IPV6_TRANSPARENT. Nginx does not require additional checks, and the translation for IPV6_PKTINFO has been added.

5 months agoMerge pull request #909 from jinliu777/adapt_nginx1.28.0
johnjiang [Fri, 25 Jul 2025 14:06:36 +0000 (22:06 +0800)]
Merge pull request #909 from jinliu777/adapt_nginx1.28.0

Port nginx-1.28.0 to F-Stack

5 months agoAdapt nginx-1.28.0 to f-stack
jinliu777 [Fri, 25 Jul 2025 07:10:52 +0000 (15:10 +0800)]
Adapt nginx-1.28.0 to f-stack

5 months agoInit nginx-1.28.0 from origin release
jinliu777 [Fri, 25 Jul 2025 07:01:10 +0000 (15:01 +0800)]
Init nginx-1.28.0 from origin release

5 months agoff_ipfw support ip_fw_pmod and tcpmod for tcp-setmss.
fengbojiang [Tue, 22 Jul 2025 03:56:04 +0000 (11:56 +0800)]
ff_ipfw support ip_fw_pmod and tcpmod for tcp-setmss.

5 months agoMerge pull request #904 from GiannisLi123/dev
johnjiang [Thu, 17 Jul 2025 11:34:39 +0000 (19:34 +0800)]
Merge pull request #904 from GiannisLi123/dev

修改real_if_indextoname返回值及类型转换

5 months ago修改real_if_indextoname返回值及类型转换
giannisli [Thu, 17 Jul 2025 08:58:30 +0000 (16:58 +0800)]
修改real_if_indextoname返回值及类型转换

6 months agoMerge pull request #902 from liujinhui-job/change_ff_config_pci_whitelist_to_allow
johnjiang [Wed, 18 Jun 2025 02:49:24 +0000 (10:49 +0800)]
Merge pull request #902 from liujinhui-job/change_ff_config_pci_whitelist_to_allow

Change ff config pci whitelist to allow

6 months agoMerge pull request #901 from liujinhui-job/fix-ff_hook_syscall.c-compile-error
johnjiang [Wed, 18 Jun 2025 02:48:58 +0000 (10:48 +0800)]
Merge pull request #901 from liujinhui-job/fix-ff_hook_syscall.c-compile-error

fix ff_hook_syscall.c compile error

6 months agoUpdate ff_config.c
liujinhui-job [Tue, 17 Jun 2025 15:09:30 +0000 (23:09 +0800)]
Update ff_config.c

now dpdk only support --allow

6 months agoUpdate ff_config.h
liujinhui-job [Tue, 17 Jun 2025 15:07:38 +0000 (23:07 +0800)]
Update ff_config.h

now dpdk only support allow

6 months agoUpdate ff_hook_syscall.c
liujinhui-job [Tue, 17 Jun 2025 14:49:24 +0000 (22:49 +0800)]
Update ff_hook_syscall.c

fix compile error

6 months agoMerge pull request #899 from liujinhui-job/add-select-support
johnjiang [Wed, 11 Jun 2025 04:30:28 +0000 (12:30 +0800)]
Merge pull request #899 from liujinhui-job/add-select-support

Add select interface support

6 months agoUpdate Makefile
liujinhui-job [Sun, 8 Jun 2025 16:04:01 +0000 (00:04 +0800)]
Update Makefile

6 months agoUpdate ff_sysproto.h
liujinhui-job [Sun, 8 Jun 2025 16:02:52 +0000 (00:02 +0800)]
Update ff_sysproto.h

6 months agoUpdate ff_socket_ops.h
liujinhui-job [Sun, 8 Jun 2025 15:59:53 +0000 (23:59 +0800)]
Update ff_socket_ops.h

6 months agoUpdate ff_socket_ops.c
liujinhui-job [Sun, 8 Jun 2025 15:59:15 +0000 (23:59 +0800)]
Update ff_socket_ops.c

6 months agoUpdate ff_linux_syscall.c
liujinhui-job [Sun, 8 Jun 2025 15:58:09 +0000 (23:58 +0800)]
Update ff_linux_syscall.c

6 months agoUpdate ff_hook_syscall.c
liujinhui-job [Sun, 8 Jun 2025 15:57:27 +0000 (23:57 +0800)]
Update ff_hook_syscall.c

6 months agoUpdate ff_declare_syscalls.h
liujinhui-job [Sun, 8 Jun 2025 15:51:50 +0000 (23:51 +0800)]
Update ff_declare_syscalls.h

7 months agoMerge pull request #887 from liujinhui-job/add-new-fork-implementation-method
johnjiang [Fri, 23 May 2025 03:52:48 +0000 (11:52 +0800)]
Merge pull request #887 from liujinhui-job/add-new-fork-implementation-method

add fork support, like linux kernel, every process has one freebsd struct thread

7 months agoMerge pull request #889 from qubitmarkets/dev.884
johnjiang [Fri, 23 May 2025 03:38:28 +0000 (11:38 +0800)]
Merge pull request #889 from qubitmarkets/dev.884

Build fix : Copy missing igb_uio.c to build dir

7 months agoMerge pull request #886 from liujinhui-job/add___recv_chk_function
johnjiang [Fri, 23 May 2025 03:19:58 +0000 (11:19 +0800)]
Merge pull request #886 from liujinhui-job/add___recv_chk_function

add __recv_chk/__read_chk/__recvfrom_chk

7 months agoBuild fix : Copy missing igb_uio.c to build dir
Richard Geary [Sat, 17 May 2025 10:19:33 +0000 (18:19 +0800)]
Build fix : Copy missing igb_uio.c to build dir

7 months agoadd fork support, like linux kernel, every process has one freebsd struct thread
liujinhui-job [Tue, 13 May 2025 15:36:35 +0000 (15:36 +0000)]
add fork support, like linux kernel, every process has one freebsd struct thread

7 months agoadd __recv_chk/__read_chk/__recvfrom_chk
liujinhui-job [Mon, 12 May 2025 15:25:23 +0000 (15:25 +0000)]
add __recv_chk/__read_chk/__recvfrom_chk

7 months agoFix a typo.
fengbojiang [Fri, 9 May 2025 12:10:37 +0000 (20:10 +0800)]
Fix a typo.

7 months agoAdd wiki and deepwiki link in README.
fengbojiang [Fri, 9 May 2025 12:08:44 +0000 (20:08 +0800)]
Add wiki and deepwiki link in README.

8 months agoMerge pull request #882 from Clcanny/dev
johnjiang [Wed, 23 Apr 2025 06:56:27 +0000 (14:56 +0800)]
Merge pull request #882 from Clcanny/dev

Add support for custom install prefix

8 months agoMerge branch 'dev' into dev
johnjiang [Wed, 23 Apr 2025 06:55:53 +0000 (14:55 +0800)]
Merge branch 'dev' into dev

8 months agoMerge pull request #878 from liujinhui-job/add-accept4-for-ld-preload-mode
johnjiang [Wed, 23 Apr 2025 06:52:06 +0000 (14:52 +0800)]
Merge pull request #878 from liujinhui-job/add-accept4-for-ld-preload-mode

add accept4 support, and LINUX_SOCK_CLOEXEC/LINUX_SOCK_NONBLOCK support for ff_socket

8 months agoMerge pull request #873 from liujinhui-job/fix-dev_info_hash_key_size_0_rss_config_error
johnjiang [Wed, 23 Apr 2025 06:49:56 +0000 (14:49 +0800)]
Merge pull request #873 from liujinhui-job/fix-dev_info_hash_key_size_0_rss_config_error

fix dev_info.hash_key_size is 0 init_port_start failed

8 months agoDisable RSS if hardware does not support it
Clcanny [Sun, 13 Apr 2025 06:04:35 +0000 (14:04 +0800)]
Disable RSS if hardware does not support it

8 months agoAdd support for custom install prefix
Clcanny [Fri, 11 Apr 2025 16:12:40 +0000 (00:12 +0800)]
Add support for custom install prefix

8 months agoUpdate ff_hook_syscall.c
liujinhui-job [Tue, 1 Apr 2025 03:04:26 +0000 (11:04 +0800)]
Update ff_hook_syscall.c

8 months agoadd accept4 support, and LINUX_SOCK_CLOEXEC/LINUX_SOCK_NONBLOCK support for ff_socket
liujinhui-job [Mon, 31 Mar 2025 09:48:27 +0000 (09:48 +0000)]
add accept4 support, and LINUX_SOCK_CLOEXEC/LINUX_SOCK_NONBLOCK support for ff_socket

9 months agofix dev_info.hash_key_size is 0 init_port_start failed
liujinhui-job [Thu, 27 Mar 2025 06:41:46 +0000 (06:41 +0000)]
fix dev_info.hash_key_size is 0 init_port_start failed

9 months agoMerge pull request #872 from liujinhui-job/fix-ff_hook_recvfrom-sh_fromlen-not-init...
johnjiang [Thu, 27 Mar 2025 04:26:57 +0000 (12:26 +0800)]
Merge pull request #872 from liujinhui-job/fix-ff_hook_recvfrom-sh_fromlen-not-init-error

ff_hook_recvfrom sh_fromlen not init by *fromlen

9 months agoMerge pull request #869 from liujinhui-job/add-epoll-polling-mode
johnjiang [Thu, 27 Mar 2025 04:24:14 +0000 (12:24 +0800)]
Merge pull request #869 from liujinhui-job/add-epoll-polling-mode

add epoll polling mode, improve latency performance in RTT mode

9 months agoMerge pull request #867 from liujinhui-job/add_loopback_support
johnjiang [Thu, 27 Mar 2025 03:10:45 +0000 (11:10 +0800)]
Merge pull request #867 from liujinhui-job/add_loopback_support

add tcp/udp loopback support, we can send packet through lo dev

9 months agoUpdate ff_socket_ops.c
liujinhui-job [Wed, 26 Mar 2025 09:12:50 +0000 (17:12 +0800)]
Update ff_socket_ops.c

not sould reset sem_flag

9 months agoMerge pull request #866 from liujinhui-job/fix-ldpreload-fcntl-convert
johnjiang [Wed, 26 Mar 2025 08:56:23 +0000 (16:56 +0800)]
Merge pull request #866 from liujinhui-job/fix-ldpreload-fcntl-convert

add ld_preload mode fcntl linux flags convert to freebsd

9 months agoff_hook_recvfrom sh_fromlen not init, ff_sys_recvfrom will return -1
liujinhui-job [Mon, 24 Mar 2025 10:59:14 +0000 (10:59 +0000)]
ff_hook_recvfrom sh_fromlen not init, ff_sys_recvfrom will return -1

9 months agoUpdate ff_socket_ops.c
liujinhu_llpt [Mon, 24 Mar 2025 08:26:50 +0000 (16:26 +0800)]
Update ff_socket_ops.c

chaneg sem_flag condition

9 months agoUpdate ff_hook_syscall.c
liujinhu_llpt [Mon, 24 Mar 2025 08:19:32 +0000 (16:19 +0800)]
Update ff_hook_syscall.c

change compile error

9 months agoadd epoll polling mode, improve latency performance in RTT mode
liujinhui-job [Wed, 19 Mar 2025 15:47:32 +0000 (15:47 +0000)]
add epoll polling mode, improve latency performance in RTT mode

9 months agoadd tcp/udp loopback support, we can send packet through lo dev
liujinhui-job [Tue, 18 Mar 2025 15:18:02 +0000 (15:18 +0000)]
add tcp/udp loopback support, we can send packet through lo dev

9 months agoUpdate ff_syscall_wrapper.c
liujinhu_llpt [Tue, 18 Mar 2025 07:25:03 +0000 (15:25 +0800)]
Update ff_syscall_wrapper.c