Re: [PATCH 3/3] Input: ti_am335x_tsc - Ack pending IRQs at probe and before suspend

2016-05-16 Thread Lee Jones
On Mon, 16 May 2016, Vignesh R wrote: > From: Grygorii Strashko > > It is seen that just enabling the TSC module triggers a HW_PEN IRQ > without any interaction with touchscreen by user. This results in first > suspend/resume sequence to fail as system immediately wakes up from > suspend as soon

Re: mfd: twl-core: Return directly after a failed platform_device_alloc() in add_numbered_child()

2016-05-16 Thread Lee Jones
On Mon, 16 May 2016, Julia Lawall wrote: > On Mon, 16 May 2016, SF Markus Elfring wrote: > > > >> * Change an error message. > > > > > > Why? Is dev_err needed? > > > > I interpreted Lee's response in this way. > > https://lkml.org/lkml/2016/1/11/104 > > OK. He didn't ask for the message to

Re: divide error: 0000 [#1] SMP in task_numa_migrate - handle_mm_fault vanilla 4.4.6

2016-05-16 Thread Stefan Priebe - Profihost AG
Am 21.03.2016 um 14:38 schrieb Greg KH: > On Mon, Mar 21, 2016 at 11:52:23AM +0100, Stefan Priebe - Profihost AG wrote: >> >> Am 20.03.2016 um 22:41 schrieb Greg KH: >>> On Sun, Mar 20, 2016 at 10:27:23PM +0100, Stefan Priebe wrote: Am 19.03.2016 um 23:26 schrieb Vlastimil Babka: > On

[PATCH] pinctrl: samsung: Suppress unbinding to prevent theoretical attacks

2016-05-16 Thread Krzysztof Kozlowski
Although unbinding a pinctrl driver requires root privileges but it still might be used theoretically in certain attacks (by triggering NULL pointer exception or memory corruption). Samsung pincontrol drivers are essential for system operation so their removal is not expected. They do not implemen

Re: linux-next: manual merge of the net-next tree with the arm64 tree

2016-05-16 Thread Daniel Borkmann
On 05/17/2016 02:24 AM, Stephen Rothwell wrote: Hi all, Today's linux-next merge of the net-next tree got a conflict in: arch/arm64/Kconfig between commit: 8ee708792e1c ("arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition") from the arm64 tree and commit: 6

[PATCH] fs:efs:fix return value

2016-05-16 Thread Heloise
When the function sb_bread() fails, the return value should be -EIO, fix it. Signed-off-by: Heloise --- fs/efs/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/efs/super.c b/fs/efs/super.c index cb68dac..368f7dd 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.c @

Re: [PATCH 1/1] tty/serial: to support 8250 earlycon can be enabled independently

2016-05-16 Thread Leizhen (ThunderTown)
On 2016/5/16 23:40, Peter Hurley wrote: > On 05/16/2016 04:35 AM, Zhen Lei wrote: >> Sometimes, we may only use SSH to login, and build 8250 uart driver as a >> ko(insmod if needed). But the earlycon may still be necessary, because >> the kernel boot process may take a long time. It's not good to

Re: [git pull] vfs.git

2016-05-16 Thread Al Viro
On Mon, May 16, 2016 at 08:43:33AM -0700, Linus Torvalds wrote: > On Sun, May 15, 2016 at 8:32 PM, Al Viro wrote: > > FWIW, I considered sending that pile in several pull requests, but for some > > reason git request-pull v4.6 vfs work.lookups spews something very odd into > > diffstat - files tha

Re: [PATCH v2] drm/amd/powerplay: use ARRAY_SIZE() to calculate array size.

2016-05-16 Thread Muhammad Falak R Wani
On Mon, May 16, 2016 at 04:53:50PM +0100, Eric Engestrom wrote: > On Fri, May 13, 2016 at 11:06:40PM +0530, Muhammad Falak R Wani wrote: > > It is preferred to use ARRAY_SIZE() for size calculation, instead > > using sizeof(array)/sizeof(*array). It makes the code more readable. > > > > Signed-off

Re: 45aebeaf4f67 "ovl: Ensure upper filesystem supports d_type" breaking Docker

2016-05-16 Thread Al Viro
On Mon, May 16, 2016 at 09:07:27AM -0400, Vivek Goyal wrote: > So it became clear that we need a check at mount time to make sure > d_type is supported otherwise error out. This will require users to > do mkfs.xfs with ftype=1 to make progress. > > I think new defaults for mkfs.xfs are such that f

[tip:x86/urgent] x86/efi: Fix 7-parameter efi_call()s

2016-05-16 Thread tip-bot for Linus Torvalds
Commit-ID: 683ad8092cd262a02d01377dd17a29d492438b90 Gitweb: http://git.kernel.org/tip/683ad8092cd262a02d01377dd17a29d492438b90 Author: Linus Torvalds AuthorDate: Mon, 16 May 2016 13:05:45 -0700 Committer: Ingo Molnar CommitDate: Tue, 17 May 2016 08:25:06 +0200 x86/efi: Fix 7-parameter

Re: [PATCH] crypto/sha1-mb: make sha1_x8_avx2() conform to C function ABI

2016-05-16 Thread Herbert Xu
On Mon, May 16, 2016 at 04:07:53PM -0700, Megha Dey wrote: > > ok. I tried at my end too using some printk's and nothing seems to be > broken. Also, if you intend to use the same commit message, I spell my > name as Megha Dey and not Day :) Patch applied with the name corrected. Thanks, -- Email

[PATCH RESEND v8] powerpc32: provide VIRT_CPU_ACCOUNTING

2016-05-16 Thread Christophe Leroy
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data. In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64

Re: [PATCH v2 4/5] of: overlay: Pick up label symbols from overlays.

2016-05-16 Thread Geert Uytterhoeven
On Mon, May 16, 2016 at 9:40 PM, Geert Uytterhoeven wrote: > On Mon, May 16, 2016 at 9:27 PM, Pantelis Antoniou > wrote: >>> On May 16, 2016, at 22:06 , Geert Uytterhoeven wrote: >>> On Mon, May 16, 2016 at 6:52 PM, Pantelis Antoniou >>> wrote: Insert overlay symbols to the base tree when

Re: [PATCH 28/28] mm, page_alloc: Defer debugging checks of pages allocated from the PCP

2016-05-16 Thread Naoya Horiguchi
> @@ -2579,20 +2612,22 @@ struct page *buffered_rmqueue(struct zone > *preferred_zone, > struct list_head *list; > > local_irq_save(flags); > - pcp = &this_cpu_ptr(zone->pageset)->pcp; > - list = &pcp->lists[migratetype]; > - if (li

Re: 4.6 compilation error when making signing key

2016-05-16 Thread David Howells
James Morris wrote: > CONFIG_MODULE_SIG_KEY="signing_key.pem" > > This should be 'certs/signing_key.pem', right? Yeah - it only gets autogenerated if it's that: ifeq ($(CONFIG_MODULE_SIG_KEY),"certs/signing_key.pem") from certs/Makefile. It may have leaked from an earlier version b

<    4   5   6   7   8   9