<drewfustini>
Anyways, I see the problem is that I got the pattern wrong, I should define the per_cpu variable in C file and only declare the per_cpu in the header
davidlt_ has joined #riscv
prabhakarlad has quit [Quit: Client closed]
MaxGanzII__ has joined #riscv
heat has quit [Ping timeout: 265 seconds]
aerkiaga has quit [Remote host closed the connection]
rurtty has joined #riscv
BootLayer has joined #riscv
gianluca has quit [Read error: Connection reset by peer]
khilman has quit [Ping timeout: 252 seconds]
gianluca has joined #riscv
sorear has quit [Ping timeout: 252 seconds]
sorear has joined #riscv
khilman has joined #riscv
rory_be_ has joined #riscv
jobol has joined #riscv
bauruine has joined #riscv
jay321 has quit [Remote host closed the connection]
jay321 has joined #riscv
jay321 has quit [Ping timeout: 246 seconds]
MaxGanzII__ has quit [Ping timeout: 240 seconds]
billchenchina has quit [Remote host closed the connection]
PobodysNerfect has quit [Quit: Gone to sleep. ZZZzzz…]
rurtty has quit [Quit: Leaving]
pecastro has joined #riscv
ldevulder has joined #riscv
rurtty has joined #riscv
MaxGanzII__ has joined #riscv
handsome_feng has joined #riscv
MaxGanzII__ has quit [Ping timeout: 240 seconds]
elastic_dog is now known as Guest8731
elastic_dog has joined #riscv
Guest8731 has quit [Ping timeout: 265 seconds]
prabhakarlad has joined #riscv
MaxGanzII__ has joined #riscv
rvalles has joined #riscv
jmdaemon has quit [Ping timeout: 248 seconds]
rvalles has quit [Ping timeout: 240 seconds]
<conchuod>
drewfustini: Did you build with allmodconfig?
billchenchina has joined #riscv
billchenchina- has joined #riscv
billchenchina has quit [Ping timeout: 260 seconds]
billchenchina has joined #riscv
billchenchina- has quit [Ping timeout: 248 seconds]
billchenchina has quit [Remote host closed the connection]
billchenchina has joined #riscv
billchenchina- has joined #riscv
wgrant has quit [Ping timeout: 240 seconds]
billchenchina has quit [Ping timeout: 265 seconds]
billchenchina- has quit [Ping timeout: 250 seconds]
prabhakarlad has quit [Quit: Client closed]
wgrant has joined #riscv
billchenchina- has joined #riscv
billchenchina- has quit [Remote host closed the connection]
talos has quit [Remote host closed the connection]
talos has joined #riscv
Wickram has joined #riscv
aburgess_ has quit [Ping timeout: 276 seconds]
jobol has quit [Quit: Leaving]
awita has quit [Ping timeout: 240 seconds]
duffolonious has joined #riscv
aburgess has joined #riscv
Andre_Z has quit [Ping timeout: 276 seconds]
Wickram has quit [Quit: WeeChat 3.8]
vagrantc has joined #riscv
crabbedhaloablut has quit []
crabbedhaloablut has joined #riscv
awita has joined #riscv
ahs3 has joined #riscv
elastic_dog has quit [Quit: elastic_dog]
elastic_dog has joined #riscv
ahs3 has quit [Quit: ZNC 1.8.2+deb3+b4 - https://znc.in]
ahs3 has joined #riscv
<drewfustini>
no, I cheated to avoid long build time by disabling a lot of drivers I didn't need for qemu like DRM and Multimedia. I'm using the LKP's allmodconfig file now as I was probably wrong to not use the same config that LKP did.
luffy[m]1 has joined #riscv
<drewfustini>
But unfortunately, I realized now that beefy server I have access to has a Debian 11 which only packages gcc 10. Do you normally build the cross toolchains you use from source to have the latest?
<conchuod>
Building the non-modules part of allmodconfig even is helpful for stuff like your qos series
<drewfustini>
thanks for the links and the reminder to use allmodconfig before submitting
<conchuod>
I dunno, the build bots are there for stuff like allmodconfig etc IMO.
<conchuod>
It's nice to do it yourself maybe, but I don't think it's required. For some of these big series like ACPI or resctrl etc, it's probably a good idea though.
wingsorc has quit [Quit: Leaving]
Stat_headcrabed has joined #riscv
aburgess has quit [Ping timeout: 246 seconds]
jobol has joined #riscv
<drewfustini>
Ah ha, I just hit the error that LKP did. It even happened with the old gcc 10 on Debian 11. Good lesson for me on running allmodconfig.