ZhenbangYou

Results 5 issues of ZhenbangYou

After local test, I find that the original implementation of gcn (gcn.py) has some bugs. I fix them in a new python file called "gcn_modified.py" within the same fold, leaving...

I found when I used both flags in `io_uring_queue_init`, it would fail. However, I didn't find related info in the man page of either `io_uring_queue_init` or `io_uring_setup`. Is this an...

The man page of `io_uring_setup` still didn't have it.

I met the same issue as #1056 (mixed liburing versions installed). But since `make uninstall` is not supported, I had to manually find libraries and delete them.

enhancement
help wanted

This can be implemented by a thin wrapper of `io_uring_prep_openat`, but it will be better to have this wrapper since `open` is frequently used.