atch/msgid/20190215123019.32283-1-ch...@chris-wilson.co.uk
Cc: # v3.19+
Signed-off-by: Baolin Wang
---
drivers/gpu/drm/i915/intel_fbdev.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_fbdev.c
b/drivers/gpu/drm/i915/intel_fbdev.c
index da2d30
With Arnd's script [1] help, I found some bugfixes in Spreadtrum 4.14 product
kernel, but missing in v4.14.141:
86fda90ab588 net: sctp: fix warning "NULL check before some freeing functions
is not needed"
25a09ce79639 ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
d9b308b1f8a1 drm/i915/fbdev:
On Thu, 5 Sep 2019 at 01:25, Greg KH wrote:
>
> On Tue, Sep 03, 2019 at 02:55:26PM +0800, Baolin Wang wrote:
> > From: Chris Wilson
> >
> > If we skipped all the connectors that were not part of a tile, we would
> > leave conn_seq=0 and conn_configured=0, convin
On Wed, 4 Sep 2019 at 21:19, Jani Nikula wrote:
>
> On Tue, 03 Sep 2019, Baolin Wang wrote:
> > From: Chris Wilson
> >
> > If we skipped all the connectors that were not part of a tile, we would
> > leave conn_seq=0 and conn_configured=0, convincing ourselves th
On 2025/3/7 21:54, Matthew Wilcox (Oracle) wrote:
This will be the replacement for shmem_writepage().
Signed-off-by: Matthew Wilcox (Oracle)
LGTM.
Reviewed-by: Baolin Wang
---
include/linux/shmem_fs.h | 7 ---
mm/shmem.c | 20 ++--
2 files changed
On 2025/3/7 21:54, Matthew Wilcox (Oracle) wrote:
Call swap_writeout() and shmem_writeout() from pageout() instead.
Signed-off-by: Matthew Wilcox (Oracle)
I tested shmem swap-out and swap-in with your patch set, and works well.
So feel free to add:
Reviewed-by: Baolin Wang
Tested-by