Re: feedback on mainlining wilc1000 staging driver

2018-08-16 Thread Ajay Singh
On Thu, 16 Aug 2018 13:53:50 +0300 Kalle Valo wrote: > Kalle Valo writes: > > > Ajay Singh writes: > > > >> Hi Greg, > >> > >> We all are working on submitting and reviewing patches for > >> wilc1000 in staging driver for quite some time. > >> > >> We would like to have feedback on the next

[PATCH] staging: mt7621-mmc: Use __func__ instead of __FUNCTION__ in dbg.h

2018-08-16 Thread Nishad Kamdar
Use the identifier __func__ instead of gcc specific __FUNCTION__ in dbg.h. Limit these lines to 80 characters. Issues found by checkpatch. Signed-off-by: Nishad Kamdar --- drivers/staging/mt7621-mmc/dbg.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/staging

[PATCH 4.18 03/22] x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()

2018-08-16 Thread Greg Kroah-Hartman
4.18-stable review patch. If anyone has any objections, please let me know. -- From: Vitaly Kuznetsov commit 110d2a7fc39725d2c29d2fede4f34a35a4f98882 upstream. Commit 1268ed0c474a ("x86/hyper-v: Fix the circular dependency in IPI enlightenment") pre-filled hv_vp_index with VP

ready for your photos

2018-08-16 Thread Kate Staples
Just want to do a quick check from your company. Do you have photos ready for editing? We mailing do cutting out for all kinds of photos, also masking or clipping path, depends on clients. Adding, removing and replacing objects / people from the photograph Adding / removing / correcting backgroun

Patch "x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()" has been added to the 4.18-stable tree

2018-08-16 Thread gregkh
This is a note to let you know that I've just added the patch titled x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() to the 4.18-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

Re: feedback on mainlining wilc1000 staging driver

2018-08-16 Thread Kalle Valo
Kalle Valo writes: > Ajay Singh writes: > >> Hi Greg, >> >> We all are working on submitting and reviewing patches for wilc1000 in >> staging driver for quite some time. >> >> We would like to have feedback on the next steps to bring wilc1000 >> driver closer to move into the wireless subsystem

Re: feedback on mainlining wilc1000 staging driver

2018-08-16 Thread Kalle Valo
Ajay Singh writes: > Hi Greg, > > We all are working on submitting and reviewing patches for wilc1000 in > staging driver for quite some time. > > We would like to have feedback on the next steps to bring wilc1000 > driver closer to move into the wireless subsystem tree. > > In summary, the fol

Re: [PATCH] staging: erofs: change 'unsigned' to 'unsigned int'

2018-08-16 Thread Chao Yu
On 2018/8/13 23:20, Leon Imhof wrote: > Fix coding style issue "Prefer 'unsigned int' to bare use of 'unsigned'" > detected by checkpatch.pl > > Signed-off-by: Leon Imhof Reviewed-by: Chao Yu > --- It would be better to indicate this patch is v2 one here and in subject-prefix. Thanks, > dr

Re: feedback on mainlining wilc1000 staging driver

2018-08-16 Thread Ajay Singh
Hi Greg, On Thu, 16 Aug 2018 08:43:54 +0200 Greg KH wrote: > On Thu, Aug 16, 2018 at 01:52:43AM +0530, Ajay Singh wrote: > > Hi Greg, > > > > We all are working on submitting and reviewing patches for wilc1000 > > in staging driver for quite some time. > > > > We would like to have feedback o