Re: [PATCH v7 02/24] dt-bindings: introduce silabs,wfx.yaml

2021-09-23 Thread Rob Herring
On Mon, 20 Sep 2021 18:11:14 +0200, Jerome Pouiller wrote: > From: Jérôme Pouiller > > Prepare the inclusion of the wfx driver in the kernel. > > Signed-off-by: Jérôme Pouiller > --- > .../bindings/net/wireless/silabs,wfx.yaml | 133 ++ > 1 file changed, 133 insertions(+) >

Re: [PATCH 4.9] staging: android: ion: fix page is NULL

2021-09-23 Thread Greg KH
On Thu, Sep 23, 2021 at 10:18:14PM +0800, Cheng Chao wrote: > Fixes: commit e7f63771b60e ("ION: Sys_heap: Add cached pool to spead up > cached buffer alloc") > the commit e7f63771b60e introduced the bug which didn't test page which maybe > NULL. > and previous logic was right. > > the e7f63771b6

Patch "staging: android: ion: fix page is NULL" has been added to the 4.9-stable tree

2021-09-23 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: android: ion: fix page is NULL to the 4.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: staging-android

[PATCH 4.9] staging: android: ion: fix page is NULL

2021-09-23 Thread Cheng Chao
Fixes: commit e7f63771b60e ("ION: Sys_heap: Add cached pool to spead up cached buffer alloc") the commit e7f63771b60e introduced the bug which didn't test page which maybe NULL. and previous logic was right. the e7f63771b60e has been merged in v4.8-rc3, only longterm 4.9.x has this bug, and othe

[PATCH 4.9] staging: android: ion: fix page is NULL

2021-09-23 Thread Cheng Chao
Fixes: commit e7f63771b60e ("ION: Sys_heap: Add cached pool to spead up cached buffer alloc") the commit e7f63771b60e introduced the bug which didn't test page which maybe NULL. and previous logic was right. the e7f63771b60e has been merged in v4.8-rc3, only longterm 4.9.x has this bug, and othe

Re: [PATCH] [PATCH 4.9] staging: android: ion: fix page is NULL

2021-09-23 Thread Greg KH
On Wed, Sep 22, 2021 at 08:17:15PM +0800, Cheng Chao wrote: > I notice that v4.9.283 has released, but this patch is not merged. > It's exactly a bug. Can you please resend this and include all of the information in this thread in the changelog comment explaining why this is only needed for this o