[PATCH 03/12] ko_KR/HOWTO: Fix subtitles style

2016-10-21 Thread SeongJae Park
This commit fixes subtitles style. It aligns them with their header, adjust blank lines between them properly. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Documentation/ko_KR/HOWTO

[PATCH 11/12] ko_KR/HOWTO: Add whitespace between URL and text

2016-10-21 Thread SeongJae Park
Because few sentences has no whitespace between URL and text, document fails to parse the URL from it. This commit adds whitespace between them to fix the problem. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 10/12] ko_KR/HOWTO: Clean up bare :: lines

2016-10-21 Thread SeongJae Park
This commit applies commit 1b49ecf2f3be ("docs: Clean up bare :: lines") to Korean translation. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Documentation/ko_KR/HOWTO

[PATCH 10/12] ko_KR/HOWTO: Clean up bare :: lines

2016-10-21 Thread SeongJae Park
This commit applies commit 1b49ecf2f3be ("docs: Clean up bare :: lines") to Korean translation. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Documentation/ko_KR/HOWTO b/Documentation/ko_KR/HOWTO index

[PATCH 07/12] ko_KR/HOWTO: Update information about generating documentation

2016-10-21 Thread SeongJae Park
This commit applies commit 43fb67a5258c ("Documentation/HOWTO: update information about generating documentation") to Korean translation. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 30 ++ 1 file changed, 22 insertions(+), 8

[PATCH 08/12] ko_KR/HOWTO: Improve some markups to make it visually better

2016-10-21 Thread SeongJae Park
This commit applies commit 34fed7e7e0e5 ("Documentation/HOWTO: improve some markups to make it visually better") to Korean translation. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff

[PATCH 07/12] ko_KR/HOWTO: Update information about generating documentation

2016-10-21 Thread SeongJae Park
This commit applies commit 43fb67a5258c ("Documentation/HOWTO: update information about generating documentation") to Korean translation. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 30 ++ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git

[PATCH 08/12] ko_KR/HOWTO: Improve some markups to make it visually better

2016-10-21 Thread SeongJae Park
This commit applies commit 34fed7e7e0e5 ("Documentation/HOWTO: improve some markups to make it visually better") to Korean translation. Signed-off-by: SeongJae Park --- Documentation/ko_KR/HOWTO | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git

[PATCH 00/12] Fix and update HOWTO Korean translation

2016-10-21 Thread SeongJae Park
This patchset applies ReST conversion effort for HOWTO document to its Korean translation. It also contains fixup of trivial nitpicks in the document and the translation. All patches are based on v4.9-rc1. SeongJae Park (12): Documentation/HOWTO: Mark subsection in rst format ko_KR/HOWTO:

[PATCH 00/12] Fix and update HOWTO Korean translation

2016-10-21 Thread SeongJae Park
This patchset applies ReST conversion effort for HOWTO document to its Korean translation. It also contains fixup of trivial nitpicks in the document and the translation. All patches are based on v4.9-rc1. SeongJae Park (12): Documentation/HOWTO: Mark subsection in rst format ko_KR/HOWTO:

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-21 Thread Robert Jarzmik
Viresh Kumar writes: > On 19-10-16, 22:06, Robert Jarzmik wrote: >> Viresh Kumar writes: >> >> >> >> + { .compatible = "marvell,pxa250", }, >> >> >> + { .compatible = "marvell,pxa270", }, >> >> >> >> >> >>{ .compatible =

Re: [PATCH net-next] hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()

2016-10-21 Thread Vitaly Kuznetsov
David Miller writes: > From: Vitaly Kuznetsov > Date: Fri, 21 Oct 2016 13:15:53 +0200 > >> David Miller writes: >> >>> From: Vitaly Kuznetsov >>> Date: Thu, 20 Oct 2016 10:51:04 +0200 >>> Stephen

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-21 Thread Robert Jarzmik
Viresh Kumar writes: > On 19-10-16, 22:06, Robert Jarzmik wrote: >> Viresh Kumar writes: >> >> >> >> + { .compatible = "marvell,pxa250", }, >> >> >> + { .compatible = "marvell,pxa270", }, >> >> >> >> >> >>{ .compatible = "samsung,exynos3250", }, >> >> >>{

Re: [PATCH net-next] hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()

2016-10-21 Thread Vitaly Kuznetsov
David Miller writes: > From: Vitaly Kuznetsov > Date: Fri, 21 Oct 2016 13:15:53 +0200 > >> David Miller writes: >> >>> From: Vitaly Kuznetsov >>> Date: Thu, 20 Oct 2016 10:51:04 +0200 >>> Stephen Hemminger writes: > Do we need ACCESS_ONCE() here to avoid check/use issues?

Re: [PATCH 01/26] fscrypto: Add buffer operations

2016-10-21 Thread Theodore Ts'o
On Fri, Oct 21, 2016 at 06:24:00AM -0700, Christoph Hellwig wrote: > > Another reason why I did the buffer functions is because > > fscrypt_encrypt_page() > > always allocates a bounce page as temporary memory. For ext4 this is needed, > > for UBIFS not. > > UBIFS has already a construction

Re: [PATCH 01/26] fscrypto: Add buffer operations

2016-10-21 Thread Theodore Ts'o
On Fri, Oct 21, 2016 at 06:24:00AM -0700, Christoph Hellwig wrote: > > Another reason why I did the buffer functions is because > > fscrypt_encrypt_page() > > always allocates a bounce page as temporary memory. For ext4 this is needed, > > for UBIFS not. > > UBIFS has already a construction

[PATCH 1/3] ARM: dts: Add support for OX820 and Pogoplug V3

2016-10-21 Thread Neil Armstrong
Add device tree for the Oxford Seminconductor OX820 SoC and the Cloud Engines PogoPlug v3 board. Add the SoC and board compatible strings to oxnas bindings. Acked-by: Rob Herring Signed-off-by: Neil Armstrong ---

[PATCH 1/3] ARM: dts: Add support for OX820 and Pogoplug V3

2016-10-21 Thread Neil Armstrong
Add device tree for the Oxford Seminconductor OX820 SoC and the Cloud Engines PogoPlug v3 board. Add the SoC and board compatible strings to oxnas bindings. Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/arm/oxnas.txt| 5 +

Re: [PATCH] cpufreq: intel_pstate: Drop boost_iowait flag

2016-10-21 Thread Srinivas Pandruvada
On Wed, 2016-10-19 at 02:53 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The "IOwait boosting" mechanism is only used by the > get_target_pstate_use_cpu_load() governor function and the > boost_iowait flag in pid_params is always set when that

Re: [PATCH] cpufreq: intel_pstate: Drop boost_iowait flag

2016-10-21 Thread Srinivas Pandruvada
On Wed, 2016-10-19 at 02:53 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The "IOwait boosting" mechanism is only used by the > get_target_pstate_use_cpu_load() governor function and the > boost_iowait flag in pid_params is always set when that function > is in use (and it is

Re: [PATCH] shmem: avoid huge pages for small files

2016-10-21 Thread Michal Hocko
On Fri 21-10-16 18:00:07, Kirill A. Shutemov wrote: > On Fri, Oct 21, 2016 at 04:01:18PM +1100, Dave Chinner wrote: [...] > > None of these aspects can be optimised sanely by a single threshold, > > especially when considering the combination of access patterns vs file > > layout. > > I agree. >

Re: [PATCH] cpufreq: intel_pstate: Set P-state upfront in performance mode

2016-10-21 Thread Srinivas Pandruvada
On Wed, 2016-10-19 at 02:57 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit a4675fbc4a7a (cpufreq: intel_pstate: Replace timers with > utilization update callbacks) the cpufreq governor callbacks may not > be invoked on NOHZ_FULL CPUs and,

[PATCH 2/3] ARM: dts: OX810: Update with dt-bindings includes

2016-10-21 Thread Neil Armstrong
Add OX810SE dt-bindings includes files for clocks and resets, replace resets numbers by human readable defines. Signed-off-by: Neil Armstrong --- arch/arm/boot/dts/ox810se.dtsi | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] cpufreq: intel_pstate: Set P-state upfront in performance mode

2016-10-21 Thread Srinivas Pandruvada
On Wed, 2016-10-19 at 02:57 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit a4675fbc4a7a (cpufreq: intel_pstate: Replace timers with > utilization update callbacks) the cpufreq governor callbacks may not > be invoked on NOHZ_FULL CPUs and, in particular, switching to

[PATCH 2/3] ARM: dts: OX810: Update with dt-bindings includes

2016-10-21 Thread Neil Armstrong
Add OX810SE dt-bindings includes files for clocks and resets, replace resets numbers by human readable defines. Signed-off-by: Neil Armstrong --- arch/arm/boot/dts/ox810se.dtsi | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/ox810se.dtsi

Re: [PATCH] shmem: avoid huge pages for small files

2016-10-21 Thread Michal Hocko
On Fri 21-10-16 18:00:07, Kirill A. Shutemov wrote: > On Fri, Oct 21, 2016 at 04:01:18PM +1100, Dave Chinner wrote: [...] > > None of these aspects can be optimised sanely by a single threshold, > > especially when considering the combination of access patterns vs file > > layout. > > I agree. >

Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: remove redundant CRB_FL_CRB_START flag

2016-10-21 Thread Jarkko Sakkinen
On Thu, Oct 20, 2016 at 02:24:21PM -0600, Jason Gunthorpe wrote: > On Thu, Oct 20, 2016 at 05:00:11PM +0300, Jarkko Sakkinen wrote: > > > > > I have a 4th Gen Core NUC where I experienced this issue. It reported > > > > requiring only ACPI start but actually required ACPI + CRB start. The > > > >

Re: [PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency

2016-10-21 Thread David Miller
From: Christian Borntraeger Date: Fri, 21 Oct 2016 17:08:54 +0200 > On 10/21/2016 04:57 PM, David Miller wrote: >> From: Christian Borntraeger >> Date: Fri, 21 Oct 2016 13:58:53 +0200 >> >>> For spinning loops people did often use barrier() or

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Don Zickus
On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } > > > > -static void watchdog_nmi_disable(unsigned int cpu) { return; } > > > > +/*

Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: remove redundant CRB_FL_CRB_START flag

2016-10-21 Thread Jarkko Sakkinen
On Thu, Oct 20, 2016 at 02:24:21PM -0600, Jason Gunthorpe wrote: > On Thu, Oct 20, 2016 at 05:00:11PM +0300, Jarkko Sakkinen wrote: > > > > > I have a 4th Gen Core NUC where I experienced this issue. It reported > > > > requiring only ACPI start but actually required ACPI + CRB start. The > > > >

Re: [PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency

2016-10-21 Thread David Miller
From: Christian Borntraeger Date: Fri, 21 Oct 2016 17:08:54 +0200 > On 10/21/2016 04:57 PM, David Miller wrote: >> From: Christian Borntraeger >> Date: Fri, 21 Oct 2016 13:58:53 +0200 >> >>> For spinning loops people did often use barrier() or cpu_relax(). >>> For most architectures cpu_relax

Re: [PATCH v2 1/2] watchdog: Introduce arch_watchdog_nmi_enable and arch_watchdog_nmi_disable

2016-10-21 Thread Don Zickus
On Thu, Oct 20, 2016 at 08:25:27PM -0700, Andrew Morton wrote: > On Thu, 20 Oct 2016 12:14:14 -0400 Don Zickus wrote: > > > > > -static int watchdog_nmi_enable(unsigned int cpu) { return 0; } > > > > -static void watchdog_nmi_disable(unsigned int cpu) { return; } > > > > +/* > > > > + * These

[PATCH 0/3] ARM: dts: oxnas: Update support for OX820 and use dt-bindings

2016-10-21 Thread Neil Armstrong
This patchset updates the ARM DTS for the Oxnas platform by : - Add support for the Oxford Semicondutor OX820 and the PogoPlug V3 - Update the OX810SE to use the dt-bindings includes files introduced in [1] and [2] - Fix the MAINTAINERS entry and add the PogoPlug V3 file maintainance This

[PATCH 3/3] MAINTAINERS: oxnas: Add new files definitions

2016-10-21 Thread Neil Armstrong
Fix the dts files maintained by the OXNAS platform, add a new board. Signed-off-by: Neil Armstrong --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1cd38a7..29d8853 100644 --- a/MAINTAINERS +++

[PATCH 0/3] ARM: dts: oxnas: Update support for OX820 and use dt-bindings

2016-10-21 Thread Neil Armstrong
This patchset updates the ARM DTS for the Oxnas platform by : - Add support for the Oxford Semicondutor OX820 and the PogoPlug V3 - Update the OX810SE to use the dt-bindings includes files introduced in [1] and [2] - Fix the MAINTAINERS entry and add the PogoPlug V3 file maintainance This

[PATCH 3/3] MAINTAINERS: oxnas: Add new files definitions

2016-10-21 Thread Neil Armstrong
Fix the dts files maintained by the OXNAS platform, add a new board. Signed-off-by: Neil Armstrong --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1cd38a7..29d8853 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1478,8 +1478,9

Re: [PATCH 02/26] fscrypto: Constify struct inode pointer

2016-10-21 Thread Richard Weinberger
Ted, On 21.10.2016 16:57, Theodore Ts'o wrote: > On Fri, Oct 21, 2016 at 02:48:17PM +0200, Richard Weinberger wrote: >> Some filesystems, such as UBIFS, maintain a const pointer >> for struct inode. >> >> /* fname.c */ >> -extern int fscrypt_setup_filename(struct inode *, const struct qstr *, >>

Re: [PATCH 02/26] fscrypto: Constify struct inode pointer

2016-10-21 Thread Richard Weinberger
Ted, On 21.10.2016 16:57, Theodore Ts'o wrote: > On Fri, Oct 21, 2016 at 02:48:17PM +0200, Richard Weinberger wrote: >> Some filesystems, such as UBIFS, maintain a const pointer >> for struct inode. >> >> /* fname.c */ >> -extern int fscrypt_setup_filename(struct inode *, const struct qstr *, >>

Re: 4.9 regression/bisection - 761ed4a94582 tty: serial_core: convert uart_close to use tty_port_close

2016-10-21 Thread Mike Galbraith
On Fri, 2016-10-21 at 10:00 -0500, Rob Herring wrote: > On Fri, Oct 21, 2016 at 9:40 AM, Mike Galbraith > wrote: > > On Fri, 2016-10-21 at 08:51 -0500, Rob Herring wrote: > > > On Fri, Oct 21, 2016 at 7:45 AM, Mike Galbraith > > > wrote: > > >

Re: 4.9 regression/bisection - 761ed4a94582 tty: serial_core: convert uart_close to use tty_port_close

2016-10-21 Thread Mike Galbraith
On Fri, 2016-10-21 at 10:00 -0500, Rob Herring wrote: > On Fri, Oct 21, 2016 at 9:40 AM, Mike Galbraith > wrote: > > On Fri, 2016-10-21 at 08:51 -0500, Rob Herring wrote: > > > On Fri, Oct 21, 2016 at 7:45 AM, Mike Galbraith > > > wrote: > > > > Greetings, > > > > > > > > My old DL980 G7 is

Re: [PATCH 3/3] clocksource: Add clockevent support to NPS400 driver

2016-10-21 Thread Daniel Lezcano
On Thu, Oct 13, 2016 at 05:52:30PM +0300, Noam Camus wrote: > From: Noam Camus > > Till now we used clockevent from generic ARC driver. > This was enough as long as we worked with simple multicore SoC. > When we are working with multithread SoC each HW thread can be >

Re: [PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency

2016-10-21 Thread Christian Borntraeger
On 10/21/2016 04:57 PM, David Miller wrote: > From: Christian Borntraeger > Date: Fri, 21 Oct 2016 13:58:53 +0200 > >> For spinning loops people did often use barrier() or cpu_relax(). >> For most architectures cpu_relax and barrier are the same, but on >> some

Re: [PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency

2016-10-21 Thread Christian Borntraeger
On 10/21/2016 04:57 PM, David Miller wrote: > From: Christian Borntraeger > Date: Fri, 21 Oct 2016 13:58:53 +0200 > >> For spinning loops people did often use barrier() or cpu_relax(). >> For most architectures cpu_relax and barrier are the same, but on >> some architectures cpu_relax can add

Re: [PATCH 3/3] clocksource: Add clockevent support to NPS400 driver

2016-10-21 Thread Daniel Lezcano
On Thu, Oct 13, 2016 at 05:52:30PM +0300, Noam Camus wrote: > From: Noam Camus > > Till now we used clockevent from generic ARC driver. > This was enough as long as we worked with simple multicore SoC. > When we are working with multithread SoC each HW thread can be > scheduled to receive timer

RE: [PATCH v8 0/8] thunderbolt: Introducing Thunderbolt(TM) Networking

2016-10-21 Thread Mario.Limonciello
> -Original Message- > From: Amir Levy [mailto:amir.jer.l...@intel.com] > Sent: Wednesday, September 28, 2016 9:44 AM > To: gre...@linuxfoundation.org > Cc: andreas.noe...@gmail.com; bhelg...@google.com; cor...@lwn.net; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; >

RE: [PATCH v8 0/8] thunderbolt: Introducing Thunderbolt(TM) Networking

2016-10-21 Thread Mario.Limonciello
> -Original Message- > From: Amir Levy [mailto:amir.jer.l...@intel.com] > Sent: Wednesday, September 28, 2016 9:44 AM > To: gre...@linuxfoundation.org > Cc: andreas.noe...@gmail.com; bhelg...@google.com; cor...@lwn.net; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; >

Re: [PATCH v3 2/4] ACPI / gpio: Add hogging support

2016-10-21 Thread Mika Westerberg
On Fri, Oct 21, 2016 at 05:21:30PM +0300, Mika Westerberg wrote: > +See Documentation/devicetree/bindings/gpio/gpio.tx for more information Andy noticed there is a typo in the above, should be .txt instead. Let me know if you want me to resend the series with this fixed.

Re: [PATCH v3 2/4] ACPI / gpio: Add hogging support

2016-10-21 Thread Mika Westerberg
On Fri, Oct 21, 2016 at 05:21:30PM +0300, Mika Westerberg wrote: > +See Documentation/devicetree/bindings/gpio/gpio.tx for more information Andy noticed there is a typo in the above, should be .txt instead. Let me know if you want me to resend the series with this fixed.

Re: [PATCH] net: sched: make default fifo qdiscs appear in the dump

2016-10-21 Thread David Miller
From: Eric Dumazet Date: Fri, 21 Oct 2016 06:14:23 -0700 > On Fri, 2016-10-21 at 14:56 +0200, Jiri Kosina wrote: >> On Fri, 21 Oct 2016, Eric Dumazet wrote: >> >> > Some of us are dealing with huge HTB hierarchies, so adding default fifo >> > in the dump will add more

Re: [PATCH] net: sched: make default fifo qdiscs appear in the dump

2016-10-21 Thread David Miller
From: Eric Dumazet Date: Fri, 21 Oct 2016 06:14:23 -0700 > On Fri, 2016-10-21 at 14:56 +0200, Jiri Kosina wrote: >> On Fri, 21 Oct 2016, Eric Dumazet wrote: >> >> > Some of us are dealing with huge HTB hierarchies, so adding default fifo >> > in the dump will add more data pumped from the

Re: [PATCH] shmem: avoid huge pages for small files

2016-10-21 Thread Kirill A. Shutemov
On Fri, Oct 21, 2016 at 04:01:18PM +1100, Dave Chinner wrote: > On Thu, Oct 20, 2016 at 07:01:16PM -0700, Andi Kleen wrote: > > > Ugh, no, please don't use mount options for file specific behaviours > > > in filesystems like ext4 and XFS. This is exactly the sort of > > > behaviour that should

Re: [PATCH] shmem: avoid huge pages for small files

2016-10-21 Thread Kirill A. Shutemov
On Fri, Oct 21, 2016 at 04:01:18PM +1100, Dave Chinner wrote: > On Thu, Oct 20, 2016 at 07:01:16PM -0700, Andi Kleen wrote: > > > Ugh, no, please don't use mount options for file specific behaviours > > > in filesystems like ext4 and XFS. This is exactly the sort of > > > behaviour that should

[PATCH] gpio: mcp23s08: Add option to configure pullups.

2016-10-21 Thread Enric Balletbo i Serra
Default is without pullups, but if property is specified in DT and the bit is set, set a pullup on GPIO-n. Signed-off-by: Enric Balletbo i Serra --- Documentation/devicetree/bindings/gpio/gpio-mcp23s08.txt | 1 + drivers/gpio/gpio-mcp23s08.c

Re: 4.9 regression/bisection - 761ed4a94582 tty: serial_core: convert uart_close to use tty_port_close

2016-10-21 Thread Rob Herring
On Fri, Oct 21, 2016 at 9:40 AM, Mike Galbraith wrote: > On Fri, 2016-10-21 at 08:51 -0500, Rob Herring wrote: >> On Fri, Oct 21, 2016 at 7:45 AM, Mike Galbraith >> wrote: >> > Greetings, >> > >> > My old DL980 G7 is exploding on reboot with

[PATCH] gpio: mcp23s08: Add option to configure pullups.

2016-10-21 Thread Enric Balletbo i Serra
Default is without pullups, but if property is specified in DT and the bit is set, set a pullup on GPIO-n. Signed-off-by: Enric Balletbo i Serra --- Documentation/devicetree/bindings/gpio/gpio-mcp23s08.txt | 1 + drivers/gpio/gpio-mcp23s08.c | 3 ++- 2 files changed,

Re: 4.9 regression/bisection - 761ed4a94582 tty: serial_core: convert uart_close to use tty_port_close

2016-10-21 Thread Rob Herring
On Fri, Oct 21, 2016 at 9:40 AM, Mike Galbraith wrote: > On Fri, 2016-10-21 at 08:51 -0500, Rob Herring wrote: >> On Fri, Oct 21, 2016 at 7:45 AM, Mike Galbraith >> wrote: >> > Greetings, >> > >> > My old DL980 G7 is exploding on reboot with master, with only the first >> > couple lines actually

Re: [PATCH] net: sched: make default fifo qdiscs appear in the dump

2016-10-21 Thread David Miller
From: Jiri Kosina Date: Fri, 21 Oct 2016 14:56:33 +0200 (CEST) > I'd really like to unhide the default qdiscs, it makes little sense to be > inconsistent in this way. Something that's been invisible for such a long time... there is no way applications need or require this.

Re: [PATCH] net: sched: make default fifo qdiscs appear in the dump

2016-10-21 Thread David Miller
From: Jiri Kosina Date: Fri, 21 Oct 2016 14:56:33 +0200 (CEST) > I'd really like to unhide the default qdiscs, it makes little sense to be > inconsistent in this way. Something that's been invisible for such a long time... there is no way applications need or require this. If some new ones

Re: [PATCH 02/26] fscrypto: Constify struct inode pointer

2016-10-21 Thread Theodore Ts'o
On Fri, Oct 21, 2016 at 02:48:17PM +0200, Richard Weinberger wrote: > Some filesystems, such as UBIFS, maintain a const pointer > for struct inode. > > /* fname.c */ > -extern int fscrypt_setup_filename(struct inode *, const struct qstr *, > - int lookup, struct

Re: [PATCH 02/26] fscrypto: Constify struct inode pointer

2016-10-21 Thread Theodore Ts'o
On Fri, Oct 21, 2016 at 02:48:17PM +0200, Richard Weinberger wrote: > Some filesystems, such as UBIFS, maintain a const pointer > for struct inode. > > /* fname.c */ > -extern int fscrypt_setup_filename(struct inode *, const struct qstr *, > - int lookup, struct

Re: [PATCH] pci: pcie-designware-plat: changing driver authors e-mail

2016-10-21 Thread Bjorn Helgaas
On Fri, Oct 21, 2016 at 10:31:48AM +0100, Joao Pinto wrote: > Although I am leaving Synopsys, I would like to keep working with the > linux kernel community and help in what you might find useful. For that > I am sending this patch to change my contact e-mail. > > Signed-off-by: Joao Pinto

Re: [PATCH] pci: pcie-designware-plat: changing driver authors e-mail

2016-10-21 Thread Bjorn Helgaas
On Fri, Oct 21, 2016 at 10:31:48AM +0100, Joao Pinto wrote: > Although I am leaving Synopsys, I would like to keep working with the > linux kernel community and help in what you might find useful. For that > I am sending this patch to change my contact e-mail. > > Signed-off-by: Joao Pinto

Re: [PATCH] acpi/apei: Fix in-correct return value

2016-10-21 Thread Punit Agrawal
"Baicar, Tyler" writes: > On 10/18/2016 10:07 AM, Punit Agrawal wrote: >> Although ghes_proc tests for error while reading the error status, it >> always return success (0). Fix this by propagating the return value. >> >> Fixes: d334a49113a4a33 ("ACPI, APEI, Generic

Re: [PATCH] acpi/apei: Fix in-correct return value

2016-10-21 Thread Punit Agrawal
"Baicar, Tyler" writes: > On 10/18/2016 10:07 AM, Punit Agrawal wrote: >> Although ghes_proc tests for error while reading the error status, it >> always return success (0). Fix this by propagating the return value. >> >> Fixes: d334a49113a4a33 ("ACPI, APEI, Generic Hardware Error Source memory

Re: [PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency

2016-10-21 Thread David Miller
From: Christian Borntraeger Date: Fri, 21 Oct 2016 13:58:53 +0200 > For spinning loops people did often use barrier() or cpu_relax(). > For most architectures cpu_relax and barrier are the same, but on > some architectures cpu_relax can add some latency. For example on

Re: [PATCH/RFC 0/5] cpu_relax: introduce yield, remove lowlatency

2016-10-21 Thread David Miller
From: Christian Borntraeger Date: Fri, 21 Oct 2016 13:58:53 +0200 > For spinning loops people did often use barrier() or cpu_relax(). > For most architectures cpu_relax and barrier are the same, but on > some architectures cpu_relax can add some latency. For example on s390 > cpu_relax gives up

Re: [PATCH v2] drm/arcpgu: Accommodate adv7511 switch to DRM bridge

2016-10-21 Thread Ramiro Oliveira
On 10/19/2016 01:16 PM, Eugeniy Paltsev wrote: > ARC PGU driver starts crashing on initialization after > 'commit e12c2f645557 ("drm/i2c: adv7511: Convert to drm_bridge")' > This happenes because in "arcpgu_drm_hdmi_init" function we get pointer > of "drm_i2c_encoder_driver" structure, which

Re: [PATCH v2] drm/arcpgu: Accommodate adv7511 switch to DRM bridge

2016-10-21 Thread Ramiro Oliveira
On 10/19/2016 01:16 PM, Eugeniy Paltsev wrote: > ARC PGU driver starts crashing on initialization after > 'commit e12c2f645557 ("drm/i2c: adv7511: Convert to drm_bridge")' > This happenes because in "arcpgu_drm_hdmi_init" function we get pointer > of "drm_i2c_encoder_driver" structure, which

Re: [PATCH] net: sched: make default fifo qdiscs appear in the dump

2016-10-21 Thread David Miller
From: Eric Dumazet Date: Fri, 21 Oct 2016 04:36:57 -0700 > I guess we'll need to not pull this patch in our kernels. Eric, quite frankly, this whole "we won't pull this patch into Google kernels" threat is getting _REALLY_ _OLD_. If you have a valid technical argument

Re: [PATCH] net: sched: make default fifo qdiscs appear in the dump

2016-10-21 Thread David Miller
From: Eric Dumazet Date: Fri, 21 Oct 2016 04:36:57 -0700 > I guess we'll need to not pull this patch in our kernels. Eric, quite frankly, this whole "we won't pull this patch into Google kernels" threat is getting _REALLY_ _OLD_. If you have a valid technical argument as to why a change should

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Use __sg_alloc_table_from_pages for allocating object backing store

2016-10-21 Thread Tvrtko Ursulin
On 21/10/2016 15:27, Chris Wilson wrote: On Fri, Oct 21, 2016 at 03:11:22PM +0100, Tvrtko Ursulin wrote: @@ -2236,18 +2233,16 @@ i915_gem_object_get_pages_gtt(struct drm_i915_gem_object *obj) BUG_ON(obj->base.read_domains & I915_GEM_GPU_DOMAINS); BUG_ON(obj->base.write_domain

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Use __sg_alloc_table_from_pages for allocating object backing store

2016-10-21 Thread Tvrtko Ursulin
On 21/10/2016 15:27, Chris Wilson wrote: On Fri, Oct 21, 2016 at 03:11:22PM +0100, Tvrtko Ursulin wrote: @@ -2236,18 +2233,16 @@ i915_gem_object_get_pages_gtt(struct drm_i915_gem_object *obj) BUG_ON(obj->base.read_domains & I915_GEM_GPU_DOMAINS); BUG_ON(obj->base.write_domain

Re: [PATCH V4 2/3] Revert "ACPI,PCI,IRQ: remove SCI penalize function"

2016-10-21 Thread Bjorn Helgaas
On Thu, Oct 20, 2016 at 08:58:14PM -0500, Bjorn Helgaas wrote: > On Wed, Oct 19, 2016 at 06:21:03PM -0400, Sinan Kaya wrote: > > The SCI penalize function was removed in two steps (first refactor > > and then remove) and these changes are reverted here in one go. > > > > The commit 103544d86976

[RFC PATCH 06/13] ARM64: dts: meson-gxl: Add MMC/SD/SDIO nodes

2016-10-21 Thread Neil Armstrong
Add MMC/SD/SDIO nodes clock attributes for Amlogic Meson GXL. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

[RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions

2016-10-21 Thread Neil Armstrong
Add support for the Amlogic Meson GXL SoC, this is a partially complete definition only based on the Amlogic Vendor tree. This definition differs a lot from the GXBB and needs a separate entry. Signed-off-by: Neil Armstrong ---

Re: [PATCH V4 2/3] Revert "ACPI,PCI,IRQ: remove SCI penalize function"

2016-10-21 Thread Bjorn Helgaas
On Thu, Oct 20, 2016 at 08:58:14PM -0500, Bjorn Helgaas wrote: > On Wed, Oct 19, 2016 at 06:21:03PM -0400, Sinan Kaya wrote: > > The SCI penalize function was removed in two steps (first refactor > > and then remove) and these changes are reverted here in one go. > > > > The commit 103544d86976

[RFC PATCH 06/13] ARM64: dts: meson-gxl: Add MMC/SD/SDIO nodes

2016-10-21 Thread Neil Armstrong
Add MMC/SD/SDIO nodes clock attributes for Amlogic Meson GXL. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

[RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions

2016-10-21 Thread Neil Armstrong
Add support for the Amlogic Meson GXL SoC, this is a partially complete definition only based on the Amlogic Vendor tree. This definition differs a lot from the GXBB and needs a separate entry. Signed-off-by: Neil Armstrong --- .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 2 +

Re: [PATCH] drm/virtio: kconfig: Fixup white space.

2016-10-21 Thread Sean Paul
On Sat, Oct 8, 2016 at 3:55 AM, Peter Griffin wrote: > Use tabs instead of spaces. > > Signed-off-by: Peter Griffin > Acked-by: Lee Jones Applied to drm-misc, thanks > --- > drivers/gpu/drm/virtio/Kconfig | 6 +++--- >

Re: [PATCH] drm/virtio: kconfig: Fixup white space.

2016-10-21 Thread Sean Paul
On Sat, Oct 8, 2016 at 3:55 AM, Peter Griffin wrote: > Use tabs instead of spaces. > > Signed-off-by: Peter Griffin > Acked-by: Lee Jones Applied to drm-misc, thanks > --- > drivers/gpu/drm/virtio/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

Re: [PATCH net-next] hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()

2016-10-21 Thread David Miller
From: Vitaly Kuznetsov Date: Fri, 21 Oct 2016 13:15:53 +0200 > David Miller writes: > >> From: Vitaly Kuznetsov >> Date: Thu, 20 Oct 2016 10:51:04 +0200 >> >>> Stephen Hemminger writes: >>> Do we

Re: [PATCH net-next] hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()

2016-10-21 Thread David Miller
From: Vitaly Kuznetsov Date: Fri, 21 Oct 2016 13:15:53 +0200 > David Miller writes: > >> From: Vitaly Kuznetsov >> Date: Thu, 20 Oct 2016 10:51:04 +0200 >> >>> Stephen Hemminger writes: >>> Do we need ACCESS_ONCE() here to avoid check/use issues? >>> >>> I think we don't: this is

Re: [PATCH][manpages 1/2] perf_event_open.2: Document PERF_EVENT_IOC_PAUSE_OUTPUT

2016-10-21 Thread Michael Kerrisk (man-pages)
Hi Vince, On 21 October 2016 at 16:37, Vince Weaver wrote: > On Fri, 21 Oct 2016, Michael Kerrisk (man-pages) wrote: > >> Thanks for this patch, Wangnan. >> >> Vince, do you have any comments? >> > > I was catching up chronologically and was still at 4.4, and this was >

Re: [PATCH][manpages 1/2] perf_event_open.2: Document PERF_EVENT_IOC_PAUSE_OUTPUT

2016-10-21 Thread Michael Kerrisk (man-pages)
Hi Vince, On 21 October 2016 at 16:37, Vince Weaver wrote: > On Fri, 21 Oct 2016, Michael Kerrisk (man-pages) wrote: > >> Thanks for this patch, Wangnan. >> >> Vince, do you have any comments? >> > > I was catching up chronologically and was still at 4.4, and this was > still in my queue as a

Re: [PATCH] net: stmmac: Add OXNAS Glue Driver

2016-10-21 Thread Neil Armstrong
On 10/21/2016 12:20 PM, Joachim Eastwood wrote: > Hi Neil, > > On 21 October 2016 at 10:44, Neil Armstrong wrote: >> Add Synopsys Designware MAC Glue layer for the Oxford Semiconductor OX820. >> >> Signed-off-by: Neil Armstrong >> --- >>

[RFC PATCH 02/13] ARM64: dts: meson-gxbb: Move common nodes to meson-gx

2016-10-21 Thread Neil Armstrong
Move common nodes between GXBB and GXL in to the common GX dtsi. Leave the clock attributes in the GXBB dtsi for now. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 131 +++ arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

[RFC PATCH 02/13] ARM64: dts: meson-gxbb: Move common nodes to meson-gx

2016-10-21 Thread Neil Armstrong
Move common nodes between GXBB and GXL in to the common GX dtsi. Leave the clock attributes in the GXBB dtsi for now. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 131 +++ arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 155

Re: [PATCH] net: stmmac: Add OXNAS Glue Driver

2016-10-21 Thread Neil Armstrong
On 10/21/2016 12:20 PM, Joachim Eastwood wrote: > Hi Neil, > > On 21 October 2016 at 10:44, Neil Armstrong wrote: >> Add Synopsys Designware MAC Glue layer for the Oxford Semiconductor OX820. >> >> Signed-off-by: Neil Armstrong >> --- >> .../devicetree/bindings/net/oxnas-dwmac.txt| 44

Re: [PATCH] net: stmmac: Add OXNAS Glue Driver

2016-10-21 Thread Neil Armstrong
On 10/21/2016 01:53 PM, Giuseppe CAVALLARO wrote: > Hello > > some my minor cents below > > On 10/21/2016 12:20 PM, Joachim Eastwood wrote: >> Hi Neil, >> >> On 21 October 2016 at 10:44, Neil Armstrong wrote: >>> Add Synopsys Designware MAC Glue layer for the Oxford

Re: [PATCH] net: stmmac: Add OXNAS Glue Driver

2016-10-21 Thread Neil Armstrong
On 10/21/2016 01:53 PM, Giuseppe CAVALLARO wrote: > Hello > > some my minor cents below > > On 10/21/2016 12:20 PM, Joachim Eastwood wrote: >> Hi Neil, >> >> On 21 October 2016 at 10:44, Neil Armstrong wrote: >>> Add Synopsys Designware MAC Glue layer for the Oxford Semiconductor OX820. >>> >>>

Re: [PATCH][manpages 1/2] perf_event_open.2: Document PERF_EVENT_IOC_PAUSE_OUTPUT

2016-10-21 Thread Vince Weaver
On Fri, 21 Oct 2016, Michael Kerrisk (man-pages) wrote: > Thanks for this patch, Wangnan. > > Vince, do you have any comments? > I was catching up chronologically and was still at 4.4, and this was still in my queue as a 4.6 change. I think I thought the patches looked good at the time, but

Re: [PATCH][manpages 1/2] perf_event_open.2: Document PERF_EVENT_IOC_PAUSE_OUTPUT

2016-10-21 Thread Vince Weaver
On Fri, 21 Oct 2016, Michael Kerrisk (man-pages) wrote: > Thanks for this patch, Wangnan. > > Vince, do you have any comments? > I was catching up chronologically and was still at 4.4, and this was still in my queue as a 4.6 change. I think I thought the patches looked good at the time, but

[RFC PATCH 07/13] ARM64: dts: meson-gxl-p23x: Add uart pinctrl

2016-10-21 Thread Neil Armstrong
Add pinctrl attribute to p23x uart node. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi

[RFC PATCH 10/13] ARM64: dts: meson-gxl: Add ethernet nodes with internal PHY

2016-10-21 Thread Neil Armstrong
Add Ethernet node with Internal PHY selection for the Amlogic GXL SoCs Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 28 1 file changed, 28 insertions(+) diff --git

[RFC PATCH 13/13] ARM64: dts: meson-gxl-p23x: Enable IR receiver

2016-10-21 Thread Neil Armstrong
Enable the Infraread Receiver on the p23x board. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi

[RFC PATCH 13/13] ARM64: dts: meson-gxl-p23x: Enable IR receiver

2016-10-21 Thread Neil Armstrong
Enable the Infraread Receiver on the p23x board. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi

[RFC PATCH 07/13] ARM64: dts: meson-gxl-p23x: Add uart pinctrl

2016-10-21 Thread Neil Armstrong
Add pinctrl attribute to p23x uart node. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p23x.dtsi

[RFC PATCH 10/13] ARM64: dts: meson-gxl: Add ethernet nodes with internal PHY

2016-10-21 Thread Neil Armstrong
Add Ethernet node with Internal PHY selection for the Amlogic GXL SoCs Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

[RFC PATCH 08/13] dwmac-meson8b: add support for phy selection

2016-10-21 Thread Neil Armstrong
The Meson GXL dwmac Glue Layer also provides switching between an external PHY and an internal RMII 10/100 PHY. Add a way to setup the correct PHY switching from a device tree attribute. Currently, the register format is unknown and this is a temporary workaround until a clarification on the

[RFC PATCH 08/13] dwmac-meson8b: add support for phy selection

2016-10-21 Thread Neil Armstrong
The Meson GXL dwmac Glue Layer also provides switching between an external PHY and an internal RMII 10/100 PHY. Add a way to setup the correct PHY switching from a device tree attribute. Currently, the register format is unknown and this is a temporary workaround until a clarification on the

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