[tip:locking/core] MAINTAINERS: Add Akira Yokosawa as an LKMM reviewer

2018-02-21 Thread tip-bot for Paul E. McKenney
Commit-ID: 65b65f8e8b941785b0a08cf24ffd7084c8df327c Gitweb: https://git.kernel.org/tip/65b65f8e8b941785b0a08cf24ffd7084c8df327c Author: Paul E. McKenney AuthorDate: Tue, 20 Feb 2018 15:25:06 -0800 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 09:58:14 +0100 MAINTAINERS: Add Akira

[tip:locking/core] Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/"

2018-02-21 Thread tip-bot for Andrea Parri
Commit-ID: 621df431b0ac931e318679f54047c47eb23cfdd2 Gitweb: https://git.kernel.org/tip/621df431b0ac931e318679f54047c47eb23cfdd2 Author: Andrea Parri AuthorDate: Tue, 20 Feb 2018 15:25:07 -0800 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 09:58:14 +0100 Documentation/memory-barri

[tip:locking/core] memory-barriers: Fix description of data dependency barriers

2018-02-21 Thread tip-bot for Nikolay Borisov
Commit-ID: 51de78892b1294d1521c41226a5ef215a910c25f Gitweb: https://git.kernel.org/tip/51de78892b1294d1521c41226a5ef215a910c25f Author: Nikolay Borisov AuthorDate: Tue, 20 Feb 2018 15:25:08 -0800 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 09:58:14 +0100 memory-barriers: Fix de

Re: [PATCH] Staging: gdm724x: LTE: Fix trailing open parentheses.

2018-02-21 Thread Dan Carpenter
This patch is fine. Acked-by: Dan Carpenter But I have a some comments for later. On Wed, Feb 21, 2018 at 02:20:17AM -0800, Quytelda Kahja wrote: > @@ -509,8 +511,9 @@ static struct net_device_stats *gdm_lte_stats(struct > net_device *dev) > > static int gdm_lte_event_send(struct net_device

[tip:locking/core] tools/memory-model: Add required herd7 version to README file

2018-02-21 Thread tip-bot for Paul E. McKenney
Commit-ID: 8f7f2fbd00898deaf01e05a00095411811befd64 Gitweb: https://git.kernel.org/tip/8f7f2fbd00898deaf01e05a00095411811befd64 Author: Paul E. McKenney AuthorDate: Tue, 20 Feb 2018 15:25:09 -0800 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 09:58:15 +0100 tools/memory-model: Ad

[tip:locking/core] tools/memory-model: Add a S lock-based external-view litmus test

2018-02-21 Thread tip-bot for Alan Stern
Commit-ID: 556bb7d252ae42d4653557325670e665087c38ad Gitweb: https://git.kernel.org/tip/556bb7d252ae42d4653557325670e665087c38ad Author: Alan Stern AuthorDate: Tue, 20 Feb 2018 15:25:10 -0800 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 09:58:15 +0100 tools/memory-model: Add a S

[tip:locking/core] tools/memory-model: Convert underscores to hyphens

2018-02-21 Thread tip-bot for Paul E. McKenney
Commit-ID: cac79a39f200ef73ae7fc8a429ce2859ebb118d9 Gitweb: https://git.kernel.org/tip/cac79a39f200ef73ae7fc8a429ce2859ebb118d9 Author: Paul E. McKenney AuthorDate: Tue, 20 Feb 2018 15:25:11 -0800 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 09:58:15 +0100 tools/memory-model: Co

[tip:locking/core] tools/memory-model: Remove rb-dep, smp_read_barrier_depends, and lockless_dereference

2018-02-21 Thread tip-bot for Alan Stern
Commit-ID: bf28ae5627442355dbb8d99238da4fb95c2dd4ec Gitweb: https://git.kernel.org/tip/bf28ae5627442355dbb8d99238da4fb95c2dd4ec Author: Alan Stern AuthorDate: Tue, 20 Feb 2018 15:25:12 -0800 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 09:58:16 +0100 tools/memory-model: Remove r

[tip:x86/pti] x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper function

2018-02-21 Thread tip-bot for Dominik Brodowski
Commit-ID: 6014809adf04188c4bce4a5d231f13a602203c95 Gitweb: https://git.kernel.org/tip/6014809adf04188c4bce4a5d231f13a602203c95 Author: Dominik Brodowski AuthorDate: Tue, 20 Feb 2018 22:01:08 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:04:46 +0100 x86/entry/64: Move PU

[tip:x86/pti] x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entry

2018-02-21 Thread tip-bot for Dominik Brodowski
Commit-ID: 484689299ece526dd75088946c2307c3a74d9d67 Gitweb: https://git.kernel.org/tip/484689299ece526dd75088946c2307c3a74d9d67 Author: Dominik Brodowski AuthorDate: Tue, 20 Feb 2018 22:01:09 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:04:46 +0100 x86/entry/64: Move EN

Re: [PATCH] Staging: gdm724x: hci: Changed camel-case to snake-case.

2018-02-21 Thread Dan Carpenter
On Wed, Feb 21, 2018 at 02:39:28AM -0800, Quytelda Kahja wrote: > Changed a variable name from camel to snake case to fix a coding style > issue. > > Signed-off-by: Quytelda Kahja > --- > drivers/staging/gdm724x/hci_packet.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[tip:x86/pti] x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry()

2018-02-21 Thread tip-bot for Dominik Brodowski
Commit-ID: 359cc2d9e0a810808a90adda3e612e2fef49f2cd Gitweb: https://git.kernel.org/tip/359cc2d9e0a810808a90adda3e612e2fef49f2cd Author: Dominik Brodowski AuthorDate: Tue, 20 Feb 2018 22:01:10 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:04:47 +0100 x86/entry/64: Move th

[tip:x86/pti] x86/entry/64: Remove 'interrupt' macro

2018-02-21 Thread tip-bot for Dominik Brodowski
Commit-ID: 9aaa78dee43a61febabddeab44ea9da90dd05ba8 Gitweb: https://git.kernel.org/tip/9aaa78dee43a61febabddeab44ea9da90dd05ba8 Author: Dominik Brodowski AuthorDate: Tue, 20 Feb 2018 22:01:11 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:04:47 +0100 x86/entry/64: Remove

[tip:x86/pti] x86/entry/64: Move ASM_CLAC to interrupt_entry()

2018-02-21 Thread tip-bot for Dominik Brodowski
Commit-ID: a2bb5db1193effd900216a62a6d03d177c26ab02 Gitweb: https://git.kernel.org/tip/a2bb5db1193effd900216a62a6d03d177c26ab02 Author: Dominik Brodowski AuthorDate: Tue, 20 Feb 2018 22:01:12 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:04:47 +0100 x86/entry/64: Move AS

[tip:x86/pti] x86/entry/64: Open-code switch_to_thread_stack()

2018-02-21 Thread tip-bot for Dominik Brodowski
Commit-ID: 179efbb14ced86ce0ec6495b85fa971aa3466be3 Gitweb: https://git.kernel.org/tip/179efbb14ced86ce0ec6495b85fa971aa3466be3 Author: Dominik Brodowski AuthorDate: Tue, 20 Feb 2018 22:01:13 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:04:47 +0100 x86/entry/64: Open-co

[tip:x86/pti] jump_label: Warn on failed jump_label patching attempt

2018-02-21 Thread tip-bot for Josh Poimboeuf
Commit-ID: 5400c00440061515c5bda299c19b6e86b81be798 Gitweb: https://git.kernel.org/tip/5400c00440061515c5bda299c19b6e86b81be798 Author: Josh Poimboeuf AuthorDate: Tue, 20 Feb 2018 11:37:52 -0600 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:11:39 +0100 jump_label: Warn on fail

[tip:x86/pti] jump_label: Explicitly disable jump labels in __init code

2018-02-21 Thread tip-bot for Josh Poimboeuf
Commit-ID: 48a76de86d9c882d3c5713b1fe51bbde39b833f3 Gitweb: https://git.kernel.org/tip/48a76de86d9c882d3c5713b1fe51bbde39b833f3 Author: Josh Poimboeuf AuthorDate: Tue, 20 Feb 2018 11:37:51 -0600 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:11:39 +0100 jump_label: Explicitly d

[tip:x86/pti] extable: Make init_kernel_text() global

2018-02-21 Thread tip-bot for Josh Poimboeuf
Commit-ID: d414f443c2baf24e104d903ae4bc07d0c401c6d0 Gitweb: https://git.kernel.org/tip/d414f443c2baf24e104d903ae4bc07d0c401c6d0 Author: Josh Poimboeuf AuthorDate: Tue, 20 Feb 2018 11:37:53 -0600 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:11:39 +0100 extable: Make init_kerne

Re: [kernel/sofirq] ffce8e6f93: BUG:using_smp_processor_id()in_preemptible

2018-02-21 Thread Sebastian Andrzej Siewior
On 2018-02-21 01:48:01 [+0800], kernel test robot wrote: > FYI, we noticed the following commit (built with gcc-7): > > commit: ffce8e6f936e3d879910a76cf8ce6293d78a51e6 ("kernel/sofirq: consolidate > common code in __tasklet_schedule() + _hi_") > url: > https://github.com/0day-ci/linux/commits/S

[PATCH 0/3] drivers: support for sysfs initiated coredump

2018-02-21 Thread Arend van Spriel
This series is intended for 4.17 adding support for sysfs initiated coredump. This uses new functionality that was added in drivers base. Device drivers can now implement a .coredump() callback upon which a sysfs entry is created when the device is bound to the driver. From user-space a device core

[PATCH 3/3] btmrvl: support sysfs initiated firmware coredump

2018-02-21 Thread Arend van Spriel
Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") it is possible to initiate a device coredump from user-space. This patch adds support for it in btmrvl_sdio adding the .coredump() driver callback. This makes dump through debugfs obsolete so removing it. Signed-off-by: Arend van

[tip:x86/pti] x86/entry/64: Simplify ENCODE_FRAME_POINTER

2018-02-21 Thread tip-bot for Josh Poimboeuf
Commit-ID: fa509cf0f52628bb646f85fa12b16231060053e6 Gitweb: https://git.kernel.org/tip/fa509cf0f52628bb646f85fa12b16231060053e6 Author: Josh Poimboeuf AuthorDate: Tue, 20 Feb 2018 20:42:14 -0600 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:13:59 +0100 x86/entry/64: Simplify E

[PATCH 2/3] mwifiex: support sysfs initiated device coredump

2018-02-21 Thread Arend van Spriel
Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") it is possible to initiate a device coredump from user-space. This patch adds support for it adding the .coredump() driver callback. As there is no longer a need to initiate it through debugfs remove that code. Signed-off-by: Are

[PATCH 1/3] brcmfmac: add support for sysfs initiated coredump

2018-02-21 Thread Arend van Spriel
The driver already supports device coredump initiated by firmware event. Since commit 3c47d19ff4dc ("drivers: base: add coredump driver ops") it is also possible to initiate it from user-space through sysfs. This patch adds support for SDIO and PCIe devices. Reviewed-by: Hante Meuleman Reviewed-b

[tip:locking/urgent] locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()

2018-02-21 Thread tip-bot for Andrea Parri
Commit-ID: cb13b424e986aed68d74cbaec3449ea23c50e167 Gitweb: https://git.kernel.org/tip/cb13b424e986aed68d74cbaec3449ea23c50e167 Author: Andrea Parri AuthorDate: Tue, 20 Feb 2018 19:45:56 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:12:29 +0100 locking/xchg/alpha: Add un

Re: [PATCH 00/23] kconfig: move compiler capability tests to Kconfig

2018-02-21 Thread Arnd Bergmann
On Wed, Feb 21, 2018 at 11:20 AM, Masahiro Yamada wrote: > 2018-02-21 18:56 GMT+09:00 Arnd Bergmann : >> On Wed, Feb 21, 2018 at 8:38 AM, Masahiro Yamada >> wrote: >>> 2018-02-20 0:18 GMT+09:00 Ulf Magnusson : > > Let me clarify my concern. > > When we test the compiler flag, is there a case > wh

[tip:x86/boot] x86/boot: Make the x86_init noop functions static

2018-02-21 Thread tip-bot for Juergen Gross
Commit-ID: a504ab7384eea0361e9292681f4a7b9d5010ccf2 Gitweb: https://git.kernel.org/tip/a504ab7384eea0361e9292681f4a7b9d5010ccf2 Author: Juergen Gross AuthorDate: Wed, 21 Feb 2018 10:42:32 +0100 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 11:22:37 +0100 x86/boot: Make the x86_in

Re: [PATCH 1/4] locking/ww_mutex: add ww_mutex_is_owned_by function v3

2018-02-21 Thread Maarten Lankhorst
Op 21-02-18 om 00:56 schreef Daniel Vetter: > On Tue, Feb 20, 2018 at 04:21:58PM +0100, Peter Zijlstra wrote: >> On Tue, Feb 20, 2018 at 04:05:49PM +0100, Christian König wrote: >>> Am 20.02.2018 um 15:54 schrieb Peter Zijlstra: On Tue, Feb 20, 2018 at 03:34:07PM +0100, Christian König wrote:

Re: [PATCH] PCI: Add quirk for Cavium Thunder-X2 PCIe erratum #173

2018-02-21 Thread George Cherian
Hi Lukas, On 02/21/2018 03:24 PM, Lukas Wunner wrote: On Wed, Feb 21, 2018 at 02:58:13PM +0530, George Cherian wrote: I will explain the setup used To the Cavium ThunderX RC the following PLX device is connected. PLX Technology, Inc. PEX 8747 48-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch

Re: [PATCH v2 0/3] new driver for Valve Steam Controller

2018-02-21 Thread Rodrigo Rivas Costa
On Wed, Feb 21, 2018 at 11:39:49AM +0100, Clément VUCHENER wrote: > Hi Rodrigo, Hello, Clément! > I have written a kernel driver [1], some time ago. I did not submit it > for merging in the main-line because I thought that would mess with > user-space drivers. If your driver create an input devic

Re: [tip:x86/pti] objtool, retpolines: Integrate objtool with retpoline support more closely

2018-02-21 Thread David Woodhouse
On Wed, 2018-02-21 at 02:34 -0800, tip-bot for Peter Zijlstra wrote: > > --- a/Makefile > +++ b/Makefile > @@ -489,6 +489,11 @@ KBUILD_CFLAGS += $(CLANG_TARGET) $(CLANG_GCC_TC) >  KBUILD_AFLAGS += $(CLANG_TARGET) $(CLANG_GCC_TC) >  endif >   > +ifneq ($(call cc-option,-mindirect-branch=thunk-exter

[tip:x86/mm] x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVEL

2018-02-21 Thread tip-bot for Kirill A. Shutemov
Commit-ID: b9952ec78778aa7ae5b8df672668aece6fc93d2a Gitweb: https://git.kernel.org/tip/b9952ec78778aa7ae5b8df672668aece6fc93d2a Author: Kirill A. Shutemov AuthorDate: Fri, 16 Feb 2018 14:49:46 +0300 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:19:18 +0100 x86/xen: Allow XEN_P

[tip:x86/mm] x86/mm: Redefine some of page table helpers as macros

2018-02-21 Thread tip-bot for Kirill A. Shutemov
Commit-ID: 92e1c5b3f7bf5407cfdbf13613e7101831216dc5 Gitweb: https://git.kernel.org/tip/92e1c5b3f7bf5407cfdbf13613e7101831216dc5 Author: Kirill A. Shutemov AuthorDate: Fri, 16 Feb 2018 14:49:47 +0300 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:19:18 +0100 x86/mm: Redefine som

[tip:x86/mm] x86/mm: Optimize boot-time paging mode switching cost

2018-02-21 Thread tip-bot for Kirill A. Shutemov
Commit-ID: 39b9552281abfcdfc54162897018890dafe7ffef Gitweb: https://git.kernel.org/tip/39b9552281abfcdfc54162897018890dafe7ffef Author: Kirill A. Shutemov AuthorDate: Fri, 16 Feb 2018 14:49:48 +0300 Committer: Ingo Molnar CommitDate: Wed, 21 Feb 2018 10:19:18 +0100 x86/mm: Optimize boo

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Christian Borntraeger
On 02/21/2018 11:32 AM, Cornelia Huck wrote: > On Wed, 21 Feb 2018 11:22:38 +0100 > Christian Borntraeger wrote: > >> On 02/21/2018 11:05 AM, Christian Borntraeger wrote: >>> >>> >>> On 02/19/2018 05:38 PM, Farhan Ali wrote: On 02/19/2018 11:25 AM, Thomas Huth wrote: > On

Re: [PATCH] kconfig: Print reverse dependencies in groups

2018-02-21 Thread Petr Vorel
Hi Masahiro, > Signed-off-by: Masahiro Yamada Acked-by: Petr Vorel Just please fix typo leading to segfault and add ':' > get_symbol_props_str(r, sym, P_SELECT, _(" Selects: ")); > if (sym->rev_dep.expr) { > - str_append(r, _(" Selected by: \n")); > - expr

Re: [PATCH v2] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC

2018-02-21 Thread Catalin Marinas
On Mon, Feb 19, 2018 at 08:59:06PM -0600, Shanker Donthineni wrote: > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index f55fe5b..4061210 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -1095,6 +1095,27 @@ config ARM64_RAS_EXTN > and access the new registers if t

Re: [PATCH] kconfig: clean-up reverse dependency help implementation

2018-02-21 Thread Petr Vorel
Hi Masahiro, > This commit splits out the special E_OR handling ('-' instead of '||') > into a dedicated helper expr_print_revdev(). > Restore the original expr_print() prior to commit 1ccb27143360 > ("kconfig: make "Selected by:" and "Implied by:" readable"). > This makes sense because: > -

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Thomas Huth
On 21.02.2018 12:09, Christian Borntraeger wrote: > > > On 02/21/2018 11:32 AM, Cornelia Huck wrote: >> On Wed, 21 Feb 2018 11:22:38 +0100 >> Christian Borntraeger wrote: >> >>> On 02/21/2018 11:05 AM, Christian Borntraeger wrote: On 02/19/2018 05:38 PM, Farhan Ali wrote: >

Re: [alsa-devel] [PATCH v3 15/25] ASoC: qcom: qdsp6: Add support to q6asm dai driver

2018-02-21 Thread Rohit Kumar
On 2/13/2018 10:28 PM, srinivas.kandaga...@linaro.org wrote: From: Srinivas Kandagatla This patch adds support to q6asm dai driver which configures Q6ASM streams to pass pcm data. Signed-off-by: Srinivas Kandagatla [..] diff --git a/sound/soc/qcom/qdsp6/q6asm-dai.c b/sound/soc/qcom/qdsp6/

Re: [PATCH] Staging: gdm724x: hci: Changed camel-case to snake-case.

2018-02-21 Thread Quytelda Kahja
That could be the case, though I'm not sure where to find any specs. Though looking through the history of this driver, it seems that some of the variable names have been slowly changing from camel case to snake case. Thanks, Quytelda Kahja On Wed, Feb 21, 2018 at 2:45 AM, Dan Carpenter wrote: >

Re: [PATCH] kconfig: Print reverse dependencies in groups

2018-02-21 Thread Petr Vorel
Hi Masahiro, > > Signed-off-by: Masahiro Yamada > Acked-by: Petr Vorel Well, I'm not really the one to ack anything here, so please: Reviewed-by: Petr Vorel Kind regards, Petr

Re: [PATCH] arm64: cpufeature: Trim feature reporting and include PAN emulation

2018-02-21 Thread Dave Martin
On Tue, Feb 20, 2018 at 02:46:24PM -0800, Kees Cook wrote: > The PAN emulation notification was only happening for non-boot CPUs > if CPU capabilities had already been configured. This seems to be the > wrong place, as it's system-wide and isn't attached to capabilities, > so its reporting didn't n

Re: [PATCH] iommu/rockchip: Perform a reset on shutdown

2018-02-21 Thread Robin Murphy
Hi Marc, On 20/02/18 20:25, Marc Zyngier wrote: Trying to do a kexec whilst the iommus are still on is proving to be a challenging exercise. It is terribly unsafe, as we're reusing the memory allocated for the page tables, leading to a likely crash. Let's implement a shutdown method that will a

Re: [PATCH] xchg/alpha: Add unconditional memory barrier to cmpxchg

2018-02-21 Thread Will Deacon
Hi Andrea, On Tue, Feb 20, 2018 at 07:45:56PM +0100, Andrea Parri wrote: > Continuing along with the fight against smp_read_barrier_depends() [1] > (or rather, against its improper use), add an unconditional barrier to > cmpxchg. This guarantees that dependency ordering is preserved when a > depe

Re: [PATCH v7 02/37] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU

2018-02-21 Thread Greentime Hu
2018-02-16 18:47 GMT+08:00 kbuild test robot : > Hi Greentime, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.16-rc1 next-20180216] > [if your patch is applied to the wrong git tree, please drop us a note to > help

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Christian Borntraeger
On 02/21/2018 12:14 PM, Thomas Huth wrote: > On 21.02.2018 12:09, Christian Borntraeger wrote: >> >> >> On 02/21/2018 11:32 AM, Cornelia Huck wrote: >>> On Wed, 21 Feb 2018 11:22:38 +0100 >>> Christian Borntraeger wrote: >>> On 02/21/2018 11:05 AM, Christian Borntraeger wrote: > > >

Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-21 Thread Greg Kroah-Hartman
On Mon, Feb 19, 2018 at 11:27:07PM +, Max Ivanov wrote: > > As already explained in the previous mail, there is a fixup for this in > > commit 81b6c9998979 ('scsi: core: check for device state in > > __scsi_remove_target()'). > > Please check if this is applied, too. > > I tested commit 81b6c9

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Cornelia Huck
On Wed, 21 Feb 2018 12:14:36 +0100 Thomas Huth wrote: > On 21.02.2018 12:09, Christian Borntraeger wrote: > > > > > > On 02/21/2018 11:32 AM, Cornelia Huck wrote: > >> On Wed, 21 Feb 2018 11:22:38 +0100 > >> Christian Borntraeger wrote: > >> > >>> On 02/21/2018 11:05 AM, Christian Borntrae

Re: [PATCH] [stable 4.14 patch] x86: fix KMEMCHECK warning about FRAME_POINTER

2018-02-21 Thread Greg Kroah-Hartman
On Fri, Feb 16, 2018 at 04:29:10PM +0100, Arnd Bergmann wrote: > When KMEMCHECK is enabled without UNWINDER_FRAME_POINTER, we get a > Kconfig warning, presumably harmless: > > warning: (FAULT_INJECTION_STACKTRACE_FILTER && LATENCYTOP && KMEMCHECK && > LOCKDEP && UNWINDER_FRAME_POINTER) selects FR

Re: [PATCH] ocxl: Add get_metadata IOCTL to share OCXL information to userspace

2018-02-21 Thread Frederic Barrat
Le 21/02/2018 à 07:43, Balbir Singh a écrit : On Wed, Feb 21, 2018 at 3:57 PM, Alastair D'Silva wrote: From: Alastair D'Silva Some required information is not exposed to userspace currently (eg. the PASID), pass this information back, along with other information which is currently communic

Re: WARNING and PANIC in irq_matrix_free

2018-02-21 Thread Tariq Toukan
On 20/02/2018 8:18 PM, Thomas Gleixner wrote: On Tue, 20 Feb 2018, Thomas Gleixner wrote: On Tue, 20 Feb 2018, Tariq Toukan wrote: Is there CPU hotplugging in play? No. I'll come back to you tomorrow with a plan how to debug that after staring into the code some more. Do you have a rou

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Thomas Huth
On 21.02.2018 12:22, Christian Borntraeger wrote: > > > On 02/21/2018 12:14 PM, Thomas Huth wrote: >> On 21.02.2018 12:09, Christian Borntraeger wrote: >>> >>> >>> On 02/21/2018 11:32 AM, Cornelia Huck wrote: On Wed, 21 Feb 2018 11:22:38 +0100 Christian Borntraeger wrote: > On

Re: [PATCH 2/3] ARM: orion: mark orion_ge00_mvmdio_bus_name as const

2018-02-21 Thread Arnd Bergmann
On Wed, Feb 21, 2018 at 4:49 AM, Andrew Lunn wrote: > On Tue, Feb 20, 2018 at 05:24:51PM +0100, Arnd Bergmann wrote: >> A section type mismatch warning shows up when building with LTO, >> since orion_ge00_mvmdio_bus_name was put in __initconst but not marked >> const itself: >> >> include/linux/of

Re: [PATCH v2] Input: gpio_keys: Add level trigger support for GPIO keys

2018-02-21 Thread Baolin Wang
Hi Rob, On 20 February 2018 at 02:11, Rob Herring wrote: > On Sun, Feb 11, 2018 at 02:55:04PM +0800, Baolin Wang wrote: >> On some platforms (such as Spreadtrum platform), the GPIO keys can only >> be triggered by level type. So this patch introduces one property to >> indicate if the GPIO trigge

Re: stable-rc/linux-4.15.y build: 185 builds: 0 failed, 185 passed, 46 warnings (v4.15.1-61-g7ab5513e4cbc)

2018-02-21 Thread gregkh
On Tue, Feb 06, 2018 at 04:08:49PM +0100, Arnd Bergmann wrote: > On Mon, Feb 5, 2018 at 9:49 PM, kernelci.org bot wrote: > > > > stable-rc/linux-4.15.y build: 185 builds: 0 failed, 185 passed, 46 warnings > > (v4.15.1-61-g7ab5513e4cbc) > > Hi Greg, > > FYI, the device tree compiler warnings are

Re: stable-rc build: 3 warnings 0 failures (stable-rc/v4.14.20-119-g1b1ab1d)

2018-02-21 Thread gregkh
On Tue, Feb 20, 2018 at 04:22:04PM +0100, Arnd Bergmann wrote: > On Tue, Feb 20, 2018 at 1:47 PM, Olof's autobuilder wrote: > > > Warnings: > > > > arm64.allmodconfig: > > drivers/media/tuners/r820t.c:1334:1: warning: the frame size of 2896 bytes > > is larger than 2048 bytes [-Wframe-la

Re: [PATCH v7 02/37] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU

2018-02-21 Thread Arnd Bergmann
On Wed, Feb 21, 2018 at 12:21 PM, Greentime Hu wrote: > 2018-02-16 18:47 GMT+08:00 kbuild test robot : > > From: Greentime Hu > Date: Wed, 21 Feb 2018 14:21:23 +0800 > Subject: [PATCH] xtensa: add ioremap_nocache declaration before include > asm-generic/io.h. > > A future commit for the nds32 a

Re: [PATCH 1/8] x86/MCE: Put private structures and definitions into the internal header

2018-02-21 Thread Ingo Molnar
* Borislav Petkov wrote: > From: Borislav Petkov > > ... because they don't need to be exported outside of MCE. > > Signed-off-by: Borislav Petkov > --- > arch/x86/include/asm/mce.h| 52 > --- > arch/x86/kernel/cpu/mcheck/mce-internal.h | 52 > +

Re: backporting "ext4: inplace xattr block update fails to deduplicate blocks" to LTS kernels?

2018-02-21 Thread Greg Kroah-Hartman
On Mon, Feb 19, 2018 at 03:26:37PM +0200, Tommi Rantala wrote: > Hi, > > 4.9 (and earlier) LTS kernels are missing this: > > commit ec00022030da5761518476096626338bd67df57a > Author: Tahsin Erdogan > Date: Sat Aug 5 22:41:42 2017 -0400 > > ext4: inplace xattr block update fails to dedupli

Re: [PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device

2018-02-21 Thread Anup Patel
On Wed, Jan 10, 2018 at 6:47 PM, Anup Patel wrote: > This patch adds "driver_override" device attribute for rpmsg_device which > will allow users to explicitly specify the rpmsg_driver to be used via > sysfs entry. > > The "driver_override" device attribute implemented here is very similar > to "d

Re: [PATCH RESEND] rpmsg: virtio_rpmsg_bus: fix rpmsg_probe() for virtio-mmio transport

2018-02-21 Thread Anup Patel
On Wed, Jan 10, 2018 at 6:46 PM, Anup Patel wrote: > When virtio-rpmsg device is provided via virtio-mmio transport, the > dma_alloc_coherent() (called by rpmsg_probe()) fails on ARM/ARM64 > systems because "vdev->dev.parent->parent" device is used as parameter > to dma_alloc_coherent(). > > The "

Re: [PATCH v2 1/2] KVM: x86: Add a framework for supporting MSR-based features

2018-02-21 Thread Paolo Bonzini
On 16/02/2018 00:12, Tom Lendacky wrote: > +static u32 msr_based_features[] = { > +}; > + > +static unsigned int num_msr_based_features = ARRAY_SIZE(msr_based_features); > + > bool kvm_valid_efer(struct kvm_vcpu *vcpu, u64 efer) > { > if (efer & efer_reserved_bits) > @@ -2785,6 +2794,7 @@ i

Re: [PATCH v2 2/2] KVM: SVM: Add MSR-based feature support for serializing LFENCE

2018-02-21 Thread Paolo Bonzini
On 16/02/2018 00:12, Tom Lendacky wrote: > In order to determine if LFENCE is a serializing instruction on AMD > processors, MSR 0xc0011029 (MSR_F10H_DECFG) must be read and the state > of bit 1 checked. This patch will add support to allow a guest to > properly make this determination. > > Add t

Re: [PATCH 2/7] ARM: LTO: avoid THUMB2_KERNEL+LTO

2018-02-21 Thread Arnd Bergmann
On Wed, Feb 21, 2018 at 4:12 AM, Nicolas Pitre wrote: > On Tue, 20 Feb 2018, Arnd Bergmann wrote: > >> Trying to build an LTO-Enabled kernel with Thumb2 instructions failed >> horribly for me, with an endless output of things like >> >> ccVnNycO.s:2665: Error: thumb conditional instruction should

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Christian Borntraeger
On 02/21/2018 12:29 PM, Thomas Huth wrote: > On 21.02.2018 12:22, Christian Borntraeger wrote: >> >> >> On 02/21/2018 12:14 PM, Thomas Huth wrote: >>> On 21.02.2018 12:09, Christian Borntraeger wrote: On 02/21/2018 11:32 AM, Cornelia Huck wrote: > On Wed, 21 Feb 2018 11:22:38 +

Re: [PATCH 1/7] ARM: disallow combining XIP and LTO

2018-02-21 Thread Arnd Bergmann
On Wed, Feb 21, 2018 at 4:01 AM, Nicolas Pitre wrote: > On Tue, 20 Feb 2018, Arnd Bergmann wrote: > >> This fails during deflate_xip_data.sh >> >> /home/arnd/cross-gcc/bin/arm-linux-gnueabi-objcopy -O binary -R .comment >> -S vmlinux arch/arm/boot/xipImage && /bin/bash -c >> '/git/arm-soc/arc

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Bartlomiej Zolnierkiewicz
On Wednesday, February 21, 2018 09:44:43 AM Christian Borntraeger wrote: > > On 02/19/2018 04:47 PM, Farhan Ali wrote: > > The 'commit e25df1205f37 ("[S390] Kconfig: menus with depends on > > HAS_IOMEM.")' > > added the HAS_IOMEM dependecy for "Graphics support". This disabled the > > "Graphics

Re: [PATCH 1/4] locking/ww_mutex: add ww_mutex_is_owned_by function v3

2018-02-21 Thread Christian König
Am 21.02.2018 um 11:54 schrieb Maarten Lankhorst: Op 21-02-18 om 00:56 schreef Daniel Vetter: On Tue, Feb 20, 2018 at 04:21:58PM +0100, Peter Zijlstra wrote: On Tue, Feb 20, 2018 at 04:05:49PM +0100, Christian König wrote: Am 20.02.2018 um 15:54 schrieb Peter Zijlstra: On Tue, Feb 20, 2018 at

Re: 答复: [RFC patch] ioremap: don't set up huge I/O mappings when p4d/pud/pmd is zero

2018-02-21 Thread Will Deacon
[sorry, trying to deal with top-posting here] On Wed, Feb 21, 2018 at 07:36:34AM +, Wangxuefeng (E) wrote: > The old flow of reuse the 4k page as 2M page does not follow the BBM flow > for page table reconstruction,not only the memory leak problems. If BBM flow > is not followed,the spec

Re: [PATCH v7 00/42] ARM: davinci: convert to common clock framework​

2018-02-21 Thread Bartosz Golaszewski
2018-02-20 19:39 GMT+01:00 David Lechner : > On 02/20/2018 07:33 AM, Bartosz Golaszewski wrote: >> >> 2018-02-19 21:21 GMT+01:00 David Lechner : >>> >>> This series converts mach-davinci to use the common clock framework. >>> >>> >> >> Hi David, >> >> just some quick results from today's playing wi

Re: [PATCH 3/6] struct page: add field for vm_struct

2018-02-21 Thread Igor Stoppa
On 20/02/18 22:54, Matthew Wilcox wrote: > On Tue, Feb 20, 2018 at 09:53:30PM +0200, Igor Stoppa wrote: [...] >> It was found while testing on a configuration with framebuffer. > > ... ah. You tried to use vmalloc_to_page() on something which wasn't > backed by a struct page. That's *suppose

Re: [PATCH v7 02/37] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU

2018-02-21 Thread Greentime Hu
2018-02-21 19:37 GMT+08:00 Arnd Bergmann : > On Wed, Feb 21, 2018 at 12:21 PM, Greentime Hu wrote: >> 2018-02-16 18:47 GMT+08:00 kbuild test robot : > >> >> From: Greentime Hu >> Date: Wed, 21 Feb 2018 14:21:23 +0800 >> Subject: [PATCH] xtensa: add ioremap_nocache declaration before include >> a

Re: [PATCH v9 03/11] media: platform: Add Renesas CEU driver

2018-02-21 Thread Hans Verkuil
On 02/19/18 17:59, Jacopo Mondi wrote: > Add driver for Renesas Capture Engine Unit (CEU). > > The CEU interface supports capturing 'data' (YUV422) and 'images' > (NV[12|21|16|61]). > > This driver aims to replace the soc_camera-based sh_mobile_ceu one. > > Tested with ov7670 camera sensor, prov

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Cornelia Huck
On Wed, 21 Feb 2018 12:49:35 +0100 Christian Borntraeger wrote: > On 02/21/2018 12:29 PM, Thomas Huth wrote: > > On 21.02.2018 12:22, Christian Borntraeger wrote: > >> > >> > >> On 02/21/2018 12:14 PM, Thomas Huth wrote: > >>> On 21.02.2018 12:09, Christian Borntraeger wrote: > >

audio CODEC(CS42888) test

2018-02-21 Thread Muni Sekhar
[ Please keep me in CC as I'm not subscribed to the list] Hi All, I’m having a sound hardware which contains an analogue audio CODEC(CS42888) and configuring the CODEC is performed over SPI bus. I noticed that linux kernel already had a driver(snd-soc-cs42xx8.ko) for this, I planned to use th

Re: [PATCH v9 06/11] media: i2c: ov772x: Remove soc_camera dependencies

2018-02-21 Thread Hans Verkuil
On 02/19/18 17:59, Jacopo Mondi wrote: > Remove soc_camera framework dependencies from ov772x sensor driver. > - Handle clock and gpios > - Register async subdevice > - Remove soc_camera specific g/s_mbus_config operations > - Change image format colorspace from JPEG to SRGB as the two use the >

Re: [PATCH v3 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-21 Thread Christian Borntraeger
On 02/21/2018 01:07 PM, Cornelia Huck wrote: [...] >>> But if you need to enable PCI to get IOMEM, I wonder why this patch here >>> is needed at all? The Graphics menu / VT dummy console should be >>> available in the config if IOMEM is enabled anyway? >> >> That is a good question. With CONFIG

Re: [PATCH v9 07/11] media: i2c: ov772x: Support frame interval handling

2018-02-21 Thread Hans Verkuil
On 02/19/18 17:59, Jacopo Mondi wrote: > Add support to ov772x driver for frame intervals handling and enumeration. > Tested with 10MHz and 24MHz input clock at VGA and QVGA resolutions for > 10, 15 and 30 frame per second rates. > > Signed-off-by: Jacopo Mondi > Reviewed-by: Laurent Pinchart >

Re: [PATCH 1/2] ASoC: add DT bindings documentation for ROHM BD28623 codec

2018-02-21 Thread Mark Brown
On Wed, Feb 21, 2018 at 01:33:10PM +0900, Katsuhiro Suzuki wrote: > +Optional properties: > +- VCCA-supply : regulator phandle for the VCCA supply > +- VCCP1-supply: regulator phandle for the VCCP1 supply > +- VCCP2-supply: regulator phandle for the VCCP2 supply These should be documented as mand

Re: [PATCH v4 03/16] of: dynamic: Add __of_node_dupv()

2018-02-21 Thread Laurent Pinchart
Hi Geert, On Wednesday, 21 February 2018 12:26:45 EET Geert Uytterhoeven wrote: > On Wed, Feb 21, 2018 at 12:10 AM, Laurent Pinchart wrote: > > From: Pantelis Antoniou > > > > Add an __of_node_dupv() private method and make __of_node_dup() use it. > > This is required for the subsequent changese

Re: [PATCH v4 04/16] of: changesets: Introduce changeset helper methods

2018-02-21 Thread Laurent Pinchart
Hi Geert, On Wednesday, 21 February 2018 12:21:50 EET Geert Uytterhoeven wrote: > On Wed, Feb 21, 2018 at 12:10 AM, Laurent Pinchart wrote: > > From: Pantelis Antoniou > > > > Changesets are very powerful, but the lack of a helper API > > makes using them cumbersome. Introduce a simple copy base

Re: [PATCH] Staging: gdm724x: hci: Changed camel-case to snake-case.

2018-02-21 Thread Dan Carpenter
On Wed, Feb 21, 2018 at 03:15:54AM -0800, Quytelda Kahja wrote: > That could be the case, though I'm not sure where to find any specs. > Though looking through the history of this driver, it seems that some > of the variable names have been slowly changing from camel case to > snake case. > Actua

[PATCH] ARM: orion: fix orion_ge00_switch_board_info initialization

2018-02-21 Thread Arnd Bergmann
A section type mismatch warning shows up when building with LTO, since orion_ge00_mvmdio_bus_name was put in __initconst but not marked const itself: include/linux/of.h: In function 'spear_setup_of_timer': arch/arm/mach-spear/time.c:207:34: error: 'timer_of_match' causes a section type conflict w

[PATCH] PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle

2018-02-21 Thread Rafael J. Wysocki
From: Rafael J. Wysocki There is a problem with PCMCIA system resume callbacks with respect to suspend-to-idle in which the ->suspend_noirq() callback may be invoked after the ->resume_noirq() one without resuming the system entirely in some cases. This doesn't work for PCMCIA because of the lac

[PATCH v4 6/6] vfio/type1: remove duplicate retrieval of reserved regions.

2018-02-21 Thread Shameer Kolothum
As we now already have the reserved regions list, just pass that into vfio_iommu_has_sw_msi() fn. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio

[PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range

2018-02-21 Thread Shameer Kolothum
This checks and rejects any dma map request outside valid iova range. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c index a80884e..3

[PATCH v4 2/6] vfio/type1: Check reserve region conflict and update iova list

2018-02-21 Thread Shameer Kolothum
This retrieves the reserved regions associated with dev group and checks for conflicts with any existing dma mappings. Also update the iova list excluding the reserved regions. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c | 90 + 1 f

[PATCH v4 1/6] vfio/type1: Introduce iova list and add iommu aperture validity check

2018-02-21 Thread Shameer Kolothum
This introduces an iova list that is valid for dma mappings. Make sure the new iommu aperture window doesn't conflict with the current one or with any existing dma mappings during attach. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c | 183 ++

[PATCH v4 3/6] vfio/type1: Update iova list on detach

2018-02-21 Thread Shameer Kolothum
Get a copy of iova list on _group_detach and try to update the list. On success replace the current one with the copy. Leave the list as it is if update fails. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c | 91 + 1 file changed, 91 i

Re: [PATCH 1/4] vmalloc: add vm_flags argument to internal __vmalloc_node()

2018-02-21 Thread Matthew Wilcox
On Tue, Jan 23, 2018 at 01:55:22PM +0300, Konstantin Khlebnikov wrote: > This allows to set VM_USERMAP in vmalloc_user() and vmalloc_32_user() > directly at allocation and avoid find_vm_area() call. While reviewing this patch, I came across this infelicity ... have I understood correctly? diff -

Re: [PATCH] perf kallsyms: Fix the usage on the man page

2018-02-21 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 12, 2018 at 10:50:21AM +0900, Namhyung Kim escreveu: > On Mon, Feb 12, 2018 at 04:37:44AM +0900, Sangwon Hong wrote: > > First, all man pages highlight only perf and subcommands except perf > > kallsyms, which includes the full usage. Fix it for commands to monopolize > > underlines. >

[PATCH v4 5/6] vfio/type1: Add IOVA range capability support

2018-02-21 Thread Shameer Kolothum
This allows the user-space to retrieve the supported IOVA range(s), excluding any reserved regions. The implementation is based on capability chains, added to VFIO_IOMMU_GET_INFO ioctl. Signed-off-by: Shameer Kolothum --- drivers/vfio/vfio_iommu_type1.c | 88

[PATCH v4 0/6] vfio/type1: Add support for valid iova list management

2018-02-21 Thread Shameer Kolothum
This series introduces an iova list associated with a vfio iommu. The list is kept updated taking care of iommu apertures, and reserved regions. Also this series adds checks for any conflict with existing dma mappings whenever a new device group is attached to the domain. User-space can retrieve

Re: [PATCH 2/2] ASoC: support ROHM BD28623 codec

2018-02-21 Thread Mark Brown
On Wed, Feb 21, 2018 at 01:33:11PM +0900, Katsuhiro Suzuki wrote: > +++ b/sound/soc/codecs/bd28623.c > @@ -0,0 +1,258 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * ROHM BD28623MUV class D speaker amplifier codec driver. > + * Please make the entire comment C++ so this looks intentional.

Re: [PATCH 1/2] ASoC: add DT bindings documentation for ROHM BD28623 codec

2018-02-21 Thread Katsuhiro Suzuki
Hello Mark, Thank you for your review. > -Original Message- > From: Mark Brown [mailto:broo...@kernel.org] > Sent: Wednesday, February 21, 2018 9:14 PM > To: Suzuki, Katsuhiro > Cc: alsa-de...@alsa-project.org; Rob Herring ; > devicet...@vger.kernel.org; Masami Hiramatsu > ; Jassi Brar

Re: [PATCH v7 03/37] sparc: io: To use the define of ioremap_[nocache|wc|wb] in asm-generic/io.h

2018-02-21 Thread Arnd Bergmann
On Wed, Feb 21, 2018 at 9:05 AM, Greentime Hu wrote: > 2018-02-14 22:43 GMT+08:00 Arnd Bergmann : >> On Tue, Feb 13, 2018 at 10:09 AM, Greentime Hu wrote: >>> A commit for the nds32 architecture bootstrap("asm-generic/io.h: move >>> ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef C

Re: [PATCH v9 03/11] media: platform: Add Renesas CEU driver

2018-02-21 Thread Laurent Pinchart
Hi Hans, On Wednesday, 21 February 2018 14:03:24 EET Hans Verkuil wrote: > On 02/19/18 17:59, Jacopo Mondi wrote: > > Add driver for Renesas Capture Engine Unit (CEU). > > > > The CEU interface supports capturing 'data' (YUV422) and 'images' > > (NV[12|21|16|61]). > > > > This driver aims to rep

Re: metag build errors in mainline kernel

2018-02-21 Thread James Hogan
On Tue, Feb 20, 2018 at 03:44:43PM -0800, Guenter Roeck wrote: > The following errors are seen when building the kernel with the latest > available metag toolchain (4.2.4 (IMG-1.4.0.700)). Kernel version tested > is (v4.16-rc2-64-gaf3e79d29555). > > metag:allmodconfig > > arch/metag/kernel/devtre

Re: [PATCH 1/4] vmalloc: add vm_flags argument to internal __vmalloc_node()

2018-02-21 Thread Andrey Ryabinin
On 02/21/2018 03:24 PM, Matthew Wilcox wrote: > On Tue, Jan 23, 2018 at 01:55:22PM +0300, Konstantin Khlebnikov wrote: >> This allows to set VM_USERMAP in vmalloc_user() and vmalloc_32_user() >> directly at allocation and avoid find_vm_area() call. > > While reviewing this patch, I came across t

<    1   2   3   4   5   6   7   8   9   10   >