Re: [PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-11 Thread Philip Prindeville
Comments... > On Feb 11, 2021, at 10:42 PM, Ilya Lipnitskiy > wrote: > > The following commit removed _STAT_VER definitions from glibc: > https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e142500324a34087ce179ae78e > > That subsequently broke fakeroot: > https://bugs.archli

[PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-11 Thread Ilya Lipnitskiy
The following commit removed _STAT_VER definitions from glibc: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e142500324a34087ce179ae78e That subsequently broke fakeroot: https://bugs.archlinux.org/task/69572 https://bugzilla.redhat.com/show_bug.cgi?id=1889862#c13 https://for

Re: [PATCH] fakeroot: fix to work with glibc 2.33

2021-02-11 Thread Ilya Lipnitskiy
Hi Felix, On Thu, Feb 11, 2021 at 2:39 AM Felix Fietkau wrote: > Defining _STAT_VER fixes the compile error and should work with binaries > compiled against old glibc, but I wonder if this also works with newer > binaries that now reference different functions. > Did you explicitly test that? Goo

OpenWrt 21.02 planning

2021-02-11 Thread Hauke Mehrtens
Hi, We just had our developer meeting and want to do branch the next release soon. I just want to coordinate the release planning here, the full meeting notes will be published later. We want to merge the mac80211 update to version 5.10 found here: https://git.openwrt.org/?p=openwrt/staging/h

RE: [PATCH] ath79/nand: fix factory image generation for Netgear boards

2021-02-11 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Fertser > Sent: Donnerstag, 11. Februar 2021 22:11 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Fertser ; Marcin Juszkiewicz open...@juszkiewicz.com.pl> > Subject: [PATC

[no subject]

2021-02-11 Thread Jonathan Lancett via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On 11/02/2021 21:28, Rafał Miłeck

Question about LuCI state (incl DSA) & request for testing

2021-02-11 Thread Rafał Miłecki
We're planning a 21.xx release and for a lot of our end users LuCI is an important part of OpenWrt. I'd like to ask: what's the current state of LuCI? One thing that probably requires some extra focus is DSA. Are there any remaining issues regarding it? I'd be also nice to get some extra LuCI tes

[PATCH] ath79/nand: fix factory image generation for Netgear boards

2021-02-11 Thread Paul Fertser
The factory images need to embed specific IDs to pass verification with the OEM firmware (including TFTP recovery), so they need to be per-device variables. Fixes: ab1584a797 ("ath79: netgear: trim down uImage customisations") Acked-By: Marcin Juszkiewicz Signed-off-by: Paul Fertser --- target/

[PATCH] mvebu: espressobin: drop COMPHY removement patch

2021-02-11 Thread Tomasz Maciej Nowak
There are proper workarounds merged to 5.4 stable tree for ESPRESSObin boards with older bootloader: 4e1a23779bde ("ata: ahci: mvebu: Make SATA PHY optional for Armada 3720") 40af962eb1d4 ("usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720") Signed-off-by: Tomasz Maciej Nowak ---

Re: [PATCH] fakeroot: fix to work with glibc 2.33

2021-02-11 Thread Felix Fietkau
Hi Ilya, On 2021-02-11 04:14, Ilya Lipnitskiy wrote: > The following commit removed _STAT_VER definitions from glibc: > https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e142500324a34087ce179ae78e > > That subsequently broke fakeroot: > https://bugs.archlinux.org/task/69572 >