ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
falk689 has quit [Remote host closed the connection]
falk689 has joined #aarch64-laptops
falk689 has quit [Quit: No Ping reply in 180 seconds.]
falk689 has joined #aarch64-laptops
alpernebbi has quit [Ping timeout: 480 seconds]
alpernebbi has joined #aarch64-laptops
pbsds has quit []
pbsds has joined #aarch64-laptops
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
Penguinpee has quit [Remote host closed the connection]
<steev>
ajhalaney[m]: that reminds me - your commit mentions SECCOMP, and i tried enabling it here too.. and i simply can't get it to actually enable in the defconfig (or more specifically, it seems like it goes away no matter what in a savedefconfig)
<ajhalaney[m]>
thanks I'd love if you'd pull that in. I saw it too, that's cuz SECCOMP is default y I believe (going off memory) so a defconfig won't list it explicitly steev
* ajhalaney[m]
goes to double check
<steev>
i did pull it in :)
<steev>
they made sense, and they don't break things on debian based systems
<steev>
i think it would help out the arch-y type peeps too cuz iirc they use ~~gummiboot~~systemd-boot
<ajhalaney[m]>
for some reason fedora's grub just wouldn't work with the x13s, never looked into it deeply. I've come to like systemd-boot after being forced to use it! I'll play with that branch hopefully before calling it quits on the computers today :D
<steev>
:D
<ajhalaney[m]>
steev: boots well for me (way faster boot, not completely sure why haven't really looked at the diff between that branch and your 6.0.3 tag!), but I see you dropped this SECCOMP bit when applying my patch, _not_ having the "is not set part" is what gets CONFIG_SECCOMP to be set when running make laptop_defconfig:
<ajhalaney[m]>
So I'll locally redo that and rebuild! If you could squash that in or fixup the patch that would be much appreciated as others I know running fedora use your branches right now on x13s too
<steev>
hm, i don't quite follow - unlike every other option... having it is not set... sets it?
<ajhalaney[m]>
The line I linked to from my branch is what makes it _get_ set when you run make laptop_defconfig. My naive understanding is defconfigs don't specify non-defaults, and CONFIG_SECCOMP is a default. So having "# CONFIG_SECCOMP is not set" in the defconfig is turning it off
<ajhalaney[m]>
probably explained that poorly :)
<ajhalaney[m]>
i.e. if you remove the "# CONFIG_SECCOMP is not set" line in your defconfig you should have CONFIG_SECCOMP=y after config generation, and that's what my patch had as well. Somehow when you cherry-picked it into your branch that part got dropped which results in no SECCOMP
<steev>
ohhhh
<steev>
got ya, okay
<steev>
sorry!
<steev>
working on some go packages at the moment, but will get that fixed up! and thanks for the explanation!
<ajhalaney[m]>
No problem and absolutely no worries!