[PATCH net] selftests: rds: move test.py to TEST_FILES

2024-11-23 Thread Hangbin Liu
The test.py should not be run separately. It should be run via run.sh, which will do some sanity checks first. Move the test.py from TEST_PROGS to TEST_FILES. Reported-by: Maximilian Heyne Closes: https://lore.kernel.org/netdev/20241122150129.gb18...@dev-dsk-mheyne-1b-55676e6a.eu-west-1.amazon.c

Re: [PATCH net-next v11 15/23] ovpn: implement keepalive mechanism

2024-11-23 Thread Antonio Quartulli
On 22/11/2024 17:18, Sabrina Dubroca wrote: 2024-11-22, 10:41:26 +0100, Antonio Quartulli wrote: On 12/11/2024 14:20, Antonio Quartulli wrote: [...] +static int ovpn_peer_del_nolock(struct ovpn_peer *peer, +    enum ovpn_del_peer_reason reason) +{ +    switch (peer->ovpn->mode) { + 

Re: [PATCH net-next v11 05/23] ovpn: keep carrier always on

2024-11-23 Thread Antonio Quartulli
On 23/11/2024 23:25, Sergey Ryazanov wrote: On 21.11.2024 23:17, Antonio Quartulli wrote: On 20/11/2024 23:56, Sergey Ryazanov wrote: On 15.11.2024 16:13, Antonio Quartulli wrote: On 09/11/2024 02:11, Sergey Ryazanov wrote: On 29.10.2024 12:47, Antonio Quartulli wrote: An ovpn interface will

Re: [PATCH net-next v11 05/23] ovpn: keep carrier always on

2024-11-23 Thread Sergey Ryazanov
On 21.11.2024 23:17, Antonio Quartulli wrote: On 20/11/2024 23:56, Sergey Ryazanov wrote: On 15.11.2024 16:13, Antonio Quartulli wrote: On 09/11/2024 02:11, Sergey Ryazanov wrote: On 29.10.2024 12:47, Antonio Quartulli wrote: An ovpn interface will keep carrier always on and let the user deci

Re: [PATCH net-next v11 06/23] ovpn: introduce the ovpn_peer object

2024-11-23 Thread Sergey Ryazanov
On 21.11.2024 23:23, Antonio Quartulli wrote: On 21/11/2024 00:22, Sergey Ryazanov wrote: On 13.11.2024 12:03, Sabrina Dubroca wrote: 2024-11-13, 03:37:13 +0200, Sergey Ryazanov wrote: On 12.11.2024 19:31, Sabrina Dubroca wrote: 2024-11-10, 15:38:27 +0200, Sergey Ryazanov wrote: On 29.10.202

Re: [PATCHv2 net 2/2] selftests/rtnetlink.sh: add mngtempaddr test

2024-11-23 Thread David Ahern
On 11/20/24 2:51 AM, Hangbin Liu wrote: > Add a test to check the temporary address could be added/removed > correctly when mngtempaddr is set or removed/unmanaged. > > Signed-off-by: Sam Edwards > Signed-off-by: Hangbin Liu > --- > tools/testing/selftests/net/rtnetlink.sh | 95

Re: [PATCHv2 net 1/2] net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged

2024-11-23 Thread David Ahern
On 11/20/24 2:51 AM, Hangbin Liu wrote: > RFC8981 section 3.4 says that existing temporary addresses must have their > lifetimes adjusted so that no temporary addresses should ever remain "valid" > or "preferred" longer than the incoming SLAAC Prefix Information. This would > strongly imply in Linu

Re: [PATCH] dt-bindings: arm: qcom,ids: add board ID for CDP

2024-11-23 Thread Krzysztof Kozlowski
On Sat, Nov 23, 2024 at 07:15:47AM +, Raymond Hackley wrote: > Add board ID for Core Development Platform (CDP). > > Signed-off-by: Raymond Hackley > --- > include/dt-bindings/arm/qcom,ids.h | 1 + > 1 file changed, 1 insertion(+) > Where is any user of this? Sorry, this define is obsolete

Re: [PATCH v4 4/6] iio: light: stk3310: use dev_err_probe where possible

2024-11-23 Thread Jonathan Cameron
On Tue, 12 Nov 2024 18:11:37 -0500 Aren wrote: > On Tue, Nov 12, 2024 at 11:15:54AM +0100, Uwe Kleine-König wrote: > > Hello Andy, hello Aren, > > > > On Mon, Nov 11, 2024 at 11:44:51AM +0200, Andy Shevchenko wrote: > > > On Sun, Nov 10, 2024 at 04:34:30PM -0500, Aren wrote: > > > > On Sun,

Re: [PATCH v6 00/18] Implement DWARF modversions

2024-11-23 Thread Sedat Dilek
> BTW, I am testing with the latest kmod-git and pahole-git. > > I will give this a try when Linux v6.12.1 is released. > I have a prolonged build-time of +22,75 per cent. Compared gendwarfksyms-v5 + Linux-v6.12.0 VS. gendwarfksyms-v6 + Linux-v6.12.1 Is this a known issue? Best regards, -Sedat-

[PATCH v3 net] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()

2024-11-23 Thread Jinghao Jia
Under certain kernel configurations when building with Clang/LLVM, the compiler does not generate a return or jump as the terminator instruction for ip_vs_protocol_init(), triggering the following objtool warning during build time: vmlinux.o: warning: objtool: ip_vs_protocol_init() falls through