Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread glen lee
Hi Punit Vara, I cannot find build errors on my build machines. According the log which you have posted before says *wilc is undeclared in the function init_wilc_driver, which means WILC_SPI is selected because one of SPI or SDIO should be chosen at the moment. Hence, struct wilc *wilc should

[PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Shailendra Verma
From: Shailendra Verma The module end boundary check is not proper.The out of bound value of module end can produce undesired results. Signed-off-by: Shailendra Verma Reviewed-by: Ravikant Bijendra Sharma --- linux-4.3-rc6/arch/arm/mm/pageattr.c |2 +- 1 file changed, 1 insertion(+), 1 de

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread Dan Carpenter
On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote: > Hi Punit Vara, > > I cannot find build errors on my build machines. > > According the log which you have posted before says *wilc is undeclared in > the function init_wilc_driver, > which means WILC_SPI is selected because one of SPI or

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread punit vara
On Mon, Nov 9, 2015 at 1:48 PM, Dan Carpenter wrote: > On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote: >> Hi Punit Vara, >> >> I cannot find build errors on my build machines. >> >> According the log which you have posted before says *wilc is undeclared in >> the function init_wilc_driv

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread glen lee
On 2015년 11월 09일 17:18, Dan Carpenter wrote: On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote: Hi Punit Vara, I cannot find build errors on my build machines. According the log which you have posted before says *wilc is undeclared in the function init_wilc_driver, which means WILC_SP

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread punit vara
On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote: > > On 2015년 11월 09일 17:18, Dan Carpenter wrote: >> >> On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote: >>> >>> Hi Punit Vara, >>> >>> I cannot find build errors on my build machines. >>> >>> According the log which you have posted before sa

[PATCH] drivers: staging: fbtft: Removed the whitespace

2015-11-09 Thread Anjali Menon
Remove the whitespace before declaration detected by checkpatch.pl ERROR: space prohibited before that close parenthesis Signed-off-by: Anjali Menon --- drivers/staging/fbtft/fbtft-bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-bus.c b

Re: [PATCH] drivers: staging: fbtft: Removed the whitespace

2015-11-09 Thread kbuild test robot
Hi Anjali, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.3 next-20151109] url: https://github.com/0day-ci/linux/commits/Anjali-Menon/drivers-staging-fbtft-Removed-the-whitespace/20151109-172010 config: x86_64-randconfig-x015-201545 (attached as .config

BUSINESS OPPORTUNITY

2015-11-09 Thread Jason White
26 YEAR OLD U.S. COMPANY NEEDS DISTRIBUTORS IN MANY COUNTRIES for our amazing slip-resistant floor product. One 30 minute application with our Amazing Anti-Slip Floor Treatment will make floors slip-resistant and safe for 4 years - Guaranteed! Use Indoors or Outdoors No Change in Appearance Som

Re: [PATCH] drivers: staging: fbtft: Removed the whitespace

2015-11-09 Thread Dan Carpenter
Did you try to compile this? regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread glen lee
On 2015년 11월 09일 18:05, punit vara wrote: On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote: On 2015년 11월 09일 17:18, Dan Carpenter wrote: On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote: Hi Punit Vara, I cannot find build errors on my build machines. According the log which you have

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread punit vara
On Mon, Nov 9, 2015 at 3:31 PM, glen lee wrote: > > > On 2015년 11월 09일 18:05, punit vara wrote: >> >> On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote: >>> >>> On 2015년 11월 09일 17:18, Dan Carpenter wrote: On Mon, Nov 09, 2015 at 05:02:48PM +0900, glen lee wrote: > > Hi Punit Vara,

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread Sudip Mukherjee
On Mon, Nov 09, 2015 at 03:43:38PM +0530, punit vara wrote: > On Mon, Nov 9, 2015 at 3:31 PM, glen lee wrote: > > > > > > On 2015년 11월 09일 18:05, punit vara wrote: > >> > >> On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote: > >>> > >>> On 2015년 11월 09일 17:18, Dan Carpenter wrote: > > On M

Re: [PATCH v2 03/11] staging: fsl-mc: Added generic MSI support for FSL-MC devices

2015-11-09 Thread Marc Zyngier
On 06/11/15 23:20, Jose Rivera wrote: [...] >>> +static void __fsl_mc_msi_write_msg(struct fsl_mc_device *mc_bus_dev, >>> + struct fsl_mc_device_irq *mc_dev_irq) { >>> + int error; >>> + struct fsl_mc_device *owner_mc_dev = mc_dev_irq->mc_dev; >>> + struct msi_d

Re: [PATCH 1/9] Staging: lustre: dir: Replace function calls

2015-11-09 Thread Drokin, Oleg
On Nov 7, 2015, at 2:41 AM, Shivani Bhardwaj wrote: > Replace the calls of the function ll_finish_md_op_data() with the > standard function kfree(). For functions like this that have meaningflul name and also might include additional logic (even though they don't now), does it make sense to do t

Re: [lustre-devel] [PATCH] staging: lustre: export cfs_str2mask

2015-11-09 Thread Drokin, Oleg
On Nov 8, 2015, at 11:34 AM, James Simmons wrote: > We need cfs_str2mask exported for our server code. > Even with the server code not available upstream > it would be nice to use the upstream code on Lustre > servers. > > Signed-off-by: James Simmons > --- > .../staging/lustre/lustre/libcfs/li

Re: [PATCH] staging: lustre: Handle nodemask on UMP machines

2015-11-09 Thread Sudip Mukherjee
On Sun, Nov 08, 2015 at 11:34:55AM -0500, James Simmons wrote: > For UMP and SMP machines the struct cfs_cpt_table are > defined differently. In the case handled by this patch > nodemask is defined as a integer for the UMP case and > as a pointer for the SMP case. This will cause a problem > for os

Re: [PATCH 1/9] Staging: lustre: dir: Replace function calls

2015-11-09 Thread Dan Carpenter
If we ever need the wrapper, we can add it again. These wrappers only hurt readability because they trick you into thinking there is some reference counting or something but it's just an ordinary kfree(). regards, dan carpenter ___ devel mailing list d

[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

2015-11-09 Thread maomao
Fix up block comments to make a trailing */ on a separate line Signed-off-by: maomao --- drivers/staging/comedi/comedi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h index 66edda1..ec5e59c 100644 --- a/dri

Re: [PATCH 8/9] Staging: lustre: llite_lib: Remove wrapper function

2015-11-09 Thread Michał Kępień
> Remove the function ll_finish_md_op_data() and replace all its calls > with the standrd function ll_finish_md_op_data(). I believe you meant to write "standard function kfree()". -- Best regards, Michał Kępień ___ devel mailing list de...@linuxdriver

Re: [PATCH 1/4] staging: comedi: use kmalloc_array instead of kmalloc

2015-11-09 Thread Ian Abbott
On 08/11/15 14:17, Geliang Tang wrote: Use kmalloc_array instead of kmalloc to allocate memory for an array. Signed-off-by: Geliang Tang --- drivers/staging/comedi/drivers/amplc_pci224.c | 8 drivers/staging/comedi/drivers/ni_670x.c | 5 +++-- 2 files changed, 7 insertions(+),

[PATCH] iio: adc: mxs-lradc: Prefer using the BIT macro

2015-11-09 Thread Nizam Haider
Replaces bit shifting on 1 with the BIT(x) macro Signed-off-by: Nizam Haider --- drivers/staging/iio/adc/mxs-lradc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c index d997d9c..5f1375c 100644 --- a/

Re: [PATCH] iio: adc: mxs-lradc: Prefer using the BIT macro

2015-11-09 Thread kbuild test robot
Hi Nizam, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.3 next-20151109] url: https://github.com/0day-ci/linux/commits/Nizam-Haider/iio-adc-mxs-lradc-Prefer-using-the-BIT-macro/20151109-222735 config: sparc64-allyesconfig (attached as .config) reproduce

Re: [PATCH V2] Staging: wilc1000: Fix build break due to undeclared *wilc and implicit declaration of init_irq

2015-11-09 Thread punit vara
On Mon, Nov 9, 2015 at 3:53 PM, Sudip Mukherjee wrote: > On Mon, Nov 09, 2015 at 03:43:38PM +0530, punit vara wrote: >> On Mon, Nov 9, 2015 at 3:31 PM, glen lee wrote: >> > >> > >> > On 2015년 11월 09일 18:05, punit vara wrote: >> >> >> >> On Mon, Nov 9, 2015 at 2:25 PM, glen lee wrote: >> >>> >> >

Re: [PATCH] Staging: comedi: fix block comments coding style issue in comedi.h

2015-11-09 Thread Greg KH
On Mon, Nov 09, 2015 at 09:20:24PM +0800, maomao wrote: > Fix up block comments to make a trailing */ on a separate line > > Signed-off-by: maomao I need a "real" name here, and on the From: line in order to be able to accept this. Is this how you sign legal documents? thanks, greg k-h __

[PATCH] comedi: pcmmio: Fix coding style - use BIT macro

2015-11-09 Thread Ranjith
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith --- drivers/staging/comedi/drivers/pcmmio.c | 44 +++ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/staging/comedi/drivers/

[PATCH] comedi: comedi_parport: Fix coding style - use BIT macro

2015-11-09 Thread Ranjith
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith --- drivers/staging/comedi/drivers/comedi_parport.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/comedi_parport.c b/d

Re: [PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Jungseung Lee
Hi, 2015-11-09 16:57 GMT+09:00 Shailendra Verma : > From: Shailendra Verma > > The module end boundary check is not proper.The out of bound value > of module end can produce undesired results. > > Signed-off-by: Shailendra Verma > Reviewed-by: Ravikant Bijendra Sharma > --- > linux-4.3-rc6/arc

Re: [PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Russell King - ARM Linux
On Tue, Nov 10, 2015 at 12:35:50AM +0900, Jungseung Lee wrote: > Hi, > > 2015-11-09 16:57 GMT+09:00 Shailendra Verma : > > From: Shailendra Verma > > > > The module end boundary check is not proper.The out of bound value > > of module end can produce undesired results. > > > > Signed-off-by: Shai

[PATCH] comedi: ii_pci20kc: Fix coding style - use BIT macro

2015-11-09 Thread Ranjith
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith --- drivers/staging/comedi/drivers/ii_pci20kc.c | 70 +-- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/drivers/staging/comedi/drivers/

Re: [PATCH 8/9] Staging: lustre: llite_lib: Remove wrapper function

2015-11-09 Thread Shivani Bhardwaj
On Mon, Nov 9, 2015 at 7:07 PM, Michał Kępień wrote: >> Remove the function ll_finish_md_op_data() and replace all its calls >> with the standrd function ll_finish_md_op_data(). > > I believe you meant to write "standard function kfree()". > Yes. I am so sorry. Should I be sending the whole serie

RE: [PATCH 14/22] staging: comedi: adv_pci1710: support external analog output reference

2015-11-09 Thread Hartley Sweeten
On Friday, November 06, 2015 10:30 AM, Ian Abbott wrote: > On 05/11/15 19:03, Hartley Sweeten wrote: >> On Thursday, November 05, 2015 5:43 AM, Ian Abbott wrote: >>> On 04/11/15 16:55, H Hartley Sweeten wrote: The analog outputs can use an external reference to create the D/A output range

RE: [PATCH] comedi: ii_pci20kc: Fix coding style - use BIT macro

2015-11-09 Thread Hartley Sweeten
On Monday, November 09, 2015 9:26 AM, Ranjith wote: > BIT macro is used for defining BIT location instead of > shifting operator - coding style issue > > Signed-off-by: Ranjith This has already been fixed in by: commit c98f4011ebd41ab9ff15e1c52acc446e1ee7e191 staging: comedi: ii_pci20kc: prefer

RE: [PATCH] comedi: comedi_parport: Fix coding style - use BIT macro

2015-11-09 Thread Hartley Sweeten
On Monday, November 09, 2015 8:17 AM, Ranjith wrote: > BIT macro is used for defining BIT location instead of > shifting operator - coding style issue > > Signed-off-by: Ranjith > --- > drivers/staging/comedi/drivers/comedi_parport.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

RE: [PATCH] comedi: pcmmio: Fix coding style - use BIT macro

2015-11-09 Thread Hartley Sweeten
On Monday, November 09, 2015 8:09 AM, Ranjith wrote: > BIT macro is used for defining BIT location instead of > shifting operator - coding style issue > > Signed-off-by: Ranjith > --- > drivers/staging/comedi/drivers/pcmmio.c | 44 > +++ > 1 file changed, 22 inserti

[PATCH] comedi: me_daq: Fix coding style - use BIT macro

2015-11-09 Thread Ranjith
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith --- drivers/staging/comedi/drivers/me_daq.c | 134 +++ 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/drivers/staging/comedi/drivers/

RE: [PATCH] comedi: me_daq: Fix coding style - use BIT macro

2015-11-09 Thread Hartley Sweeten
On Monday, November 09, 2015 10:14 AM, Ranjith wrote: > BIT macro is used for defining BIT location instead of > shifting operator - coding style issue > > Signed-off-by: Ranjith This has already been fixed. Please base your patches on linux-next or Greg Kroah-Hartman's staging-next tree. Also,

Re: [PATCH] comedi: me_daq: Fix coding style - use BIT macro

2015-11-09 Thread Dan Carpenter
On Mon, Nov 09, 2015 at 10:43:56PM +0530, Ranjith wrote: > +#define ADC_GAIN_2 (BIT(5) & (~BIT(4))) It looks really weird to write it this way... regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driver

Re: [PATCH 14/22] staging: comedi: adv_pci1710: support external analog output reference

2015-11-09 Thread Ian Abbott
On 09/11/15 16:38, Hartley Sweeten wrote: On Friday, November 06, 2015 10:30 AM, Ian Abbott wrote: On 05/11/15 19:03, Hartley Sweeten wrote: On Thursday, November 05, 2015 5:43 AM, Ian Abbott wrote: On 04/11/15 16:55, H Hartley Sweeten wrote: The analog outputs can use an external reference t

RE: [PATCH 19/22] staging: comedi: adv_pci1710: fix counter 0 internal clock source

2015-11-09 Thread Hartley Sweeten
On Friday, November 06, 2015 10:22 AM, Ian Abbott wrote: > Just so we're on the same page, I downloaded the user manual from > http://support.advantech.com/support/SearchResult.aspx?keyword=PCI-1710&searchtabs=Manual > > Strangely, the date on the download page is 2015-10-28 which seems a bit > re

[PATCH] comedi: pcmmio: Fix coding style - use BIT macro

2015-11-09 Thread Ranjith T
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith T --- drivers/staging/comedi/drivers/pcmmio.c | 44 +++ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/staging/comedi/driver

[PATCH] comedi: comedi_parport: Fix coding style - use BIT macro

2015-11-09 Thread Ranjith T
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith T --- drivers/staging/comedi/drivers/comedi_parport.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/comedi_parport.c b

[PATCH] comedi: ni_6527: Fix coding style - use BIT macro

2015-11-09 Thread Ranjith T
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith T --- drivers/staging/comedi/drivers/ni_6527.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/comedi/drivers/ni_6

[PATCH] staging: lustre: acl: Remove lustre_posix_acl_xattr_free wrapper

2015-11-09 Thread Shivani Bhardwaj
Remove the wrapper function lustre_posix_acl_xattr_free() and replace its call in the file xattr with the function kfree() that it wrapped. Also, its prototype from the header lustre_eacl is removed as it is no longer of any use. Signed-off-by: Shivani Bhardwaj --- drivers/staging/lustre/lustre/

RE: [PATCH 8/9] Staging: lustre: llite_lib: Remove wrapper function

2015-11-09 Thread Simmons, James A.
>On Mon, Nov 9, 2015 at 7:07 PM, Michał Kępień wrote: >>> Remove the function ll_finish_md_op_data() and replace all its calls >>> with the standrd function ll_finish_md_op_data(). >> >> I believe you meant to write "standard function kfree()". >> > >Yes. I am so sorry. Should I be sending the who

HALO

2015-11-09 Thread Rachel Rachael
Wie geht es Dir? Ist mir EMAIL DISCLAIMER The information contained in this message may be privileged and confidential, protected from disclosure, and/or intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, or an e

Re: [PATCH] staging: lustre: acl: Remove lustre_posix_acl_xattr_free wrapper

2015-11-09 Thread kbuild test robot
Hi Shivani, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.3 next-20151109] url: https://github.com/0day-ci/linux/commits/Shivani-Bhardwaj/staging-lustre-acl-Remove-lustre_posix_acl_xattr_free-wrapper/20151110-025757 coccinelle warnings: (new ones

[PATCH] staging: lustre: acl: fix ifnullfree.cocci warnings

2015-11-09 Thread kbuild test robot
drivers/staging/lustre/lustre/llite/xattr.c:199:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values. NULL check before some freeing functions

Re: [PATCH] staging: lustre: acl: fix ifnullfree.cocci warnings

2015-11-09 Thread Greg KH
On Tue, Nov 10, 2015 at 03:43:50AM +0800, kbuild test robot wrote: > drivers/staging/lustre/lustre/llite/xattr.c:199:2-7: WARNING: NULL check > before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive > or usb_free_urb is not needed. Maybe consider reorganizing relevant code

RE: linux-next network throughput performance regression

2015-11-09 Thread Simon Xiao
Thanks Eric to provide the data. I am looping Tom (as I am looking into his recent patches) and Olaf (from Suse). So, if I understand it correctly, you are running netperf with single TCP connection, and you got ~26Gbps initially and got ~30Gbps after turning the tx-usecs and tx-frames. Do you

Re: AnonHugePages Virtual Memory Commit bug

2015-11-09 Thread Greg KH
On Mon, Nov 09, 2015 at 02:08:01PM -0600, Prem Kumar wrote: > Dear All, > > Sorry to intervene and being rude and send this message directly to you folks. > I have made several attempts to reach to linux-ker...@vger.kernel.org and my > attempts have failed miserably and I have not be able make any

Re: [PATCH 1/9] drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c: use correct structure type name in sizeof

2015-11-09 Thread Laurent Pinchart
Hi Julia, Thank you for the patch. On Tuesday 29 July 2014 17:16:43 Julia Lawall wrote: > From: Julia Lawall > > Correct typo in the name of the type given to sizeof. Because it is the > size of a pointer that is wanted, the typo has no impact on compilation or > execution. > > This problem w

Re: [PATCH] /media/davinci_vpfe/dm365_resizer.c:Bug containing more than 80 characters in a line is fixed.

2015-11-09 Thread Laurent Pinchart
Hi Ravinder, Thank you for the patch. I'm afraid the patch doesn't apply on top of the mainline kernel. On Wednesday 19 August 2015 21:14:56 Ravinder Atla wrote: > Signed-off-by: Ravinder Atla > --- > drivers/staging/media/davinci_vpfe/dm365_resizer.c | 8 > 1 file changed, 4 insertio

Re: [PATCH 25/38] staging: media: davinci_vpfe: fix ipipe_mode type

2015-11-09 Thread Laurent Pinchart
Hi Andrzej, Thank you for the patch. On Monday 21 September 2015 15:33:57 Andrzej Hajda wrote: > The variable can take negative values. > > The problem has been detected using proposed semantic patch > scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1]. > > [1]: http://permalink.gmane

RE: [PATCH v2 03/11] staging: fsl-mc: Added generic MSI support for FSL-MC devices

2015-11-09 Thread Jose Rivera
> -Original Message- > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Monday, November 09, 2015 4:46 AM > To: Rivera Jose-B46482; gre...@linuxfoundation.org; a...@arndb.de; > de...@driverdev.osuosl.org; linux-ker...@vger.kernel.org > Cc: Yoder Stuart-B08248; katz Itai-RM05202; Pan

[PATCH 1/1] drivers:hv: Allow for MMIO claims that span ACPI _CRS records

2015-11-09 Thread jakeo
From: Jake Oshins This patch makes 16GB GPUs work in Hyper-V VMs, since, for compatibility reasons, the Hyper-V BIOS lists MMIO ranges in 2GB chunks in its root bus's _CRS object. Signed-off-by: Jake Oshins --- drivers/hv/vmbus_drv.c | 16 1 file changed, 16 insertions(+) dif

Re: [PATCH] staging: lustre: acl: fix ifnullfree.cocci warnings

2015-11-09 Thread Julia Lawall
On Mon, 9 Nov 2015, Greg KH wrote: > On Tue, Nov 10, 2015 at 03:43:50AM +0800, kbuild test robot wrote: > > drivers/staging/lustre/lustre/llite/xattr.c:199:2-7: WARNING: NULL check > > before freeing functions like kfree, debugfs_remove, > > debugfs_remove_recursive or usb_free_urb is not need

Re: linux-next network throughput performance regression

2015-11-09 Thread Eric Dumazet
On Mon, 2015-11-09 at 20:23 +, Simon Xiao wrote: > Thanks Eric to provide the data. I am looping Tom (as I am looking into his > recent patches) and Olaf (from Suse). > > So, if I understand it correctly, you are running netperf with single > TCP connection, and you got ~26Gbps initially and

[PATCH v3 3/3] staging/rdma/hfi1: Method to toggle "fast ECN" detection

2015-11-09 Thread ira . weiny
From: Vennila Megavannan Add a module paramter to toggle prescan/Fast ECN Detection and remove the Kconfig option which used to control this. Reviewed-by: Arthur Kepner Reviewed-by: Mike Marciniszyn Signed-off-by: Vennila Megavannan Signed-off-by: Ira Weiny --- Changes from V1: Redo co

[PATCH v2] staging/rdma/hfi1: set Gen3 half-swing for integrated devices

2015-11-09 Thread ira . weiny
From: Dean Luick Correctly set half-swing for integrated devices. A0 needs all fields set for CcePcieCtrl. B0 and later only need a few fields set. Reviewed-by: Stuart Summers Signed-off-by: Dean Luick Signed-off-by: Ira Weiny --- Changes from V1: Add comments concerning the very l

Re: [PATCH RESEND 11/11] staging/rdma/hfi1: Workaround to prevent corruption during packet delivery

2015-11-09 Thread Jubin John
On Fri, Nov 06, 2015 at 07:25:31PM -0800, Greg KH wrote: > On Fri, Nov 06, 2015 at 08:07:06PM -0500, Jubin John wrote: > > --- a/drivers/staging/rdma/hfi1/hfi.h > > +++ b/drivers/staging/rdma/hfi1/hfi.h > > @@ -1084,6 +1084,10 @@ struct hfi1_devdata { > > /* Save the enabled LCB error bits */ >

Re: [PATCH RESEND 10/11] staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid

2015-11-09 Thread Jubin John
> > - if (WARN_ON(vl > 8)) > > - return NULL; > > + /* NOTE This should only happen if SC->VL changed after the initial > > +* checks on the QP/AH > > +* Default will return engine 0 below > > +*/ > > + if (unlikely(vl >= num_vls)) { > > Can you prove that unl

Re: [PATCH v4 5/9] staging/rdma/hfi1: Add function stubs for TID caching

2015-11-09 Thread ira.weiny
On Fri, Nov 06, 2015 at 05:02:35PM -0800, Greg KH wrote: > On Fri, Oct 30, 2015 at 06:58:44PM -0400, ira.we...@intel.com wrote: > > From: Mitko Haralanov > > > > Add mmu notify helper functions and TID caching function stubs in > > preparation > > for the TID caching implementation. > > > > TID

[RESEND PATCH v4 2/3] staging/rdma/hfi1: Use parallel workqueue for SDMA engines

2015-11-09 Thread ira . weiny
From: Mike Marciniszyn The workqueue is currently single threaded per port which for a small number of SDMA engines is ok. For hfi1, the there are up to 16 SDMA engines that can be fed descriptors in parallel. Use alloc_workqueue with a workqueue limit of the number of sdma engines and with WQ_

Re: [PATCH v4 6/9] staging/rdma/hfi1: Implement Expected Receive TID caching

2015-11-09 Thread ira.weiny
On Fri, Nov 06, 2015 at 05:03:28PM -0800, Greg KH wrote: > On Fri, Oct 30, 2015 at 06:58:45PM -0400, ira.we...@intel.com wrote: > > From: Mitko Haralanov > > > > Expected receives work by user-space libraries (PSM) calling into the driver > > with information about the user's receive buffer and h

[RESEND PATCH v4 3/3] staging/rdma/hfi1: pre-compute sc and sde for RC/UC QPs

2015-11-09 Thread ira . weiny
From: Mike Marciniszyn Now that we have a multi-threaded work queue we precomputed and store the SC and SDE on RC and UC QPs for faster access. Reviewed-by: Dennis Dalessandro Signed-off-by: Mike Marciniszyn Signed-off-by: Ira Weiny --- This patch was previously sent as #9/9 but 5/9 failed.

[RESEND PATCH v4 1/3] staging/rdma/hfi1: move hfi1_migrate_qp

2015-11-09 Thread ira . weiny
From: Mike Marciniszyn Move hfi1_migrate_qp from ruc.c to qp.[hc] in prep for modifying the QP workqueue. Signed-off-by: Mike Marciniszyn Signed-off-by: Ira Weiny --- This patch was previously sent as #7/9 but 5/9 failed. I'm resending 7,8, and 9 as they did not explicitly depend on 5 and 6.

[PATCH v2 0/2] staging/rdma/hfi1: Miscellaneous Fixes

2015-11-09 Thread Jubin John
Updated these 2 patches based on feedback received. Changes in v2: - Removed volatile for receive context tail dummy address - Removed unlikely() in sdma_select_engine_vl() Ira Weiny (1): staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid Mark F. Brown (1): staging/rdma/

Re: [PATCH v4 5/9] staging/rdma/hfi1: Add function stubs for TID caching

2015-11-09 Thread Greg KH
On Mon, Nov 09, 2015 at 07:11:03PM -0500, ira.weiny wrote: > On Fri, Nov 06, 2015 at 05:02:35PM -0800, Greg KH wrote: > > On Fri, Oct 30, 2015 at 06:58:44PM -0400, ira.we...@intel.com wrote: > > > From: Mitko Haralanov > > > > > > Add mmu notify helper functions and TID caching function stubs in

[PATCH v2 2/2] staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid

2015-11-09 Thread Jubin John
From: Ira Weiny sdma_select_engine_vl only needs to protect itself from an invalid VL. Something higher up the stack should be warning the user when they try to use an SL which maps to an invalid VL. Reviewed-by: Dean Luick Reviewed-by: Mike Marciniszyn Reviewed-by: Kaike Wan Signed-off-by: I

[PATCH v2 1/2] staging/rdma/hfi1: Workaround to prevent corruption during packet delivery

2015-11-09 Thread Jubin John
From: Mark F. Brown Disabling one receive context when RX_DMA is receiving a packet can cause incorrect packet delivery for a subsequent packet on another receive context. This is resolved by doing the following: 1. Programming dummy tail address for every receive context before enabling it 2

RE: [lustre-devel] [PATCH] staging: lustre: export cfs_str2mask

2015-11-09 Thread Simmons, James A.
>> We need cfs_str2mask exported for our server code. >> Even with the server code not available upstream >> it would be nice to use the upstream code on Lustre >> servers. >> >> Signed-off-by: James Simmons >> --- >> .../staging/lustre/lustre/libcfs/libcfs_string.c |1 + >> 1 files changed,

Re: [PATCH 32/32] staging: wilc1000: remove host_int_get_rx_power_level

2015-11-09 Thread Shin, Austin
HI All, if you want, I would ship the board for you to verify. Anybody welcome. On 2015년 11월 8일 오전 8:51:12 Chaehyun Lim wrote: > This patch removes host_int_get_rx_power_level function definition and > declaration that is defined at host_interface.c and host_interface.h. > This function is defi

RE: [lustre-devel] [PATCH] staging: lustre: Handle nodemask on UMP machines

2015-11-09 Thread Simmons, James A.
>On Sun, Nov 08, 2015 at 11:34:55AM -0500, James Simmons wrote: >> For UMP and SMP machines the struct cfs_cpt_table are >> defined differently. In the case handled by this patch >> nodemask is defined as a integer for the UMP case and >> as a pointer for the SMP case. This will cause a problem >>

Re: [PATCH] arch:arm:mm:Correction in the boundary check for module end address.

2015-11-09 Thread Hillf Danton
> On Tue, Nov 10, 2015 at 12:35:50AM +0900, Jungseung Lee wrote: > > Hi, > > > > 2015-11-09 16:57 GMT+09:00 Shailendra Verma : > > > From: Shailendra Verma > > > > > > The module end boundary check is not proper.The out of bound value > > > of module end can produce undesired results. > > > > > >

Re: [PATCH 8/9] Staging: lustre: llite_lib: Remove wrapper function

2015-11-09 Thread Shivani Bhardwaj
On Tue, Nov 10, 2015 at 12:48 AM, Simmons, James A. wrote: >>On Mon, Nov 9, 2015 at 7:07 PM, Michał Kępień wrote: Remove the function ll_finish_md_op_data() and replace all its calls with the standrd function ll_finish_md_op_data(). >>> >>> I believe you meant to write "standard functio

[PATCH] staging: unisys: visorbus: visorbus_main.c: made checkpatch warning-free

2015-11-09 Thread Gavin O'Leary
Made visorbus_main.c checkpatch warning-free by fixing the comment style issues. Signed-off-by: Gavin O'Leary --- drivers/staging/unisys/visorbus/visorbus_main.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c

[PATCH v2 0/8] Remove wrapper function and clean up the code

2015-11-09 Thread Shivani Bhardwaj
This patchset removes an unnecessary wrapper function, its prototype and replaces all its calls in different files with the standard function that it wraps. After applying this patch, code becomes cleaner. Changes in v2: Fix commit message and merge a patch Shivani Bhardwaj (8): Staging

[PATCH v2 1/8] Staging: lustre: dir: Replace function calls

2015-11-09 Thread Shivani Bhardwaj
Replace the calls of the function ll_finish_md_op_data() with the standard function kfree(). Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch drivers/staging/lustre/lustre/llite/dir.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletion

[PATCH v2 2/8] Staging: lustre: file: Replace function calls with standard function

2015-11-09 Thread Shivani Bhardwaj
Replace the calls of the function ll_finish_md_op_data() with the standard function kfree(). Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch drivers/staging/lustre/lustre/llite/file.c | 24 1 file changed, 12 insertions(+)

[PATCH v2 3/8] Staging: lustre: namei: Replace calls with kfree

2015-11-09 Thread Shivani Bhardwaj
Replace the calls of the function ll_finish_md_op_data() with the standard function kfree(). Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch drivers/staging/lustre/lustre/llite/namei.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletion

[PATCH v2 4/8] Staging: lustre: xattr_cache: Change function calls to kfree

2015-11-09 Thread Shivani Bhardwaj
Change the calls of the function ll_finish_md_op_data() to the standard function kfree(). Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch drivers/staging/lustre/lustre/llite/xattr_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH v2 5/8] Staging: lustre: symlink: Substitute standard function

2015-11-09 Thread Shivani Bhardwaj
Substitute the standard function kfree() for the function ll_finish_md_op_data(). Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch drivers/staging/lustre/lustre/llite/symlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri

[PATCH v2 6/8] Staging: lustre: llite_nfs: Replace function calls with kfree

2015-11-09 Thread Shivani Bhardwaj
Replace the calls of the function ll_finish_md_op_data() with the standard function kfree(). Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch drivers/staging/lustre/lustre/llite/llite_nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[PATCH v2 7/8] Staging: lustre: llite_close: Substitute function calls

2015-11-09 Thread Shivani Bhardwaj
Substitute standard function kfree() in place of the function ll_finish_md_op_data(). Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch drivers/staging/lustre/lustre/llite/llite_close.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH v2 8/8] Staging: lustre: llite: Remove ll_finish_md_op_data wrapper

2015-11-09 Thread Shivani Bhardwaj
Remove the wrapper function ll_finish_md_op_data() and replace all its calls with the standard function kfree() that it wraps. Also, prototype of the function is removed as it is no longer of any use. Signed-off-by: Shivani Bhardwaj --- Changes in v2: Fix commit message and merge a patch

SHOULD WE RELEASE YOUR FUNDS TO MRS ANNE ROBINSON.

2015-11-09 Thread DR MARK CHARLES
NNPC DIRECTOR OF FINANCE 26 YORK STREET, LONDON W1U 6PZ,UNITED KINGDOM Email: accountverificat...@dr.com IN ASSOCIATION WITH THE OFFICE OF DIRECTOR OF FINANCE (NNPC) FOREIGN REMITTANCE DEPARTMENT TINUBU SQUARE,VICTORIA ISLAND, LAGOS-NIGERIA.NNPC CONTRACT. WE APOLOGISE FOR THE DELAY OF YOUR PAYMEN

SHOULD WE RELEASE YOUR FUNDS TO MRS ANNE ROBINSON.

2015-11-09 Thread DR MARK CHARLES
NNPC DIRECTOR OF FINANCE 26 YORK STREET, LONDON W1U 6PZ,UNITED KINGDOM Email: accountverificat...@dr.com IN ASSOCIATION WITH THE OFFICE OF DIRECTOR OF FINANCE (NNPC) FOREIGN REMITTANCE DEPARTMENT TINUBU SQUARE,VICTORIA ISLAND, LAGOS-NIGERIA.NNPC CONTRACT. WE APOLOGISE FOR THE DELAY OF YOUR PAYMEN

AWARD NOTIFICATION

2015-11-09 Thread DEAN JEFFERY
Belgrave House 76 Buckingham Palace Road London SW1W 9TQ, United Kingdom. Winning No: GUK/877/798/2015 Ticket No: GUK/699/33/2015 Notification: October 2015 GOOGLE ANNIVERSARY WINNING NOTIFICATION We wish to congratulate you on this note, for being part of our selected winners in our just conclu