Re: Requiring 2FA on OpenWrt GitHub organization

2021-04-11 Thread Etienne Champetier
Hi Paul, Le dim. 11 avr. 2021 à 21:07, Paul Spooren a écrit : > > I did so a week ago and asked everyone with direct emails to turn on 2FA. > Everyone who didn't respond after 3 weeks and multiple mails lost their > commit access. > > If there's someone with commit access and no 2FA, it was

Re: Requiring 2FA on OpenWrt GitHub organization

2021-04-11 Thread Paul Spooren
I did so a week ago and asked everyone with direct emails to turn on 2FA. Everyone who didn't respond after 3 weeks and multiple mails lost their commit access. If there's someone with commit access and no 2FA, it was added afterwards. -- Apr 11, 2021 4:52:22 AM Etienne Champetier :

Re: lantiq: upstream Linux efforts

2021-04-11 Thread Martin Blumenstingl 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 --- Hi Hauke, On Mon, Apr 12, 2021

[PATCH] imagebuilder: unset BINARY_FOLDER and DOWNLOAD_FOLDER in imagebuilder archive

2021-04-11 Thread Sven Roederer
Setting these folder during buildtime will embedd their location in the .config file. This results in trying to use the same subfolders on the (other) machine running the imagebuilder, where these might be not accessible at all. mkdir: cannot create directory '/mnt/build': Permission denied

Re: Requiring 2FA on OpenWrt GitHub organization

2021-04-11 Thread Philip Prindeville
Go for it. > On Apr 11, 2021, at 8:50 AM, Etienne Champetier > wrote: > > Hi All, > > There are currently 65 members in OpenWrt org, 58 of them with 2FA enabled. > Requiring 2FA would kick out the 7 users without 2FA, 6 of them have > no OpenWrt related activity for more than 2 or 3 years,

Re: lantiq: upstream Linux efforts

2021-04-11 Thread Hauke Mehrtens
Hi, On 4/11/21 7:51 PM, Martin Blumenstingl wrote: Hello everyone, you are included in this email because you have previously worked on patches for the Lantiq SoCs upstream. In the past updating the kernel version for the lantiq target in OpenWrt was an unpleasant task. There are many

[PATCH] gemini: Bump to kernel v5.10

2021-04-11 Thread Linus Walleij
Only two patches against mainline remains. Switch to v5.10 which works very nicely with all Gemini devices. Signed-off-by: Linus Walleij --- target/linux/gemini/Makefile | 2 +- target/linux/gemini/config-5.10 | 465 ++

lantiq: upstream Linux efforts

2021-04-11 Thread Martin Blumenstingl 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 --- Hello everyone, you are included

[sdwalker/sdwalker.github.io] e824e4: This week's update

2021-04-11 Thread Stephen Walker 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 --- Branch: refs/heads/master

Requiring 2FA on OpenWrt GitHub organization

2021-04-11 Thread Etienne Champetier
Hi All, There are currently 65 members in OpenWrt org, 58 of them with 2FA enabled. Requiring 2FA would kick out the 7 users without 2FA, 6 of them have no OpenWrt related activity for more than 2 or 3 years, I've emailed the 7th one privately. Anyone see any problem enforcing 2FA ? Best

[PATCH] valgrind: Fix compile problem with MIPS soft float

2021-04-11 Thread Hauke Mehrtens
valgrind does not compile any more when using a GCC 10 for MIPS with soft float. Just remove the parts which are generating assembler which would not work. Signed-off-by: Hauke Mehrtens --- .../patches/130-mips_fix_soft_float.patch | 68 +++ 1 file changed, 68 insertions(+)