Jianshen Liu

Results 7 issues of Jianshen Liu

make ARCH=arm CROSS_COMPILE= -C /lib/modules/4.5.0-00185-g3bb556b/build M=/home/nano/Desktop/rtl8723bu modules make[1]: Entering directory '/root/de10_nano/linux-socfpga' Building modules, stage 2. MODPOST 1 modules WARNING: "register_netdevice" [/home/nano/Desktop/rtl8723bu/8723bu.ko] undefined! WARNING: "system_wq" [/home/nano/Desktop/rtl8723bu/8723bu.ko] undefined! WARNING: "kmalloc_caches" [/home/nano/Desktop/rtl8723bu/8723bu.ko] undefined!...

**Describe the pull request** - #### What does your PR fix? Restrict the port to allow static build only, because building the shared library depends on the static library. -...

category:port-bug
requires:author-response

This flag fails on some ARM platforms including the Apple M1 ([1](https://github.com/DMOJ/judge-server/issues/303), [2](https://stackoverflow.com/questions/65966969/why-does-march-native-not-work-on-apple-m1)). We may be able to check whether it is supported by using `clang -march=native -cx /dev/null` ([1](https://stackoverflow.com/questions/52557417/how-to-check-support-compile-flag-in-autoconf-for-clang),...

enhancement

I see the following messages raised when include-what-you-use is running during cmake build: ``` warning: optimization flag '-fno-fat-lto-objects' is not supported error: unknown warning option '-Wduplicated-cond' [-Werror,-Wunknown-warning-option] error: unknown warning...

bug

When installing libraries, vcpkg raises this error: ``` Environment variable VCPKG_FORCE_SYSTEM_BINARIES must be set on arm, s390x, and ppc64le platforms. ``` Ref: https://github.com/microsoft/vcpkg-tool/blob/2022-02-11/src/vcpkg.cpp#L61 Originally, I was hoping to use the...

bug

Hi, [Pyben-nio](https://github.com/ljishen/pyben-nio/) is a network benchmark tool with customized read workload support. You can use it to evaluate the overhead of the placement of some filtering function, e.g. filtering the...

**Describe the pull request** Add the support for bitar, a C++ library to simplify accessing hardware compression/decompression accelerators. - #### Which triplets are supported/not supported? Have you updated the [CI...

category:new-port