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
mraynal has quit [Remote host closed the connection]
mraynal has joined #armlinux
apritzel_ has quit [Ping timeout: 240 seconds]
lag has quit [Ping timeout: 264 seconds]
lag has joined #armlinux
prabhakarlad has quit [Quit: Client closed]
sakman has quit [Quit: Leaving]
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #armlinux
heat has quit [Ping timeout: 245 seconds]
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #armlinux
nsaenz has joined #armlinux
amitk has joined #armlinux
cbeznea has joined #armlinux
deathcamel57_ has quit [Remote host closed the connection]
deathcamel57_ has joined #armlinux
monstr has joined #armlinux
sakman has joined #armlinux
deathcamel57_ has quit [Ping timeout: 246 seconds]
deathcamel57 has joined #armlinux
gclement has joined #armlinux
amitk_ has joined #armlinux
amitk has quit [Ping timeout: 255 seconds]
apritzel_ has joined #armlinux
apritzel_ has quit [Ping timeout: 258 seconds]
iivanov has joined #armlinux
frieder has joined #armlinux
monstr has quit [Read error: Connection reset by peer]
monstr has joined #armlinux
sszy has joined #armlinux
nsaenz has quit [Ping timeout: 255 seconds]
luispm has joined #armlinux
hanetzer has quit [Ping timeout: 258 seconds]
hanetzer has joined #armlinux
frieder has quit [Ping timeout: 255 seconds]
hanetzer has quit [Ping timeout: 255 seconds]
luispm has quit [Ping timeout: 255 seconds]
hanetzer has joined #armlinux
frieder has joined #armlinux
prabhakarlad has joined #armlinux
monstr has quit [Ping timeout: 255 seconds]
headless has joined #armlinux
apritzel has joined #armlinux
prabhakarlad has quit [Quit: Client closed]
punit has joined #armlinux
luispm has joined #armlinux
krzk has quit [Quit: leaving]
krzk has joined #armlinux
headless has quit [Quit: Konversation terminated!]
prabhakarlad has joined #armlinux
heat has joined #armlinux
cbeznea_ has joined #armlinux
cbeznea has quit [Ping timeout: 246 seconds]
frieder has quit [Quit: Leaving]
pivi has quit [Ping timeout: 255 seconds]
prabhakarlad has quit [Quit: Client closed]
luispm has quit [Ping timeout: 245 seconds]
headless has joined #armlinux
vingu has quit [Ping timeout: 240 seconds]
gromero has joined #armlinux
luispm has joined #armlinux
pivi has joined #armlinux
gclement has quit [Ping timeout: 255 seconds]
vingu has joined #armlinux
gclement has joined #armlinux
sakman has quit [Quit: Leaving]
gclement has quit [Quit: Leaving.]
iivanov__ has joined #armlinux
iivanov has quit [Read error: Connection reset by peer]
frieder has joined #armlinux
<gromero>
Hi. In the past, on archs like x86 and PPC64, I would find the precise instructions given a kernel call trace by just using objdump -S ./vmlinuz. But now with UEFI and PE I understand that vmlinuz is pure binary. So how can I list the function names and the asm for the instructions in the functions if I only have the image (vmlinuz) and the System.map?
<krzk>
lag: robher: tagr: ukleinek: Lee, you picked up MFD patch which unfortunately depends on PWM. Proper cover letters are still too difficult for Qualcom :/
<krzk>
lag: without that patch, next is not happy: mfd/qcom,tcsr.example.dtb: syscon@1937000: pwm@a010: False schema does not allow
<krzk>
alternatively the PWM bits could be applied and go via PWM tree - next will be fine, although there will be some bisectability-window when merged to Linus
<lag>
I can do it with a tagr Ack
<lag>
Does MFD depend on PWM or vice versa?
<lag>
Usually other subsystems depend on MFD
<lag>
(I haven't looked)
<lag>
Oh, it's a binding thing
<lag>
How will that harm bisectablity?
<ukleinek>
it harms dtb_check I assume
<lag>
Who's running dtb_check during a bisect?
<lag>
Should be fine for tagr to pick it up
* ukleinek
nods
<krzk>
lag: it affects check of bindings themselve - dt_binding__check
<krzk>
so like a warning, but I agree that it is a minor thing, so can go via tagr as well