SamantazFox has quit [Ping timeout: 480 seconds]
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
srslypascal has quit [Quit: Leaving]
<hurricos> OK, I've got something interesting
<hurricos> Slab memory increasing rapidly on our routers
<hurricos> except only specific ones
<hurricos> stintel: in your octeon memleak, did the memory accumulation appear under Slab in /proc/meminfo?
embargo has quit [Quit: ZNC - https://znc.in]
embargo has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
srslypascal has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<Grommish> hurricos: Dunno about your specific question, but the octeon memleak was where it was allocating twice but only free'ing once
minimal has quit [Quit: Leaving]
<\x> about that wpa3/2 mixed + 802.11r interoperability last night
<\x> i got it to work if i fully diable 802.11w
<\x> disable*
<\x> now wpa3 clients roam freely, same for wpa2 clients too
csrf has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest329
srslypascal has joined #openwrt-devel
Guest329 has quit [Ping timeout: 480 seconds]
arjun has joined #openwrt-devel
<arjun> I am trying to add a path to kernel manually in build_dir. The patch gets installed successfully and shows up in kernel_menuconfig. But when i configure changes and make a build the kernel gets rebuilt and the patches are removed in build dir. What do i do?
<Grommish> Put the kernel patch in ./target/linux/xxxx/patches-5.xx
<Grommish> or ./target/linux/generic/patches-5.xx (depending on your kernel version)
<Grommish> there is a generic/backport-5.xx as well, depending on what kind of patch it is
srslypascal is now known as Guest333
srslypascal has joined #openwrt-devel
arjun has quit [Remote host closed the connection]
Guest333 has quit [Ping timeout: 480 seconds]
<stintel> hurricos: I don't think so
srslypascal has quit [Quit: Leaving]
srslypascal has joined #openwrt-devel
SamantazFox has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_ath79.html has been updated. (99.0% images and 99.9% packages reproducible in our current test framework.)
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua has quit []
danitool has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
danitool has joined #openwrt-devel
goliath has joined #openwrt-devel
<rsalvaterra> /mnt/photofast/Sources/OpenWrt/openwrt/staging_dir/host/bin/sed -i -e 's, DATESTAMP,,' /mnt/photofast/Sources/OpenWrt/openwrt/build_dir/toolchain-aarch64_cortex-a53_gcc-12.1.0_musl/gcc-12.1.0/gcc/version.c
<rsalvaterra> /mnt/photofast/Sources/OpenWrt/openwrt/staging_dir/host/bin/sed: can't read /mnt/photofast/Sources/OpenWrt/openwrt/build_dir/toolchain-aarch64_cortex-a53_gcc-12.1.0_musl/gcc-12.1.0/gcc/version.c: No such file or directory
<rsalvaterra> Please don't tell me we have scripts parsing .c source files directly.
<rsalvaterra> Because GCC 12 switched from C to C++ and the source files were renamed from .c to .cc.
<rsalvaterra> Ugh… common.mk.
<rsalvaterra> Hm… this DATESTAMP replacement seems to be for reproducibility. The file doesn't exist in GCC 12 anymore. I wonder where it went…
<rsalvaterra> I'm just going to hack it out. I need it to build and execute, first and foremost.
<rsalvaterra> Ok, seems to be building now (initial phase). :)
dansan has quit [Remote host closed the connection]
rua has joined #openwrt-devel
<rsalvaterra> Success! Image built with GCC 12.1.
<rsalvaterra> And now to track down that bloody DATESTAMP…
<rsalvaterra> I also didn't notice any code bloat when compared to GCC 11.3. Resulting image sizes are about the same.
<rsalvaterra> (For arm64, at least.)
jschwart has quit []
jschwart has joined #openwrt-devel
AtomiclyCursed2 has joined #openwrt-devel
AtomiclyCursed has quit [Ping timeout: 480 seconds]
AtomiclyCursed2 is now known as AtomiclyCursed
Atomicly| has joined #openwrt-devel
AtomiclyCursed has quit [Ping timeout: 480 seconds]
Atomicly| is now known as AtomiclyCursed
<neggles> rsalvaterra: i was thinking 'choosing capitalism in the first place was a mistake' but ur right and you should say it
<rsalvaterra> :)
<neggles> hurricos: it did not, no, the total free went down and nothing else changed because it was a bug in pgd_free()
<neggles> it was allocating two pages, then only freeing one before dropping the ref
stintel has quit [Quit: kernel update]
<neggles> rsalvaterra: oooh gcc 12
<neggles> not being bigger is a good start
<neggles> is it noticeably better in any way that matters? :P
<rsalvaterra> It's always better. ;)
<rsalvaterra> But take a look at the changelog. Lots of goodies there.
chder has quit [Quit: chder]
<rsalvaterra> [ 0.000000] Linux version 5.15.37 (rui@crystalwell) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.1.0 r19603+66-726ef8ba2d) 12.1.0, GNU ld (GNU Binutils) 2.38) #0 SMP Sat May 7 10:37:09 2022
<rsalvaterra> My RT3200 seems happy.
chder has joined #openwrt-devel
lynxis has quit [Quit: No Ping reply in 180 seconds.]
lynxis has joined #openwrt-devel
<rsalvaterra> What I'm not entirely happy, though, is what I had to do in toolchain/gcc/common.mk. However, judging from the file history (git blame ftw), it's does look like the right thing to do.
<rsalvaterra> *it does
<Grommish> rsalvaterra: Any idea what this archetecture is? arc-openwrt-linux-gnu? BOARDNAME:=Synopsys DesignWare ARC HS38
<rsalvaterra> Grommish: It's right there. ARC. :)
<Grommish> rsalvaterra: Well. Boo..
<rsalvaterra> It's a relatively obscure one, yes.
stintel has joined #openwrt-devel
<rsalvaterra> Stands for Argonaut RISC Core. Its history dates back to the SNES SuperFX chip.
<Grommish> rsalvaterra: Well.. I don't know about LLVM support for it, so, I'm not going to worry about it, but it was a first time seeing it :)
<Grommish> Thank you :)
<\x> i noticed this just now
<\x> >bgnac
<\x> is 256-qam over 2.4GHz gonna be enabled finally?
csrf has joined #openwrt-devel
grift has quit [Quit: Bye]
grift has joined #openwrt-devel
<tmn505> rsalvaterra: what is the --version output of the new GCC?
nuz has joined #openwrt-devel
<nuz> Hello
<owrt-snap-builds> Build [#542](https://buildbot.openwrt.org/master/images/#builders/49/builds/542) of `mvebu/cortexa53` failed.
nuz has quit [Remote host closed the connection]
<neggles> Grommish: ARC is a soft-core used in some semi-custom ASICs and also sometimes baked into FPGAs
<neggles> it is rapidly being replaced by RISC-V, and is largely irrelevant
<neggles> definitely don't waste time trying to support it, just make CONFIG_RUST dependent on ! CONFIG_ARCH_ARC or whatever the symbol is
<Grommish> Yah, that is far more graceful than setting an $(error Why $(CPU_TYPE)?) on it >_<
<neggles> hahaha
<neggles> yeah just make it non-selectable in kconfig
minimal has joined #openwrt-devel
<Grommish> I'm slowly working the outliers, most actually are behaving.
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
csrf has quit [Ping timeout: 480 seconds]
cbeznea has quit [Quit: Leaving.]
SamantazFox has quit [Remote host closed the connection]
csrf has joined #openwrt-devel
SamantazFox has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 99.9% packages reproducible in our current test framework.)
csrf has quit [Ping timeout: 480 seconds]
swalker has quit [Remote host closed the connection]
swalker has joined #openwrt-devel
ephemer0l has quit [Ping timeout: 480 seconds]
GNUmoon has quit [Ping timeout: 480 seconds]
GNUmoon has joined #openwrt-devel
arjun has joined #openwrt-devel
csrf has joined #openwrt-devel
shibboleth has joined #openwrt-devel
arjun has quit [Quit: Page closed]
csrf1 has joined #openwrt-devel
csrf has quit [Ping timeout: 480 seconds]
madwoota has quit [Remote host closed the connection]
madwoota has joined #openwrt-devel
danitool has joined #openwrt-devel
arjun has joined #openwrt-devel
ephemer0l has joined #openwrt-devel
arjun has quit []
arjun has joined #openwrt-devel
csrf1 has quit [Read error: Connection reset by peer]
csrf1 has joined #openwrt-devel
<arjun> My device has 256MB NAND storage but when i create a build in openwrt exceeding 50MB the build fails saying size allowed is exceeded during packing bin file. What do i do?
arjun has quit [Remote host closed the connection]
csrf1 has quit [Remote host closed the connection]
csrf1 has joined #openwrt-devel
ekathva has joined #openwrt-devel
robimarko has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (96.2% images and 99.9% packages reproducible in our current test framework.)
dedeckeh has quit [Remote host closed the connection]
csrf has joined #openwrt-devel
csrf1 has quit [Ping timeout: 480 seconds]
csrf has quit [Read error: Connection reset by peer]
csrf has joined #openwrt-devel
robimarko has quit [Quit: Leaving]
csrf1 has joined #openwrt-devel
csrf has quit [Ping timeout: 480 seconds]
csrf has joined #openwrt-devel
csrf1 has quit [Ping timeout: 480 seconds]
csrf has quit [Ping timeout: 480 seconds]
csrf has joined #openwrt-devel
csrf1 has joined #openwrt-devel
csrf has quit [Read error: Connection reset by peer]
csrf1 has quit [Read error: No route to host]
csrf1 has joined #openwrt-devel
Habbie has quit [Quit: maintenance]
Habbie has joined #openwrt-devel
ekathva has quit [Remote host closed the connection]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
rua has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
csrf has joined #openwrt-devel
csrf1 has quit [Read error: Connection reset by peer]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
noahm has quit [Quit: reboot]