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
Hi,
On 2023/9/21 21:10, Sui Jingfeng wrote:
return -ERR_PTR(-ENOMEM)
return ERR_PTR(-ENOMEM);
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
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