Re: [PATCH v2 1/2] staging: kpc2000: kpc_dma: rearrange lines exceeding 100 columns

2020-10-25 Thread Greg Kroah-Hartman
On Mon, Oct 26, 2020 at 09:34:53AM +0530, Deepak R Varma wrote: > On Wed, Oct 21, 2020 at 01:01:07PM +0530, Deepak R Varma wrote: > > Hello, > Requesting a review / ack of this patch. As I said in my previous email, to the outreachy list, if I have not applied something, it needs to be resent,

Re: [Outreachy kernel] Re: [PATCH v2 1/2] staging: kpc2000: kpc_dma: rearrange lines exceeding 100 columns

2020-10-25 Thread Matthew Wilcox
On Mon, Oct 26, 2020 at 09:34:53AM +0530, Deepak R Varma wrote: > > - dev_dbg(>pldev->dev, "Handling completed descriptor %p > > (acd = %p)\n", cur, cur->acd); > > + dev_dbg(>pldev->dev, "Handling completed descriptor %p > > (acd = %p)\n", > > + cur, > > +

Re: [PATCH v2 2/2] staging: kpc2000: kpc_dma: rename show function per convention

2020-10-25 Thread Deepak R Varma
On Wed, Oct 21, 2020 at 01:05:25PM +0530, Deepak R Varma wrote: Hello, Requesting a review / ack for this patch. Thank you, Deepak. > Rename show_engine_regs show function to engine_regs_show as per the > convention followed. The show function macro DEVICE_ATTR is replaced > by DEVICE_ATTR_RO.

Re: [PATCH v2 1/2] staging: kpc2000: kpc_dma: rearrange lines exceeding 100 columns

2020-10-25 Thread Deepak R Varma
On Wed, Oct 21, 2020 at 01:01:07PM +0530, Deepak R Varma wrote: Hello, Requesting a review / ack of this patch. Thank you, Deepak. > Reformat lines that exceed 100 column in length. Issue reported by > checkpatch script. > > Signed-off-by: Deepak R Varma > --- > Changes since v1: >- No

[staging:staging-testing] BUILD SUCCESS 119cf262a5235d9060c3f596c277c828533d18e6

2020-10-25 Thread kernel test robot
allmodconfig powerpc allnoconfig x86_64 randconfig-a001-20201025 x86_64 randconfig-a003-20201025 x86_64 randconfig-a002-20201025 x86_64 randconfig-a006-20201025 x86_64 randconfig-a005-20201025 x86_64

[driver-core:debugfs_cleanup] BUILD SUCCESS 2a1ed3b223489bd154c7c2760c953f3299e8ff5e

2020-10-25 Thread kernel test robot
allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a001-20201025 x86_64 randconfig-a003-20201025 x86_64 randconfig-a002-20201025 x86_64

Re: [Outreachy kernel] [PATCH v3] staging: rtl8192u: ieee80211: replace kmalloc/memset with kzalloc

2020-10-25 Thread Julia Lawall
On Sun, 25 Oct 2020, Elena Afanasova wrote: > Replace kmalloc + memset 0 by a call to kzalloc which zeroes memory too. > Found with Coccinelle. > > Signed-off-by: Elena Afanasova > --- > Changes in v3: > - use array_size() > Changes in v2: > - correct the subject line >

[PATCH v3] staging: rtl8192u: ieee80211: replace kmalloc/memset with kzalloc

2020-10-25 Thread Elena Afanasova
Replace kmalloc + memset 0 by a call to kzalloc which zeroes memory too. Found with Coccinelle. Signed-off-by: Elena Afanasova --- Changes in v3: - use array_size() Changes in v2: - correct the subject line - correct the commit message

Congratulation: You're a winner!

2020-10-25 Thread euro-millions.com
CONGRATULATION!!! With reference to the 1,350th EuroMillions draw which took place on Friday 28th August 2020 at 21:00 CEST (20:00 BST) and the winning numbers drawn were: Lucky numbers 7-12-16-17-31 Star Number 7-9 Millionaire Maker: MNHF52876 serial number MZNS47038 Prize credited to file

Re: [PATCH v2 net] staging: octeon: Drop on uncorrectable alignment or FCS error

2020-10-25 Thread Greg Kroah-Hartman
On Fri, Oct 16, 2020 at 12:18:58PM +0200, Alexander A Sverdlin wrote: > From: Alexander Sverdlin > > Currently in case of alignment or FCS error if the packet cannot be > corrected it's still not dropped. Report the error properly and drop the > packet while making the code around a little bit

Re: [PATCH v2] staging: rtl8192u: ieee80211: replace kmalloc/memset with kzalloc

2020-10-25 Thread Greg KH
On Fri, Oct 23, 2020 at 11:47:05AM -0700, Elena Afanasova wrote: > Replace kmalloc + memset 0 by a call to kzalloc which zeroes memory too. > Found with Coccinelle. > > Signed-off-by: Elena Afanasova > --- > Changes in v2: > - correct the subject line > - correct the commit message >

Re: [PATCH v2] staging: rtl8192e: replace kmalloc/memset with kzalloc

2020-10-25 Thread Greg KH
On Fri, Oct 23, 2020 at 12:01:47PM -0700, Elena Afanasova wrote: > Replace kmalloc + memset 0 by a call to kzalloc which zeroes memory too. > Found with Coccinelle. > > Signed-off-by: Elena Afanasova > --- > Changes in v2: > - correct the subject line > - correct the commit message >