jor1k
jor1k copied to clipboard
kernel bug reproductible
Here is how to reproduce the bug:
mkdir hello
cd hello
mkdir one two
cd ..
rm -r hello
This produces a bug:
WARNING: CPU: 0 PID: 76 at fs/inode.c:273 0xc00d3c44()
Modules linked in:
CPU: 0 PID: 76 Comm: rm Tainted: G W 4.1.0-rc6-00213-gcb3a9bd-dirt$
Stack dump [0xc12efdb0]:
sp + 00: 0xc12efdb0
sp + 04: 0xc12efdd4
sp + 08: 0x00000000
sp + 12: 0xc00d3c44
...
related to https://github.com/s-macke/jor1k/issues/41 ?
let me cross reference this bug https://github.com/remisharrock/sysbuild/issues/3
Yes, this is the same bug as https://github.com/s-macke/jor1k/issues/41
Any advance on this bug ?
Yes, right now. https://github.com/s-macke/jor1k/commit/454784af39c51bbf409eeb7d10d504835431f679 Still have to fix another bug before I will put it online.