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: 240 seconds]
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #armlinux
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
heat has quit [Ping timeout: 268 seconds]
mvaittin has joined #armlinux
mvaittin has quit [Quit: Leaving]
mvaittin has joined #armlinux
cbeznea has joined #armlinux
monstr has joined #armlinux
monstr has quit [Remote host closed the connection]
Livio has joined #armlinux
apritzel has joined #armlinux
mvaittin has quit [Ping timeout: 268 seconds]
apritzel has quit [Ping timeout: 256 seconds]
Livio has quit [Ping timeout: 256 seconds]
nact has joined #armlinux
mvaittin has joined #armlinux
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #armlinux
gclement has joined #armlinux
lain6141 has quit [Remote host closed the connection]
sszy has joined #armlinux
headless has joined #armlinux
gclement has quit [Quit: Leaving.]
gclement has joined #armlinux
gclement has quit [Ping timeout: 252 seconds]
gclement has joined #armlinux
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
headless_ has joined #armlinux
apritzel has joined #armlinux
headless is now known as Guest6329
Guest6329 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
headless_ is now known as headless
gclement has quit [Quit: Leaving.]
gclement has joined #armlinux
nsaenz has joined #armlinux
headless has quit [Quit: Konversation terminated!]
oldgalileo has quit [Ping timeout: 268 seconds]
apritzel has quit [Ping timeout: 255 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
oldgalileo has joined #armlinux
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
<ajb-linaro>
are there any helpers to go from pte_t to pgprot_t that don't involve manually masking pte_val(pte_t)?
* ajb-linaro
is fixing an errata on rebasing to 6.9 and it seems there were some changes for CONFIG_ARM64_PA_BITS_52
rvalue- has joined #armlinux
rvalue has quit [Ping timeout: 264 seconds]
nsaenz has quit [Remote host closed the connection]
rvalue- is now known as rvalue
rvalue has quit [Remote host closed the connection]
rvalue has joined #armlinux
Lockesmith has quit [Ping timeout: 260 seconds]
Livio has joined #armlinux
System_Error has quit [Remote host closed the connection]
Sledge has quit [Remote host closed the connection]
psydroid2 has joined #armlinux
<ardb>
ajb-linaro: LPA2 repurposes shareability bits as physical address bits
Lockesmith has joined #armlinux
<ardb>
so it depends on the context, but in general, you need to decide whether or not LPA2 is enabled if you want to isolate non-address bits
headless has joined #armlinux
<ajb-linaro>
ardb thats why I was wondering if this would be wrapped up in a helper - I guess for LPA2 you need to go somewhere else to find the protection bits? another level of the table?
<ardb>
ajb-linaro: in TCR_ELx iirc
heat has joined #armlinux
apritzel has joined #armlinux
atorgue has joined #armlinux
adelaunay has joined #armlinux
Livio has quit [Ping timeout: 240 seconds]
Sledge has joined #armlinux
adelaunay has quit [Remote host closed the connection]
oldgalileo has quit [Ping timeout: 268 seconds]
oldgalileo has joined #armlinux
cbeznea has quit [Ping timeout: 252 seconds]
headless has quit [Quit: Konversation terminated!]
<ukleinek>
[ 497.522862] Kernel panic - not syncing: �
<ukleinek>
[ 497.527111] ---[ end Kernel panic - not syncing: � ]---
<ukleinek>
bisect points on 953f534a7ed6b725d4f101d2949393acc9262880
<ukleinek>
it reproduces reliably up to 6.9
<ukleinek>
(Isn't anyone using armv5 any more?)
<arnd>
ukleinek: are you sure the problem is ARMv5? I wonder if it's just CONFIG_UNWINDER_FRAME_POINTER that is broken for everyone. Which unwinder does your build use?