On 3/16/24 13:57, Guenter Roeck wrote:
On 3/13/24 10:03, Sasha Levin wrote:
This is the start of the stable review cycle for the 4.19.310 release. There are 41 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 Fri Mar 15 05:04:34 PM UTC 2024. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/p... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below.
Thanks, Sasha
Pseudo-Shortlog of commits:
Arnd Bergmann (1): y2038: rusage: use __kernel_old_timeval
Guess this wasn't build tested on alpha, making it unbuildable on v4.19.y.
Building alpha:defconfig ... failed
Error log: arch/alpha/kernel/osf_sys.c: In function '__do_sys_old_adjtimex': arch/alpha/kernel/osf_sys.c:1274:43: error: passing argument 2 of 'put_tv_to_tv32' from incompatible pointer type
Following up on this, I now dropped build and boot testing of 'alpha' targets for v4.19.y.
Guenter