Re: Passionate Partner

2017-03-01 Thread M. G
Dear Sir, Did you recieved my mail? I have sent it twice without a response. Mr Masella Giuseppe

v4.11-rc0: Chromium crashes due to data ulimit

2017-03-01 Thread Pavel Machek
Hi! I got this today: [ 841.056790] mmap: chromium (4142): VmData 2161451008 exceed data ulimit 2147483647. Update limits or use boot option ignore_rlimit_data. Normally chromium works well for me... but I only got x220 few days ago. 32-bit kernel on 6GiB 64-bit thinkpad X220... In shell, I do

fs: use-after-free in userfaultfd_exit

2017-03-01 Thread Dmitry Vyukov
Hello, I've got the following use-after-free report while running syzkaller fuzzer on 86292b33d4b79ee03e2f43ea0381ef85f077c760: == BUG: KASAN: use-after-free in userfaultfd_exit+0x251/0x270 fs/userfaultfd.c:803 at addr 88004cb919

Re: [PATCH v2] ARM: exynos_defconfig: increase CONFIG_CMA_SIZE_MBYTES to 96

2017-03-01 Thread Krzysztof Kozlowski
On Wed, Mar 01, 2017 at 11:08:52AM -0700, Shuah Khan wrote: > On 03/01/2017 10:09 AM, Krzysztof Kozlowski wrote: > > On Tue, Feb 28, 2017 at 12:12:21PM -0700, Shuah Khan wrote: > >> Current CMA size of 64 Mbytes is right on the edge of being small when > >> several drivers need to allocate large CM

[PATCH 1/2 RESEND] drm/vc4: Fulfill user BO creation requests from the kernel BO cache.

2017-03-01 Thread Eric Anholt
The from_cache flag was actually "the BO is invisible to userspace", so we can repurpose it to just zero out a cached BO and return it to userspace. Improves wall time for a loop of 5 glsl-algebraic-add-add-1 by -1.44989% +/- 0.862891% (n=28, 1 outlier removed from each that appeared to be other s

[PATCH 2/2 RESEND] drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.

2017-03-01 Thread Eric Anholt
If a CMA allocation failed, the partially constructed BO would be unreferenced through the normal path, and we might choose to put it in the BO cache. If we then reused it before it expired from the cache, the kernel would OOPS. Signed-off-by: Eric Anholt Fixes: c826a6e10644 ("drm/vc4: Add a BO

Re: [PATCH V5 6/6] proc: show MADV_FREE pages info in smaps

2017-03-01 Thread Michal Hocko
On Wed 01-03-17 13:31:49, Johannes Weiner wrote: > On Wed, Mar 01, 2017 at 02:36:24PM +0100, Michal Hocko wrote: > > On Fri 24-02-17 13:31:49, Shaohua Li wrote: > > > show MADV_FREE pages info of each vma in smaps. The interface is for > > > diganose or monitoring purpose, userspace could use it to

Re: [PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used

2017-03-01 Thread Andy Shevchenko
On Wed, 2017-03-01 at 18:02 +, James Hogan wrote: > On 11 January 2017 at 19:48, Jason Uy wrote: > > In the most common use case, the Synopsys DW UART driver does not > > set the set_termios callback function.  This prevents UPSTAT_AUTOCTS > > from being set when the UART flag CRTSCTS is set. 

Re: [GIT PULL] HID for 4.11

2017-03-01 Thread Linus Torvalds
On Wed, Mar 1, 2017 at 1:03 AM, Benjamin Tissoires wrote: > > As Peter mentioned in the bug, there is a missing property on the kernel > node (INPUT_PROP_BUTTONPAD). > > The thing is this property is solely driven in the current driver by the > provided platform_data, so there is no way we ever se

Re: nios2 crash/hang in mainline due to 'lib: update LZ4 compressor module'

2017-03-01 Thread Sven Schmidt
Hi Guenter, Tobias and Sandra, thanks for your effort here. On Tue, Feb 28, 2017 at 10:14:13AM -0800, Guenter Roeck wrote: > On Tue, Feb 28, 2017 at 10:53:56AM -0700, Sandra Loosemore wrote: > > On 02/28/2017 08:53 AM, Tobias Klauser wrote: > > >(adding Sandra Loosemore to Cc due to possible rela

Re: [PATCH v2] ARM: OMAP2+: Fix device node reference counts

2017-03-01 Thread Tony Lindgren
* Guenter Roeck [170228 11:55]: > After commit 'of: fix of_node leak caused in of_find_node_opts_by_path', > the following error may be reported when running omap images. > > OF: ERROR: Bad of_node_put() on /ocp@6800 > CPU: 0 PID: 0 Comm: swapper Not tainted 4.10.0-rc7-next-20170210 #1 > Hard

Re: [PATCH v2 4/5] perf: kretprobes: offset from reloc_sym if kernel supports it

2017-03-01 Thread Naveen N. Rao
On 2017/02/25 08:55AM, Masami Hiramatsu wrote: > On Fri, 24 Feb 2017 17:11:03 -0300 > Arnaldo Carvalho de Melo wrote: > > > Em Sat, Feb 25, 2017 at 02:29:17AM +0900, Masami Hiramatsu escreveu: > > > On Fri, 24 Feb 2017 00:46:08 +0530 > > > "Naveen N. Rao" wrote: > > > > Thanks. I hope that's an

[PATCH 1/2] efi: libstub: Treat missing SecureBoot variable as S/B disabled

2017-03-01 Thread Ard Biesheuvel
The newly refactored code that infers the firmware's Secure Boot state prints the following error when the EFI variable 'SecureBoot' does not exist: EFI stub: ERROR: Could not determine UEFI Secure Boot status. However, this variable is only guaranteed to be defined on a system that is Secure B

[PATCH v14 5/5] mfd: Move binding document

2017-03-01 Thread Ksenija Stanojevic
The bindings, which are now used in MFD, need also to be documented in the MFD binding document. Signed-off-by: Ksenija Stanojevic Reviewed-by: Marek Vasut Acked-by: Lee Jones --- Changes in v14: - none Changes in v13: - none Changes in v12: - none Changes in v11: - none Changes in v10:

[GIT PULL 0/2] EFI fixes for v4.11-rc

2017-03-01 Thread Ard Biesheuvel
The following changes since commit 6053dc981449718d90a429933e99b441e1adaea6: Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (2017-03-01 10:32:30 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git ta

Re: [PATCH 6/9] mm: don't avoid high-priority reclaim on memcg limit reclaim

2017-03-01 Thread Michal Hocko
On Wed 01-03-17 12:36:28, Johannes Weiner wrote: > On Wed, Mar 01, 2017 at 04:40:27PM +0100, Michal Hocko wrote: > > On Tue 28-02-17 16:40:04, Johannes Weiner wrote: > > > 246e87a93934 ("memcg: fix get_scan_count() for small targets") sought > > > to avoid high reclaim priorities for memcg by forci

[PATCH 2/2] efi: arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y

2017-03-01 Thread Ard Biesheuvel
On ARM and arm64, we use a dedicated mm_struct to map the UEFI Runtime Services regions, which allows us to map those regions on demand, and in a way that is guaranteed to be compatible with incoming kernels across kexec. As it turns out, we don't fully initialize the mm_struct in the same way as

net/sctp: use-after-free in sctp_association_put

2017-03-01 Thread Dmitry Vyukov
Hello, I've got the following report while running syzkaller fuzzer on linux-next/8813198236a044b76e251dcae937b180dd527999: BUG: KASAN: use-after-free in sctp_association_destroy net/sctp/associola.c:416 [inline] at addr 8801c0fa415c BUG: KASAN: use-after-free in sctp_association_put+0x294/0x

Re: rsync: page allocation stalls in kernel 4.9.10 to a VessRAID NAS

2017-03-01 Thread Michal Hocko
On Wed 01-03-17 13:06:57, Robert Kudyba wrote: [...] > Does this ever finish? Once there is no memory pressure > The output file seems to grow really quickly. Here are a few lines and > I can upload the file somewhere if you think it’d be helpful: [...] > kswapd0-52[001] 90900.8

[PATCH 2/2] HID: Remove unnecessary OOM messages

2017-03-01 Thread Joe Perches
Allocation failures from k.alloc and dev_k.alloc calls already have a generic stack dump and these additional logging messages just make the code larger and the allocations more likely to fail. Remove them. Signed-off-by: Joe Perches --- drivers/hid/hid-a4tech.c | 4 +--- drivers/hid/

[PATCH 0/2] HID: allocation neatening and code size reduction

2017-03-01 Thread Joe Perches
Joe Perches (2): HID: Use krealloc HID: Remove unnecessary OOM messages drivers/hid/hid-a4tech.c | 4 +--- drivers/hid/hid-apple.c | 4 +--- drivers/hid/hid-asus.c| 5 + drivers/hid/hid-core.c| 24 +++- drivers/hid/hid-leno

[PATCH 11/20] arm64: introduce binfmt_elf32.c

2017-03-01 Thread Yury Norov
As we support more than one compat formats, it looks more reasonable to not use fs/compat_binfmt.c. Custom binfmt_elf32.c allows to move aarch32 specific definitions there and make code more maintainable and readable. Signed-off-by: Yury Norov --- arch/arm64/Kconfig | 1 - arch/ar

[PATCH 12/20] arm64: ilp32: introduce binfmt_ilp32.c

2017-03-01 Thread Yury Norov
Like binfmt_elf32.c, binfmt_ilp32.c is needed to handle ILP32 binaries Signed-off-by: Yury Norov Signed-off-by: Bamvor Jian Zhang --- arch/arm64/kernel/Makefile | 1 + arch/arm64/kernel/binfmt_ilp32.c | 85 2 files changed, 86 insertions(+) creat

Re: [PATCH 4/9] mm: remove unnecessary reclaimability check from NUMA balancing target

2017-03-01 Thread Michal Hocko
On Tue 28-02-17 16:40:02, Johannes Weiner wrote: > NUMA balancing already checks the watermarks of the target node to > decide whether it's a suitable balancing target. Whether the node is > reclaimable or not is irrelevant when we don't intend to reclaim. I guess the original intention was to ski

[PATCH 15/20] arm64: signal: share lp64 signal routines to ilp32

2017-03-01 Thread Yury Norov
After that, it will be possible to reuse it in ilp32. Signed-off-by: Yury Norov Signed-off-by: Bamvor Jian Zhang --- arch/arm64/include/asm/signal_common.h | 33 arch/arm64/kernel/signal.c | 93 +- 2 files changed, 92 insertions(+), 34 de

[PATCH 18/20] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32

2017-03-01 Thread Yury Norov
ILP32 has context-related structures different from both aarch32 and aarch64/lp64. In this patch compat_arch_ptrace() renamed to compat_a32_ptrace(), and compat_arch_ptrace() only makes choice between compat_a32_ptrace() and new compat_ilp32_ptrace() handler. compat_ilp32_ptrace() calls generic co

[PATCH 20/20] arm64:ilp32: add ARM64_ILP32 to Kconfig

2017-03-01 Thread Yury Norov
From: Andrew Pinski This patch adds the config option for ILP32. Signed-off-by: Andrew Pinski Signed-off-by: Philipp Tomsich Signed-off-by: Christoph Muellner Signed-off-by: Yury Norov Reviewed-by: David Daney --- arch/arm64/Kconfig | 10 +- 1 file changed, 9 insertions(+), 1 delet

[PATCH 17/20] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext

2017-03-01 Thread Yury Norov
From: Andrew Pinski ILP32 uses AARCH32 compat structures and syscall handlers for signals. But ILP32 struct rt_sigframe and ucontext differs from both LP64 and AARCH32. So some specific mechanism is needed to take care of it. Signed-off-by: Andrew Pinski Signed-off-by: Yury Norov --- arch/ar

[PATCH 14/20] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

2017-03-01 Thread Yury Norov
From: Andrew Pinski Add a separate syscall-table for ILP32, which dispatches either to native LP64 system call implementation or to compat-syscalls, as appropriate. Signed-off-by: Andrew Pinski Signed-off-by: Yury Norov Signed-off-by: Bamvor Jian Zhang --- arch/arm64/include/asm/unistd.h

Re: [PATCH 4/5] clk: sunxi-ng: Add driver for A83T CCU

2017-03-01 Thread Stephen Boyd
On 02/15, Maxime Ripard wrote: > On Tue, Feb 14, 2017 at 06:26:39PM +0800, Chen-Yu Tsai wrote: > > On Tue, Feb 14, 2017 at 5:58 PM, Maxime Ripard > > wrote: > > > On Tue, Feb 14, 2017 at 11:35:25AM +0800, Chen-Yu Tsai wrote: > > >> +/* > > >> + * MMC2 supports what's called the "new timing mode".

Re: [PATCH V11 05/10] acpi: apei: handle SEA notification type for ARMv8

2017-03-01 Thread Baicar, Tyler
Hello Xie XiuQi, On 3/1/2017 12:42 AM, Xie XiuQi wrote: Hi Tyler, On 2017/2/22 5:21, Tyler Baicar wrote: ARM APEI extension proposal added SEA (Synchronous External Abort) notification type for ARMv8. Add a new GHES error source handling function for SEA. If an error source's notification typ

Re: [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-03-01 Thread Stefan Wahren
> Eric Anholt hat am 1. März 2017 um 19:00 geschrieben: > > > Gerd Hoffmann writes: > > > From: Eric Anholt > > > > The 2835 has two SD controllers: The Arasan sdhci controller (supported > > by the iproc driver) and a custom sdhost controller. This patch adds a > > driver for the latter. >

Re: [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-03-01 Thread Eric Anholt
Stefan Wahren writes: >> Eric Anholt hat am 1. März 2017 um 19:00 geschrieben: >> >> >> Gerd Hoffmann writes: >> >> > From: Eric Anholt >> > >> > The 2835 has two SD controllers: The Arasan sdhci controller (supported >> > by the iproc driver) and a custom sdhost controller. This patch add

Re: [PATCH v4 00/19] Replace PCI pool by DMA pool API

2017-03-01 Thread Joe Perches
On Wed, 2017-03-01 at 16:55 +0100, Romain Perier wrote: > support to warn about this old API in checkpath.pl checkpatch This part isn't true anymore, but it seems sensible enough, thanks.

[PATCH] staging: speakup: Comparison to NULL could be written

2017-03-01 Thread Arushi Singhal
Fixed coding style for null comparisons in speakup driver to be more consistant with the rest of the kernel coding style. Signed-off-by: Arushi Singhal --- drivers/staging/speakup/fakekey.c | 2 +- drivers/staging/speakup/kobjects.c | 2 +- drivers/staging/speakup/main.c | 38

[PATCH] staging: speakup:indentation should use tabs

2017-03-01 Thread Arushi Singhal
Indentation should always use tabs and never spaces. Signed-off-by: Arushi Singhal --- drivers/staging/speakup/i18n.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c index 1a3e34880ac1..11f1418b4006 100644 --- a/

[PATCH 09/20] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)

2017-03-01 Thread Yury Norov
Based on patch of Andrew Pinski. This patch introduces is_a32_compat_task and is_a32_thread so it is easier to say this is a a32 specific thread or a generic compat thread/task. Corresponding functions are located in to avoid mess in headers. Some files include both and , and this is wrong beca

[PATCH 07/20] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64

2017-03-01 Thread Yury Norov
From: Andrew Pinski Define __BITS_PER_LONG depending on the ABI used (i.e. check whether __ILP32__ or __LP64__ is defined). This is necessary for glibc to determine the appropriate type definitions for the system call interface. Signed-off-by: Andrew Pinski Signed-off-by: Philipp Tomsich Sign

Re: [tpmdd-devel] [PATCH] tpm: do not suspend/resume if power stays on

2017-03-01 Thread Jason Gunthorpe
> > +Optional properties: > > +- powered-while-suspended: present when the TPM is left powered on between > > + suspend and resume (makes the suspend/resume callbacks do nothing). > > This reads like configuration rather than a HW property. I read this to mean the HW does not cut power to the TP

[PATCH v14 0/5] mxs-lradc: Split driver into MFD

2017-03-01 Thread Ksenija Stanojevic
Split existing driver mxs-lradc into MFD with touchscreen and IIO part. Tested on I.MX28. Ksenija Stanojevic (5): mfd: mxs-lradc: Add support for mxs-lradc MFD iio: adc: mxs-lradc: Add support for adc driver input: touchscreen: mxs-lradc: Add support for touchscreen iio: adc: mxs-lradc: R

Re: [PATCH v3 11/25] ARM: dts: Add Actions Semi S500 and LeMaker Guitar

2017-03-01 Thread Mark Rutland
On Tue, Feb 28, 2017 at 04:13:00PM +0100, Andreas Färber wrote: > Am 28.02.2017 um 13:32 schrieb Mark Rutland: > > On Tue, Feb 28, 2017 at 07:35:21AM +0100, Andreas Färber wrote: > >> +#include "skeleton.dtsi" > > > > Please don't include skeleton.dtsi. > > Wasn't aware that was permissible. I n

[PATCH 13/20] arm64: ilp32: share aarch32 syscall handlers

2017-03-01 Thread Yury Norov
off_t is passed in register pair just like in aarch32. In this patch corresponding aarch32 handlers are shared to ilp32 code. Signed-off-by: Yury Norov --- arch/arm64/kernel/Makefile | 1 + arch/arm64/kernel/entry32.S| 80 --- arch/arm64/kernel/entry32

[PATCH 06/20] arm64: ensure the kernel is compiled for LP64

2017-03-01 Thread Yury Norov
From: Andrew Pinski The kernel needs to be compiled as a LP64 binary for ARM64, even when using a compiler that defaults to code-generation for the ILP32 ABI. Consequently, we need to explicitly pass '-mabi=lp64' (supported on gcc-4.9 and newer). Signed-off-by: Andrew Pinski Signed-off-by: Phil

Re: [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

2017-03-01 Thread Borislav Petkov
On Thu, Feb 16, 2017 at 09:48:25AM -0600, Tom Lendacky wrote: > This patch adds the support to check if SME has been enabled and if > memory encryption should be activated (checking of command line option > based on the configuration of the default state). If memory encryption > is to be activated

[PATCH] ata: constify of_device_id structures

2017-03-01 Thread Bhumika Goyal
Declare of_device_id structures as const as they are either passed to the macro MODULE_DEVICE_TABLE or stored in the of_match_table field of a device_driver structure. This field is of type const, so of_device_id structures having this property can be made const too. Cross compiled the files drive

Re: [PATCH] regulator: hi655x: Add DT bindings so module autoloads

2017-03-01 Thread Mark Brown
On Tue, Feb 28, 2017 at 07:07:06PM -0600, Jeremy Linton wrote: > The hi655x driver is required for mmc/sd functionality on the > 96boards hikey, and likely other platforms. When built as > a standalone module it doesn't get automatically loaded because > it is missing the module probe hooks. > +st

Re: kvm: WARNING in nested_vmx_merge_msr_bitmap

2017-03-01 Thread Radim Krčmář
2017-02-28 13:07-0800, Jim Mattson: > I believe this happens when the VMCS12 MSR bitmap address is valid, > but no device is configured to respond to the bus request. I agree > that the warning should be removed. However, in this case, the VMCS12 > MSR bitmap should read as all 1s. The same is true

[PATCH] staging: iio: ad9832: Move header file content to source file

2017-03-01 Thread Arushi Singhal
The contents of the header file are used only by this single source file. Move content into .c and remove .h. Signed-off-by: Arushi Singhal --- drivers/staging/iio/frequency/ad9832.c | 100 +- drivers/staging/iio/frequency/ad9832.h | 128 -

[PATCH 1/2] HID: Use krealloc

2017-03-01 Thread Joe Perches
This kmalloc/memcpy is equivalent to krealloc, so use krealloc to avoid a possibly unnecessary memcpy. Miscellanea: o Add temporary variables osize and nsize to improve readability o krealloc has a defect and does not support GFP_ZERO so the memset must be kept Signed-off-by: Joe Perches ---

Re: [PATCH] regulator: hi655x: Add DT bindings so module autoloads

2017-03-01 Thread Mark Brown
On Wed, Mar 01, 2017 at 10:44:16AM -0600, Jeremy Linton wrote: > Right, there also appears to be dependency issues. Its like the > regulator should be pulling in the parent pmic rather than the current No, why would it do that? The regulator can't be instantiated without the parent so it can't d

Re: [cgroups] suspicious rcu_dereference_check() usage!

2017-03-01 Thread Tejun Heo
Hello, Mike. Sorry about the delay. Was on vacation and then had a strep throat. On Mon, Feb 20, 2017 at 11:15:23AM +0100, Mike Galbraith wrote: > Running LTP on master.today (v4.10) with a seriously bloated PREEMPT > config inspired box to emit the below. > > [ 7160.458996] ===

Re: [linux-sunxi] [PATCH 3/4] ARM: sun7i: Convert to CCU

2017-03-01 Thread Priit Laes
On Tue, 2017-02-28 at 14:01 -0300, Emilio López wrote: > Hi, > > I spotted a couple of things here on a quick look, see below > > El 27/02/17 a las 18:09, Priit Laes escribió: > > Convert sun7i-a20.dtsi to new CCU driver. > > > > > > Signed-off-by: Priit Laes > > --- > >  arch/arm/boot/dts/sun7

[PATCH 10/20] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64

2017-03-01 Thread Yury Norov
ILP32 tasks are needed to be distinguished from lp64 and aarch32. This patch adds helper functions is_ilp32_compat_{task,thread} and thread flag TIF_32BIT_AARCH64 to address it. This is a preparation for following patches in ilp32 patchset. For consistency, SET_PERSONALITY is changed here accordin

[PATCH 02/20] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option

2017-03-01 Thread Yury Norov
All new 32-bit architectures should have 64-bit off_t type, but existing architectures has 32-bit ones. To handle it, new config option is added to arch/Kconfig that defaults ARCH_32BIT_OFF_T to be disabled for non-64 bit architectures. All existing 32-bit architectures enable it explicitly here.

Re: [PATCH 1/5] selftests: Fix selftests build to just build, not run tests

2017-03-01 Thread Shuah Khan
On 02/13/2017 07:09 PM, Michael Ellerman wrote: > Michael Ellerman writes: > >> In commit 88baa78d1f31 ("selftests: remove duplicated all and clean >> target"), the "all" target was removed from individual Makefiles and >> added to lib.mk. >> >> However the "all" target was added to lib.mk *after

[PATCH 08/20] thread: move thread bits accessors to separated file

2017-03-01 Thread Yury Norov
They may be accessed from low-level code, so isolating is a measure to avoid circular dependencies in header files. The exact reason for circular dependency is WARN_ON() macro added in patch edd63a27 "set_restore_sigmask() is never called without SIGPENDING (and never should be)" Signed-off-by: Y

Re: net: sleeping function called from invalid context in net_enable_timestamp

2017-03-01 Thread Eric Dumazet
On Wed, Mar 1, 2017 at 11:51 AM, Dmitry Vyukov wrote: > > Hello, > > I've got the following report while running syzkaller fuzzer on > e5d56efc97f8240d0b5d66c03949382b6d7e5570 Right, a listener is playing fool games. We need to use a work queue for all net_enable_timestamp() invocations

net: sleeping function called from invalid context in net_enable_timestamp

2017-03-01 Thread Dmitry Vyukov
Hello, I've got the following report while running syzkaller fuzzer on e5d56efc97f8240d0b5d66c03949382b6d7e5570: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:745 in_atomic(): 1, irqs_disabled(): 0, pid: 23233, name: syz-executor5 INFO: lockdep is turned off. CPU: 1

Re: [Outreachy kernel] [PATCH] staging: speakup: Comparison to NULL could be written

2017-03-01 Thread Julia Lawall
On Thu, 2 Mar 2017, Arushi Singhal wrote: > Fixed coding style for null comparisons in speakup driver to be more > consistant with the rest of the kernel coding style. > > Signed-off-by: Arushi Singhal > --- > drivers/staging/speakup/fakekey.c | 2 +- > drivers/staging/speakup/kobjects.c |

Re: [GIT PULL] HID for 4.11

2017-03-01 Thread Linus Torvalds
On Wed, Mar 1, 2017 at 9:58 AM, Dmitry Torokhov wrote: > > Given that it does work for you just apply it. The objections I raised > was more of a bikeshedding. Ok. Patch applied directly and in my tree now, Linus

Re: nios2 crash/hang in mainline due to 'lib: update LZ4 compressor module'

2017-03-01 Thread Guenter Roeck
On Wed, Mar 01, 2017 at 07:58:17PM +0100, Sven Schmidt wrote: > Hi Guenter, Tobias and Sandra, > > thanks for your effort here. > > On Tue, Feb 28, 2017 at 10:14:13AM -0800, Guenter Roeck wrote: > > On Tue, Feb 28, 2017 at 10:53:56AM -0700, Sandra Loosemore wrote: > > > On 02/28/2017 08:53 AM, To

Re: [PATCH] virtio-console: avoid DMA from stack

2017-03-01 Thread Omar Sandoval
On Wed, Feb 01, 2017 at 07:17:12PM +0530, Amit Shah wrote: > On (Wed) 01 Feb 2017 [00:02:27], Omar Sandoval wrote: > > From: Omar Sandoval > > > > put_chars() stuffs the buffer it gets into an sg, but that buffer may be > > on the stack. This breaks with CONFIG_VMAP_STACK=y (for me, it > > manife

Re: [PATCH] clk: meson: fix SET_PARM macro

2017-03-01 Thread Stephen Boyd
On 02/28, Jerome Brunet wrote: > On Tue, 2017-02-28 at 13:26 -0800, Stephen Boyd wrote: > > On 02/28, Jerome Brunet wrote: > > > parameter val is not enclosed in parenthesis which is buggy when > > > given an > > > expression instead of a simple value > > > > > > Signed-off-by: Jerome Brunet > >

[PATCH v14 4/5] iio: adc: mxs-lradc: Remove driver

2017-03-01 Thread Ksenija Stanojevic
Since the driver has been split into mfd there is no reason for it to stay, so remove it. Signed-off-by: Ksenija Stanojevic Acked-by: Jonathan Cameron Reviewed-by: Marek Vasut --- Changes in v14: - none Changes in v13: - none Changes in v12: - none Changes in v11: - none Changes in v10:

Re: [PATCH v14 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-03-01 Thread Stefan Wahren
> Ksenija Stanojevic hat am 1. März 2017 um > 19:02 geschrieben: > > > Add core files for low resolution analog-to-digital converter (mxs-lradc) > MFD driver. > > Signed-off-by: Ksenija Stanojevic > Acked-by: Lee Jones > --- > Changes in v14: > - none > > Changes in v13: > - none > > Cha

is

2017-03-01 Thread Camara Ishmeal
Greetings, It's Just my urgent need for a foreign partner that led to my contacting you about this transaction. I am a banker by profession and currently holding the post of a auditor in our Bank.Banque Atlantique Togo. I have the opportunity of transferring an unclaimed funds (2.5)Euro, Two Mill

Re: Passionate Partner

2017-03-01 Thread M. G
Dear Sir, Did you recieved my mail? I have sent it twice without a response. Mr Masella Giuseppe

Re: [PATCH V5 6/6] proc: show MADV_FREE pages info in smaps

2017-03-01 Thread Johannes Weiner
On Wed, Mar 01, 2017 at 02:36:24PM +0100, Michal Hocko wrote: > On Fri 24-02-17 13:31:49, Shaohua Li wrote: > > show MADV_FREE pages info of each vma in smaps. The interface is for > > diganose or monitoring purpose, userspace could use it to understand > > what happens in the application. Since us

Re: [PATCH] crypto: Pad aes_ccm_enc_tv_template vector

2017-03-01 Thread Herbert Xu
On Tue, Feb 28, 2017 at 02:07:25PM -0800, Laura Abbott wrote: > Running with KASAN and crypto tests currently gives > > BUG: KASAN: global-out-of-bounds in __test_aead+0x9d9/0x2200 at addr > 8212fca0 > Read of size 16 by task cryptomgr_test/1107 > Address belongs to variable 0x

Re: [PATCH] hid: usbhid: usbkbd: fix checkpatch.pl issues

2017-03-01 Thread Avraham Shukron
> > This kind of change is definitely not helpful. The original table was > Nx16, you converted it to Nx14. Why do you think original table used 16 > columns? > > Regardless, it's a very old driver, just let it be. > > Thanks. > I can make it Nx8 :) Seriously now - I don't understand what is

[PATCH v14 3/5] input: touchscreen: mxs-lradc: Add support for touchscreen

2017-03-01 Thread Ksenija Stanojevic
Add 4-wire/5-wire touchscreen controller. Signed-off-by: Ksenija Stanojevic --- Changes in v14: - none Changes in v13: - use struct state_info instead of using functions for doing conditionals on every operation. - call mxs_lradc_ts_stop() before requesting interrupts. Changes in v12: -

Re: [Outreachy kernel] [PATCH] staging: speakup: Comparison to NULL could be written

2017-03-01 Thread Joe Perches
On Wed, 2017-03-01 at 20:58 +0100, Julia Lawall wrote: > > On Thu, 2 Mar 2017, Arushi Singhal wrote: > > > Fixed coding style for null comparisons in speakup driver to be more > > consistant with the rest of the kernel coding style. And Arushi, please use checkpatch on your proposed patches befo

[GIT PULL] Please pull NFS client changes for Linux 4.11

2017-03-01 Thread Anna Schumaker
Hi Linus, The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637: Linux 4.10-rc6 (2017-01-29 14:25:17 -0800) are available in the git repository at: git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-4.11-1 for you to fetch changes up to ed92d8c137b7794c2

Re: [PATCH] hid: usbhid: usbkbd: fix checkpatch.pl issues

2017-03-01 Thread Dmitry Torokhov
On Wed, Mar 01, 2017 at 09:59:31PM +0200, Avraham Shukron wrote: > > > > This kind of change is definitely not helpful. The original table was > > Nx16, you converted it to Nx14. Why do you think original table used 16 > > columns? > > > > Regardless, it's a very old driver, just let it be. > >

Re: [PATCH] hid: usbhid: usbkbd: fix checkpatch.pl issues

2017-03-01 Thread Joe Perches
On Wed, 2017-03-01 at 21:59 +0200, Avraham Shukron wrote: > > > > This kind of change is definitely not helpful. The original table was > > Nx16, you converted it to Nx14. Why do you think original table used 16 > > columns? > > > > Regardless, it's a very old driver, just let it be. > > > > Tha

Re: [PATCH 0/3] pc104: Mask PC/104 Kconfig options

2017-03-01 Thread William Breathitt Gray
On Wed, Jan 11, 2017 at 04:26:19PM +0100, Linus Walleij wrote: >On Tue, Jan 10, 2017 at 7:50 PM, William Breathitt Gray > wrote: > >> PC/104 form factor devices serve a specific niche of embedded system >> users. Since PC/104 devices and hardware are typically used by just a >> subset of Linux user

Re: [PATCH] jump_label: align jump_entry table to at least 4-bytes

2017-03-01 Thread Jason Baron
On 03/01/2017 11:40 AM, David Daney wrote: > On 02/28/2017 10:34 PM, Michael Ellerman wrote: >> Jason Baron writes: >> ... >>> I also checked all the other .ko files and they were properly aligned. >>> So I think this should hopefully work, and I like that its not a >>> per-arch fix. >>> >>> Sac

Re: [PATCH] hid: usbhid: usbkbd: fix checkpatch.pl issues

2017-03-01 Thread Greg KH
On Wed, Mar 01, 2017 at 09:59:31PM +0200, Avraham Shukron wrote: > > > > This kind of change is definitely not helpful. The original table was > > Nx16, you converted it to Nx14. Why do you think original table used 16 > > columns? > > > > Regardless, it's a very old driver, just let it be. > >

Re: [PATCH v2] ARM: OMAP2+: Fix device node reference counts

2017-03-01 Thread Guenter Roeck
On Wed, Mar 01, 2017 at 10:04:39AM -0800, Tony Lindgren wrote: > * Guenter Roeck [170228 11:55]: > > After commit 'of: fix of_node leak caused in of_find_node_opts_by_path', > > the following error may be reported when running omap images. > > > > OF: ERROR: Bad of_node_put() on /ocp@6800 > >

Re: [PATCH v7 6/8] perf tool: add script print support for namespace events

2017-03-01 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 21, 2017 at 07:32:19PM +0530, Hari Bathini escreveu: >> Add script print support for events of type PERF_RECORD_NAMESPACES. Please combine the documentation update (next patch) with this one. And please add an the resulting output as an example, I will then try to reproduce your tes

Re: [PATCH v7 4/8] perf tool: synthesize namespace events for current processes

2017-03-01 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 21, 2017 at 07:31:44PM +0530, Hari Bathini escreveu: > Synthesize PERF_RECORD_NAMESPACES events for processes that were > running prior to invocation of perf record, the data for which is > taken from /proc/$PID/ns. These changes make way for analyzing > events with regard to namespaces

Re: [PATCH V5 6/6] proc: show MADV_FREE pages info in smaps

2017-03-01 Thread Shaohua Li
On Wed, Mar 01, 2017 at 06:49:56PM +0100, Michal Hocko wrote: > On Wed 01-03-17 09:37:10, Shaohua Li wrote: > > On Wed, Mar 01, 2017 at 02:36:24PM +0100, Michal Hocko wrote: > > > On Fri 24-02-17 13:31:49, Shaohua Li wrote: > > > > show MADV_FREE pages info of each vma in smaps. The interface is fo

Re: [PATCH v7 5/8] perf tool: add print support for namespace events

2017-03-01 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 21, 2017 at 07:31:52PM +0530, Hari Bathini escreveu: > +++ b/tools/perf/util/event.c > @@ -1104,6 +1104,33 @@ size_t perf_event__fprintf_comm(union perf_event > *event, FILE *fp) > return fprintf(fp, "%s: %s:%d/%d\n", s, event->comm.comm, > event->comm.pid, event->comm.tid); >

Re: [PATCH v7 8/8] perf tool: add cgroup identifier entry in perf report

2017-03-01 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 21, 2017 at 07:33:13PM +0530, Hari Bathini escreveu: > This patch introduces a cgroup identifier entry field in perf report to > identify or distinguish data of different cgroups. It uses the device > number and inode number of cgroup namespace, included in perf data with > the new PERF

Re: [PATCH v14 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2017-03-01 Thread Dmitry Torokhov
On Wed, Mar 01, 2017 at 09:10:50PM +0100, Stefan Wahren wrote: > > Ksenija Stanojevic hat am 1. März 2017 um > > 19:02 geschrieben: > > > > > > Add core files for low resolution analog-to-digital converter (mxs-lradc) > > MFD driver. > > > > Signed-off-by: Ksenija Stanojevic > > Acked-by: Lee

[RFC] remove support for AVR32 architecture

2017-03-01 Thread Hans-Christian Noren Egtvedt
Hello all, The AVR32 architecture is not keeping up with the development of the kernel, and since it shares so much of the drivers with Atmel ARM SoC, it is starting to hinder these drivers to develop swiftly. Also, all AVR32 AP7 SoC processors are end of lifed from Atmel (now Microchip). Finall

Re: net: sleeping function called from invalid context in net_enable_timestamp

2017-03-01 Thread Eric Dumazet
On Wed, 2017-03-01 at 11:59 -0800, Eric Dumazet wrote: > On Wed, Mar 1, 2017 at 11:51 AM, Dmitry Vyukov wrote: > > > > Hello, > > > > I've got the following report while running syzkaller fuzzer on > > e5d56efc97f8240d0b5d66c03949382b6d7e5570 > > > > Right, a listener is playing fool games. >

Re: [PATCH] jump_label: align jump_entry table to at least 4-bytes

2017-03-01 Thread David Daney
On 03/01/2017 12:02 PM, Jason Baron wrote: On 03/01/2017 11:40 AM, David Daney wrote: On 02/28/2017 10:34 PM, Michael Ellerman wrote: Jason Baron writes: ... I also checked all the other .ko files and they were properly aligned. So I think this should hopefully work, and I like that its not

Re: [PATCH v7 2/8] perf tool: add PERF_RECORD_NAMESPACES to include namespaces related info

2017-03-01 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 21, 2017 at 07:31:30PM +0530, Hari Bathini escreveu: > Update perf tool to examine PERF_RECORD_NAMESPACES events emitted by >> the kernel when fork, clone, setns or unshare are invoked. You forgot to update tools/perf/Documentation/ for all the options you added, see more comments belo

Re: [PATCH v4 1/1] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-03-01 Thread Stefan Lengfeld
Hi Maxime, On Tue, Feb 28, 2017 at 04:36:51PM +0100, Maxime Ripard wrote: > Implement legacy framebuffer ioctl FBIO_WAITFORVSYNC in the generic > framebuffer emulation driver. Legacy framebuffer users like non kms/drm > based OpenGL(ES)/EGL implementations may require the ioctl to

Re: net: use-after-free in neigh_timer_handler/sock_wfree

2017-03-01 Thread Cong Wang
On Wed, Mar 1, 2017 at 11:27 AM, Dmitry Vyukov wrote: > Hello, > > I am seeing the following use-after-free report while running > syzkaller fuzzer on > linux-next/3e7350242c6f3d41d28e03418bd781cc1b7bad5f: > > == > BUG: KASAN: use-aft

[PATCH] x86/hpet: Prevent might sleep splat on resume

2017-03-01 Thread Thomas Gleixner
Sergey reported a might sleep warning triggered from the hpet resume path. It's caused by the call to disable_irq() from interrupt disabled context. The problem with the low level resume code is that it is not accounted as a special system_state like we do during the boot process. Calling the same

Re: [PATCH] virtio-console: avoid DMA from stack

2017-03-01 Thread Michael S. Tsirkin
On Wed, Mar 01, 2017 at 12:01:10PM -0800, Omar Sandoval wrote: > On Wed, Feb 01, 2017 at 07:17:12PM +0530, Amit Shah wrote: > > On (Wed) 01 Feb 2017 [00:02:27], Omar Sandoval wrote: > > > From: Omar Sandoval > > > > > > put_chars() stuffs the buffer it gets into an sg, but that buffer may be > >

Re: [PATCH linux v3 2/9] x86/acpi: store ACPI ids from MADT for future usage

2017-03-01 Thread Thomas Gleixner
On Tue, 26 Jul 2016, Vitaly Kuznetsov wrote: So this patch made it's way into Linus tree via XEN w/o an ack or reviewed by from the x86 maintainers. Yes, we were on CC, but it's not that hard to ping the maintainers when they do not respond on a particular patch. The whole series ran under the c

Re: [locking/ww_mutex] 2a0c112828 WARNING: CPU: 0 PID: 18 at kernel/locking/mutex.c:305 __ww_mutex_wakeup_for_backoff

2017-03-01 Thread Peter Zijlstra
On Wed, Mar 01, 2017 at 04:26:48PM +, Chris Wilson wrote: > On Wed, Mar 01, 2017 at 04:11:48PM +, Chris Wilson wrote: > > On Wed, Mar 01, 2017 at 04:54:14PM +0100, Peter Zijlstra wrote: > > > On Wed, Mar 01, 2017 at 11:40:43PM +0800, Fengguang Wu wrote: > > > > Thanks for the patch! I appli

Re: [PATCH v3 2/7] mmc: bcm2835: Add new driver for the sdhost controller.

2017-03-01 Thread Stefan Wahren
> Eric Anholt hat am 1. März 2017 um 20:31 geschrieben: > > > Stefan Wahren writes: > > >> Eric Anholt hat am 1. März 2017 um 19:00 geschrieben: > >> > >> > >> Gerd Hoffmann writes: > >> > >> > From: Eric Anholt > >> > > >> > The 2835 has two SD controllers: The Arasan sdhci controller

Re: [PATCH/RFC] arm64: pmu: add Qualcomm Technologies extensions

2017-03-01 Thread Leeder, Neil
Hi Mark, Thanks for the quick response. On 3/1/2017 1:10 PM, Mark Rutland wrote: Hi Neil, On Wed, Mar 01, 2017 at 11:18:05AM -0500, Neil Leeder wrote: Adds CPU PMU perf events support for Qualcomm Technologies' Falkor CPU. The Qualcomm Technologies CPU PMU is named qcom_pmuv3 and provides ext

Re: [PATCH/RFC] arm64: pmu: add Qualcomm Technologies extensions

2017-03-01 Thread Marc Zyngier
On Wed, Mar 01 2017 at 6:10:33 pm GMT, Mark Rutland wrote: > Hi Neil, > > On Wed, Mar 01, 2017 at 11:18:05AM -0500, Neil Leeder wrote: >> Adds CPU PMU perf events support for Qualcomm Technologies' Falkor CPU. >> >> The Qualcomm Technologies CPU PMU is named qcom_pmuv3 and provides >> extension

Re: net: use-after-free in neigh_timer_handler/sock_wfree

2017-03-01 Thread Cong Wang
On Wed, Mar 1, 2017 at 1:24 PM, Cong Wang wrote: > On Wed, Mar 1, 2017 at 11:27 AM, Dmitry Vyukov wrote: >> Hello, >> >> I am seeing the following use-after-free report while running >> syzkaller fuzzer on >> linux-next/3e7350242c6f3d41d28e03418bd781cc1b7bad5f: >> >> =

[tip:core/urgent] objtool, modules: Discard objtool annotation sections for modules

2017-03-01 Thread tip-bot for Josh Poimboeuf
Commit-ID: e390f9a9689a42f477a6073e2e7df530a4c1b740 Gitweb: http://git.kernel.org/tip/e390f9a9689a42f477a6073e2e7df530a4c1b740 Author: Josh Poimboeuf AuthorDate: Wed, 1 Mar 2017 12:04:44 -0600 Committer: Ingo Molnar CommitDate: Wed, 1 Mar 2017 20:32:25 +0100 objtool, modules: Discard o

<    1   2   3   4   5   6   7   8   9   >