Re: [PATCH 5.4 000/367] 5.4.257-rc1 review

2023-09-23 Thread Greg Kroah-Hartman
On Thu, Sep 21, 2023 at 09:16:57PM +0800, Sui Jingfeng wrote: > Hi, > > > On 2023/9/21 21:10, Sui Jingfeng wrote: > > return -ERR_PTR(-ENOMEM) > > > return ERR_PTR(-ENOMEM); Thanks, now fixed up. greg k-h

Re: [PATCH 5.4 000/367] 5.4.257-rc1 review

2023-09-21 Thread Sui Jingfeng
Hi, On 2023/9/21 21:10, Sui Jingfeng wrote: return -ERR_PTR(-ENOMEM) return ERR_PTR(-ENOMEM);

Re: [PATCH 5.4 000/367] 5.4.257-rc1 review

2023-09-21 Thread Sui Jingfeng
Hi, On 2023/9/21 20:08, Naresh Kamboju wrote: On Wed, 20 Sept 2023 at 14:25, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 5.4.257 release. There are 367 patches in this series, all will be posted as a response to this one. If anyone has any issues with these

Re: [PATCH 5.4 000/367] 5.4.257-rc1 review

2023-09-21 Thread Naresh Kamboju
On Wed, 20 Sept 2023 at 14:25, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.4.257 release. > There are 367 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. > > R