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
djrscally has quit [Ping timeout: 252 seconds]
shailangsa has joined #armlinux
Pali has quit [Ping timeout: 268 seconds]
jlinton has quit [Ping timeout: 256 seconds]
apritzel_ has quit [Ping timeout: 256 seconds]
mal`` has quit [Quit: Leaving]
mal`` has joined #armlinux
amitk has joined #armlinux
jlinton has joined #armlinux
mwalle has quit [Quit: WeeChat 3.0]
shenki has quit [Quit: leaving]
shenki has joined #armlinux
cbeznea has joined #armlinux
<krzk>
arnd: thanks, indeed I forgot about this one. It's coming via thermal tree. I'll take care about it, thanks!
mwalle has joined #armlinux
apritzel_ has joined #armlinux
frieder has joined #armlinux
milkylainen has joined #armlinux
apritzel_ has quit [Ping timeout: 256 seconds]
monstr has joined #armlinux
milkylainen has quit [Client Quit]
milkylainen has joined #armlinux
cleger has joined #armlinux
Amit_T has joined #armlinux
nsaenz has joined #armlinux
archetech has quit [Quit: Konversation terminated!]
djrscally has joined #armlinux
iivanov__ has joined #armlinux
iivanov has quit [Ping timeout: 250 seconds]
sszy has joined #armlinux
iivanov__ has quit [Remote host closed the connection]
iivanov has joined #armlinux
luispm has joined #armlinux
matthias_bgg has joined #armlinux
Pali has joined #armlinux
alexels has joined #armlinux
<Xogium>
hmm one cannot use usb mass storage gadget with nand flash, right ?
<ukleinek>
[florian]: I don't understand the specification for brcmstb pwm. The quoted part assumes PWM_ON = 0?
<ukleinek>
the specification should have s/</<=/ in the first line?
<Xogium>
I suppose an alternative could be to setup a loop device as the mass storage backend ? Not sure though
<ukleinek>
Xogium: AFAIK you need a block device for mass storage
<ukleinek>
ubiblock might work
<Xogium>
yeah that was my understanding as well
<Xogium>
nup ubiblock is read-only
* ukleinek
forwards Xogium to derRichard (e.g. in #mtd or #kernelnewbies)
<Xogium>
only alternative might be usb gadget for ethernet… So the system can download updates and install them like that
<Xogium>
yeah good idea, I'll go bother him :D
Misotauros has quit [Ping timeout: 240 seconds]
milkylainen has quit [Quit: Ping timeout (120 seconds)]
suzukikp1 has joined #armlinux
suzpou01__ has joined #armlinux
suzukikp1 has quit [Ping timeout: 256 seconds]
apritzel_ has joined #armlinux
apritzel_ has quit [Ping timeout: 272 seconds]
milkylainen has joined #armlinux
apritzel has joined #armlinux
prabhakarlad has joined #armlinux
suzpou01__ has quit [Quit: Leaving]
suzukikp1 has joined #armlinux
Misotauros has joined #armlinux
suzukikp has quit [Quit: WeeChat 3.4]
suzukikp has joined #armlinux
suzukikp has quit [Client Quit]
suzukikp1 has quit [Quit: Leaving]
suzukikp has joined #armlinux
prabhakarlad has quit [Ping timeout: 256 seconds]
<ajb-linaro>
is there a debug option that can get me better kernel backtraces in gdb?
ravan has joined #armlinux
torez has joined #armlinux
<arnd>
ajb-linaro: on 32-bit arm and on x86, you can pick between multiple unwinders, on 64-bit you only get the frame pointer based unwinding IIRC. Regardless of the unwinder, you probably want CONFIG_KALLSYMS_ALL=y to get symbolic names (this is usually enabled already), and you can set CONFIG_READABLE_ASM=y and CONFIG_LTO_NONE=y to get less aggressive inlining
<ukleinek>
..ooOO(CONFIG_DEBUG_INFO)
<arnd>
ah right, I misread ajb-linaro's question as being about kgdb, which I assume needs the KALLSYMS option, while of course for qemu+gdb you want DEBUG_INFO
Misotauros has quit [Ping timeout: 256 seconds]
<apritzel>
arnd: do you have any idea where I should start with the multi-v5-defconfig journey? I see that there is no change since 5.14, which means that some options were broken already before that
<apritzel>
arnd: do you know what's a known-good version is I could use as a baseline? v5.4, maybe?
<arnd>
apritzel: in v5.4, I see differences for FB_XGI=y and SOC_CAMERA=y , in v5.7 the savedefconfig output has the same contents as the defconfig file