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
apritzel has quit [Ping timeout: 258 seconds]
amitk has joined #armlinux
scosu has quit [*.net *.split]
macromorgan has quit [*.net *.split]
a3f has quit [*.net *.split]
geertu has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
xdarklight has quit [*.net *.split]
sven has quit [*.net *.split]
Patater has quit [*.net *.split]
vup has quit [*.net *.split]
xdarklight has joined #armlinux
vup has joined #armlinux
Fridtjof has joined #armlinux
a3f has joined #armlinux
scosu has joined #armlinux
Patater has joined #armlinux
sven has joined #armlinux
geertu has joined #armlinux
macromorgan has joined #armlinux
nsaenz has quit [*.net *.split]
tfiga has quit [*.net *.split]
khilman has quit [*.net *.split]
luisgpm has quit [*.net *.split]
elastic_dog has quit [*.net *.split]
dtor has quit [*.net *.split]
rfried has quit [*.net *.split]
sibis5 has quit [*.net *.split]
cmarinas has quit [*.net *.split]
rfried has joined #armlinux
khilman has joined #armlinux
elastic_dog has joined #armlinux
sibis5 has joined #armlinux
nsaenz has joined #armlinux
cmarinas has joined #armlinux
dtor has joined #armlinux
luisgpm has joined #armlinux
tfiga has joined #armlinux
elastic_dog has quit [Max SendQ exceeded]
shoragan[m] has quit [Ping timeout: 272 seconds]
psydroid has quit [Ping timeout: 252 seconds]
a3f has quit [Ping timeout: 272 seconds]
mvaittin has quit [Ping timeout: 272 seconds]
Emantor has quit [*.net *.split]
milkylainen_ has quit [*.net *.split]
Xogium has quit [*.net *.split]
robinp has quit [*.net *.split]
TheCoffeMaker has quit [*.net *.split]
sicelo has quit [*.net *.split]
kbingham_ has quit [*.net *.split]
gpiccoli has quit [*.net *.split]
roxell has quit [*.net *.split]
Xogium has joined #armlinux
milkylainen_ has joined #armlinux
roxell has joined #armlinux
kbingham_ has joined #armlinux
TheCoffeMaker has joined #armlinux
Emantor has joined #armlinux
gpiccoli has joined #armlinux
sicelo has joined #armlinux
robinp has joined #armlinux
ccaione has quit [*.net *.split]
dianders has quit [*.net *.split]
Crofton has quit [*.net *.split]
olofj has quit [*.net *.split]
pjw has quit [*.net *.split]
bencoh has quit [*.net *.split]
jn has quit [*.net *.split]
marex has quit [*.net *.split]
shenki has quit [*.net *.split]
j0hnny has quit [*.net *.split]
la_mettrie has quit [*.net *.split]
hauke has quit [*.net *.split]
marex has joined #armlinux
pjw has joined #armlinux
Crofton has joined #armlinux
ccaione has joined #armlinux
j0hnny has joined #armlinux
dianders has joined #armlinux
bencoh has joined #armlinux
hauke has joined #armlinux
la_mettrie has joined #armlinux
olofj has joined #armlinux
shenki has joined #armlinux
jn has joined #armlinux
elastic_dog has joined #armlinux
mripard has quit [*.net *.split]
kristo has quit [*.net *.split]
mwalle has quit [*.net *.split]
mripard has joined #armlinux
mwalle has joined #armlinux
kristo has joined #armlinux
Amanieu has quit [*.net *.split]
agraf has quit [*.net *.split]
softpaw has quit [*.net *.split]
neg has quit [*.net *.split]
iokill_ has quit [*.net *.split]
mrutland- has quit [*.net *.split]
abelloni has quit [*.net *.split]
jbru has quit [*.net *.split]
sboyd_ has quit [*.net *.split]
iokill has joined #armlinux
abelloni_ has joined #armlinux
mrutland has joined #armlinux
neg has joined #armlinux
jbru has joined #armlinux
neg has quit [Changing host]
neg has joined #armlinux
Amanieu has joined #armlinux
sboyd_ has joined #armlinux
agraf has joined #armlinux
softpaw has joined #armlinux
Nact has joined #armlinux
sboyd_ is now known as sboyd
mvaittin has joined #armlinux
apritzel has joined #armlinux
psydroid has joined #armlinux
shoragan[m] has joined #armlinux
tre has joined #armlinux
cengiz_io has quit [Quit: cengiz_io]
cengiz_io has joined #armlinux
alpernebbi has joined #armlinux
apritzel has quit [Ping timeout: 245 seconds]
iivanov has joined #armlinux
a3f has joined #armlinux
sszy has joined #armlinux
apritzel has joined #armlinux
tscherer has quit [Quit: WeeChat 3.0]
frieder has joined #armlinux
djrscally has joined #armlinux
iivanov has quit [Read error: Connection reset by peer]
iivanov has joined #armlinux
monstr has joined #armlinux
salvatore has joined #armlinux
salvatore has quit [Remote host closed the connection]
Nact has quit [Quit: Konversation terminated!]
nsaenz has quit [Ping timeout: 256 seconds]
elastic_dog has quit [Ping timeout: 240 seconds]
elastic_dog has joined #armlinux
iivanov has quit [Quit: Leaving...]
iivanov has joined #armlinux
tre has quit [Remote host closed the connection]
<Sledge> hey folks
<Sledge> any ideas/clues on making an m400 sled work with a modern kernel please? In Debian we've just had a bug report showing kernel failing to start with ACPI errors etc. (https://bugs.debian.org/992238)
torez has joined #armlinux
<arnd> Sledge: this looks mostly harmless, it should not affect the system once it's booted up. lpieralisi wrote the code to ioremap() the parking mailbox, and Mike Rapoport recently changed the WARN_ON() in ioremap_caller() from pfn_valid() to pfn_is_map_memory() in commit 873ba463914c ("arm64: decouple check whether pfn is in linear map from pfn_valid()")
<arnd> If I understand it right, the problem is that the mailbox is listed as normal memory as well.
<broonie> It does seem to be going really slowly then seems to grind to a halt after enumerating the PCI host.
headless has joined #armlinux
<arnd> ah right, I missed the second problem
<arnd> also, I think now that 873ba463914c ("arm64: decouple check whether pfn is in linear map from pfn_valid()") is the fix for the first problem (the WARN_ON()), not the cause
<arnd> so using v5.14-rc5 should make the warning go away at least. It might also be worth trying to see if that has a fix for the second bug, and then both can get backported
abelloni_ is now known as abelloni
monstr has quit [Remote host closed the connection]
frieder has quit [Remote host closed the connection]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
prabhakarlad has quit [Quit: Client closed]
jlinton has quit [Quit: Client closed]
prabhakarlad has joined #armlinux
bps has quit [Remote host closed the connection]
bps has joined #armlinux
bps has joined #armlinux
bps has quit [Changing host]
Pali has joined #armlinux
headless has quit [Ping timeout: 240 seconds]
headless has joined #armlinux
bps has quit [Ping timeout: 245 seconds]
kwilczynski has quit []
kwilczynski has joined #armlinux
headless_ has joined #armlinux
headless has quit [Ping timeout: 240 seconds]
headless_ is now known as headless
<headless> arnd: concerning Bailkal-M: OMP mgmt said we have with Baikal Electronics
<headless> have strong ties, I meant :-)
<headless> strong ties include producing Baikal-M powered kiosk
<headless> (or at least the software part thereof)
alpernebbi has quit [Quit: alpernebbi]
iivanov has quit [Quit: Leaving...]
amitk has quit [Ping timeout: 248 seconds]
amitk has joined #armlinux
Misotaur- has quit [Ping timeout: 248 seconds]
amitk has quit [Ping timeout: 245 seconds]
Misotauros has joined #armlinux
headless has quit [Quit: Konversation terminated!]
jlinton has joined #armlinux
bps has joined #armlinux
bps has joined #armlinux
bps has quit [Changing host]
bps has quit [Remote host closed the connection]
djrscally has quit [Quit: Konversation terminated!]
Pali has quit [Ping timeout: 240 seconds]