[PATCH v1] arm64: fix bug for reloading FPSIMD state after cpu power off

2014-08-30 Thread Leo Yan
Now arm64 defers reloading FPSIMD state, but this optimization also introduces the bug after cpu resume back from low power mode. The reason is after the cpu has been powered off, s/w need set the cpu's fpsimd_last_state to NULL so that it will force to reload FPSIMD state for the thread,

[PATCH] Staging: bcm: fixed a comment coding style issue

2014-08-30 Thread Anh Le
Fixed a C99 comment issue in InterfaceMisc.h. Signed-off-by: Anh Le --- drivers/staging/bcm/InterfaceMisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/InterfaceMisc.h b/drivers/staging/bcm/InterfaceMisc.h index efb6860..0e5e38b 100644 ---

Re: randconfig build error with next-20140829, in drivers/media/usb/dvb-usb/technisat-usb2.c

2014-08-30 Thread Luis R. Rodriguez
On Fri, Aug 29, 2014 at 09:19:42AM -0700, Jim Davis wrote: > Building with the attached random configuration file, > > LD init/built-in.o > drivers/built-in.o: In function `technisat_usb2_set_voltage': > technisat-usb2.c:(.text+0x3b4919): undefined reference to `stv090x_set_gpio' > make:

[PATCHv2 3/4] staging:lustre:lnet: lib-md.c erase C99 // comments

2014-08-30 Thread Janet Liu
After changing the comments format, the other error disappears. So silences two checkpatch errors: ERROR: do not use C99 // comments ERROR: trailing statements should be on next line Signed-off-by: Janet Liu --- drivers/staging/lustre/lnet/lnet/lib-md.c |6 +++--- 1 file changed, 3

[PATCHv2 1/4] staging:lustre:lnet: lib-md.c make line not over 80 characters

2014-08-30 Thread Janet Liu
Reduce the following checkpatch warnings: WARNING: line over 80 characters Signed-off-by: Janet Liu --- drivers/staging/lustre/lnet/lnet/lib-md.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/lib-md.c

Re: [RFC PATCH] gpiolib: Provide and export gpiod_export_name

2014-08-30 Thread Alexandre Courbot
On Fri, Aug 29, 2014 at 10:37 AM, Guenter Roeck wrote: > On Fri, Aug 29, 2014 at 10:00:47AM -0700, Alexandre Courbot wrote: >> On Thu, Aug 28, 2014 at 10:54 PM, Guenter Roeck wrote: >> > On 08/28/2014 10:44 PM, Linus Walleij wrote: >> >> >> >> On Mon, Aug 11, 2014 at 5:20 PM, Alexandre Courbot

Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Greg Kroah-Hartman
On Sun, Aug 31, 2014 at 03:16:48AM +0300, Ramon Fried wrote: > This patch fixes the following checkpatch.pl warnings: > > WARNING: Possible unnecessary 'out of memory' message > #146: FILE: ./xlr_net.c:146: > + if (!skb) { > + pr_err("SKB allocation failed\n"); > > WARNING:

[PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Ramon Fried
This patch fixes the following checkpatch.pl warnings: WARNING: Possible unnecessary 'out of memory' message #146: FILE: ./xlr_net.c:146: + if (!skb) { + pr_err("SKB allocation failed\n"); WARNING: Missing a blank line after declarations #1107: FILE: ./xlr_net.c:1107: +

[GIT PULL] please pull file locking changes for v3.17 (pile #3)

2014-08-30 Thread Jeff Layton
The following changes since commit 5317821c08533e5f42f974e4e68e092beaf099b1: Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata (2014-08-21 14:26:27 -0700) are available in the git repository at: git://git.samba.org/jlayton/linux.git

[RFC PATCH v5] tpm_tis: verify interrupt during init

2014-08-30 Thread Scot Doyle
On Sat, 30 Aug 2014, Jason Gunthorpe wrote: > On Fri, Aug 29, 2014 at 11:59:32PM +, Scot Doyle wrote: > >> I tried calling tpm_get_timeouts only during the interrupt test, but again >> was timed out after 30 seconds. The interrupt wait in tis_send calls >> tpm_calc_ordinal_duration, which

Re: scsi_debug module deadlock on 3.17-rc2

2014-08-30 Thread Douglas Gilbert
On 14-08-30 04:56 PM, Milan Broz wrote: Hi, I am using scsi_debug in cryptsetup testsuite and with recent 3.17-rc kernel it deadlocks on rmmod of scsi_debug module. For me even this simple reproducer causes deadlock: modprobe scsi_debug dev_size_mb=16 sector_size=512 num_tgts=1

Re: [PATCH v10 00/21] Support ext4 on NV-DIMMs

2014-08-30 Thread Christian Stroetmann
On the 28th of August 2014 at 09:17, Dave Chinner wrote: On Wed, Aug 27, 2014 at 02:30:55PM -0700, Andrew Morton wrote: On Wed, 27 Aug 2014 16:22:20 -0500 (CDT) Christoph Lameter wrote: Some explanation of why one would use ext4 instead of, say, suitably-modified ramfs/tmpfs/rd/etc? The

Re: patch "staging: remove nokia_hp4p driver

2014-08-30 Thread Marcel Holtmann
Hi Pavel, >>> What is going on here? I get flamed for not cleaning up the driver, >>> because I cleaned it up before merging to -staging. Ok, so I did more >>> cleanups, sent 3 cleanup patches, no reaction on those, and now I got >>> a note that you are going to remove the driver...? >> >> For

Re: [PATCH v3 1/5] seq_file: provide an analogue of print_hex_dump()

2014-08-30 Thread Al Viro
On Mon, Aug 25, 2014 at 12:03:11PM +0300, Andy Shevchenko wrote: > The new seq_hex_dump() is a complete analogue of print_hex_dump(). > > We have few users of this functionality already. It allows to reduce their > codebase. I really don't like the stack footprint. > + unsigned char

Re: patch "staging: remove nokia_hp4p driver

2014-08-30 Thread Greg KH
On Sun, Aug 31, 2014 at 12:44:30AM +0200, Pavel Machek wrote: > Hi! > > > > > > > What is going on here? I get flamed for not cleaning up the driver, > > > because I cleaned it up before merging to -staging. Ok, so I did more > > > cleanups, sent 3 cleanup patches, no reaction on those, and now

Re: patch "staging: remove nokia_hp4p driver

2014-08-30 Thread Pavel Machek
Hi! > > > > What is going on here? I get flamed for not cleaning up the driver, > > because I cleaned it up before merging to -staging. Ok, so I did more > > cleanups, sent 3 cleanup patches, no reaction on those, and now I got > > a note that you are going to remove the driver...? > > For the

Re: sparc64 WARNING: at mm/mmap.c:2757 exit_mmap+0x13c/0x160()

2014-08-30 Thread Aaro Koskinen
Hi, On Mon, Aug 18, 2014 at 10:38:50AM -0700, David Miller wrote: > All patches are in 3,17-rc1 FYI, the warning/bug still triggers with 3.17-rc2 during GCC bootstrap: [94075.963753] [ cut here ] [94076.018105] WARNING: CPU: 0 PID: 17192 at

Confidential Respond.

2014-08-30 Thread BintouSawadogo
Good Day, I am Mrs. Bintou Sawadogo director auditing and accounting department" bank Here in Ouagadougou, Burkina Faso .I discovered the sum of seven million, two hundred thousand dollars (usd7.2) belonging to a deceased customer of this bank the fund has been lying in a suspense account without

RE: [PATCH v2 4/6] block: loop: say goodby to bio

2014-08-30 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Ming Lei > Sent: Saturday, 30 August, 2014 11:08 AM > To: Jens Axboe; linux-kernel@vger.kernel.org; Dave Kleikamp > Cc: Zach Brown; Christoph Hellwig; Maxim

RE: [PATCH v2 3/6] block: loop: convert to blk-mq

2014-08-30 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Ming Lei > Sent: Saturday, 30 August, 2014 11:08 AM > To: Jens Axboe; linux-kernel@vger.kernel.org; Dave Kleikamp > Cc: Zach Brown; Christoph Hellwig; Maxim

Re: [PATCH 3/4] staging: rtl8188eu: osdep_intf.h and usb_intf.c

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 11:22:56PM +0200, Miguel Oliveira wrote: > > Same comments as the previous ones, please redo all of these patches. > > > Should all the alterations be in one big single patch, insted of small ones? I don't know, I don't remember what this patch even contained given that it

Re: patch "staging: remove nokia_hp4p driver

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 11:30:22PM +0200, Pavel Machek wrote: > Hi! > > > This is a note to let you know that I've just added the patch titled > > > > staging: remove nokia_hp4p driver > > -Re: [PATCH v6] Bluetooth: Add hci_h4p driver > > > > to my staging git tree which can be found at > >

[PATCH v2] apf27dev: add max1027 in the dts

2014-08-30 Thread Philippe Reynes
Signed-off-by: Philippe Reynes --- arch/arm/boot/dts/imx27-apf27dev.dts | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) Changelog: v2: (thanks Alexander Shiyan for the feedback) - spi mode 0 is the default so no need to explicitly define it diff --git

Re: For review: user_namespace(7) man page

2014-08-30 Thread Eric W. Biederman
"Michael Kerrisk (man-pages)" writes: > Hello Eric et al., > > For various reasons, my work on the namespaces man pages > fell off the table a while back. Nevertheless, the pages have > been close to completion for a while now, and I recently restarted, > in an effort to finish them. As you

Re: /proc/diskstats buglet

2014-08-30 Thread Alexey Dobriyan
On Tue, Aug 26, 2014 at 09:01:28AM -0600, Jens Axboe wrote: > On 08/26/2014 09:00 AM, Alexey Dobriyan wrote: > > On Tue, Aug 26, 2014 at 5:55 PM, Jens Axboe wrote: > >> On 08/26/2014 08:47 AM, Alexey Dobriyan wrote: > >>> Found and reproduced some time ago, almost forgot about :-) > >>> > >>> In

[PATCH] x86/tsc trivial: Changes Fast TSC calibration failed from error to warning

2014-08-30 Thread Alexandre Demers
Most users see this message when booting without knowning that it is of mostly no importance and that TSC calibration may have succeeded by another way. As explained thoroufly by Paul Bolle in 2012 (http://lkml.iu.edu//hypermail/linux/kernel/1209.3/00224.html), "Fast TSC calibration failed"

Re: patch "staging: remove nokia_hp4p driver

2014-08-30 Thread Pavel Machek
Hi! > This is a note to let you know that I've just added the patch titled > > staging: remove nokia_hp4p driver > -Re: [PATCH v6] Bluetooth: Add hci_h4p driver > > to my staging git tree which can be found at > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > in the

Re: [PATCH 4/4] staging: rtl8188eu: rtw_debug.h

2014-08-30 Thread Miguel Oliveira
> > How does this change relate to what you said you were going to do above? > > confused, > That was a fix for a sparse warning that went on this patch acidenttly. Sorry about that. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 3/4] staging: rtl8188eu: osdep_intf.h and usb_intf.c

2014-08-30 Thread Miguel Oliveira
> Same comments as the previous ones, please redo all of these patches. > Should all the alterations be in one big single patch, insted of small ones? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH 02/12] staging/lustre/obdecho: remove metadata echo client

2014-08-30 Thread Oleg Drokin
From: Peng Tao The metadata echo client requires server support and should not have been included. Signed-off-by: Liu Xuezhao Signed-off-by: Peng Tao Signed-off-by: John L. Hammond Reviewed-on: http://review.whamcloud.com/2674 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-1330

[PATCH 03/12] staging/lustre/obdecho: remove #if 0-ed out regions

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" The landing of clio #if 0-ed out some regions of echo_client.c. Just remove these regions entirely. Signed-off-by: John L. Hammond Reviewed-on: http://review.whamcloud.com/5580 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2675 Reviewed-by: James Simmons

[PATCH 07/12] staging/lustre: remove md_object.h

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" The declarations from lustre/include/md_object.h are not used so remove them. Signed-off-by: John L. Hammond Signed-off-by: Oleg Drokin --- drivers/staging/lustre/lustre/fid/lproc_fid.c | 1 - drivers/staging/lustre/lustre/fld/fld_cache.c | 1 -

[PATCH 08/12] staging/lustre/mgc: remove server specific handlers

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" Remove the server specific set_info handlers (KEY_REGISTER_TARGET, KEY_SET_FS, KEY_CLEAR_FS) and supporting functions. Signed-off-by: John L. Hammond Signed-off-by: Oleg Drokin --- drivers/staging/lustre/lustre/mgc/mgc_request.c | 177 1 file

Re: [PATCH v2 6/9] usb: xhci: Add NVIDIA Tegra xHCI host-controller driver

2014-08-30 Thread Greg Kroah-Hartman
On Mon, Aug 18, 2014 at 10:08:22AM -0700, Andrew Bresticker wrote: > Add support for the on-chip xHCI host controller present on Tegra SoCs. > > The driver is currently very basic: it loads the controller with its > firmware, starts the controller, and is able to service messages sent > by the

[PATCH 05/12] staging/lustre/obdclass: remove lu_ucred.c

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" The functions exported by lustre/obdclass/lu_ucred.c are not used so remove that file. Signed-off-by: John L. Hammond --- drivers/staging/lustre/lustre/obdclass/Makefile | 3 +- drivers/staging/lustre/lustre/obdclass/lu_ucred.c | 107 -- 2 files

[PATCH 09/12] staging/lustre/obdclass: remove llog_test.ko

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" The llog_test module requires server support (it needs a local MGS to function) and should not have been included. Signed-off-by: John L. Hammond --- drivers/staging/lustre/lustre/obdclass/Makefile|2 +- drivers/staging/lustre/lustre/obdclass/llog_test.c | 1072

[PATCH 01/12] staging/lustre: Remove unused header libcfs_heap.h

2014-08-30 Thread Oleg Drokin
With removal of libcfs/heap.c, it's header can also go away now. Signed-off-by: Oleg Drokin --- .../staging/lustre/include/linux/libcfs/libcfs.h | 1 - .../lustre/include/linux/libcfs/libcfs_heap.h | 200 - drivers/staging/lustre/lustre/include/lustre_net.h | 1 -

[PATCH 10/12] staging/lustre/obdclass: remove llog_osd.c

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" llog_osd_ops is not used so remove it and its supporting methods. Signed-off-by: John L. Hammond --- drivers/staging/lustre/lustre/include/lustre_log.h |9 - drivers/staging/lustre/lustre/obdclass/Makefile|2 +-

[PATCH 04/12] staging/lustre/obdclass: remove idmap.c

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" The functions defined in lustre/include/lustre_idmap.h are not used so remove them. Signed-off-by: John L. Hammond Signed-off-by: Oleg Drokin --- .../staging/lustre/lustre/include/lustre_idmap.h | 104 - drivers/staging/lustre/lustre/obdclass/Makefile| 2

[PATCH 12/12] staging/lustre: remove unused som_attrs and hsm_attrs structures

2014-08-30 Thread Oleg Drokin
These structures are only used server-side to parse relevant attributes. Signed-off-by: Oleg Drokin --- .../lustre/lustre/include/lustre/lustre_idl.h | 37 - drivers/staging/lustre/lustre/ptlrpc/wiretest.c| 48 -- 2 files changed, 85 deletions(-)

[PATCH 11/12] staging/lustre/mdc: remove obsolete llog ioctl handlers

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" In mdc_iocontrol() remove the handlers for the obsolete llog ioctls OBD_IOC_PARSE, OBD_IOC_LLOG_INFO, and OBD_IOC_LLOG_PRINT. Signed-off-by: John L. Hammond Signed-off-by: Oleg Drokin --- drivers/staging/lustre/lustre/mdc/mdc_request.c | 15 --- 1 file

[PATCH 06/12] staging/lustre/obdclass: remove mea.c

2014-08-30 Thread Oleg Drokin
From: "John L. Hammond" The functions exported by lustre/obdclass/mea.c are not used so remove them. Signed-off-by: John L. Hammond --- drivers/staging/lustre/lustre/include/obd_class.h | 4 - drivers/staging/lustre/lustre/obdclass/Makefile | 2 +-

[PATCH 00/12] lustre: continues dead code removal

2014-08-30 Thread Oleg Drokin
This series of patches continues removal of unused code in lustre client tree. John L. Hammond (9): staging/lustre/obdecho: remove #if 0-ed out regions staging/lustre/obdclass: remove idmap.c staging/lustre/obdclass: remove lu_ucred.c staging/lustre/obdclass: remove mea.c

Re: [PATCH] staging: android: sw_sync.c: fix new line style issues

2014-08-30 Thread Greg KH
On Mon, Aug 25, 2014 at 08:35:31PM +0100, Koray Gulcu wrote: > Add two new lines that are missing after declerations as detected by > checkpatch.pl > > Signed-off-by: Koray Gulcu > --- > drivers/staging/android/sw_sync.c |2 ++ > 1 file changed, 2 insertions(+) 2 other people sent this

Re: [PATCH] staging: android: Add blank line after declaration

2014-08-30 Thread Greg KH
On Wed, Aug 20, 2014 at 04:19:19PM +0100, Purnendu Kapadia wrote: > Signed-off-by: Purnendu Kapadia > --- > drivers/staging/android/sync.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c > index e7b2e02..0d37495 100644 >

Re: [PATCH] os_dep: Replace rcu_dereference() with rcu_access_pointer()

2014-08-30 Thread Greg KH
On Sun, Aug 17, 2014 at 04:39:16PM +0300, Andreea-Cristina Bernat wrote: > The "rcu_dereference()" call is used directly in a condition. > Since its return value is never dereferenced it is recommended to use > "rcu_access_pointer()" instead of "rcu_dereference()". > Therefore, this patch makes

Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 10:54:32PM +0300, Ramon Fried wrote: > This patch fixes the following checkpatch.pl warnings: > > WARNING: Possible unnecessary 'out of memory' message > #146: FILE: ./xlr_net.c:146: > + if (!skb) { > + pr_err("SKB allocation failed\n"); > > WARNING:

Re: [PATCH] Staging: rtl8821ae: hal_bt_coexist: fix coding style issue

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 02:10:52PM -0400, An Ha wrote: > Fix coding style issues, these changes include: > -Add space between "if" and brackets > -Add space after comma in an argument > -Add space between equal sign to separate the variable and the assignment > -Remove unnecessary curly braces

Re: [PATCH] staging:r8190_rtl8256: coding style: Fixed commenting style

2014-08-30 Thread Greg KH
On Mon, Aug 25, 2014 at 12:55:27PM +0530, Sanjeev Sharma wrote: > This is a patch to the r8190_rtl8256.c file that fixes > commenting style Error > > Signed-off-by: Sanjeev Sharma > --- > drivers/staging/rtl8192u/r8190_rtl8256.c | 59 > +--- > 1 file changed, 31

Re: [PATCH v3] staging: rtl8821ae: fix sparse warning for static declarations in rtl8821ae/stats.c

2014-08-30 Thread Greg Kroah-Hartman
On Sat, Aug 23, 2014 at 10:55:51AM +0800, Hoang Tran wrote: > This patch fixes the following sparse warnings in rtl8821ae/stats.c > > drivers/staging/rtl8821ae/stats.c:62:6: warning: symbol 'rtl_translate_todbm' > was not declared. Should it be static? > drivers/staging/rtl8821ae/stats.c:101:6:

scsi_debug module deadlock on 3.17-rc2

2014-08-30 Thread Milan Broz
Hi, I am using scsi_debug in cryptsetup testsuite and with recent 3.17-rc kernel it deadlocks on rmmod of scsi_debug module. For me even this simple reproducer causes deadlock: modprobe scsi_debug dev_size_mb=16 sector_size=512 num_tgts=1 DEV="/dev/"$(grep -l -e scsi_debug

Re: [PATCH 03/20] staging: rtl8188eu: Rework function PHY_QueryBBReg()

2014-08-30 Thread Greg KH
On Sat, Aug 23, 2014 at 07:48:24PM +0530, navin patidar wrote: > Rename CamelCase variables and function name. > > Signed-off-by: navin patidar This patch fails to apply: checking file drivers/staging/rtl8188eu/hal/HalHWImg8188E_RF.c checking file drivers/staging/rtl8188eu/hal/HalPhyRf_8188e.c

Re: [PATCH] rtl8188eu: Replace rcu_dereference() with rcu_access_pointer()

2014-08-30 Thread Greg KH
On Sun, Aug 17, 2014 at 02:43:37PM +0300, Andreea-Cristina Bernat wrote: > The "rcu_dereference()" call is used directly in a condition. > Since its return value is never dereferenced it is recommended to use > "rcu_access_pointer()" instead of "rcu_dereference()". > Therefore, this patch makes

Re: [PATCH 4/4] staging: rtl8188eu: rtw_debug.h

2014-08-30 Thread Greg KH
On Fri, Aug 22, 2014 at 11:33:52AM +0100, Miguel Oliveira wrote: > Convert all rtw_proc_xxx references to rtw_sys_xxx in file > include/rtw_debug.h That's interesting, but: > > Signed-off-by: Miguel Oliveira > --- > drivers/staging/rtl8188eu/include/rtw_debug.h | 227 >

Re: [PATCH 3/4] staging: rtl8188eu: osdep_intf.h and usb_intf.c

2014-08-30 Thread Greg KH
On Fri, Aug 22, 2014 at 11:33:37AM +0100, Miguel Oliveira wrote: > Convert all rtw_proc_xxx references to rtw_sys_xxx in files > include/osdep_intf.h and os_dep/usb_intf.c Same comments as the previous ones, please redo all of these patches. greg k-h -- To unsubscribe from this list: send the

Re: [PATCH 2/4] staging: rtl8188eu: rtw_debug.c

2014-08-30 Thread Greg KH
On Fri, Aug 22, 2014 at 11:33:20AM +0100, Miguel Oliveira wrote: > Convert all rtw_proc_xxx references to rtw_sys_xxx Again, your subject: is not understandable. And what are you doing here? > Code with 62 WARNING: line over 80 characters, I'll write another patch > to clean the whole file.

Re: [PATCH 1/4] staging: rtl8188eu: os_intfs.c

2014-08-30 Thread Greg KH
Your subject does not say what is going on in this patch, only the file being modified :( On Fri, Aug 22, 2014 at 11:32:38AM +0100, Miguel Oliveira wrote: > void rtw_proc_remove_one(struct net_device *dev) > { > } > void rtw_proc_init_one(struct net_device *dev) > /* TODO: Convert these to

[Patch v2 0/2] Move Digi Neo card support from dgnc to jsm

2014-08-30 Thread wfp5p
From: Bill Pemberton The jsm driver (drivers/tty/serial/jsm) already supports the Digi Neo cards that dgnc (staging) supports. In fact, it appears that jsm was based on dgnc. The dgnc driver has PCI ids for more cards than jsm, this patch moves support for all the Neo cards to jsm. The result

[Patch v2 2/2] staging: dgnc: remove Neo card ids from device table

2014-08-30 Thread wfp5p
From: Bill Pemberton The Digi Neo cards are supported by the jsm driver. Remove support for these cards from dgnc. Signed-off-by: Bill Pemberton --- drivers/staging/dgnc/dgnc_driver.c | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_driver.c

Re: [PATCH] iio: adc: rockchip_saradc: add support for rk3066-tsadc variant

2014-08-30 Thread Heiko Stübner
Am Samstag, 30. August 2014, 21:15:53 schrieb Jonathan Cameron: > On 30/08/14 14:07, Heiko Stübner wrote: > > Older Rockchip SoCs, at least the rk3066, used a slightly modified saradc > > for temperature measurements. This so called tsadc does not contain any > > active parts like temperature

[Patch v2 1/2] jsm: add support for additional Neo cards

2014-08-30 Thread wfp5p
From: Bill Pemberton Add device ids for additional Neo cards. The ids come from the dgnc driver. Signed-off-by: Bill Pemberton --- drivers/tty/serial/jsm/jsm.h| 10 ++ drivers/tty/serial/jsm/jsm_driver.c | 38 + 2 files changed, 44

Re: [PATCH 3/8] staging: et131x: Use for loop to initialise contiguous registers to zero

2014-08-30 Thread Greg KH
On Wed, Aug 20, 2014 at 11:17:53PM +0100, Mark Einon wrote: > Replace a long list of contiguous writel() calls with a for loop iterating > over the same values. > > Signed-off-by: Mark Einon > --- > drivers/staging/et131x/et131x.c | 27 +++ > 1 file changed, 3

Re: [PATCH] iio: adc: rockchip_saradc: add support for rk3066-tsadc variant

2014-08-30 Thread Jonathan Cameron
On 30/08/14 14:07, Heiko Stübner wrote: > Older Rockchip SoCs, at least the rk3066, used a slightly modified saradc > for temperature measurements. This so called tsadc does not contain any > active parts like temperature interrupts and only supports polling the > current temperature. The returned

[PATCH] staging: lustre: adjust spacing within pointer casts

2014-08-30 Thread Julia Lawall
From: Julia Lawall The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ type T; expression e; @@ ( - T * + T * ) e // This semantic patch just removes the cast and adds it back, but when it does so, it follows the spacing conventions of Linux.

Re: [PATCH] Staging: nokia_h4p: nokia_fw: remove extra return

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 07:14:51PM +0100, Andrew Plummer wrote: > Remove empty return at end of function. > > Signed-off-by: Andrew Plummer > --- > drivers/staging/nokia_h4p/nokia_fw.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/staging/nokia_h4p/nokia_fw.c >

Re: [PATCH] iio: accel: kxcjk-1013: add support for kxcj9-1008

2014-08-30 Thread Jonathan Cameron
On 30/08/14 12:44, Daniel Baluta wrote: > On Tue, Aug 19, 2014 at 6:25 PM, Daniel Baluta > wrote: >> This patch adds support for KXCJ9-1008 3-axis acceleromenter sensor. >> KXCJ9-1008 uses the same register definitions as KXCJK-1013. >> >> The specification for KXCJ9-1008 can be downloaded from:

Re: [PATCH 1/2] jsm: add support for additional Neo cards

2014-08-30 Thread Bill Pemberton
On 08/30/2014 02:59 PM, Greg KH wrote: On Sat, Aug 30, 2014 at 02:54:36PM -0400, wf...@worldbroken.com wrote: From: Bill Pemberton Add device ids for additional Neo cards. The ids come from the dgnc driver. Signed-off-by: Bill Pemberton --- drivers/tty/serial/jsm/jsm_driver.c | 38

Re: [PATCH v6 2/2] dt-bindings: document Rockchip saradc

2014-08-30 Thread Jonathan Cameron
On 30/08/14 13:41, Heiko Stübner wrote: > Am Donnerstag, 7. August 2014, 15:15:52 schrieb Jonathan Cameron: >> On 23/07/14 22:24, Heiko Stübner wrote: >>> This add the necessary binding documentation for the saradc found in all >>> recent processors from Rockchip. >>> >>> Signed-off-by: Heiko

[PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Ramon Fried
This patch fixes the following checkpatch.pl warnings: WARNING: Possible unnecessary 'out of memory' message #146: FILE: ./xlr_net.c:146: + if (!skb) { + pr_err("SKB allocation failed\n"); WARNING: Missing a blank line after declarations #1107: FILE: ./xlr_net.c:1107: +

Re: [PATCHv1 3/4] staging:lustre:lnet: lib-md.c erase C99 // comments

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 02:57:33PM +0800, Janet Liu wrote: > After changing the comments format, the other error disappears. > So silences two checkpatch errors: > ERROR: do not use C99 // comments > ERROR: trailing statements should be on next line > > Signed-off-by: Janet Liu > --- >

Re: [PATCHv1 2/4] staging:lustre:lnet: lib-md.c delete space before '(' for code style

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 02:56:09PM +0800, Janet Liu wrote: > Silences the following checkpatch warning: > WARNING: space prohibited between function name and open parenthesis '(' > > Signed-off-by: Janet Liu > --- > drivers/staging/lustre/lnet/lnet/lib-md.c | 18 +- > 1 file

Re: [PATCH 00/11] staging/lustre flatten some headers

2014-08-30 Thread Greg KH
On Thu, Aug 28, 2014 at 06:35:08PM -0500, John L. Hammond wrote: > This series removes several headers from lustre/include/linux by > taking whatever was worthwhile from linux/lustre_barf.h and moving it > to lustre_barf.h or to wherever it's needed. Very nice, all now applied, thanks. greg k-h

[PATCH 2/2] staging: dgnc: remove Neo card ids from device table

2014-08-30 Thread wfp5p
From: Bill Pemberton The Digi Neo cards are supported by the jsm driver. Remove support for these cards from dgnc. Signed-off-by: Bill Pemberton --- drivers/staging/dgnc/dgnc_driver.c | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_driver.c

[PATCH 1/2] jsm: add support for additional Neo cards

2014-08-30 Thread wfp5p
From: Bill Pemberton Add device ids for additional Neo cards. The ids come from the dgnc driver. Signed-off-by: Bill Pemberton --- drivers/tty/serial/jsm/jsm_driver.c | 38 + include/linux/pci_ids.h | 8 2 files changed, 42

[PATCH 0/2] Move Digi Neo card support from dgnc to jsm

2014-08-30 Thread wfp5p
From: Bill Pemberton The jsm driver (drivers/tty/serial/jsm) already supports the Digi Neo cards that dgnc (staging) supports. In fact, it appears that jsm was based on dgnc. The dgnc driver has PCI ids for more cards than jsm, this patch moves support for all the Neo cards to jsm. The result

Re: [PATCH] staging: fix style in lustre_import.h

2014-08-30 Thread Greg KH
On Fri, Aug 22, 2014 at 07:57:40PM -0400, Spencer Baugh wrote: > This patch fixes style errors and warnings reported by > scripts/checkpatch.pl Which errors and warnings does it fix? Please always be specific. And only do one type of "fix" per patch, you do a few different ones here, right?

Re: [PATCH 1/2] jsm: add support for additional Neo cards

2014-08-30 Thread Greg KH
On Sat, Aug 30, 2014 at 02:54:36PM -0400, wf...@worldbroken.com wrote: > From: Bill Pemberton > > Add device ids for additional Neo cards. The ids come from the dgnc > driver. > > Signed-off-by: Bill Pemberton > --- > drivers/tty/serial/jsm/jsm_driver.c | 38 >

Re: [PATCH] staging: lustre: lustre: ptlrpc: Fix space required

2014-08-30 Thread Greg KH
On Thu, Aug 21, 2014 at 06:59:07PM +0530, Hema Prathaban wrote: > This patch fixes the checkpatch.pl issue > Error: Required space after " '+' ',' '=' '(' ' if' " > > Signed-off-by: Hema Prathaban > --- > drivers/staging/lustre/lustre/ptlrpc/client.c | 2 +- >

Re: [PATCH 0/2] rockchip-i2s: add power setting for I2S controller and fix some critical bugs

2014-08-30 Thread Heiko Stübner
Am Freitag, 29. August 2014, 21:30:43 schrieb Doug Anderson: > Jianqun, > > On Fri, Aug 29, 2014 at 3:07 PM, Jianqun wrote: > > Add optional power setting for i2s controller found on rk3066, rk3168 and > > rk3288 processors from rockchip, should according to hardware design. > > > > Default

Re: [PATCH 09/10] lustre: Add MAINTAINERS entry

2014-08-30 Thread Greg Kroah-Hartman
On Sun, Aug 17, 2014 at 12:47:57PM -0400, Oleg Drokin wrote: > > On Aug 17, 2014, at 12:37 PM, Greg Kroah-Hartman wrote: > > > On Fri, Aug 15, 2014 at 12:48:14PM -0400, Oleg Drokin wrote: > >> Just add the entry with some info. > >> > >> Signed-off-by: Oleg Drokin > >> --- > >> MAINTAINERS | 8

[PATCH] Staging: emxx_udc: emxx_udc: remove spaces before semicolons

2014-08-30 Thread Andrew Plummer
Remove spaces before semicolons to remove checkpatch warnings. Signed-off-by: Andrew Plummer --- drivers/staging/emxx_udc/emxx_udc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c index

Re: [PATCH 2/2] rockchip-i2s: add power setting for I2S controller, also fix some bugs

2014-08-30 Thread Mark Brown
On Fri, Aug 29, 2014 at 03:09:56PM -0700, Jianqun wrote: > changes: > * add snd_soc_dai_init_dma_data > * fix duplicated argument to "I2S_DMACR_TDE_DISABLE" > * set 1.8v or 3.3v power for I2S controller by GRF interface > * enable "hclk" always > * dma maxburst change to 16 > > Requested on

[PATCH] Staging: rtl8821ae: hal_bt_coexist: fix coding style issue

2014-08-30 Thread An Ha
Fix coding style issues, these changes include: -Add space between "if" and brackets -Add space after comma in an argument -Add space between equal sign to separate the variable and the assignment -Remove unnecessary curly braces around one-line if statements -Remove unnecessary whitespace between

[PATCH] Staging: nokia_h4p: nokia_fw: remove extra return

2014-08-30 Thread Andrew Plummer
Remove empty return at end of function. Signed-off-by: Andrew Plummer --- drivers/staging/nokia_h4p/nokia_fw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/nokia_h4p/nokia_fw.c b/drivers/staging/nokia_h4p/nokia_fw.c index 14ba219..18953ae 100644 ---

Re: [PATCH/RFC 2/2] lib: string: Make all calls to strnicmp into calls to strncasecmp

2014-08-30 Thread Rasmus Villemoes
On Wed, Aug 27 2014, Dan Carpenter wrote: > On Wed, Aug 27, 2014 at 11:13:16AM +0200, Rasmus Villemoes wrote: >> Anyway, I was also planning on sending tree-wide patches doing >> s/strnicmp/strncasecmp/, and then removing the hack from string.h, but I >> first wanted to get feedback on the first

Re: [PATCH v5 08/12] sched: move cfs task on a CPU with higher capacity

2014-08-30 Thread Preeti U Murthy
Hi Vincent, On 08/26/2014 04:36 PM, Vincent Guittot wrote: > If the CPU is used for handling lot of IRQs, trig a load balance to check if > it's worth moving its tasks on another CPU that has more capacity. > > As a sidenote, this will note generate more spurious ilb because we already > trig an

Re: [RFC PATCH v4] tpm_tis: verify interrupt during init

2014-08-30 Thread Jason Gunthorpe
On Fri, Aug 29, 2014 at 11:59:32PM +, Scot Doyle wrote: > (current->pending.signal.sig[0] == 0x0100 == SIGKILL?) about 30 > seconds after module load begins. wait_for_tpm_stat sees that the return > value from wait_event_interruptible_timeout is positive and returns 0. > tpm_tis_send

[PATCH] pinctrl: adi2: Remove duplicate gpiochip_remove_pin_ranges from remove function

2014-08-30 Thread Pramod Gurav
This patch removes call to gpiochip_remove_pin_ranges() from platform_driver remove function as it will anway be called by gpiochip_remove(). CC: Sonic Zhang CC: Linus Walleij Signed-off-by: Pramod Gurav --- drivers/pinctrl/pinctrl-adi2.c |1 - 1 files changed, 0 insertions(+), 1

Re: [RFC 1/2] target: Add documentation on the target userspace pass-through driver

2014-08-30 Thread Richard W.M. Jones
On Tue, Jul 01, 2014 at 12:11:14PM -0700, Andy Grover wrote: > Describes the driver and its interface to make it possible for user > programs to back a LIO-exported LUN. > > Signed-off-by: Andy Grover > --- > Documentation/target/tcmu-design.txt | 210 > +++ > 1

Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)

2014-08-30 Thread Sabrina Dubroca
2014-08-30, 12:58:21 +0200, Sabrina Dubroca wrote: >- pndisc_constructor, called from pneigh_lookup -- pneigh_lookup > has ASSERT_RTNL(), but pneigh_lookup is called from ip6_forward and > ndisc_recv_na Ah, these have creat = 0, so it's fine. I missed that earlier. Sorry for the

Re: [PATCH v5 04/12] sched: Allow all archs to set the capacity_orig

2014-08-30 Thread Preeti U Murthy
Hi Vincent, On 08/26/2014 04:36 PM, Vincent Guittot wrote: > capacity_orig is only changed for system with a SMT sched_domain level in > order I think I had asked this before, but why only capacity_orig? The capacity of a group is also being updated the same way. This patch fixes the capacity

[PATCH v2 1/6] mm/balloon_compaction: ignore anonymous pages

2014-08-30 Thread Konstantin Khlebnikov
From: Konstantin Khlebnikov Sasha Levin reported KASAN splash inside isolate_migratepages_range(). Problem is in function __is_movable_balloon_page() which tests AS_BALLOON_MAP in page->mapping->flags. This function has no protection against anonymous pages. As result it tried to check address

[PATCH v2 2/6] mm/balloon_compaction: keep ballooned pages away from normal migration path

2014-08-30 Thread Konstantin Khlebnikov
From: Konstantin Khlebnikov Proper testing shows yet another problem in balloon migration: it works only once for each page. balloon_page_movable() check page flags and page_count. In __unmap_and_move page is locked, reference counter is elevated, so balloon_page_movable() _always_ fails here.

[PATCH v2 3/6] mm/balloon_compaction: isolate balloon pages without lru_lock

2014-08-30 Thread Konstantin Khlebnikov
From: Konstantin Khlebnikov LRU-lock isn't required for balloon page isolation. This check makes migration of some ballooned pages mostly impossible because isolate_migratepages_range() drops LRU lock periodically. Signed-off-by: Konstantin Khlebnikov Cc: stable # v3.8 --- mm/compaction.c |

[PATCH v2 5/6] mm/balloon_compaction: use common page ballooning

2014-08-30 Thread Konstantin Khlebnikov
From: Konstantin Khlebnikov This patch replaces checking AS_BALLOON_MAP in page->mapping->flags with PageBalloon which is stored directly in the struct page. All code of balloon_compaction now under CONFIG_MEMORY_BALLOON. Signed-off-by: Konstantin Khlebnikov --- drivers/virtio/Kconfig

[PATCH v2 4/6] mm: introduce common page state for ballooned memory

2014-08-30 Thread Konstantin Khlebnikov
From: Konstantin Khlebnikov This patch adds page state PageBallon() and functions __Set/ClearPageBalloon. Like PageBuddy() PageBalloon() looks like page-flag but actually this is special state of page->_mapcount counter. There is no conflict because ballooned pages cannot be mapped and cannot be

[PATCH v2 6/6] mm/balloon_compaction: general cleanup

2014-08-30 Thread Konstantin Khlebnikov
From: Konstantin Khlebnikov * move special branch for balloon migraion into migrate_pages * remove special mapping for balloon and its flag AS_BALLOON_MAP * embed struct balloon_dev_info into struct virtio_balloon * cleanup balloon_page_dequeue, kill balloon_page_free Signed-off-by: Konstantin

[PATCH v2 0/6] mm/balloon_compaction: fixes and cleanups

2014-08-30 Thread Konstantin Khlebnikov
I've checked compilation of linux-next/x86 for allnoconfig, defconfig and defconfig + kvmconfig + virtio-balloon with and without balloon-compaction. For stable kernels first three patches should be enough. changes since v1: mm/balloon_compaction: ignore anonymous pages * no changes

[PATCH] mm: rename "migrate_page" to "generic_migrate_page"

2014-08-30 Thread Konstantin Khlebnikov
If CONFIG_MIGRATION=n "migrate_page" turns into NULL. This kills ifdef-endif mess inside definitions of address space operations. But this macro affects everything with this name, "migrate_page" is too short and generic. This patch renames it into generic_migrate_page. Fortunately it's used only

[PATCH] pinctrl: bcm281xx: Add remove function to pinctrl_unregister

2014-08-30 Thread Pramod Gurav
This patch adds a remove function in platform_driver to pinctrl_unregister for clean unloading. This makes local struct pinctrl_dev a part of struct bcm281xx_pinctrl_data to be accessed from pdev in remove function. CC: Sherman Yin CC: Linus Walleij Signed-off-by: Pramod Gurav ---

  1   2   3   4   >