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
rvalue has quit [Ping timeout: 264 seconds]
rvalue has joined #armlinux
clever has quit [Ping timeout: 260 seconds]
SystemError has joined #armlinux
apritzel has quit [Ping timeout: 255 seconds]
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #armlinux
sally has quit [Remote host closed the connection]
sally has joined #armlinux
SystemError has quit [Ping timeout: 260 seconds]
SystemError has joined #armlinux
heat has joined #armlinux
heat_ has quit [Ping timeout: 264 seconds]
SystemError has quit [Ping timeout: 260 seconds]
SystemError has joined #armlinux
heat_ has joined #armlinux
heat has quit [Read error: Connection reset by peer]
heat_ has quit [Ping timeout: 264 seconds]
SystemError has quit [Ping timeout: 260 seconds]
SystemError has joined #armlinux
mvaittin has joined #armlinux
mvaittin has quit [Ping timeout: 255 seconds]
cbeznea has joined #armlinux
perr has joined #armlinux
perr has quit [Quit: Leaving]
lain_ has quit [Read error: Connection reset by peer]
lain_ has joined #armlinux
lain_ has quit [Excess Flood]
lain_ has joined #armlinux
monstr has joined #armlinux
mvaittin has joined #armlinux
gclement has joined #armlinux
gclement has quit [Client Quit]
gclement has joined #armlinux
iivanov has joined #armlinux
iivanov has quit []
iivanov has joined #armlinux
headless has joined #armlinux
sszy has joined #armlinux
luispm has quit [Ping timeout: 268 seconds]
rvalue has quit [Ping timeout: 255 seconds]
headless has quit [Quit: Konversation terminated!]
rvalue has joined #armlinux
rvalue has quit [Ping timeout: 252 seconds]
qpla has joined #armlinux
rvalue has joined #armlinux
qpla has quit [Remote host closed the connection]
qpla has joined #armlinux
qpla has quit [Read error: Connection reset by peer]
qpla has joined #armlinux
luispm has joined #armlinux
qpla has quit [Read error: Connection reset by peer]
<manospitsid>
trying to cross build from host amd64 to arm64 with llvm 17 and BTF enabled, getting this error:
xvmt has quit [Read error: Connection reset by peer]
xvmt has joined #armlinux
<manospitsid>
gcc build is successful, I only pass LLVM= so something with the llvm obj utils must be going wrong?
xvmt has quit [Remote host closed the connection]
xvmt has joined #armlinux
<dmart>
mrutland: ^ I think the original issue was to avoid misidentifying the calling frame when the caller has called a noreturn function and the compiler threw away the caller's epilogue. It feels like some padding is needed between functions in order to distinguish these cases -- a nop would serve.
<dmart>
mrutland: If we must add something though, might as well make it a brk?
<HdkR>
Is TPIDRRO_EL0 codified to mean anything in Linux these days?
<HdkR>
I checked a bit ago and it seems like it is always set to zero atm
elastic_dog has quit [Ping timeout: 260 seconds]
SystemError has quit [Remote host closed the connection]
heat_ has joined #armlinux
elastic_dog has joined #armlinux
psydroid has joined #armlinux
apritzel has joined #armlinux
Misotauros has quit [Ping timeout: 268 seconds]
apritzel has quit [Remote host closed the connection]
apritzel has joined #armlinux
Misotauros has joined #armlinux
tiagom has joined #armlinux
mvaittin has quit [Ping timeout: 240 seconds]
monstr has quit [Ping timeout: 252 seconds]
lag_ has quit [Ping timeout: 264 seconds]
<linusw__>
arnd: ardb and I were discussing the need for SMP_ON_UP, do we still need this after removing ARM11 and v6k?
lag has joined #armlinux
<arnd>
yes, unfortunately there are some single-core Cortex-A9 chips that break without it, notably some omap4/dra7 variants
<arnd>
it's possible that we no longer need all of the changes that SMP_ON_UP does, I'd have to check how many things get patched there. I think it's just the barriers that are affected here
mvaittin has joined #armlinux
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #armlinux
SystemError has joined #armlinux
gclement has quit [Ping timeout: 268 seconds]
gclement has joined #armlinux
headless has joined #armlinux
gclement has quit [Ping timeout: 255 seconds]
<linusw__>
I suppose OMAP3 with it's Cortex-A8 is also technically multi_v7?