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
ellyq has quit []
lain6141__ has quit [Read error: Connection reset by peer]
lain6141__ has joined #armlinux
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #armlinux
heat_ has joined #armlinux
heat has quit [Read error: Connection reset by peer]
jn has quit [Ping timeout: 252 seconds]
jn has joined #armlinux
jn has joined #armlinux
heat_ has quit [Read error: Connection reset by peer]
heat_ has joined #armlinux
nsaenz has joined #armlinux
nsaenz has quit [Ping timeout: 260 seconds]
mvaittin has joined #armlinux
heat_ has quit [Read error: Connection reset by peer]
heat_ has joined #armlinux
Artea has quit [Remote host closed the connection]
monstr has joined #armlinux
gclement has joined #armlinux
frieder has joined #armlinux
apritzel has joined #armlinux
apritzel has quit [Ping timeout: 246 seconds]
siak has joined #armlinux
cbeznea has joined #armlinux
nsaenz has joined #armlinux
SystemError has quit [Remote host closed the connection]
nsaenz has quit [Ping timeout: 252 seconds]
SystemError has joined #armlinux
sszy has joined #armlinux
tomba has joined #armlinux
tomba has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in]
tomba has joined #armlinux
nathanchance has quit [Ping timeout: 260 seconds]
manospitsid has quit [Ping timeout: 260 seconds]
Xogium has quit [Ping timeout: 260 seconds]
nathanchance has joined #armlinux
broonie has quit [Ping timeout: 260 seconds]
steev has quit [Ping timeout: 260 seconds]
manospitsid has joined #armlinux
jclsn has quit [Ping timeout: 260 seconds]
macromorgan has quit [Ping timeout: 260 seconds]
sally has quit [Ping timeout: 260 seconds]
mturquette has quit [Ping timeout: 260 seconds]
tleb has quit [Ping timeout: 260 seconds]
d4ve has quit [Ping timeout: 260 seconds]
Lucanis has quit [Ping timeout: 260 seconds]
linusw__ has quit [Ping timeout: 260 seconds]
dougg3 has quit [Ping timeout: 260 seconds]
macromorgan has joined #armlinux
Xogium has joined #armlinux
Lucanis has joined #armlinux
broonie has joined #armlinux
steev has joined #armlinux
jclsn has joined #armlinux
mturquette has joined #armlinux
linusw__ has joined #armlinux
dougg3 has joined #armlinux
d4ve has joined #armlinux
tleb has joined #armlinux
headless has joined #armlinux
matthias_bgg has joined #armlinux
nsaenz has joined #armlinux
nsaenz has quit [Remote host closed the connection]
nsaenz has joined #armlinux
biju has joined #armlinux
Artea has joined #armlinux
apritzel has joined #armlinux
LeSpocky has joined #armlinux
<LeSpocky>
hello
lain6141__ has quit [Read error: Connection reset by peer]
mrkajetanp has joined #armlinux
lain6141__ has joined #armlinux
sudeepholla_ has joined #armlinux
fvincenzo has joined #armlinux
headless has quit [Quit: Konversation terminated!]
mvaittin has quit [Ping timeout: 246 seconds]
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
mrkajetanp has quit [Ping timeout: 255 seconds]
mrkajetanp has joined #armlinux
mvaittin has joined #armlinux
mrkajetanp has quit [Ping timeout: 248 seconds]
mvaittin has quit [Ping timeout: 246 seconds]
nsaenz has quit [Remote host closed the connection]
nsaenz has joined #armlinux
HerbY_NL has joined #armlinux
HerbY_NL has quit [Ping timeout: 260 seconds]
<arnd>
PSA: There seem to still be problems with patchwork automatically sending emails and marking pull requests as merged when they are in the soc tree, so my normal process is not as reliable as normal. I have just completed a pass through all pull requests sent to soc@kernel.org, so everything should be merged in theory, but there is a good chance that I've missed something and will have to double-check everything later
mrkajetanp has joined #armlinux
<arnd>
geertu krzk linusw__ shawnguo mmind00 sudeepholla tagr khilman and others: please let me know if I missed something
heat_ has quit [Remote host closed the connection]
heat_ has joined #armlinux
HerbY_NL has joined #armlinux
fvincenzo has quit [Ping timeout: 260 seconds]
<mmind00>
arnd: I found all my pull requests (1 for 6.11, 3 for 6.12) in the soc tree, so all good from my side :-) ... thanks
<krzk>
arnd: I think my pull 3/3 was not pulled - [GIT PULL 3/3] ARM: samsung: soc/mach for v6.12 - 20240827121638.29707-3-krzysztof.kozlowski@linaro.org
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<arnd>
pulled both the at91 and samsung soc branches now, thanks for checking!
<tomba>
I can't seem to reboot if there has been a BUG or crash. The reboot process gets to "Requesting system reboot" and then the board freezes, and I need a HW reset/power cycle. Is this expected or something wrong with my boards, kernel config or maybe the bootloader? I can see this on multiple different platforms.
<arnd>
tomba: I think it depends on what the specific BUG() was: the process in question gets killed immediately, so any locks it still holds won't ever be released. If the code leading up to the BUG() held any locks that are required for something that needs to complete before reboot, it will deadlock
<javierm>
tomba: I've seen that too. But IIRC reboot -f worked, so I wonder if it has something to do with systemd
<javierm>
arnd: ah, that is a good explanation
heat_ is now known as heat
<tomba>
javierm: reboot -f doesn't help in my case (at least this particular one)
<tomba>
arnd: right... perhaps if the crash happens during module load or remove, there are some system level locks held and it will guarantee a deadlock.
<tomba>
it's just pretty annoying. some boards don't have any reset button, and in some cases even the power cable is somewhat difficult to disconnect and connect back again =)
<biju>
tomba: is there any watchdog reset signal for system reset? then you can use that as well.
<arnd>
there are also command line options to force a panic, e.g. "oops=panic panic=30" to make the system reboot 30 seconds after an BUG()
<arnd>
(provided the timer interrupt doesn't already hang at that point)
mrkajetanp has joined #armlinux
<tomba>
the system seems to work fine. nfsroot works, I can even load new modules which probe fine.
<tomba>
hmm, if it's a deadlock related to devices, I'd assume loading a new module would freeze too
fvincenzo has joined #armlinux
mvaittin has joined #armlinux
mvaittin has quit [Ping timeout: 255 seconds]
lain6141__ has quit [Read error: Connection reset by peer]
lain6141__ has joined #armlinux
luispm has quit [Ping timeout: 248 seconds]
luispm has joined #armlinux
sudeepholla has quit [Ping timeout: 248 seconds]
siakc has joined #armlinux
siak has quit [Ping timeout: 276 seconds]
mrkajetanp has quit [Ping timeout: 252 seconds]
mrkajetanp has joined #armlinux
Lucanis has quit [Read error: Connection reset by peer]
luispm has quit [Ping timeout: 260 seconds]
luispm has joined #armlinux
headless has joined #armlinux
mrkajetanp has quit [Ping timeout: 246 seconds]
siakc has quit [Quit: No Ping reply in 180 seconds.]
mrkajetanp has joined #armlinux
siak has joined #armlinux
headless has quit [Quit: Konversation terminated!]