**** BEGIN LOGGING AT Tue Oct 06 02:59:56 2020 Oct 06 06:09:41 >KGB-1< https://tests.reproducible-builds.org/openwrt/openwrt_ath97.html has been updated. (99.1% images and 100.0% packages reproducible in our current test framework.) **** BEGIN LOGGING AT Tue Oct 06 06:44:39 2020 Oct 06 07:14:16 Hauke: yeah, thanks! Oct 06 07:14:58 jow: https://git.openwrt.org/19770b6949b9a95038f3216da773204eadfdd6bc Oct 06 07:15:37 ynezz: yay, thank you! Oct 06 07:16:02 ynezz: you forgot to remove the free(filename) near the end though Oct 06 07:16:07 that will likely result in a crash Oct 06 07:16:36 no, it was already removed in that previous fix Oct 06 07:16:51 ah right, sorry - brainfart Oct 06 07:16:54 we've unit tests, no crashes expected :) Oct 06 07:17:35 * ynezz dunno if we cover `uci commit` yet Oct 06 07:21:12 I was wondering so I put the `free(filename);` back and unit tests spotted it http://sprunge.us/8K1jDp Oct 06 07:21:45 compilers didn't as expected, but static analyzer did `file.c:754:2: warning: Memory allocated by alloca() should not be deallocated` Oct 06 07:22:02 s/didn't/didn't noticed it/ **** BEGIN LOGGING AT Tue Oct 06 08:02:57 2020 **** BEGIN LOGGING AT Tue Oct 06 09:11:09 2020 **** BEGIN LOGGING AT Tue Oct 06 09:14:58 2020 Oct 06 09:31:38 sysupgrade on rt5350 is super slow **** BEGIN LOGGING AT Tue Oct 06 09:49:03 2020 Oct 06 10:43:18 compared to? Oct 06 12:17:52 How do I add a name to an existing unnamed instance (e.g. dnsmasq) via uci set ? Oct 06 12:28:28 uci rename dhcp.@dnsmasq[0]="main" (found it, thanks) **** BEGIN LOGGING AT Tue Oct 06 12:31:38 2020 **** BEGIN LOGGING AT Tue Oct 06 14:50:39 2020 **** BEGIN LOGGING AT Tue Oct 06 15:17:37 2020 **** BEGIN LOGGING AT Tue Oct 06 15:59:16 2020 Oct 06 16:29:17 ynezz: have you tried the -fanalyzer option from GCC 10: https://developers.redhat.com/blog/2020/03/26/static-analysis-in-gcc-10/ Oct 06 16:29:33 it looks nice and produces some extra warnings Oct 06 16:38:10 Hauke: yes, started adding support for that into CI about month ago, but didn't finished it yet Oct 06 16:39:21 ynezz: nice **** BEGIN LOGGING AT Tue Oct 06 17:03:52 2020 Oct 06 17:04:40 https://forum.openwrt.org/t/unifi-edgerouter4-and-cavium-octeon-iii/23445/6 someone mention here that ethernet is the same as on edgerouter lite (currently supproted by openwrt). **** BEGIN LOGGING AT Tue Oct 06 17:41:42 2020 **** BEGIN LOGGING AT Tue Oct 06 17:45:35 2020 Oct 06 17:52:37 Hauke: https://github.com/openwrt/openwrt/pull/3490 **** BEGIN LOGGING AT Tue Oct 06 17:55:35 2020 Oct 06 18:01:01 aparcar[m]: sorry, how do you mean? Oct 06 18:01:26 about the “kernel magic”... Oct 06 18:03:06 https://github.com/openwrt/openwrt/blob/4791afa734d4754cd92c65feffc60e62e4dc5c60/include/kernel-defaults.mk#L108 Oct 06 18:14:52 Thanks. I don’t remember changing anything in my kernel-config **** BEGIN LOGGING AT Tue Oct 06 18:19:48 2020 Oct 06 18:31:28 aparcar[m]: Odd that ‘=m’ would be included, since that’s external to the kernel. Oct 06 18:32:54 all… what’s the correct driver for a 7392:c822? (Realtek AC1200 MU-MIMO USB 3.0 Adapter) from Edimax? Oct 06 18:34:28 aparcar[m]: you can make one commit with sorting the config before and then an other with your actuall changes **** BEGIN LOGGING AT Tue Oct 06 18:36:26 2020 Oct 06 18:37:27 will do Oct 06 18:41:57 nbd: hey Felix, I’m using kmod-rtl8xxxu but it’s not recognizing my 7392:8c22 … on Raspian I’ve been using this driver: https://github.com/EntropicEffect/rtl8822bu **** BEGIN LOGGING AT Tue Oct 06 19:05:57 2020 Oct 06 19:20:35 Hauke: updated Oct 06 19:24:01 mangix: ping **** BEGIN LOGGING AT Tue Oct 06 19:28:05 2020 **** BEGIN LOGGING AT Tue Oct 06 19:54:21 2020 **** BEGIN LOGGING AT Tue Oct 06 19:59:16 2020 Oct 06 20:01:33 i am not officially eating my own dog food the first openwrt router with a meaningfull selinux policy enforced in production Oct 06 20:01:37 s/not/now Oct 06 20:02:48 basically mapped the whole environment out Oct 06 20:06:59 grift: bravo zulu Oct 06 20:57:52 anyone familiar with the rtw88 driver(s)? **** BEGIN LOGGING AT Tue Oct 06 21:03:57 2020 Oct 06 21:06:59 can we use less root for default services? https://lwn.net/Articles/833480/