[PATCH] staging: lustre: remove kmalloc from fld_proc_hash_seq_write

2015-01-17 Thread Tristan Lelong
This patch simplifies the fld_proc_hash_seq_write function by removing the dynamic memory allocation. The longest fh_name used so far in lustre is 4 characters. We use a 8 bytes variable to be on the safe side. Signed-off-by: Tristan Lelong tris...@lelong.xyz --- Hi Greg, This patch is a rework

Re: lustre/lnet/lnet/lib-move.c: memcpy with (struct iovec*)-iov_base, which is __user

2015-01-17 Thread Greg KH
On Wed, Jan 07, 2015 at 02:28:12PM +0200, Andrey Utkin wrote: 2015-01-07 13:32 GMT+02:00 Dilger, Andreas andreas.dil...@intel.com: On 2015/01/07, 1:36 AM, Dan Carpenter dan.carpen...@oracle.com wrote: Didn't Al change these to kvec instead of iovec? You have to look at the callers to

Re: [PATCH 2/2] ION handle already destroyed in ion_free.

2015-01-17 Thread Greg Kroah-Hartman
On Sat, Jan 17, 2015 at 12:04:21PM +0530, Shailendra Verma wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/staging/android/ion/ion.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/android/ion/ion.c

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Greg KH
On Fri, Jan 16, 2015 at 08:58:10PM -0800, Andrew Milkovich wrote: Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment is already understood by the argument being NULL. Signed-off-by:

Re: [PATCH] staging: android: Fixed checkpatch.pl warning

2015-01-17 Thread Greg KH
On Mon, Jan 12, 2015 at 05:31:21PM +0100, Moritz Fischer wrote: The file triggered the following warning: WARNING: line over 80 characters Signed-off-by: Moritz Fischer moritz.fisc...@ettus.com --- drivers/staging/android/sync_debug.c | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [PATCH] device: Change dev_level logging functions to return void

2015-01-17 Thread Greg Kroah-Hartman
On Sat, Jan 17, 2015 at 04:56:20PM -0800, Joe Perches wrote: On Thu, 2014-12-25 at 15:07 -0800, Joe Perches wrote: No caller or macro uses the return value so make all the functions return void. Ping? It's in my queue, just starting to dig out from under it, give me a few more days

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
On Sat, Jan 17, 2015 at 08:01:52PM -0800, Joe Perches wrote: On Sat, 2015-01-17 at 19:30 -0800, Andrew Milkovich wrote: Fixed coding style errors per checkpatch.pl. which ones? As far as I can tell, none of the checkpatch warnings on this file are actually addressed by this patch.

Re: [RFC 1/3] i2c: Enhancement of i2c API to address circular lock dependency problem

2015-01-17 Thread Tomasz Figa
Hi, [CCing more people] 2015-01-16 23:39 GMT+09:00 Paul Osmialowski p.osmialo...@samsung.com: This enhancement of i2c API is designed to address following problem caused by circular lock dependency: - #1 (prepare_lock){+.+.+.}: [2.730502][c0061e50] __lock_acquire+0x3c0/0x8a4 [

Re: [PATCH v7 06/17] ARM64 / ACPI: Make PCI optional for ACPI on ARM64

2015-01-17 Thread Hanjun Guo
On 2015年01月18日 14:31, Jon Masters wrote: Hi Folks, Sorry for top posting from bed. The mainstream servers will all likely do PCIe but there are several that may not. They should not be excluded. That said, if we booted a previously built kernel on a system without an MCFG and got no

[PATCH] fujitsu-laptop: use FB_BLANK_* constants

2015-01-17 Thread Michael Karcher
From: Michael Karcher karc...@physik.fu-berlin.de Signed-off-by: Michael Karcher ker...@mkarcher.dialup.fu-berlin.de --- drivers/platform/x86/fujitsu-laptop.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/platform/x86/fujitsu-laptop.c

Re: [PATCH] Staging: clocking-wizard: Added a blank line after declaration

2015-01-17 Thread Greg KH
On Sat, Dec 20, 2014 at 10:11:56PM -0800, Sören Brinkmann wrote: Hi Mohammad, On Sun, 2014-12-21 at 08:03AM +0530, Mohammad Jamal wrote: Fix the coding style issue by adding blank line after declaration Signed-off-by: Mohammad Jamal md.jamalmohiud...@gmail.com ---

Re: [PATCH] Staging: rts5208: fix space prohibited before ',' error in ms.c

2015-01-17 Thread Greg KH
On Tue, Jan 06, 2015 at 01:29:01AM +1100, Emrys Bayliss wrote: Fix the checkpatch.pl errors: ERROR: space prohibited before that ',' (ctx:WxW) Signed-off-by: Emrys Bayliss em...@paradise.net.nz --- drivers/staging/rts5208/ms.c | 10 +- 1 file changed, 5 insertions(+), 5

Re: [PATCH 3/3] staging: android: struct sizeof coding style in logger.c

2015-01-17 Thread Greg Kroah-Hartman
On Mon, Jan 05, 2015 at 03:25:37PM +0100, Guillaume Vercoutere wrote: Replace sizeof struct Signed-off-by: Guillaume Vercoutere gvercout...@gmail.com Doesn't apply as I didn't take patch 2, please fix up and resend. thanks, greg k-h -- To unsubscribe from this list: send the line

[PATCH 1/4] staging: vt6655: correcting function declaration sparse error

2015-01-17 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org mpoirier@t430:~/work/kernel1$ make C=1 M=drivers/staging/vt6655/ LD drivers/staging/vt6655/built-in.o CHECK drivers/staging/vt6655/device_main.c drivers/staging/vt6655/device_main.c:1672:5: warning: symbol 'vnt_init' was not declared.

[PATCH 0/4] staging: vt6655: fixing various sparse problems

2015-01-17 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org From a v3.19-rc4 baseline sparse finds the following errors: LD drivers/staging/vt6655/built-in.o CHECK drivers/staging/vt6655/device_main.c drivers/staging/vt6655/device_main.c:1503:25: warning: incorrect type in argument 1 (different

[PATCH 4/4] staging: vt6655: correcting parameter related sparse error

2015-01-17 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org mpoirier@t430:~/work/kernel1$ make C=1 M=drivers/staging/vt6655/ LD drivers/staging/vt6655/built-in.o CHECK drivers/staging/vt6655/device_main.c drivers/staging/vt6655/device_main.c:1503:25: warning: incorrect type in argument 1

[PATCH 3/4] staging: vt6655: fix wrong parameter as reported by sparse

2015-01-17 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org mpoirier@t430:~/work/kernel1$ make C=1 M=drivers/staging/vt6655/ LD drivers/staging/vt6655/built-in.o CHECK drivers/staging/vt6655/device_main.c CC [M] drivers/staging/vt6655/device_main.o CHECK drivers/staging/vt6655/card.c CC

[PATCH 2/4] staging: vt6655: removing dead function as reported by sparse

2015-01-17 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org mpoirier@t430:~/work/kernel1$ make C=1 M=drivers/staging/vt6655/ CHECK drivers/staging/vt6655/mac.c drivers/staging/vt6655/mac.c:162:6: warning: symbol 'MACvGetShortRetryLimit' was not declared. Should it be static? CC [M]

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Hi again, On Sat, Jan 17, 2015 at 04:22:35PM -0800, Greg KH wrote: On Fri, Jan 16, 2015 at 08:58:10PM -0800, Andrew Milkovich wrote: Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus

Re: [PATCH] Staging: dgnc: fixed some coding style errors

2015-01-17 Thread Andrew Milkovich
On Sat, Jan 17, 2015 at 09:09:08PM -0800, Andrew Milkovich wrote: This patch fixes the following checkpatch.pl error: ERROR: Macros with complex values should be enclosed in parentheses Outer parentheses were added to macro definitions. Signed-off-by: Andrew Milkovich amilkov...@gmail.com

Re: [net-next PATCH v3 1/1] atm: remove deprecated use of pci api

2015-01-17 Thread David Miller
From: chas williams - CONTRACTOR c...@cmf.nrl.navy.mil Date: Fri, 16 Jan 2015 08:57:21 -0500 Signed-off-by: Chas Williams - CONTRACTOR c...@cmf.nrl.navy.mil Applied, thanks Chas. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH 2/2] Drivers: Isdn: sc: Fixed coding style spelling mistakes.

2015-01-17 Thread David Miller
From: Akash Shende akash0x...@gmail.com Date: Fri, 16 Jan 2015 19:12:42 +0530 Fix some spelling mistakes, coding style and don't assign value to static var. Signed-off-by: Akash Shende akash0x...@gmail.com Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe

[GIT PULL] ARM: SoC fixes

2015-01-17 Thread Olof Johansson
Hi Linus, The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115: linux 3.19-rc4 (2015-01-11 12:44:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-for-linus for you to fetch changes up to

Re: [PATCH] staging: lustre: Fix sparse warning on address-space

2015-01-17 Thread Greg Kroah-Hartman
On Mon, Dec 29, 2014 at 08:49:40PM +0800, Jia He wrote: This patch is to fix the below warnings generated by sparse: warning: incorrect type in argument 1 (different address spaces) expected void const volatile [noderef] asn:1*noident got int *noident Adding the macro __user can suppress

Re: [PATCH] staging: lustre: Fix spacing error in libcfs_string.c

2015-01-17 Thread Greg KH
On Sun, Jan 11, 2015 at 01:44:03PM -0500, Nickolaus Woodruff wrote: This patch fixes the following checkpatch.pl error in libcfs_string.c: ERROR: spaces required around that '=' Signed-off-by: Nickolaus Woodruff nickolauswoodr...@gmail.com ---

Re: [PATCH 2/2] staging: lustre: declare internal symbols as static

2015-01-17 Thread Greg Kroah-Hartman
On Tue, Jan 13, 2015 at 11:33:03PM +0100, Luca Ceresoli wrote: Fixes dozens of sparse warnings like: warning: symbol 'cfs_tracefile_sem' was not declared. Should it be static? Signed-off-by: Luca Ceresoli l...@lucaceresoli.net Cc: Peng Tao bergw...@gmail.com Cc: Jinshan Xiong

Re: [PATCH] Staging: slicoss: Fix long line issues in slicoss.c

2015-01-17 Thread Greg KH
On Wed, Dec 03, 2014 at 01:53:18PM +, Sean Cleator wrote: A patch to the slicoss.c file to fix some of the long line issues found by the checkpath.pl tool Signed-off-by: Sean Cleator seanclea...@hotmail.co.uk --- drivers/staging/slicoss/slicoss.c | 39

[PATCH v2] staging: rtl8188eu: core: rtw_wlan_util: Remove unused functions

2015-01-17 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: CAM_empty_entry() get_bsstype() rtw_get_oper_choffset() rtw_get_oper_bw() is_ap_in_wep() should_forbid_n_rate() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH 3/3] x86_64, entry: Create IRET-compatible stack frame at syscall entry

2015-01-17 Thread Alexander van Heukelum
Create an IRET-compatible top of stack at syscall entry and use this information to return to user mode in the sysret path. This removes the need for the FIXUP_TOP_OF_STACK and RESTORE_TOP_OF_STACK macros. Signed-off-by: Alexander van Heukelum heuke...@fastmail.fm --- arch/x86/kernel/entry_64.S

[PATCH 2/3] x86_64: don't use KERNEL_STACK_OFFSET for syscall and sysenter

2015-01-17 Thread Alexander van Heukelum
The syscall and sysenter code use KERNEL_STACK_OFFSET to set the initial stack pointer a bit below the top of the kernel stack page. Stop doing that. Signed-off-by: Alexander van Heukelum heuke...@fastmail.fm --- arch/x86/ia32/ia32entry.S | 4 ++-- arch/x86/include/asm/thread_info.h | 6

[PATCH 0/3] x86_64, entry: some cleanup and simplification...

2015-01-17 Thread Alexander van Heukelum
Hi Andy, Seems you are the person to talk now :). Good to see some activity in the entry area of the kernel. I found some (very) old patches in this area lying around and some time to dust them off. Any chance you can review them? They were redone on top of

[PATCH 1/3] x86_64: remove KERNEL_STACK_OFFSET from THREAD_INFO macro

2015-01-17 Thread Alexander van Heukelum
In the macro THREAD_INFO(reg,offset), the offset is relative to KERNEL_STACK_OFFSET. Change the macro and all its uses so that offset is given as the current top of stack in the pt_regs frame. The generated code is identical. Signed-off-by: Alexander van Heukelum heuke...@fastmail.fm ---

Re: [PATCH 2/4] dt-bindings: Add root properties for Raspberry Pi B and B+

2015-01-17 Thread Stephen Warren
On 01/16/2015 09:48 AM, Stefan Wahren wrote: This patch adds root compatible properties for the following boards: - Raspberry Pi Model B - Raspberry Pi Model B+ We may as well add all the models while at it. I think the following is a complete list so far: model-b-i2c0: early model B with

Re: [PATCH 4/4] ARM: bcm2835: Use pinctrl header

2015-01-17 Thread Stephen Warren
On 01/16/2015 09:49 AM, Stefan Wahren wrote: This patch converts all bcm2835 dts files to use the pinctrl header file. Aside from the one comment I made, the series, Acked-by: Stephen Warren swar...@wwwdotorg.org -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH v3] staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macros

2015-01-17 Thread Greg KH
On Sat, Jan 17, 2015 at 10:41:44PM -0800, Tristan Lelong wrote: Hi Greg, On Sat, Jan 17, 2015 at 03:28:27PM -0800, Greg KH wrote: I took your v2 version, please send me the difference as this is a mess... Not sure I understand what you meant here. Do you want me to submit a new

Re: 3.18 regression: Error while assigning device slot ID, USB3 devices not detected

2015-01-17 Thread Greg KH
On Sun, Jan 18, 2015 at 12:08:18AM -0600, Robert Hancock wrote: I've got an Intel Haswell-based system with a Gigabyte Z87X-D3H motherboard under Fedora 21. After updating to the 3.18.2-200 Fedora kernel, I noticed some errors in dmesg and at least some of my USB3 ports don't recognize any

Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-17 Thread Greg KH
On Mon, Jan 05, 2015 at 03:51:54PM +, Tang, Feng wrote: Hi Alan, Thanks for the review. -Original Message- From: One Thousand Gnomes [mailto:gno...@lxorguk.ukuu.org.uk] Sent: Monday, January 05, 2015 10:25 PM To: Tang, Feng Cc: Greg KH; John Stultz; Colin Cross; Heesub

[PATCH v2] staging: rtl8723au: os_dep: usb_intf: Remove unused functions

2015-01-17 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: rtw_hw_resume23a() rtw_hw_suspend23a() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se ---

Re: [PATCH] device: Fix dev_dbg_once macro

2015-01-17 Thread Joe Perches
On Sat, 2015-01-03 at 09:51 -0800, Joe Perches wrote: There is a copy/paste typo in the dev_dbg_once macro. It uses dev_info instead of dev_dbg, so use the correct function instead. Signed-off-by: Joe Perches j...@perches.com Noticed-by: Marc Finet m.dreadl...@gmail.com Ping? ---

Re: [PATCH] device: Change dev_level logging functions to return void

2015-01-17 Thread Joe Perches
On Thu, 2014-12-25 at 15:07 -0800, Joe Perches wrote: No caller or macro uses the return value so make all the functions return void. Ping? Compiled x86 allyesconfig and defconfig w/o CONFIG_PRINTK Signed-off-by: Joe Perches j...@perches.com --- This change is associated to a desire to

[PATCH v2] staging: rtl8723au: core: rtw_cmd: Remove unused functions

2015-01-17 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: rtw_set_ch_cmd23a() rtw_cmd_clr_isr23a() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/staging/rtl8723au/core/rtw_cmd.c

[PATCH v2] staging: rtl8712: recv_linux: Remove unused function

2015-01-17 Thread Rickard Strandqvist
Remove the function r8712_os_read_port() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/staging/rtl8712/recv_linux.c | 14 --

Re: Intel GCM: __driver-gcm-aes-aesni setkey missing

2015-01-17 Thread Tadeusz Struk
Hi Stephan, On 01/17/2015 10:23 AM, Stephan Mueller wrote: during testing of my algif_aead patch with the different GCM implementations I am able to trigger a kernel crash from user space using __driver-gcm-aes- aesni. As I hope that algif_aead is going to be included, unprivileged

[PATCH] mmc: vub300: remove unreachable return value handling

2015-01-17 Thread Nicholas Mc Guire
Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- The return value of wait_for_completion_timeout is unsigned long, as it is used here for wait_for_completion_timeout only the type of commretval was changed to unsigned long. As wait_for_completion_timeout does not return negative values

Re: [PATCH] sysfs: group: allow is_visible to drop permissions

2015-01-17 Thread Greg Kroah-Hartman
On Sat, Jan 17, 2015 at 05:45:15PM -0800, Guenter Roeck wrote: On 01/17/2015 02:09 PM, Vivien Didelot wrote: Hi Guenter, Greg, [ .. ] BTW Guenter, does this patch make sense to you? It does make sense to me to only use the return value from is_visible for the mode. As for which

Re: [PATCH v7 07/17] ARM64 / ACPI: Disable ACPI if FADT revision is less than 5.1

2015-01-17 Thread Hanjun Guo
On 2015年01月16日 22:33, Lorenzo Pieralisi wrote: On Wed, Jan 14, 2015 at 03:04:55PM +, Hanjun Guo wrote: FADT Major.Minor version was introduced in ACPI 5.1, it is the same as ACPI version. In ACPI 5.1, some major gaps are fixed for ARM, such as updates in MADT table for GIC and SMP init,

Re: [PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1

2015-01-17 Thread Hanjun Guo
On 2015年01月16日 18:10, Catalin Marinas wrote: On Thu, Jan 15, 2015 at 08:04:37PM +, Jason Cooper wrote: On Thu, Jan 15, 2015 at 07:02:20PM +, Mark Brown wrote: On Thu, Jan 15, 2015 at 06:23:47PM +, Catalin Marinas wrote: On Thu, Jan 15, 2015 at 04:26:20PM +, Grant Likely wrote:

[PATCH] staging: wlan-ng: hfa384x_usb: fix sparse endianness warnings

2015-01-17 Thread Asaf Vertz
Fixed the following warnings (reported by sparse): drivers/staging/wlan-ng/hfa384x_usb.c:3828:36: warning: cast to restricted __le16 drivers/staging/wlan-ng/hfa384x_usb.c:3229:16: warning: cast to restricted __le16 drivers/staging/wlan-ng/hfa384x_usb.c:3430:18: warning: cast to restricted

[PATCH] MAINTAINERS: add Android driver entries

2015-01-17 Thread Greg KH
Put down me, Arve, and Riley as maintainers for the android drivers. Cc: Arve Hjønnevåg a...@android.com Cc: Riley Andrews riandr...@android.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org diff --git a/MAINTAINERS b/MAINTAINERS index 3589d67437f8..95fd5c66ba09 100644 ---

[PATCH] staging: speakup: Fix warning of line over 80 characters.

2015-01-17 Thread Shirish Gajera
This patch fixes the checkpatch.pl warning: WARNING: line over 80 characters All line over 80 characters in driver/staging/speakup/* are fixed Signed-off-by: Shirish Gajera gajerashir...@gmail.com --- drivers/staging/speakup/main.c | 12

Re: [PATCH] out out damn perl

2015-01-17 Thread Pavel Machek
On Tue 2015-01-06 15:50:24, Andrew Morton wrote: On Tue, 06 Jan 2015 17:41:35 -0600 Rob Landley r...@landley.net wrote: Commit e6023367d779 added perl back to the kernel build in -rc6. Replace 39 lines of perl with 4 lines of shell script. Please resend this: - Express the commit in

Re: Linux 3.18.3

2015-01-17 Thread Heinz Diehl
On 16.01.2015, Greg KH wrote: I'm announcing the release of the 3.18.3 kernel. Since 3.18, machines with Ironlake Intel Graphics are left with a black screen when booting into X. I reported the bug here: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 And there are several reports

Re: [PATCH v5 2/5] Documentation: DT: Add bindings for Spreadtrum SoC Platform

2015-01-17 Thread Orson Zhai
On Fri, Jan 16, 2015 at 10:11 PM, Mark Rutland mark.rutl...@arm.com wrote: On Fri, Jan 16, 2015 at 12:53:16PM +, Lyra Zhang wrote: Hi, Mark + +Required properties: +- compatible: must be sprd,sc9836-uart +- reg: offset and length of the register set for the device +- interrupts:

Re: Linux 3.18.3

2015-01-17 Thread Heinz Diehl
On 17.01.2015, Heinz Diehl wrote: Since 3.18, machines with Ironlake Intel Graphics are left with a black screen when booting into X. I reported the bug here: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 Here's a bit more explanation and the recommendation of/link to the fix

Re: [PATCH] ath3k: Add support of AR3012 bluetooth 13d3:3423 device

2015-01-17 Thread Dmitry Tunin
Hi Marcel, This patch is against git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git Or is it another branch? I pulled it again, but still no changes. Why it can be? 17.01.2015 07:32, Marcel Holtmann пишет: Hi Dmitry, Add support of 13d3:3423 device. BugLink:

Re: [PATCH 2/2] futex: Fix argument handling in futex_lock_pi() calls

2015-01-17 Thread Michael Kerrisk (man-pages)
On 01/17/2015 03:04 AM, Darren Hart wrote: On Fri, Jan 16, 2015 at 08:28:06PM +0100, Michael Kerrisk (man-pages) wrote: From: Michael Kerrisk mtk.manpa...@gmail.com This patch fixes two separate buglets in calls to futex_lock_pi(): * Eliminate unused 'detect' argument * Change unused

Re: [PATCH v5 3/5] arm64: dts: Add support for Spreadtrum SC9836 SoC in dts and Makefile

2015-01-17 Thread Orson Zhai
On Fri, Jan 16, 2015 at 10:09 PM, Mark Rutland mark.rutl...@arm.com wrote: On Fri, Jan 16, 2015 at 12:49:20PM +, Orson Zhai wrote: Hi, Mark, On Fri, Jan 16, 2015 at 6:35 PM, Mark Rutland mark.rutl...@arm.com wrote: [...] It returns status busy after I type the command below. Is this

Re: [PATCH v4 4/4] ARM: mvebu: Armada 385 GP: Add regulators to the SATA port

2015-01-17 Thread Hans de Goede
Hi, On 16-01-15 21:25, Mark Brown wrote: On Fri, Jan 16, 2015 at 08:12:28PM +0100, Hans de Goede wrote: On 16-01-15 13:37, Mark Brown wrote: It is probably a good idea to use regulator-boot-on and then test things this way, and if that works use regulator-boot-on. No, it's unlikely that

Re: futex(2) man page update help request

2015-01-17 Thread Michael Kerrisk (man-pages)
Hello Darren, On 01/17/2015 02:33 AM, Darren Hart wrote: Corrected Davidlohr's email address. Thanks! On 1/15/15, 7:12 AM, Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: Hello Darren, I give you the same apology as to Thomas for the long-delayed response to your mail. And

Attn

2015-01-17 Thread Simone Wolken
A Donation Has Been Made To You Email:gloriamack...@outlook.com For More Details We believe 1 family torn apart by war is too many. Join UNHCR and share their stories: http://stories.unhcr.org?link=email -- To unsubscribe from this list: send the line unsubscribe

Re: Linux 3.18.3

2015-01-17 Thread Nick Warne
On 17.01.2015, Heinz Diehl wrote: Since 3.18, machines with Ironlake Intel Graphics are left with a black screen when booting into X. I reported the bug here: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 Yes (since 3.18.), and on my notebook with: 00:02.0 VGA compatible

[BUG, bisect] drm/i915: mouse pointer lags and overshoots

2015-01-17 Thread Jeremiah Mahler
Matt, all, Commit ea2c67bb4aff introduces a bug which causes the mouse to move in a very unusual way, as if it has a lot of inertia. It will lag behind and then overshoot the expected position. I reproduced this bug on all my machines which use the drm/i915 drivers and it affects all forms of

Re: [GIT PULL 00/10] perf/urgent fixes

2015-01-17 Thread Ingo Molnar
* Arnaldo Carvalho de Melo a...@kernel.org wrote: Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 33636732dcd7cc738a5913bb730d663c6b03c8fb: perf/x86/intel: Fix bug for cycles:p and cycles:pp on SLM (2015-01-16 09:06:59 +0100) are available

Re: Linux 3.18.3

2015-01-17 Thread Nick Warne
On 17/01/15 09:43, Nick Warne wrote: On 17.01.2015, Heinz Diehl wrote: Since 3.18, machines with Ironlake Intel Graphics are left with a black screen when booting into X. I reported the bug here: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=87330 Yes (since 3.18.), and on

[tip:perf/urgent] perf tools: Fix building error in x86_64 when dwarf unwind is on

2015-01-17 Thread tip-bot for Namhyung Kim
Commit-ID: c6e5e9fbc3ea1c1a5648a3498d085fc3978df2d4 Gitweb: http://git.kernel.org/tip/c6e5e9fbc3ea1c1a5648a3498d085fc3978df2d4 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Mon, 12 Jan 2015 10:20:55 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 16 Jan

[tip:perf/urgent] perf machine: Fix __machine__findnew_thread() error path

2015-01-17 Thread tip-bot for Namhyung Kim
Commit-ID: 260d819e3abdbdaa2b88fb983d1314f1b263f9e2 Gitweb: http://git.kernel.org/tip/260d819e3abdbdaa2b88fb983d1314f1b263f9e2 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Fri, 9 Jan 2015 09:38:12 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 16 Jan

[tip:perf/urgent] perf probe: Propagate error code when write(2) failed

2015-01-17 Thread tip-bot for Namhyung Kim
Commit-ID: 7949ba1fa249caa7e611abb8d92f40b0a46c8617 Gitweb: http://git.kernel.org/tip/7949ba1fa249caa7e611abb8d92f40b0a46c8617 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Sat, 10 Jan 2015 19:33:48 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 16 Jan

[tip:perf/urgent] perf tools: Fix statfs.f_type data type mismatch build error with uclibc

2015-01-17 Thread tip-bot for Alexey Brodkin
Commit-ID: db1806edcfef007d9594435a331dcf7e7f1b8fac Gitweb: http://git.kernel.org/tip/db1806edcfef007d9594435a331dcf7e7f1b8fac Author: Alexey Brodkin abrod...@synopsys.com AuthorDate: Sat, 10 Jan 2015 16:40:50 +0530 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 16

[tip:perf/urgent] perf tools: Elide strlcpy warning with uclibc

2015-01-17 Thread tip-bot for Vineet Gupta
Commit-ID: a83d869f300bf91df07443b5272db7a5a8eb18b7 Gitweb: http://git.kernel.org/tip/a83d869f300bf91df07443b5272db7a5a8eb18b7 Author: Vineet Gupta vineet.gup...@synopsys.com AuthorDate: Tue, 13 Jan 2015 19:13:21 +0530 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri,

[tip:perf/urgent] tools: Remove bitops/ hweight usage of bits in tools/perf

2015-01-17 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 25cd480e447eba47b8bdad1c9f95cadc074abc75 Gitweb: http://git.kernel.org/tip/25cd480e447eba47b8bdad1c9f95cadc074abc75 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Tue, 13 Jan 2015 10:19:12 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri,

[tip:perf/urgent] perf tools: Avoid build splat for syscall numbers with uclibc

2015-01-17 Thread tip-bot for Vineet Gupta
Commit-ID: ea1fe3a88763d4dfef7e2529ba606f96e8e6b271 Gitweb: http://git.kernel.org/tip/ea1fe3a88763d4dfef7e2529ba606f96e8e6b271 Author: Vineet Gupta vineet.gup...@synopsys.com AuthorDate: Tue, 13 Jan 2015 19:13:22 +0530 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri,

[tip:perf/urgent] perf test: Fix dwarf unwind using libunwind.

2015-01-17 Thread tip-bot for Wang Nan
Commit-ID: b93b0967826a4a00297dde1cbbda8df673c1689e Gitweb: http://git.kernel.org/tip/b93b0967826a4a00297dde1cbbda8df673c1689e Author: Wang Nan wangn...@huawei.com AuthorDate: Wed, 14 Jan 2015 10:36:47 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 16 Jan 2015

[tip:perf/urgent] perf tools: Fix segfault for symbol annotation on TUI

2015-01-17 Thread tip-bot for Namhyung Kim
Commit-ID: 813ccd15452ed34e97aa526ffc70d6d8e6c466c5 Gitweb: http://git.kernel.org/tip/813ccd15452ed34e97aa526ffc70d6d8e6c466c5 Author: Namhyung Kim namhy...@kernel.org AuthorDate: Wed, 14 Jan 2015 20:18:05 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 16 Jan

[tip:perf/urgent] perf tools powerpc: Use dwfl_report_elf() instead of offline.

2015-01-17 Thread tip-bot for Sukadev Bhattiprolu
Commit-ID: 6bcf9c1ff3ec22fd81eba336737d9865476509b1 Gitweb: http://git.kernel.org/tip/6bcf9c1ff3ec22fd81eba336737d9865476509b1 Author: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com AuthorDate: Fri, 21 Nov 2014 20:33:53 -0500 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[tip:x86/asm] x86_64 entry: Fix RCX for ptraced syscalls

2015-01-17 Thread tip-bot for Andy Lutomirski
Commit-ID: 0fcedc8631ec28ca25d3c0b116e8fa0c19dd5f6d Gitweb: http://git.kernel.org/tip/0fcedc8631ec28ca25d3c0b116e8fa0c19dd5f6d Author: Andy Lutomirski l...@amacapital.net AuthorDate: Fri, 16 Jan 2015 16:19:27 -0800 Committer: Ingo Molnar mi...@kernel.org CommitDate: Sat, 17 Jan 2015

Re: [PATCH] dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c

2015-01-17 Thread Laurent Pinchart
Hi Vinod, Maxime, On Wednesday 29 October 2014 00:30:58 Laurent Pinchart wrote: The function is too big to be a static inline. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Ping ? Could this patch get in v3.20 ? --- drivers/dma/dmaengine.c | 33

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
Shailendra, Please describe in detail which specific coding issues you fixed. I am not good at reading minds :-) Also, this is patch 8/8, and I see there is a 2/2, (which also needs a better description). Where are the rest of the patches? On Sat, Jan 17, 2015 at 01:28:49PM +0530, Shailendra

Re: [PATCH v18 00/12] input: cyapa: instruction of cyapa patches

2015-01-17 Thread Jeremiah Mahler
Dudley, Your patch series applies without issue but unfortunately I could not test them because I ran in to a bug created by someone elses patch (not yours) [1]. [1]: https://lkml.org/lkml/2015/1/17/24 Once that issue gets resolved I would be happy to test your patch series. On Fri, Jan 16,

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
Shailendra, On Sat, Jan 17, 2015 at 03:51:49PM +0530, Shailendra Verma wrote: Hello Mahler, I have just changed the coding style violations in this patch as described in the coding style Linux Documentation. Be specific about exactly what type of violation you fixed. Was it white space

Re: [PATCH v2 0/3] x86_64,entry: Rearrange the syscall exit optimizations

2015-01-17 Thread Linus Torvalds
On Sat, Jan 17, 2015 at 1:19 PM, Andy Lutomirski l...@amacapital.net wrote: Linus, I suspect you'll either like or hate this series. Or maybe you'll think it's crazy but you'll like it anyway. I'm curious which of those is the case. :) I have no hugely strong reaction to the patches, but it

Re: [PATCH 8/8] Coding Style Correction.

2015-01-17 Thread Jeremiah Mahler
On Sat, Jan 17, 2015 at 04:43:01PM +0530, Shailendra Verma wrote: Hello Mahler, I have fixed indentation violation in switch statement : aligned the switch and its subordinate case labels in the same column instead of double-intending the case labels. It is looking better. Now put this in

Re: [PATCH v18 00/12] input: cyapa: instruction of cyapa patches

2015-01-17 Thread Jeremiah Mahler
Dudley, On Sat, Jan 17, 2015 at 02:44:15AM -0800, Jeremiah Mahler wrote: Dudley, Your patch series applies without issue but unfortunately I could not test them because I ran in to a bug created by someone elses patch (not yours) [1]. [1]: https://lkml.org/lkml/2015/1/17/24 Once

Re: [PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1

2015-01-17 Thread Catalin Marinas
On Fri, Jan 16, 2015 at 04:29:44PM +, Grant Likely wrote: On Thu, 15 Jan 2015 18:23:47 +, Catalin Marinas catalin.mari...@arm.com wrote: On Thu, Jan 15, 2015 at 04:26:20PM +, Grant Likely wrote: On Wed, Jan 14, 2015 at 3:04 PM, Hanjun Guo hanjun@linaro.org wrote: This

[PATCH 8/9] Fixed indentation violation in switch statement : Aligned the switch and its subordinate case labels in the same column instead of double-intending the case labels.

2015-01-17 Thread Shailendra Verma
Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 -- drivers/input/mousedev.c | 18 -- 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c

Re: [PATCH] out out damn perl

2015-01-17 Thread Geert Uytterhoeven
On Sat, Jan 17, 2015 at 9:01 AM, Pavel Machek pa...@ucw.cz wrote: On Tue 2015-01-06 15:50:24, Andrew Morton wrote: On Tue, 06 Jan 2015 17:41:35 -0600 Rob Landley r...@landley.net wrote: Commit e6023367d779 added perl back to the kernel build in -rc6. Replace 39 lines of perl with 4 lines of

Re: [PATCH v2 1/4] perf tools: Fix segfault for symbol annotation on TUI

2015-01-17 Thread Arnaldo Carvalho de Melo
Em Thu, Jan 15, 2015 at 09:20:21AM +0900, Namhyung Kim escreveu: On Wed, Jan 14, 2015 at 06:08:52PM -0300, Arnaldo Carvalho de Melo wrote: Em Wed, Jan 14, 2015 at 07:57:49AM -0700, David Ahern escreveu: On 1/14/15 4:18 AM, Namhyung Kim wrote: static inline struct annotation

Re: [PATCH v4 4/4] ARM: mvebu: Armada 385 GP: Add regulators to the SATA port

2015-01-17 Thread Mark Brown
On Sat, Jan 17, 2015 at 09:48:57AM +0100, Hans de Goede wrote: and leave these regulators on, rather then turn them of $random time, because as I've advocated before (see the simplefb thread) there is no simple magic moment when it is right to turn things off, so doing it when userspace

Re: [PATCH 2/2] drm/msm/mdp5: Add hardware cursor support

2015-01-17 Thread Rob Clark
On Fri, Jan 16, 2015 at 11:06 PM, Daniel Vetter dan...@ffwll.ch wrote: On Thu, Jan 15, 2015 at 08:46:46AM -0500, Rob Clark wrote: On Wed, Jan 14, 2015 at 7:55 PM, Daniel Vetter dan...@ffwll.ch wrote: On Tue, Jan 13, 2015 at 05:18:04PM -0500, Stephane Viau wrote: From: Beeresh Gopal

Re: [PATCH 1/1] Fix Kernel Panic due to dereference of the invalid handle. First validate the handle and then derefer it in BUG_ON.

2015-01-17 Thread Greg Kroah-Hartman
On Sat, Jan 17, 2015 at 11:42:41AM +0530, Shailendra Verma wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/staging/android/ion/ion.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Something went wrong with your subject line, please fix it up

Re: [PATCH] sysfs: group: allow is_visible to drop permissions

2015-01-17 Thread Greg Kroah-Hartman
On Fri, Jan 16, 2015 at 07:22:25PM -0500, Vivien Didelot wrote: Hi Greg, On Fri, Jan 16, 2015 at 04:29:10PM -0500, Vivien Didelot wrote: Using the optional is_visible function, it is actually possible to either hide an attribute, or add a new permission, but not remove one. What

[GIT PULL] perf fixes

2015-01-17 Thread Ingo Molnar
Linus, Please pull the latest perf-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus # HEAD: d01de2389c0190f5959f0a1258a2e87d2fe4ca82 Merge tag 'perf-urgent-for-mingo' of

Re: [PATCH v4 4/4] ARM: mvebu: Armada 385 GP: Add regulators to the SATA port

2015-01-17 Thread Hans de Goede
Hi, On 17-01-15 14:14, Mark Brown wrote: On Sat, Jan 17, 2015 at 09:48:57AM +0100, Hans de Goede wrote: and leave these regulators on, rather then turn them of $random time, because as I've advocated before (see the simplefb thread) there is no simple magic moment when it is right to turn

[GIT PULL] dmaengine fixes

2015-01-17 Thread Vinod Koul
Hi Linus, Here is the dmaengine fixes request. Please pull to receive two patches, first by Andy to fix dw dmac runtime pm and second one by to fix the dmaengine headers in MAINTAINERS The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20

[PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Peter Poklop
From: Peter peter.pok...@gmail.com This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop peter.pok...@gmail.com --- drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Greg KH
On Sat, Jan 17, 2015 at 03:52:45PM +0100, Peter Poklop wrote: From: Peter peter.pok...@gmail.com This name doesn't match up with: This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop peter.pok...@gmail.com this name, why?

Re: Linux 3.18.3

2015-01-17 Thread Greg KH
On Sat, Jan 17, 2015 at 09:05:19AM +0100, Heinz Diehl wrote: On 16.01.2015, Greg KH wrote: I'm announcing the release of the 3.18.3 kernel. Since 3.18, machines with Ironlake Intel Graphics are left with a black screen when booting into X. I reported the bug here:

Re: [PATCH 8/9] Fixed indentation violation in switch statement : Aligned the switch and its subordinate case labels in the same column instead of double-intending the case labels.

2015-01-17 Thread Antonio Ospite
On Sat, 17 Jan 2015 17:23:45 +0530 Shailendra Verma shailendra.capric...@gmail.com wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- drivers/input/evdev.c| 30 -- drivers/input/mousedev.c | 18 -- 2 files changed,

Re: [PATCH v2] mm: vmscan: fix the page state calculation in too_many_isolated

2015-01-17 Thread Vinayak Menon
On 01/16/2015 09:19 PM, Michal Hocko wrote: On Thu 15-01-15 22:54:20, Vinayak Menon wrote: On 01/14/2015 10:20 PM, Michal Hocko wrote: On Wed 14-01-15 17:06:59, Vinayak Menon wrote: [...] In one such instance, zone_page_state(zone, NR_ISOLATED_FILE) had returned 14, zone_page_state(zone,

[patch] mm: memcontrol: default hierarchy interface for memory fix - none

2015-01-17 Thread Johannes Weiner
The none name for the low-boundary 0 and the high-boundary maximum value can be confusing. Just leave the low boundary at 0, and give the highest-possible boundary value the name max that means the same for controls. Reported-by: Michal Hocko mho...@suse.cz Signed-off-by: Johannes Weiner

[patch] mm: memcontrol: default hierarchy interface for memory fix - high reclaim

2015-01-17 Thread Johannes Weiner
High limit reclaim can currently overscan in proportion to how many charges are happening concurrently. Tone it down such that charges don't target the entire high-boundary excess, but instead only the pages they charged themselves when excess is detected. Reported-by: Michal Hocko

<    1   2   3   4   5   >