Re: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi

2017-03-06 Thread Florian Fainelli
On 02/28/2017 12:31 PM, Florian Fainelli wrote: > On 02/22/2017 01:22 PM, Steve Lin wrote: >> Adds crypto hardware (SPU) to Northstar Plus device tree file. >> >> Signed-off-by: Steve Lin > > Applied, thanks! And dropped, since there is a dependency on "ARM: dts: NSP:

Re: [PATCH 1/1] ARM: dts: NSP: Add crypto (SPU) to dtsi

2017-03-06 Thread Florian Fainelli
On 02/28/2017 12:31 PM, Florian Fainelli wrote: > On 02/22/2017 01:22 PM, Steve Lin wrote: >> Adds crypto hardware (SPU) to Northstar Plus device tree file. >> >> Signed-off-by: Steve Lin > > Applied, thanks! And dropped, since there is a dependency on "ARM: dts: NSP: Add mailbox (PDC) to NSP"

[PATCH v2] mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()

2017-03-06 Thread Tahsin Erdogan
mem_cgroup_free() indirectly calls wb_domain_exit() which is not prepared to deal with a struct wb_domain object that hasn't executed wb_domain_init(). For instance, the following warning message is printed by lockdep if alloc_percpu() fails in mem_cgroup_alloc(): INFO: trying to register

[PATCH v2] mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()

2017-03-06 Thread Tahsin Erdogan
mem_cgroup_free() indirectly calls wb_domain_exit() which is not prepared to deal with a struct wb_domain object that hasn't executed wb_domain_init(). For instance, the following warning message is printed by lockdep if alloc_percpu() fails in mem_cgroup_alloc(): INFO: trying to register

Re: [RFC PATCH 10/12] staging: android: ion: Use CMA APIs directly

2017-03-06 Thread Laura Abbott
On 03/06/2017 07:52 AM, Daniel Vetter wrote: > On Mon, Mar 06, 2017 at 03:43:53PM +0200, Laurent Pinchart wrote: >> Hi Daniel, >> >> On Monday 06 Mar 2017 11:32:04 Daniel Vetter wrote: >>> On Fri, Mar 03, 2017 at 10:50:20AM -0800, Laura Abbott wrote: On 03/03/2017 08:41 AM, Laurent Pinchart

[PATCH] docs: Clarify details for reporting security bugs

2017-03-06 Thread Kees Cook
The kernel security team is regularly asked to provide CVE identifiers, which we don't normally do. This updates the documentation to mention this and adds some more details about coordination and patch handling that come up regularly. Based on an earlier draft by Willy Tarreau. Signed-off-by:

Re: [RFC PATCH 10/12] staging: android: ion: Use CMA APIs directly

2017-03-06 Thread Laura Abbott
On 03/06/2017 07:52 AM, Daniel Vetter wrote: > On Mon, Mar 06, 2017 at 03:43:53PM +0200, Laurent Pinchart wrote: >> Hi Daniel, >> >> On Monday 06 Mar 2017 11:32:04 Daniel Vetter wrote: >>> On Fri, Mar 03, 2017 at 10:50:20AM -0800, Laura Abbott wrote: On 03/03/2017 08:41 AM, Laurent Pinchart

[PATCH] docs: Clarify details for reporting security bugs

2017-03-06 Thread Kees Cook
The kernel security team is regularly asked to provide CVE identifiers, which we don't normally do. This updates the documentation to mention this and adds some more details about coordination and patch handling that come up regularly. Based on an earlier draft by Willy Tarreau. Signed-off-by:

Re: [PATCH 5/5] staging: lustre: osc_page.c: Use list_for_each_entry_safe

2017-03-06 Thread SIMRAN SINGHAL
On Mon, Mar 6, 2017 at 8:50 PM, James Simmons wrote: > >> Doubly linked lists which are iterated using list_empty >> and list_entry macros have been replaced with list_for_each_entry_safe >> macro. >> This makes the iteration simpler and more readable. >> >> This patch

Re: [PATCH 5/5] staging: lustre: osc_page.c: Use list_for_each_entry_safe

2017-03-06 Thread SIMRAN SINGHAL
On Mon, Mar 6, 2017 at 8:50 PM, James Simmons wrote: > >> Doubly linked lists which are iterated using list_empty >> and list_entry macros have been replaced with list_for_each_entry_safe >> macro. >> This makes the iteration simpler and more readable. >> >> This patch replaces the while loop

Re: [PATCH 3.12 000/113] 3.12.71-stable review

2017-03-06 Thread Shuah Khan
On 03/06/2017 02:11 AM, Jiri Slaby wrote: > This is the start of the stable review cycle for the 3.12.71 release. > There are 113 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should

Re: [PATCH 3.12 000/113] 3.12.71-stable review

2017-03-06 Thread Shuah Khan
On 03/06/2017 02:11 AM, Jiri Slaby wrote: > This is the start of the stable review cycle for the 3.12.71 release. > There are 113 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should

Re: [PATCH] auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches

2017-03-06 Thread Paul Burton
Hi Javier, On Monday, 6 March 2017 10:09:09 PST Javier Martinez Canillas wrote: > On 02/24/2017 06:56 PM, Paul Burton wrote: > > On Monday, 20 February 2017 21:39:11 PST Dmitry Torokhov wrote: > >> The OF device table must be terminated, otherwise we'll be walking past > >> it and into areas

Re: [PATCH] auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches

2017-03-06 Thread Paul Burton
Hi Javier, On Monday, 6 March 2017 10:09:09 PST Javier Martinez Canillas wrote: > On 02/24/2017 06:56 PM, Paul Burton wrote: > > On Monday, 20 February 2017 21:39:11 PST Dmitry Torokhov wrote: > >> The OF device table must be terminated, otherwise we'll be walking past > >> it and into areas

Re: [RFC PATCH 06/12] staging: android: ion: Remove crufty cache support

2017-03-06 Thread Laura Abbott
On 03/06/2017 09:00 AM, Emil Velikov wrote: > On 6 March 2017 at 10:29, Daniel Vetter wrote: >> On Fri, Mar 03, 2017 at 10:46:03AM -0800, Laura Abbott wrote: >>> On 03/03/2017 08:39 AM, Laurent Pinchart wrote: Hi Daniel, On Friday 03 Mar 2017 10:56:54 Daniel Vetter

Re: [RFC PATCH 06/12] staging: android: ion: Remove crufty cache support

2017-03-06 Thread Laura Abbott
On 03/06/2017 09:00 AM, Emil Velikov wrote: > On 6 March 2017 at 10:29, Daniel Vetter wrote: >> On Fri, Mar 03, 2017 at 10:46:03AM -0800, Laura Abbott wrote: >>> On 03/03/2017 08:39 AM, Laurent Pinchart wrote: Hi Daniel, On Friday 03 Mar 2017 10:56:54 Daniel Vetter wrote: > On

Re: [i2c-tools PATCH v2] i2ctransfer: add new tool

2017-03-06 Thread Wolfram Sang
Hi Geert, > > This tool allows to construct and concat multiple I2C messages into one > > single transfer. Its aim is to test I2C master controllers, and so there > > is no SMBus fallback. > > Thanks for the tool! Very welcome :) > > > I've been missing such a tool a number of times now, so I

Re: [i2c-tools PATCH v2] i2ctransfer: add new tool

2017-03-06 Thread Wolfram Sang
Hi Geert, > > This tool allows to construct and concat multiple I2C messages into one > > single transfer. Its aim is to test I2C master controllers, and so there > > is no SMBus fallback. > > Thanks for the tool! Very welcome :) > > > I've been missing such a tool a number of times now, so I

Re: linux-next: stats (Was: Linux 4.11-rc1)

2017-03-06 Thread David Sterba
Hi, On Mon, Mar 06, 2017 at 10:52:00AM +1100, Stephen Rothwell wrote: > > - a couple of subsystems. drm, Infiniband, watchdog and btrfs stand out. > Top ten first word of commit summary: ... > 61 btrfs I can comment on the btrfs part. We have lots of cleanups for 4.11 and good part of all

Re: linux-next: stats (Was: Linux 4.11-rc1)

2017-03-06 Thread David Sterba
Hi, On Mon, Mar 06, 2017 at 10:52:00AM +1100, Stephen Rothwell wrote: > > - a couple of subsystems. drm, Infiniband, watchdog and btrfs stand out. > Top ten first word of commit summary: ... > 61 btrfs I can comment on the btrfs part. We have lots of cleanups for 4.11 and good part of all

[PATCH 1/6] bug: Clarify help text for BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
This expands on the Kconfig help text for CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- lib/Kconfig.debug | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 97d62c2da6c2..4a73d46711fb

[PATCH 1/6] bug: Clarify help text for BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
This expands on the Kconfig help text for CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- lib/Kconfig.debug | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 97d62c2da6c2..4a73d46711fb 100644 ---

[PATCH 0/6] bug: further enhance use of BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
This continues in applying the CHECK_DATA_CORRUPTION tests where appropriate, and pulling similar CONFIGs under the same check. Most notably, this adds the checks to refcount_t so that system builders can Oops their kernels when encountering a potential refcounter attack. (And so now the LKDTM

[PATCH 0/6] bug: further enhance use of BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
This continues in applying the CHECK_DATA_CORRUPTION tests where appropriate, and pulling similar CONFIGs under the same check. Most notably, this adds the checks to refcount_t so that system builders can Oops their kernels when encountering a potential refcounter attack. (And so now the LKDTM

[PATCH 6/6] refcount: Check bad states with CHECK_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
This converts from WARN() to CHECK_DATA_CORRUPTION() (so that system builders can choose between WARN and BUG). Additionally moves refcount_t sanity-check conditionals into regular function flow. Now when built with CONFIG_BUG_ON_DATA_CORRUPTION, the LKDTM REFCOUNT_* tests correctly kill

[PATCH 6/6] refcount: Check bad states with CHECK_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
This converts from WARN() to CHECK_DATA_CORRUPTION() (so that system builders can choose between WARN and BUG). Additionally moves refcount_t sanity-check conditionals into regular function flow. Now when built with CONFIG_BUG_ON_DATA_CORRUPTION, the LKDTM REFCOUNT_* tests correctly kill

[PATCH 2/6] bug: Improve unlikely() in data corruption check

2017-03-06 Thread Kees Cook
This improves the compiler branch-hinting used in CHECK_DATA_CORRUPTION(), similar to how it is done in WARN_ON() and friends. Signed-off-by: Kees Cook --- include/linux/bug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/bug.h

[PATCH 4/6] bug: Enable DEBUG_SG under BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
Similar to CONFIG_DEBUG_CREDENTIALS, CONFIG_DEBUG_SG already handles calling BUG, and performs inexpensive checks. This enables it under CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- lib/Kconfig.debug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH 2/6] bug: Improve unlikely() in data corruption check

2017-03-06 Thread Kees Cook
This improves the compiler branch-hinting used in CHECK_DATA_CORRUPTION(), similar to how it is done in WARN_ON() and friends. Signed-off-by: Kees Cook --- include/linux/bug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/bug.h b/include/linux/bug.h

[PATCH 4/6] bug: Enable DEBUG_SG under BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
Similar to CONFIG_DEBUG_CREDENTIALS, CONFIG_DEBUG_SG already handles calling BUG, and performs inexpensive checks. This enables it under CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- lib/Kconfig.debug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 5/6] notifiers: Use CHECK_DATA_CORRUPTION() on checks

2017-03-06 Thread Kees Cook
When performing notifier function pointer sanity checking, allow CONFIG_BUG_ON_DATA_CORRUPTION to upgrade from a WARN to a BUG. Additionally enables CONFIG_DEBUG_NOTIFIERS when selecting CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- kernel/notifier.c | 5

[PATCH 5/6] notifiers: Use CHECK_DATA_CORRUPTION() on checks

2017-03-06 Thread Kees Cook
When performing notifier function pointer sanity checking, allow CONFIG_BUG_ON_DATA_CORRUPTION to upgrade from a WARN to a BUG. Additionally enables CONFIG_DEBUG_NOTIFIERS when selecting CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- kernel/notifier.c | 5 +++-- lib/Kconfig.debug |

[PATCH 3/6] bug: Enable DEBUG_CREDENTIALS under BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
Since CONFIG_DEBUG_CREDENTIALS already handles reporting and issuing a BUG when it encounters corruption, add this to the list of corruption test CONFIGs that are enabled under CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- lib/Kconfig.debug | 3 ++- 1 file

[PATCH 3/6] bug: Enable DEBUG_CREDENTIALS under BUG_ON_DATA_CORRUPTION

2017-03-06 Thread Kees Cook
Since CONFIG_DEBUG_CREDENTIALS already handles reporting and issuing a BUG when it encounters corruption, add this to the list of corruption test CONFIGs that are enabled under CONFIG_BUG_ON_DATA_CORRUPTION. Signed-off-by: Kees Cook --- lib/Kconfig.debug | 3 ++- 1 file changed, 2

Re: [PATCH 3.16 043/306] xfs: change mailing list address

2017-03-06 Thread Ben Hutchings
On Fri, 2017-02-17 at 15:19 +1100, Dave Chinner wrote: > On Wed, Feb 15, 2017 at 10:41:40PM +, Ben Hutchings wrote: > > 3.16.40-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Dave Chinner > > > > commit

Re: [PATCH 3.16 043/306] xfs: change mailing list address

2017-03-06 Thread Ben Hutchings
On Fri, 2017-02-17 at 15:19 +1100, Dave Chinner wrote: > On Wed, Feb 15, 2017 at 10:41:40PM +, Ben Hutchings wrote: > > 3.16.40-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Dave Chinner > > > > commit

Re: [PATCHv4 00/33] 5-level paging

2017-03-06 Thread Kirill A. Shutemov
On Mon, Mar 06, 2017 at 11:03:56AM -0800, Linus Torvalds wrote: > On Mon, Mar 6, 2017 at 10:42 AM, Thomas Gleixner wrote: > > > > We probably need to split it apart: > > > >- Apply the mm core only parts to a branch which can be pulled into > > Andrews mm-tree > > > >

Re: [PATCHv4 00/33] 5-level paging

2017-03-06 Thread Kirill A. Shutemov
On Mon, Mar 06, 2017 at 11:03:56AM -0800, Linus Torvalds wrote: > On Mon, Mar 6, 2017 at 10:42 AM, Thomas Gleixner wrote: > > > > We probably need to split it apart: > > > >- Apply the mm core only parts to a branch which can be pulled into > > Andrews mm-tree > > > >- Base the x86

Re: counting file descriptors with a cgroup controller

2017-03-06 Thread Tejun Heo
Hello, On Fri, Feb 17, 2017 at 12:37:11PM +0100, Krzysztof Opasiak wrote: > > We need to limit and monitor the number of file descriptors processes > > keep open. If a process exceeds certain limit we'd like to terminate it > > and restart it or reboot the whole system. Currently the RLIMIT API >

Re: [PATCH] PCI: Add cavium acs pci quirk

2017-03-06 Thread Alex Williamson
On Sun, 5 Mar 2017 12:37:31 +0530 Sunil Kovvuri wrote: > On Tue, Feb 14, 2017 at 10:14 AM, Alex Williamson > wrote: > > On Sat, 30 Jan 2016 01:33:58 +0530 > > Manish Jaggi wrote: > > > >> Cavium devices matching

Re: counting file descriptors with a cgroup controller

2017-03-06 Thread Tejun Heo
Hello, On Fri, Feb 17, 2017 at 12:37:11PM +0100, Krzysztof Opasiak wrote: > > We need to limit and monitor the number of file descriptors processes > > keep open. If a process exceeds certain limit we'd like to terminate it > > and restart it or reboot the whole system. Currently the RLIMIT API >

Re: [PATCH] PCI: Add cavium acs pci quirk

2017-03-06 Thread Alex Williamson
On Sun, 5 Mar 2017 12:37:31 +0530 Sunil Kovvuri wrote: > On Tue, Feb 14, 2017 at 10:14 AM, Alex Williamson > wrote: > > On Sat, 30 Jan 2016 01:33:58 +0530 > > Manish Jaggi wrote: > > > >> Cavium devices matching this quirk do not perform > >> peer-to-peer with other functions, allowing

Re: [PATCH] auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches

2017-03-06 Thread Javier Martinez Canillas
Hello Paul, On 03/06/2017 03:54 PM, Paul Burton wrote: > Hi Javier, > > On Monday, 6 March 2017 10:09:09 PST Javier Martinez Canillas wrote: >> On 02/24/2017 06:56 PM, Paul Burton wrote: >>> On Monday, 20 February 2017 21:39:11 PST Dmitry Torokhov wrote: The OF device table must be

Re: [PATCH] auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches

2017-03-06 Thread Javier Martinez Canillas
Hello Paul, On 03/06/2017 03:54 PM, Paul Burton wrote: > Hi Javier, > > On Monday, 6 March 2017 10:09:09 PST Javier Martinez Canillas wrote: >> On 02/24/2017 06:56 PM, Paul Burton wrote: >>> On Monday, 20 February 2017 21:39:11 PST Dmitry Torokhov wrote: The OF device table must be

[PATCH-tip v2 2/3] locking/rwsem: relocate rwsem_down_read_failed()

2017-03-06 Thread Waiman Long
The rwsem_down_read_failed() function was relocted from above the optimistic spinning section to below that section. This enables it to use functions in that section in future patches. There is no code change. Signed-off-by: Waiman Long --- kernel/locking/rwsem-xadd.c | 96

Re: [PATCH 2/3] arm: kprobes: remove kprobe_exceptions_notify

2017-03-06 Thread Naveen N. Rao
On 2017/03/06 06:38PM, Russell King - ARM Linux wrote: > On Mon, Mar 06, 2017 at 11:37:20PM +0530, Naveen N. Rao wrote: > > On 2017/02/08 01:24AM, Naveen N Rao wrote: > > > ... as the weak variant will do. > > > > > > Signed-off-by: Naveen N. Rao > > > --- > > >

[PATCH-tip v2 2/3] locking/rwsem: relocate rwsem_down_read_failed()

2017-03-06 Thread Waiman Long
The rwsem_down_read_failed() function was relocted from above the optimistic spinning section to below that section. This enables it to use functions in that section in future patches. There is no code change. Signed-off-by: Waiman Long --- kernel/locking/rwsem-xadd.c | 96

Re: [PATCH 2/3] arm: kprobes: remove kprobe_exceptions_notify

2017-03-06 Thread Naveen N. Rao
On 2017/03/06 06:38PM, Russell King - ARM Linux wrote: > On Mon, Mar 06, 2017 at 11:37:20PM +0530, Naveen N. Rao wrote: > > On 2017/02/08 01:24AM, Naveen N Rao wrote: > > > ... as the weak variant will do. > > > > > > Signed-off-by: Naveen N. Rao > > > --- > > > arch/arm/probes/kprobes/core.c

[PATCH-tip v2 1/3] locking/rwsem: Check wait_list without lock if spinner present

2017-03-06 Thread Waiman Long
In rwsem_wake(), we can safely check the wait_list to see if waiters are present without lock when there are spinners to fall back on in case we miss a waiter. The advantage is that we can save a pair of spin_lock/unlock calls when the wait_list is empty. This translates to a reduction in latency

[PATCH-tip v2 1/3] locking/rwsem: Check wait_list without lock if spinner present

2017-03-06 Thread Waiman Long
In rwsem_wake(), we can safely check the wait_list to see if waiters are present without lock when there are spinners to fall back on in case we miss a waiter. The advantage is that we can save a pair of spin_lock/unlock calls when the wait_list is empty. This translates to a reduction in latency

[PATCH 1/2] arm: kprobes: remove kprobe_exceptions_notify

2017-03-06 Thread Naveen N. Rao
Commit fc62d0207ae0 ("kprobes: Introduce weak variant of kprobe_exceptions_notify()") introduces a generic empty version of the function for architectures that don't need special handling, like arm. As such, remove the arch/arm/ specific handler. Signed-off-by: Naveen N. Rao

[PATCH-tip v2 0/3] locking/rwsem: Minor twists to improve rwsem performance

2017-03-06 Thread Waiman Long
v1->v2: - Replace trylock with a more light-weight raw_spin_is_locked() call to reduce overhead. - Run fio test in addition to rwsem microbenchmark. This patch set introduces minor changes to the rwsem code path to provide minor performance improvement especially with short critical

[PATCH 1/2] arm: kprobes: remove kprobe_exceptions_notify

2017-03-06 Thread Naveen N. Rao
Commit fc62d0207ae0 ("kprobes: Introduce weak variant of kprobe_exceptions_notify()") introduces a generic empty version of the function for architectures that don't need special handling, like arm. As such, remove the arch/arm/ specific handler. Signed-off-by: Naveen N. Rao ---

[PATCH-tip v2 0/3] locking/rwsem: Minor twists to improve rwsem performance

2017-03-06 Thread Waiman Long
v1->v2: - Replace trylock with a more light-weight raw_spin_is_locked() call to reduce overhead. - Run fio test in addition to rwsem microbenchmark. This patch set introduces minor changes to the rwsem code path to provide minor performance improvement especially with short critical

[PATCH-tip v2 3/3] locking/rwsem: Stop active read lock ASAP

2017-03-06 Thread Waiman Long
Currently, when down_read() fails, the active read locking isn't undone until the rwsem_down_read_failed() function grabs the wait_lock. If the wait_lock is contended, it may takes a while to get the lock. During that period, writer lock stealing will be disabled because of the active read lock.

[PATCH-tip v2 3/3] locking/rwsem: Stop active read lock ASAP

2017-03-06 Thread Waiman Long
Currently, when down_read() fails, the active read locking isn't undone until the rwsem_down_read_failed() function grabs the wait_lock. If the wait_lock is contended, it may takes a while to get the lock. During that period, writer lock stealing will be disabled because of the active read lock.

Re: [PATCH v4 2/3] perf: kretprobes: offset from reloc_sym if kernel supports it

2017-03-06 Thread Naveen N. Rao
On 2017/03/04 01:34PM, Masami Hiramatsu wrote: > On Sat, 4 Mar 2017 11:35:51 +0900 > Masami Hiramatsu wrote: > > > On Sat, 4 Mar 2017 09:49:11 +0900 > > Masami Hiramatsu wrote: > > > > > On Thu, 2 Mar 2017 23:25:06 +0530 > > > "Naveen N. Rao"

Re: [PATCH v4 2/3] perf: kretprobes: offset from reloc_sym if kernel supports it

2017-03-06 Thread Naveen N. Rao
On 2017/03/04 01:34PM, Masami Hiramatsu wrote: > On Sat, 4 Mar 2017 11:35:51 +0900 > Masami Hiramatsu wrote: > > > On Sat, 4 Mar 2017 09:49:11 +0900 > > Masami Hiramatsu wrote: > > > > > On Thu, 2 Mar 2017 23:25:06 +0530 > > > "Naveen N. Rao" wrote: > > > > > > > We indicate support for

Re: [PATCHv4 00/33] 5-level paging

2017-03-06 Thread Linus Torvalds
On Mon, Mar 6, 2017 at 10:42 AM, Thomas Gleixner wrote: > > We probably need to split it apart: > >- Apply the mm core only parts to a branch which can be pulled into > Andrews mm-tree > >- Base the x86 changes on top of it I'll happily take some of the

Re: [PATCHv4 00/33] 5-level paging

2017-03-06 Thread Linus Torvalds
On Mon, Mar 6, 2017 at 10:42 AM, Thomas Gleixner wrote: > > We probably need to split it apart: > >- Apply the mm core only parts to a branch which can be pulled into > Andrews mm-tree > >- Base the x86 changes on top of it I'll happily take some of the preparatory patches for 4.11

phy-qcom-usb-hs.c:undefined reference to `extcon_unregister_notifier'

2017-03-06 Thread kbuild test robot
Hi Stephen, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 commit: e2427b09ba929c2b9d02556b74a85161a7364792 phy: Add support for Qualcomm's USB HS phy date: 5 weeks ago

phy-qcom-usb-hs.c:undefined reference to `extcon_unregister_notifier'

2017-03-06 Thread kbuild test robot
Hi Stephen, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 commit: e2427b09ba929c2b9d02556b74a85161a7364792 phy: Add support for Qualcomm's USB HS phy date: 5 weeks ago

Re: [PATCH 2/3] mtd: Add support for reading MTD devices via the nvmem API

2017-03-06 Thread Richard Weinberger
Am 06.03.2017 um 18:21 schrieb Alban: > On Fri, 3 Mar 2017 23:21:29 +0100 > Richard Weinberger wrote: > >> Am 03.03.2017 um 15:11 schrieb Boris Brezillon: And add a list of successfully added notifiers, along with their data pointer, to the MTD device. That's simple and

Re: [PATCH 2/3] mtd: Add support for reading MTD devices via the nvmem API

2017-03-06 Thread Richard Weinberger
Am 06.03.2017 um 18:21 schrieb Alban: > On Fri, 3 Mar 2017 23:21:29 +0100 > Richard Weinberger wrote: > >> Am 03.03.2017 um 15:11 schrieb Boris Brezillon: And add a list of successfully added notifiers, along with their data pointer, to the MTD device. That's simple and would also

Re: [PATCH 3.2 086/126] igmp: do not remove igmp souce list info when set link down

2017-03-06 Thread Ben Hutchings
On Thu, 2017-02-16 at 09:42 +0800, Hangbin Liu wrote: > > 2017-02-16 6:41 GMT+08:00 Ben Hutchings : > > 3.2.85-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Hangbin Liu > > > > commit

Re: [PATCH 3.2 086/126] igmp: do not remove igmp souce list info when set link down

2017-03-06 Thread Ben Hutchings
On Thu, 2017-02-16 at 09:42 +0800, Hangbin Liu wrote: > > 2017-02-16 6:41 GMT+08:00 Ben Hutchings : > > 3.2.85-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Hangbin Liu > > > > commit 24803f38a5c0b6c57ed800b47e695f9ce474bc3a

Re: Question Regarding ERMS memcpy

2017-03-06 Thread hpa
On March 6, 2017 9:12:41 AM PST, Logan Gunthorpe wrote: > > >On 06/03/17 12:28 AM, H. Peter Anvin wrote: >> On 03/05/17 23:01, Logan Gunthorpe wrote: >>> >>> On 05/03/17 12:54 PM, Borislav Petkov wrote: Logan, wanna give that a try, see if it takes care of your issue?

Re: Question Regarding ERMS memcpy

2017-03-06 Thread hpa
On March 6, 2017 9:12:41 AM PST, Logan Gunthorpe wrote: > > >On 06/03/17 12:28 AM, H. Peter Anvin wrote: >> On 03/05/17 23:01, Logan Gunthorpe wrote: >>> >>> On 05/03/17 12:54 PM, Borislav Petkov wrote: Logan, wanna give that a try, see if it takes care of your issue? >>> >>> Well honestly

[PATCH] objtool: drop redundant flags generation

2017-03-06 Thread Nicholas Mc Guire
plied. Second verification was by make tools/objtool and comparing the generated binaries in tools/objtool/arch/x86/decode.o with diff. Patch is against 4.11-rc1 (localversion-next is next-20170306) arch/x86/tools/gen-insn-attr-x86.awk | 12 ++-- tools/objtool/arch/x86/insn/gen-

[PATCH] objtool: drop redundant flags generation

2017-03-06 Thread Nicholas Mc Guire
cation was by make tools/objtool and comparing the generated binaries in tools/objtool/arch/x86/decode.o with diff. Patch is against 4.11-rc1 (localversion-next is next-20170306) arch/x86/tools/gen-insn-attr-x86.awk | 12 ++-- tools/objtool/arch/x86/insn/gen-insn-attr-x86.awk | 12 +

[PATCH 0/3] ASoC: add dio2125 amplifier support

2017-03-06 Thread Jerome Brunet
This patchset adds the support for the dio2125 from Dioo microcircuits. The dio2125 is audio driver with adjustable gain. The EN pad allows to enable or disable the outputs of the driver. The link to the datasheet is not provided as part of the commit. It is not provided the manufacturer and it

[PATCH 0/3] ASoC: add dio2125 amplifier support

2017-03-06 Thread Jerome Brunet
This patchset adds the support for the dio2125 from Dioo microcircuits. The dio2125 is audio driver with adjustable gain. The EN pad allows to enable or disable the outputs of the driver. The link to the datasheet is not provided as part of the commit. It is not provided the manufacturer and it

[PATCH 1/3] dt-bindings: add vendor prefix for Dioo

2017-03-06 Thread Jerome Brunet
Dioo (http://http://www.dioo.com) design and produce power analog and mixed signal IC. Signed-off-by: Jerome Brunet --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 1/3] dt-bindings: add vendor prefix for Dioo

2017-03-06 Thread Jerome Brunet
Dioo (http://http://www.dioo.com) design and produce power analog and mixed signal IC. Signed-off-by: Jerome Brunet --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

Re: net: heap out-of-bounds in fib6_clean_node/rt6_fill_node/fib6_age/fib6_prune_clone

2017-03-06 Thread Dmitry Vyukov
On Mon, Mar 6, 2017 at 6:31 PM, David Ahern wrote: > On 3/4/17 1:15 PM, Eric Dumazet wrote: >> On Sat, 2017-03-04 at 19:57 +0100, Dmitry Vyukov wrote: >>> On Fri, Mar 3, 2017 at 8:12 PM, David Ahern >>> wrote: On 3/3/17 6:39 AM, Dmitry

Re: net: heap out-of-bounds in fib6_clean_node/rt6_fill_node/fib6_age/fib6_prune_clone

2017-03-06 Thread Dmitry Vyukov
On Mon, Mar 6, 2017 at 6:31 PM, David Ahern wrote: > On 3/4/17 1:15 PM, Eric Dumazet wrote: >> On Sat, 2017-03-04 at 19:57 +0100, Dmitry Vyukov wrote: >>> On Fri, Mar 3, 2017 at 8:12 PM, David Ahern >>> wrote: On 3/3/17 6:39 AM, Dmitry Vyukov wrote: > I am getting heap out-of-bounds

Darlehen

2017-03-06 Thread novita . rimawati
Sie benötigen eine Finanzierung? Wir vergeben Darlehen. Bewerben Sie sich jetzt. Senden Sie uns u.a. Details zurück und Sie erhalten in Kürze Antwort Vorname: Familienname: Geschlecht: Land: Telefonnummer: benötigter Darlehensbetrag: Gewünschte Laufzeit: Mit

Re: [PATCH] objtool: drop redundant flags generation

2017-03-06 Thread Nicholas Mc Guire
he > >two files differ. > > > > Patch was checked by manual review of the diff between the initial file and > > the > > regenerated file after the below patch was applied. > > Second verification was by make tools/objtool and comparing the generated > >

Darlehen

2017-03-06 Thread novita . rimawati
Sie benötigen eine Finanzierung? Wir vergeben Darlehen. Bewerben Sie sich jetzt. Senden Sie uns u.a. Details zurück und Sie erhalten in Kürze Antwort Vorname: Familienname: Geschlecht: Land: Telefonnummer: benötigter Darlehensbetrag: Gewünschte Laufzeit: Mit

Re: [PATCH] objtool: drop redundant flags generation

2017-03-06 Thread Nicholas Mc Guire
files differ. > > > > Patch was checked by manual review of the diff between the initial file and > > the > > regenerated file after the below patch was applied. > > Second verification was by make tools/objtool and comparing the generated > > binar

Re: [PATCH v2 0/4] fujitsu_init() cleanup

2017-03-06 Thread Michał Kępień
> > Hi Michael > > > > Some quick feedback. > > > > On Mon, Mar 06, 2017 at 03:31:04PM +1030, Jonathan Woithe wrote: > > > > > I can add that immediately after loading the driver the value > > > > > returned by a > > > > > read of bl_power is 0. As noted above, setting to 1 makes no > > > > >

Re: XTS Crypto Not Found In /proc/crypto Even After Compiled for 4.10.1.

2017-03-06 Thread Krzysztof Kozlowski
On Mon, Mar 06, 2017 at 10:18:45AM -0600, Nathan Royce wrote: > I tried the patch you submitted, however it also fails for the most part. > > "For the most part" because "xts" is now found. > $ grep xts /proc/crypto > name : xts(aes) > driver : xts(ecb-aes-s5p) Ah, so probably I

Re: [PATCH v2 0/4] fujitsu_init() cleanup

2017-03-06 Thread Michał Kępień
> > Hi Michael > > > > Some quick feedback. > > > > On Mon, Mar 06, 2017 at 03:31:04PM +1030, Jonathan Woithe wrote: > > > > > I can add that immediately after loading the driver the value > > > > > returned by a > > > > > read of bl_power is 0. As noted above, setting to 1 makes no > > > > >

Re: XTS Crypto Not Found In /proc/crypto Even After Compiled for 4.10.1.

2017-03-06 Thread Krzysztof Kozlowski
On Mon, Mar 06, 2017 at 10:18:45AM -0600, Nathan Royce wrote: > I tried the patch you submitted, however it also fails for the most part. > > "For the most part" because "xts" is now found. > $ grep xts /proc/crypto > name : xts(aes) > driver : xts(ecb-aes-s5p) Ah, so probably I

[PATCH v2] selinux: check for address length in selinux_socket_bind()

2017-03-06 Thread Alexander Potapenko
KMSAN (KernelMemorySanitizer, a new error detection tool) reports use of uninitialized memory in selinux_socket_bind(): == BUG: KMSAN: use of unitialized memory inter: 0 CPU: 3 PID: 1074 Comm: packet2 Tainted: GB

Re: [PATCH v6 1/3] drm_fourcc: Add new P010, P016 video format

2017-03-06 Thread Ville Syrjälä
On Tue, Mar 07, 2017 at 01:58:23AM +0800, Ayaka wrote: > > > 從我的 iPad 傳送 > > > Ville Syrjälä 於 2017年3月6日 下午9:06 寫道: > > > >> On Sun, Mar 05, 2017 at 06:00:31PM +0800, Randy Li wrote: > >> P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits > >> per

Re: [PATCH v6 1/3] drm_fourcc: Add new P010, P016 video format

2017-03-06 Thread Ville Syrjälä
On Tue, Mar 07, 2017 at 01:58:23AM +0800, Ayaka wrote: > > > 從我的 iPad 傳送 > > > Ville Syrjälä 於 2017年3月6日 下午9:06 寫道: > > > >> On Sun, Mar 05, 2017 at 06:00:31PM +0800, Randy Li wrote: > >> P010 is a planar 4:2:0 YUV with interleaved UV plane, 10 bits > >> per channel video format. > >> > >>

[PATCH v2] selinux: check for address length in selinux_socket_bind()

2017-03-06 Thread Alexander Potapenko
KMSAN (KernelMemorySanitizer, a new error detection tool) reports use of uninitialized memory in selinux_socket_bind(): == BUG: KMSAN: use of unitialized memory inter: 0 CPU: 3 PID: 1074 Comm: packet2 Tainted: GB

Re: [Xen-devel] [PATCH 29/29] drivers, xen: convert grant_map.users from atomic_t to refcount_t

2017-03-06 Thread Boris Ostrovsky
On 03/06/2017 09:21 AM, Elena Reshetova wrote: > refcount_t type and corresponding API should be > used instead of atomic_t when the variable is used as > a reference counter. This allows to avoid accidental > refcounter overflows that might lead to use-after-free > situations. > > Signed-off-by:

Re: [Xen-devel] [PATCH 29/29] drivers, xen: convert grant_map.users from atomic_t to refcount_t

2017-03-06 Thread Boris Ostrovsky
On 03/06/2017 09:21 AM, Elena Reshetova wrote: > refcount_t type and corresponding API should be > used instead of atomic_t when the variable is used as > a reference counter. This allows to avoid accidental > refcounter overflows that might lead to use-after-free > situations. > > Signed-off-by:

Re: [PATCHv4 00/33] 5-level paging

2017-03-06 Thread Thomas Gleixner
On Mon, 6 Mar 2017, Linus Torvalds wrote: > On Mon, Mar 6, 2017 at 5:53 AM, Kirill A. Shutemov > wrote: > > Here is v4 of 5-level paging patchset. Please review and consider applying. > > I think we should just aim for this being in 4.12. I don't see any > real

Re: [PATCH 0/7] thermal: ti-soc-thermal: Migrate slope/offset data to device tree

2017-03-06 Thread Tony Lindgren
* Keerthy [170301 02:31]: > Currently the slope and offset values for calculating the > hot spot temperature of a particular thermal zone is part > of driver data. Pass them here instead and obtain the values > while of node parsing. > > Tested for the slope and constant values

Re: [PATCHv4 00/33] 5-level paging

2017-03-06 Thread Thomas Gleixner
On Mon, 6 Mar 2017, Linus Torvalds wrote: > On Mon, Mar 6, 2017 at 5:53 AM, Kirill A. Shutemov > wrote: > > Here is v4 of 5-level paging patchset. Please review and consider applying. > > I think we should just aim for this being in 4.12. I don't see any > real reason to delay merging it, the

Re: [PATCH 0/7] thermal: ti-soc-thermal: Migrate slope/offset data to device tree

2017-03-06 Thread Tony Lindgren
* Keerthy [170301 02:31]: > Currently the slope and offset values for calculating the > hot spot temperature of a particular thermal zone is part > of driver data. Pass them here instead and obtain the values > while of node parsing. > > Tested for the slope and constant values on DRA7-EVM. > >

[PATCH] xfs: remove kmem_zalloc_greedy

2017-03-06 Thread Darrick J. Wong
The sole remaining caller of kmem_zalloc_greedy is bulkstat, which uses it to grab 1-4 pages for staging of inobt records. The infinite loop in the greedy allocation function is causing hangs[1] in generic/269, so just get rid of the greedy allocator in favor of kmem_zalloc_large. This makes

[PATCH] xfs: remove kmem_zalloc_greedy

2017-03-06 Thread Darrick J. Wong
The sole remaining caller of kmem_zalloc_greedy is bulkstat, which uses it to grab 1-4 pages for staging of inobt records. The infinite loop in the greedy allocation function is causing hangs[1] in generic/269, so just get rid of the greedy allocator in favor of kmem_zalloc_large. This makes

Re: netlink: GPF in netlink_unicast

2017-03-06 Thread Cong Wang
On Mon, Mar 6, 2017 at 2:54 AM, Dmitry Vyukov wrote: > Hello, > > I've got the following crash while running syzkaller fuzzer on > net-next/8d70eeb84ab277377c017af6a21d0a337025dede: > > kasan: GPF could be caused by NULL-ptr deref or user memory access > general protection

Re: netlink: GPF in netlink_unicast

2017-03-06 Thread Cong Wang
On Mon, Mar 6, 2017 at 2:54 AM, Dmitry Vyukov wrote: > Hello, > > I've got the following crash while running syzkaller fuzzer on > net-next/8d70eeb84ab277377c017af6a21d0a337025dede: > > kasan: GPF could be caused by NULL-ptr deref or user memory access > general protection fault: [#1] SMP

Re: [PATCH] genirq: Fix handling of nested shared IRQs

2017-03-06 Thread Thomas Gleixner
On Mon, 6 Mar 2017, Charles Keepax wrote: > When an IRQ is nested the nested handler is called directly from within the > threaded handler of the parent IRQ, however, the code in handle_nested_irq > only calls a single handler. This means when a shared IRQ is nested only > the first of the shared

Re: [PATCH] genirq: Fix handling of nested shared IRQs

2017-03-06 Thread Thomas Gleixner
On Mon, 6 Mar 2017, Charles Keepax wrote: > When an IRQ is nested the nested handler is called directly from within the > threaded handler of the parent IRQ, however, the code in handle_nested_irq > only calls a single handler. This means when a shared IRQ is nested only > the first of the shared

<    3   4   5   6   7   8   9   10   11   12   >