ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
prabhakarlad has quit [Quit: Client closed]
apritzel has quit [Ping timeout: 256 seconds]
mripard has quit [Ping timeout: 255 seconds]
mripard has joined #armlinux
heat has quit [Ping timeout: 260 seconds]
jclsn has quit [Ping timeout: 256 seconds]
jclsn has joined #armlinux
CounterPillow has joined #armlinux
cbeznea_ has joined #armlinux
rbatty has joined #armlinux
rbatty has quit [Quit: rbatty]
gclement has joined #armlinux
sakman has quit [Quit: Leaving]
gclement has quit [Client Quit]
sakman has joined #armlinux
monstr has joined #armlinux
gclement has joined #armlinux
apritzel has joined #armlinux
apritzel has quit [Ping timeout: 255 seconds]
iivanov has quit [Remote host closed the connection]
iivanov has joined #armlinux
frieder has joined #armlinux
gclement has quit [Quit: Leaving.]
gclement has joined #armlinux
gclement has quit [Remote host closed the connection]
headless has joined #armlinux
sszy has joined #armlinux
sudeepholla has quit [Ping timeout: 264 seconds]
sudeepholla has joined #armlinux
gclement has joined #armlinux
elastic_dog has quit [Ping timeout: 260 seconds]
commodo has joined #armlinux
prabhakar has quit [Ping timeout: 252 seconds]
elastic_dog has joined #armlinux
prabhakarlad has joined #armlinux
prabhakar has joined #armlinux
headless has quit [Quit: Konversation terminated!]
nsaenz has quit [Remote host closed the connection]
apritzel has joined #armlinux
nsaenz has joined #armlinux
nsaenz has quit [Ping timeout: 256 seconds]
psydroid2 has joined #armlinux
rvalue has quit [Ping timeout: 255 seconds]
nsaenz has joined #armlinux
nsaenz has quit [Remote host closed the connection]
nsaenz has joined #armlinux
nsaenz has quit [Remote host closed the connection]
nsaenz has joined #armlinux
heat has joined #armlinux
unixsmurf has quit [Read error: Connection reset by peer]
jkridner has quit [Ping timeout: 245 seconds]
drewfustini has quit [Ping timeout: 252 seconds]
AlexM_ has quit [Ping timeout: 260 seconds]
robclark has quit [Ping timeout: 246 seconds]
jkridner has joined #armlinux
AlexM_ has joined #armlinux
robclark has joined #armlinux
unixsmurf has joined #armlinux
drewfustini has joined #armlinux
iivanov has quit [Remote host closed the connection]
prabhakarlad has quit [Quit: Client closed]
rvalue has joined #armlinux
iivanov has joined #armlinux
nsaenz_ has joined #armlinux
nsaenz has quit [Ping timeout: 256 seconds]
deathcamel57 has joined #armlinux
<deathcamel57> How would I go about diagnosing a kernel panic in `/init`? I'm getting `Unhandled fault: imprecise external abort (0x1c06) at 0x00218700` ... `Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007`. Starting the kernel with `init=/bin/sh` yields the same error (likely because `/init` is linked to busybox, and so is `/bin/sh`.
prabhakarlad has joined #armlinux
deathcamel57 has quit [Read error: Connection reset by peer]
monstr has quit [Ping timeout: 252 seconds]
deathcamel57 has joined #armlinux
nsaenz_ has quit [Remote host closed the connection]
<ardb> deathcamel57: 'imprecise' means that the reported address is approximate
<ardb> and so the issue is not actually in /init but in the kernel
<ardb> most likely some driver poking into physical address space that is not connected to anything, or the device in question is turned off (i.e., not decoding the accesses)
monstr has joined #armlinux
<ardb> this particular issue tends to occur also with flaky PCIe blocks that do not deal with error conditions on the PCIe link correctly, and just forward it to the CPU as a fatal exception
<ardb> which platform is this?
<deathcamel57> This is a niche SoC, which I'm currently working on porting mainline to.
deathcamel57 has quit [Read error: Connection reset by peer]
deathcamel57 has joined #armlinux
nashpa has quit [Ping timeout: 264 seconds]
dliviu has joined #armlinux
commodo has quit [Ping timeout: 256 seconds]
nsaenz has joined #armlinux
<robmur01> yeah, external abort usually means a driver's trying to access something which isn't there, or is powered off. Is it loading modules and probing drivers at that point?
<robmur01> I'd also try seeing if the "clk_ignore_unused" and "pd_ignore_unused" arguments make any difference
<deathcamel57> Are those device tree arguments for the nodes?
<deathcamel57> Nevermind, figured out it's a bootarg
<robmur01> although if it's happening while the PC is in userspace, it could also potentially be something like describing the RAM layout wrong
<deathcamel57> I appreciate it so much! I'm getting some other issues now. I'll look into them myself and if I get stuck, I'll swing back around.
<robmur01> beware vendor BSPs which describe too much memory but then boot with "mem=..." to constrain it to the real amount ;)
<deathcamel57> I'll keep that in mind. The BSP for this device is Linux 3.0, so I thought I'd get mainline working on it and maybe upstream.
<Xogium> hoooooly crap that is old
<deathcamel57> Yep
<deathcamel57> U-Boot is 2010.06, but I have mainline for that *mostly* working so far
<Xogium> oof
nsaenz_ has joined #armlinux
commodo has joined #armlinux
gclement has quit [Ping timeout: 255 seconds]
nsaenz has quit [Ping timeout: 252 seconds]
nsaenz_ has quit [Remote host closed the connection]
gclement has joined #armlinux
nsaenz has joined #armlinux
heat has quit [Remote host closed the connection]
heat has joined #armlinux
monstr has quit [Remote host closed the connection]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
headless has joined #armlinux
nsaenz_ has joined #armlinux
nsaenz has quit [Ping timeout: 256 seconds]
prabhakarlad has quit [Quit: Client closed]
amitk has joined #armlinux
headless has quit [Ping timeout: 260 seconds]
nsaenz_ has quit [Remote host closed the connection]
nsaenz has joined #armlinux
gclement has quit [Quit: Leaving.]
headless has joined #armlinux
frieder has quit [Remote host closed the connection]
heat has quit [Read error: Connection reset by peer]
heat has joined #armlinux
heat has quit [Read error: Connection reset by peer]
heat has joined #armlinux
heat has quit [Remote host closed the connection]
heat has joined #armlinux
apritzel has quit [Ping timeout: 255 seconds]
commodo has quit [Ping timeout: 255 seconds]
<ardb> robher: i suppose you might be as tired as i am of dealing with the payload people, but please chime in if i am not making sense
amitk has quit [Ping timeout: 252 seconds]
apritzel has joined #armlinux
apritzel has quit [Ping timeout: 264 seconds]
amitk has joined #armlinux
iivanov has quit [Quit: Leaving]
dlezcano has quit [Ping timeout: 256 seconds]
dlezcano has joined #armlinux
nsaenz_ has joined #armlinux
nsaenz has quit [Ping timeout: 276 seconds]
nsaenz_ has quit [Ping timeout: 246 seconds]
apritzel has joined #armlinux
prabhakarlad has joined #armlinux
amitk has quit [Ping timeout: 256 seconds]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
cbeznea_ has quit [Ping timeout: 252 seconds]
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #armlinux
headless has quit [Ping timeout: 252 seconds]
prabhakarlad has quit [Quit: Client closed]
zkrx has quit []
zkrx has joined #armlinux
zkrx has quit [Client Quit]
heat_ has joined #armlinux
heat has quit [Read error: Connection reset by peer]
zkrx has joined #armlinux
heat has joined #armlinux
heat_ has quit [Ping timeout: 256 seconds]
heat has quit [Remote host closed the connection]
heat has joined #armlinux
prabhakarlad has joined #armlinux
_whitelogger has quit [Remote host closed the connection]
_whitelogger_ has joined #armlinux
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
prabhakarlad has quit [Quit: Client closed]