linux
linux copied to clipboard
Helpful resources for users & developers of Linux kernel for ARC
To run SPEC2017 test suite, you should build spec tools first. specmake is one of those tools built. But it is executed with errors, so we can not use it....
538.imagick_r test fails and calls stack trace. **How to reproduce this build:** https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/wiki/SPEC2017#how-to-run-prebuilt-spec **Config file used:** [arc.cfg.txt](https://github.com/foss-for-synopsys-dwc-arc-processors/linux/files/4551095/arc.cfg.txt) [Delte .txt extension before usage] **Test output:** see below or in the file:...
507.cactuBSSN_r fails and calls stack trace. **How to reproduce this build:** https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/wiki/SPEC2017#how-to-run-prebuilt-spec **Config file used:** [arc.cfg.txt](https://github.com/foss-for-synopsys-dwc-arc-processors/linux/files/4551095/arc.cfg.txt) [Delte .txt extension before usage] **Test output:** see in the file or 50 last...
521.wrf_r test fails and calls stack trace. **How to reproduce this build:** https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/wiki/SPEC2017#how-to-run-prebuilt-spec **Config file used:** [arc.cfg.txt](https://github.com/foss-for-synopsys-dwc-arc-processors/linux/files/4551095/arc.cfg.txt) [Delte .txt extension before usage] **Test output:** see in the file or 70...
The simplest example - load uImage and .dtb from TFTP server. uImage gets loaded perfectly fine while .dtb transfer doesn't even start: ``` ******************************** ** Synopsys, Inc. ** ** ARC...
LTP (version 20190517) test 'msgstress04' often hangs on HSDK and HAPS. Examples: HSDK - glibc, gcc 8.3.0, binutils 2.31.1 - [ltp.target.log.txt](https://github.com/foss-for-synopsys-dwc-arc-processors/linux/files/3430809/ltp.target.log.txt) HAPS - uclibc, gcc arc-2019.03-rc1, binutils arc-2019.03-rc1 - [haps.ltp.target.log](https://github.com/foss-for-synopsys-dwc-arc-processors/linux/files/3430840/haps.ltp.target.log)...
After switching to ATLD atomics we see occasional hangs while the Linux boots. The last message that is seen on the console is: `Advanced Linux Sound Architecture Driver Initialized.` The...
Sometimes when sending commands to Linux over SSH from Python scripts, `sshd` process on Linux crashes with "Invalid Read" message. Minimal Python example: ```py from fabric import Connection connection =...
Using Linux branch abrodkin-arc64-5.15.y, updated to Linux 5.15.127. Built with arc-2023.09 buildroot, using 2023.09 toolchain with latest patches. Linux running in SMP mode. I can observe crash in tcp_check_space, when...