On 27/11/2023 23:27, Jon Hunter wrote:
On Sun, 26 Nov 2023 15:46:45 +0000, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.140 release. There are 292 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Tue, 28 Nov 2023 15:43:06 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.140-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
Failures detected for Tegra ...
Test results for stable-v5.15: 10 builds: 10 pass, 0 fail 26 boots: 26 pass, 0 fail 94 tests: 93 pass, 1 fail
Linux version: 5.15.140-rc3-g659e62181100 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Test failures: tegra194-p2972-0000: boot.py
This is the same failure I see with v5.10.y, that new warnings are observed on Tegra due to commit "gpio: Don't fiddle with irqchips marked as immutable" ...
WARNING KERN gpio gpiochip0: (max77620-gpio): not an immutable chip, please consider fixing it! WARNING KERN gpio gpiochip1: (tegra194-gpio): not an immutable chip, please consider fixing it! WARNING KERN gpio gpiochip2: (tegra194-gpio-aon): not an immutable chip, please consider fixing it!
Jon