<znullptr[m]> I've had luck with lifting the vcc pin only and using a clip before
<kabel> blogic: do you know what is the status of mtk_eth_soc driver on mt7621 board in upstream kernel in comparison to openwrt's version? I see that openwrt still overwrites that driver entirely
<mangix> kabel: is this in relation to 21.02?
<kabel> no
<kabel> I am comparing upstream Linux kernel and openwrt master
<mangix> oh I see what you mean
<mangix> the driver in target/linux/ramips is for mt7620 and below
<kabel> I am trying to run upstream kernel on WiTiBoard, to test some patches for russell king
<mangix> the upstream driver is used for mt7621. not sure about mt7628
<kabel> mangix: oh! you are right, it's in another directory
<kabel> so it isn't being overwritten at all
<kabel> well, seems that I have broken confiugration or device tree
<kabel> ok, thanks!
<mangix> stintel: i think your perl 5.34 update needs to be revived.
<kabel> jesus christ
<kabel> so I had to add fw_devlink=permissive to kernel command line, because apparently in newer kernels the default is fw_devlink=permissive, which can block reset controllers entirely, because of the way they can link to OF nodes
<kabel> aaaaRRRRGHH!
<dwfreed> kabel: you said the same thing twice, just fyi
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (50.0% images and 98.2% packages reproducible in our current test framework.)
<kabel> dwfreed: sorry, the default is fw_devlink=on, not permissive
* mangix reads about this arcanery
<mangix> so off is useful for missing drivers?
slh has quit [Remote host closed the connection]
slh64 has quit [Quit: gone]
minimal has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
dangole has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#487](https://buildbot.openwrt.org/master/images/#builders/60/builds/487) of `mpc85xx/p1010` completed successfully.
ekathva has joined #openwrt-devel
valku has quit [Quit: valku]
<mangix> ynezz: kernel 5.18's RNG improvements make it seem like there's no point for urng anymore.
tchebb_ has joined #openwrt-devel
ecloud has quit [Ping timeout: 480 seconds]
tchebb has quit [Ping timeout: 480 seconds]
ecloud has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
gladiac has joined #openwrt-devel
gladiac has quit []
gladiac has joined #openwrt-devel
gladiac has quit []
gladiac has joined #openwrt-devel
arifre has quit [Remote host closed the connection]
GNUmoon has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
GNUmoon has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
guidosarducci has quit []
guidosarducci has joined #openwrt-devel
<rsalvaterra> mangix: Heh. It's been brought to my attention that my preliminary dnsmasq nftsets UCI support needs to be reworked, since the syntax differs a bit from ipsets. Oh, well.
danitool has joined #openwrt-devel
slh64 has quit [Quit: gone]
<jow> rsalvaterra: which syntax exactly?
<rsalvaterra> It seems nftsets make a per-family (4/6) distinction, if required.
<rsalvaterra> And the configuration syntax in dnsmasq is different (separated by # instead of ,), no idea why.
<rsalvaterra> jow: I don't know how fw4 implements nftsets, but they should probably have their own section (config nftset).
<rsalvaterra> Especially as (as crazy as it may sound), both iptables and nftables can coexist. In theory, someone could have both fw3 and fw4 in the same system.
<rsalvaterra> s/as/since
<rsalvaterra> I see why the separator is #, the nftsets are still comma separated, so they needed a different separator.
<rsalvaterra> mangix: It's possible, but it needs testing. We've been bitter before by horribly long boot times due to "entropy famine". :)
<rsalvaterra> s/bitter/bitten
slh has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
ekathva has quit [Remote host closed the connection]
ekathva has joined #openwrt-devel
<jow> rsalvaterra: uhm ipsets also do a per-family distinction?
yolo has quit [Remote host closed the connection]
* jow is not getting the full picture
Tapper has quit [Ping timeout: 480 seconds]
<rsalvaterra> From what I understood, nftsets *can* do per-family distinction, but they don't *have* to, at least as far as being populated by dnsmasq is concerned.
<rsalvaterra> How that translates to nftables rules, however, is beyond me. :)
<jow> ah you're talking about dnsmasq specifics
<rsalvaterra> Right.
<jow> it's better to look at the actual implemetnation code
<jow> hard to deduce actual working logic from the config file samples
<rsalvaterra> It's not pretty, though… ;)
<karlp> I'm tyring to use the sdk I saved to do remote gdb on a device, so I've done a feeds update, and feeds install and then make package/blah/compile so I can get the binary to feed to scripts/remote-gdb right?
<jow> karlp: yes
<rsalvaterra> https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/nftset.c;h=4e152dc1f43555eaf3ed9ae3b6c7c9b48af0efec;hb=HEAD#l41
<karlp> that sounds like it's the right method, but trying to build the package is crashing on failing to compile cryptodev-linux?
<jow> karlp: yeah, the old bug
<karlp> which certainly didnt' fail when I built the images at the time,
<karlp> oh, is this an sdk bug that I've managed to successfully "archive" as a present to my current self?
<jow> no I guess its still unfixed, just worked around on our buildbots
<karlp> well, might be fixed, this is a 19.07 based build.
<karlp> what's the buildbot workaround?
<jow> ensure that libelf-dev is present when building the SDK
<jow> TLDR; if SDK is built on a host without eligible libelf, it is built without working objtool
<karlp> ok, so this sdk was built a year ago as part of the release process at the time, so it's ~unfixably flawed now then?
<jow> if that SDK is then executed on a host *with* a suitable libelf, kernel stack protection stuff is getting enabled, requiring not present objtool, failing all kmod builds
<jow> dirty workaround here: https://pastebin.com/0WXQdeiR
<jow> (needs to be applied to the SDK)
<karlp> wow, that soundsd awkward and hard to have tracked down :|
cbeznea has quit [Quit: Leaving.]
<jow> yeah, and the best thing is that it regularily pops up again because people love to randomly shuffle stzuff in tools/
<jow> libelf among it
cbeznea has joined #openwrt-devel
<karlp> hrm, that didn't _quite_ work. I get the warning, but still end up in: https://paste.jvnv.net/view/lliON
<karlp> gonna try a clean first,
<jow> can't you skip it with IGNORE_ERRORS=m ?
<karlp> didn't even know about that one :)
<karlp> but yes, it appears to be progressing further now? yay, thanks.
<karlp> bleh, now it's openssl failing because there's no crypto/cryptodev.h.
<karlp> Is hould just reboot this device and pretend it didn't happen....
lucenera has quit [Quit: The Lounge - https://thelounge.chat]
lucenera has joined #openwrt-devel
<stintel> mangix: I don't use perl so I'm not going to spend time on it
clayface_ has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
SamantazFox is now known as Guest2476
SamantazFox has joined #openwrt-devel
Guest2476 has quit [Ping timeout: 480 seconds]
SamantazFox has quit [Ping timeout: 480 seconds]
robimarko_ has joined #openwrt-devel
ekathva has quit [Remote host closed the connection]
ekathva has joined #openwrt-devel
dangole has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
ekathva_ has joined #openwrt-devel
goliath has joined #openwrt-devel
ekathva__ has joined #openwrt-devel
ekathva has quit [Ping timeout: 480 seconds]
ekathva_ has quit [Ping timeout: 480 seconds]
ekathva__ has quit [Ping timeout: 480 seconds]
ekathva__ has joined #openwrt-devel
kkurbjun has quit [Ping timeout: 480 seconds]
ekathva__ has quit [Quit: Leaving]
Tapper has joined #openwrt-devel
minimal has joined #openwrt-devel
Grommish_ has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
Grommish has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
cbeznea has quit [Quit: Leaving.]
noltari has quit [Quit: Bye ~ Happy Hacking!]
noltari has joined #openwrt-devel
danitool has joined #openwrt-devel
ecloud has quit [Ping timeout: 480 seconds]
shibboleth has joined #openwrt-devel
ecloud has joined #openwrt-devel
kkurbjun has joined #openwrt-devel
cbeznea has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_mediatek.html has been updated. (60.0% images and 98.2% packages reproducible in our current test framework.)
cbeznea has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
Grommish_ is now known as Grommish
srslypascal is now known as Guest2510
srslypascal has joined #openwrt-devel
Guest2510 has quit [Ping timeout: 480 seconds]
dedeckeh has quit [Quit: Page closed]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
pekster has quit [Remote host closed the connection]
pekster has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
robimarko_ has quit [Quit: Leaving]
kenny has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
Misanthropos has quit [Ping timeout: 480 seconds]
Misanthropos has joined #openwrt-devel
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
dangole has quit [Ping timeout: 480 seconds]