<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.)
Tapper has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
minimal has quit [Quit: Leaving]
fblaese has quit [Quit: bye]
fblaese has joined #openwrt-devel
Tapper has joined #openwrt-devel
Grommish has joined #openwrt-devel
yolo has joined #openwrt-devel
<Grommish> neggles: ping
<Grommish> neggles: Any rust cargo package that is going to work should word with: cargo build -v --release --target $(RUSTC_TARGET_ARCH) as far as args? I know the -v is optional, but can you think of anything else that would be required?
<Grommish> neggles: I think I've got it setup so that an cargo package can be build as a OpenWrt package/host tool via $(call xxx/Compile/Cargo) in a standard define xxx/Compile section.. and it's setup so that anything that uses a Makefile wrapper for cargo should be handled correctly now
Tapper has quit [Ping timeout: 480 seconds]
mattytap_ has joined #openwrt-devel
mattytap has quit [Ping timeout: 480 seconds]
mattytap_ has quit [Remote host closed the connection]
mattytap has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
KGB-0 has quit []
KGB-0 has joined #openwrt-devel
<Slimey> is there a definitive list of what kernels dirty pipe is vulnerable with?
<Grommish> Slimey: The vulnerability was fixed in Linux 5.16.11, 5.15.25 and 5.10.102. <- https://dirtypipe.cm4all.com/
<Slimey> right
<Slimey> someone mentioned 4.8 as well but they cant tell me where they saw that at
<Grommish> Since 5.4 isn't on that list, I'd suspect it's still vulnerable
<Grommish> But I haven't tested it
<Grommish> of course, these devices run as root anyway :D so if they get in at all, it's pretty much game over
<Slimey> hmm and now i sure as hell cant find the email anymore
<Slimey> oh nm got it
<Grommish> Slimey: Two weeks ago, I found a vulnerability in the Linux kernel since version 5.8 commit f6dd975583bd Well.. That would clean 5.4 :D
<Slimey> im talking about 4.x
<Slimey> apparently our security person is stupid
<Grommish> Right, but if it wasn't introduced until 5.8...
<Slimey> yeah
<Grommish> But, you could check the 4.x tree for the commit
<Grommish> in case someone backported it
<Slimey> heh
<Slimey> bunch of cisco gear running 4.x kernels so i think they are okay unless cisco says otherwise
<Grommish> Cisco seems to be good with patches it seems, it's just getting poeple to apply them
<Slimey> aka fmc and dumpsterfire
GNUmoon has quit [Remote host closed the connection]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
GNUmoon has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
mattytap has quit [Read error: No route to host]
mattytap has joined #openwrt-devel
mattytap_ has joined #openwrt-devel
mattytap has quit [Ping timeout: 480 seconds]
mattytap__ has joined #openwrt-devel
mattytap_ has quit [Read error: Connection reset by peer]
mattytap_ has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
mattytap__ has quit [Read error: No route to host]
mattytap_ has quit [Remote host closed the connection]
mattytap_ has joined #openwrt-devel
Slimey has quit [Remote host closed the connection]
mattytap__ has joined #openwrt-devel
mattytap_ has quit [Read error: Connection reset by peer]
mattytap_ has joined #openwrt-devel
mattytap__ has quit [Ping timeout: 480 seconds]
mattytap__ has joined #openwrt-devel
mattytap_ has quit [Read error: Connection reset by peer]
mattytap_ has joined #openwrt-devel
mattytap__ has quit [Read error: No route to host]
mattytap__ has joined #openwrt-devel
mattytap_ has quit [Read error: Connection reset by peer]
mattytap_ has joined #openwrt-devel
Slimey has joined #openwrt-devel
mattytap__ has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
GNUmoon has quit [Ping timeout: 480 seconds]
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
GNUmoon has joined #openwrt-devel
ekathva has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
gladiac has joined #openwrt-devel
rmilecki has joined #openwrt-devel
mattytap__ has joined #openwrt-devel
mattytap_ has quit [Read error: Connection reset by peer]
danitool has joined #openwrt-devel
goliath has joined #openwrt-devel
<Pepes> I would rather say that this https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/spectre-bhb is more interesting than dirtypipe, which is already fixed in newer kernel version
Tapper has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
<mangix> Pepes: cortex a9 is missing :)
rua has joined #openwrt-devel
Tapper has joined #openwrt-devel
<Pepes> mangix: That's not unclear. Unfortunately. If you take a look here, it mentions A9 ttps://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability but it is missing on the previous site that A9 is affected or not.
<Pepes> oops, missing h in https. :(
minimal has joined #openwrt-devel
<neggles> Grommish: hello hi sorry
<neggles> i can't see any reason why that wouldn't work
<neggles> but you might want to have a CARGO_EXTRA_ARGS
<Grommish> neggles: nice. Thanks :) Seems to work, but I wanted to make sure I wasn't missing anything obvious
<Grommish> neggles: Or just CARGO_ARGS and preset them like i do in the the environmental and folks can just += if they need more
<neggles> yeah that'd be the way
<Grommish> I broke gdb in some way, if you're interested in carnage
<f00b4r0> what's the policy on backporting device support to 21.02?
<ynezz> f00b4r0: miminal changes, thus limit possible regressions as much as possible, so ideally just DTS and base-files boilerplate
<f00b4r0> ynezz: sounds good. How do I ask for backporting https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=eb38af788180d624e5b37aa5db1fe3766b138dc8 then? :)
<f00b4r0> politely, I assume :)
<ynezz> f00b4r0: git checkout openwrt-21.02; git cherry-pick -x eb38af788180; git mergetool; git format-patch -1; git send-email ...
<f00b4r0> oh so just a regular patch to the m-l. OK!
<ynezz> or GH PR
<f00b4r0> what's preferred? I'm flexible :)
<stintel> never used mergetool before o_O
<f00b4r0> me neither, that one is new for me :)
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
rsalvaterra_ has joined #openwrt-devel
rsalvaterra is now known as Guest1772
rsalvaterra_ is now known as rsalvaterra
Guest1773 has quit [Ping timeout: 480 seconds]
ekathva_ has joined #openwrt-devel
ekathva has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest1774
srslypascal has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Guest1774 has quit [Ping timeout: 480 seconds]
<rsalvaterra> Question about the (soon obsolete) fw3: how can I specify in UCI a custom rule in the forward chain of the *mangle* table?
<jow> table is selected by target
<jow> if target is MARK or DSCP, the rule will be put into the mangle table
<rsalvaterra> No TCPMSS target? :)
<jow> no
<rsalvaterra> I see, only CT, MARK and DSCP targets for the mangle table.
<rsalvaterra> https://git.openwrt.org/?p=project/firewall3.git;a=blob;f=rules.c;h=d506a961d845dd71576c0b87177c3cdcf4c0d9ff;hb=HEAD#l354
<rsalvaterra> I really wanted to have a single TCPMSS rule for all interfaces, like I have now, without having to rely on the iptables executable… :/
<rsalvaterra> Oh, well… I just tested the mtu_fix only on the wan zone and everyting seems to be working fine. I think I can live with it.
kenny has joined #openwrt-devel
KGB-2 has quit [Remote host closed the connection]
KGB-2 has joined #openwrt-devel
mattytap_ has joined #openwrt-devel
mattytap__ has quit [Read error: Connection reset by peer]
<jow> can we revert gdb before we branch off?
<jow> it's totally fucked up
<jow> remote debugging is broken
<jow> on target debugging is broken
mattytap__ has joined #openwrt-devel
<rsalvaterra> Ouch, that sucks. I'm not (yet?) a gdb user, but ack, for sure.
mattytap_ has quit [Ping timeout: 480 seconds]
<karlp> 11.2 vs 11.1 or 11.x vs 10.1?
Misanthropos has quit [Ping timeout: 480 seconds]
Misanthropos has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
Tapper has joined #openwrt-devel
fda has quit [Quit: ZNC - https://znc.in]
justin has joined #openwrt-devel
mattytap_ has joined #openwrt-devel
mattytap__ has quit [Read error: Connection reset by peer]
mattytap__ has joined #openwrt-devel
mattytap_ has quit [Ping timeout: 480 seconds]
justin has quit [Remote host closed the connection]
<Grommish> jow: So it isn't just me?
<Grommish> that actually is kind of comforting, in a weird way
Borromini has joined #openwrt-devel
noltari has quit [Read error: Connection reset by peer]
noltari has joined #openwrt-devel
torv has quit [Quit: torv]
torv has joined #openwrt-devel
<hauke> jow fine with me
GNUmoon has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#524](https://buildbot.openwrt.org/master/images/#builders/3/builds/524) of `at91/sam9x` completed successfully.
GNUmoon has joined #openwrt-devel
<Grommish> jow: Can you confirm whatever issues you are seeing with gdb/remote-gdb would explain https://forum.openwrt.org/t/scripts-remote-gdb-fails-with-gdb-error-xml-useforeigndtd-failed/122325 ?
srslypascal is now known as Guest1809
srslypascal has joined #openwrt-devel
srslypascal has quit []
<stintel> Grommish: hah, I've seen that too
<stintel> 02|09:14:47< stintel> anyone seen this before with gdbserver / remote-gdb? xml-support.c:567: internal-error: XML_UseForeignDTD failed: requested feature requires XML_DTD support in Expat
<Grommish> Good.. Then it probably isn't something I screwed up :D
Guest1809 has quit [Ping timeout: 480 seconds]
<Grommish> stintel: Did you ever get a resolution on it?
<stintel> nope
<Slimey> damnit spent all morning fixing a server, software issue
<Grommish> Slimey: I've been breaking Suricata.. It's gotten to the point they are just sending me patches to run and give output for :D
<Slimey> hah
lucenera has quit [Quit: The Lounge - https://thelounge.chat]
lucenera has joined #openwrt-devel
Borromini has quit [Quit: leaving]
<mangix> stintel: tools/expat pretty much disables everything. Just requires changing a setting or 2.
<mangix> Yeah, EXPAT_DTD is off.
rua has quit [Ping timeout: 480 seconds]
<Grommish> mangix: Anything else that would worthwhile to enable?
rua has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
danitool has quit [Read error: Connection reset by peer]
danitool has joined #openwrt-devel
GNUmoon has quit [Ping timeout: 480 seconds]
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
srslypascal has joined #openwrt-devel
srslypascal is now known as Guest1816
srslypascal has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
Guest1816 has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
guidosarducci_ has joined #openwrt-devel
piraty_ has joined #openwrt-devel
aiyion has joined #openwrt-devel
rua1 has joined #openwrt-devel
aiyion_ has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
Piraty has quit [Ping timeout: 480 seconds]
guidosarducci has quit [Ping timeout: 480 seconds]
\x has quit [Ping timeout: 480 seconds]
ekathva_ has quit [Remote host closed the connection]
\x has joined #openwrt-devel
bluew has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
cmonroe_ has joined #openwrt-devel
<owrt-snap-builds> Build [#485](https://buildbot.openwrt.org/master/images/#builders/16/builds/485) of `ath79/mikrotik` failed.
<mangix> Grommish: beats me. I don't use expat
xes has quit [Quit: bye..]
xes has joined #openwrt-devel
<Grommish> mangix: Thanks :) I don't either, but it was causing issues.. Appreciate it!
<mangix> Grommish: I *think* https://github.com/openwrt/openwrt/pull/9435 fixes your issues. The other expat is in the packages feed
<Grommish> mangix: It does.. I switched it on when you nentioned it.. I didn't realize there was tools/expat, I was looking at the expat/host in packages
<mangix> Grommish: there's a PR to remove expat/host. No point in it.
<Grommish> mangix: Makes sense.. redundant if it's also in tools/
GNUmoon has joined #openwrt-devel