Mats Alritzson
Mats Alritzson
`defp prepare_clear_state() do {_, binding, env, scope} = :elixir.eval('import IEx.Helpers', []) %{execution_count: 1, binding: binding, env: env, scope: scope} end` I don't know what `:elixir.eval/2` is supposed to return as...
No, this is still happening: ``` [ 156.474627] can: controller area network core (rev 20170425 abi 9) [ 156.474726] NET: Registered protocol family 29 [ 156.484418] can: raw protocol (rev...
I'd be happy to help out debugging or providing more information to help you solve this issue.
Configuration file: [config.txt](https://github.com/msperl/linux-rpi/files/3206998/config.txt) File I use to set up interfaces: [ifup-canfd.txt](https://github.com/msperl/linux-rpi/files/3207005/ifup-canfd.txt) Output from /sys/kernel/debug/mcp25xxfd*/spi* as you requested: ``` root@signalserver-canfd:~# find /sys/kernel/debug/mcp25xxfd-spi0.0/ -name "spi_*" -exec echo "{}:" \; -exec cat "{}"...
From config.txt: ``` dtparam=i2c_arm=on dtparam=i2c_vc=on dtparam=spi=on dtoverlay=mcp2517fd-can0,oscillator=40000000,interrupt=25 dtoverlay=mcp2517fd-can1,oscillator=40000000,interrupt=05 ``` That can1 is tied to interrupt 05 seems a little bit odd, but it's according to instructions from SkPang. On the...
Please let me know if you're able to reproduce the error or if I could assist in isolating the bug further.
Thanks @jlanger, I will try to do the same when I figure out how to build the kernel.
I recompiled the kernel from commit cf733ff8b7a570f640169ab9fb577c65d4e7181f just before the TEF optimizations as just reverting the commits resulted in some compile errors that I didn't care to investigate. It looks...
@jlanger, it depends on what you mean when you say first or second commit, they're dated in the opposite order of when they're commited. :) I reverted only commit 65c507a82245721c5473c1875e3bfec1a36b29ec...
Even with the two TEF commits reverted I was able to reproduce the kernel panic.