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

2023-03-11 Thread Jan Hoffmann
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 --- target/linux/realtek/dts-5.10/rtl8380_hpe_1920-8g.dts | 2 ++ target/linux/realtek/dts-5.15/rtl8

[PATCH uqmi v2] uqmi: avoid gcc-12.x false error reporting (storing the address of local variable 'complete' in '*req.complete')

2023-03-11 Thread Peter Seiderer
Avoid gcc-12.x false error reporting (req->complete is later reset to NULL in case of use of local complete): dev.c:217:23: error: storing the address of local variable 'complete' in '*req.complete' [-Werror=dangling-pointer=] 217 | req->complete = &complete; | ~

Reusable Github Actions and containers [Was: Re: [PATCH uci 2/2] CI: Add github action]

2023-03-11 Thread Petr Štetiar
Hauke Mehrtens [2023-03-09 00:18:10]: Hi, thanks for taking care, LGTM for a start. I'll just provide my past experience, something to consider as we're likely going to bump into those in the long term, so ideally take them into the account in the long term. > clang 14 generates debug informat

Re: [PATCH uci 1/2] fuzz: Compile using libstd++

2023-03-11 Thread Petr Štetiar
Hauke Mehrtens [2023-03-09 00:18:09]: Hi, > It looks like libfuzzer is compiled using libstd++ on Debian Bookworm > and not libc++. Using libc++ causes linking errors, use libstd++ > instead. so maybe this should be detected and decided at runtime? Otherwise this seems to just support Bookworm