Re: [PATCH 2/9] kernel: change CONFIG_HW_RANDOM default to y

2023-04-30 Thread Felix Fietkau
On 29.04.23 08:08, Elliott Mitchell wrote: On Fri, Apr 28, 2023 at 10:29:29AM -0600, Philip Prindeville wrote: Why isn't this migrating upwards into target/linux/generic/config-5.15 and target/linux/generic/config-5.10 in that case? And for the platforms where it was turned off, like target/l

Re: [PATCH 2/9] kernel: change CONFIG_HW_RANDOM default to y

2023-04-30 Thread Philip Prindeville
> On Apr 29, 2023, at 12:08 AM, Elliott Mitchell wrote: > > On Fri, Apr 28, 2023 at 10:29:29AM -0600, Philip Prindeville wrote: >> Why isn't this migrating upwards into target/linux/generic/config-5.15 and >> target/linux/generic/config-5.10 in that case? >> >> And for the platforms where it

Re: Objective of OpenWRT/x86?

2023-04-30 Thread Philip Prindeville
> On Apr 28, 2023, at 11:18 PM, Elliott Mitchell wrote: > > On Fri, Apr 28, 2023 at 12:04:15PM -0600, Philip Prindeville wrote: >> >>> [snip] > >> See above: the radios and antennae I can get as add-ons for a Xeon-D 1U >> pizza box or even an APU6 mPCIe slot are vastly inferior to what ODM

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

2023-04-30 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 Home

Re: [PATCH] realtek: hpe_1920-8g: add phy-handle for SFP ports

2023-04-30 Thread Sander Vanheule
On Sat, 2023-03-11 at 21:34 +0100, Jan Hoffmann wrote: > The switch driver actually expects every port to have a PHY handle, and > several branches in the code determine if a port is valid by checking > for a non-zero phy field. > > Signed-off-by: Jan Hoffmann > --- Patch applied to master. Than

Re: [PATCH 0/4] realtek: fix multiple issues with L2 forwarding

2023-04-30 Thread Sander Vanheule
Hi Jan, On Sun, 2023-03-12 at 23:57 +0100, Jan Hoffmann wrote: >   realtek: fix standalone ports in presence of static fdb entries >   realtek: handle changed flags in VLAN configuration These patches are triggering checkpatch.pl. Could you resolve the style issues, so these things don't pollute

Re: [PATCH 1/4] realtek: properly update port masks when port leaves bridge

2023-04-30 Thread Sander Vanheule
Hi Jan, On Sun, 2023-03-12 at 23:57 +0100, Jan Hoffmann wrote: > Correctly update the isolation mask of the port being configured. The > port_bitmap variable should contain all other bridge members and needs > to be actually removed from the isolation mask instead of added to it. > > Also actuall