[PATCH v2 0/3] x86: Fix SEV guest regression

2018-08-28 Thread Brijesh Singh
The following commit " x86/kvmclock: Remove memblock dependency https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=368a540e0232ad446931f5a4e8a5e06f69f21343 " introduced SEV guest regression. The guest physical address holding the wall_clock and hv_clock_boot are

[PATCH v2 0/3] x86: Fix SEV guest regression

2018-08-28 Thread Brijesh Singh
The following commit " x86/kvmclock: Remove memblock dependency https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=368a540e0232ad446931f5a4e8a5e06f69f21343 " introduced SEV guest regression. The guest physical address holding the wall_clock and hv_clock_boot are

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 03:03:00PM -0700, Palmer Dabbelt wrote: > On Tue, 28 Aug 2018 14:59:59 PDT (-0700), li...@roeck-us.net wrote: > >On Tue, Aug 28, 2018 at 11:46:09PM +0200, Andreas Schwab wrote: > >>On Aug 28 2018, Guenter Roeck wrote: > >> > >>> On Tue, Aug 28, 2018 at 01:10:20PM -0700,

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 03:03:00PM -0700, Palmer Dabbelt wrote: > On Tue, 28 Aug 2018 14:59:59 PDT (-0700), li...@roeck-us.net wrote: > >On Tue, Aug 28, 2018 at 11:46:09PM +0200, Andreas Schwab wrote: > >>On Aug 28 2018, Guenter Roeck wrote: > >> > >>> On Tue, Aug 28, 2018 at 01:10:20PM -0700,

Re: [PATCH 01/10] cramfs: Convert to use vmf_insert_mixed

2018-08-28 Thread Matthew Wilcox
On Tue, Aug 28, 2018 at 01:49:25PM -0400, Nicolas Pitre wrote: > On Tue, 28 Aug 2018, Matthew Wilcox wrote: > > - ret = vm_insert_mixed(vma, vma->vm_start + off, pfn); > > + vmf = vmf_insert_mixed(vma, vma->vm_start + off, pfn); > > + if (vmf &

Re: [PATCH 01/10] cramfs: Convert to use vmf_insert_mixed

2018-08-28 Thread Matthew Wilcox
On Tue, Aug 28, 2018 at 01:49:25PM -0400, Nicolas Pitre wrote: > On Tue, 28 Aug 2018, Matthew Wilcox wrote: > > - ret = vm_insert_mixed(vma, vma->vm_start + off, pfn); > > + vmf = vmf_insert_mixed(vma, vma->vm_start + off, pfn); > > + if (vmf &

Re: [PATCH] Trivial numbering change in comments.

2018-08-28 Thread Nathan Chancellor
On Tue, Aug 28, 2018 at 04:08:18PM -0400, Ray Clinton wrote: > I'm trying to get my feet wet in kernel dev and while working on a patch > I noticed in a lengthy comment block that the number "2" was skipped > in a description of the steps of a protocol. This patch is simply correcting > this. This

Re: [PATCH] Trivial numbering change in comments.

2018-08-28 Thread Nathan Chancellor
On Tue, Aug 28, 2018 at 04:08:18PM -0400, Ray Clinton wrote: > I'm trying to get my feet wet in kernel dev and while working on a patch > I noticed in a lengthy comment block that the number "2" was skipped > in a description of the steps of a protocol. This patch is simply correcting > this. This

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Palmer Dabbelt
On Tue, 28 Aug 2018 14:59:59 PDT (-0700), li...@roeck-us.net wrote: On Tue, Aug 28, 2018 at 11:46:09PM +0200, Andreas Schwab wrote: On Aug 28 2018, Guenter Roeck wrote: > On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: >> On Thu, 09 Aug 2018 21:11:40 PDT (-0700),

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Palmer Dabbelt
On Tue, 28 Aug 2018 14:59:59 PDT (-0700), li...@roeck-us.net wrote: On Tue, Aug 28, 2018 at 11:46:09PM +0200, Andreas Schwab wrote: On Aug 28 2018, Guenter Roeck wrote: > On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: >> On Thu, 09 Aug 2018 21:11:40 PDT (-0700),

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 11:46:09PM +0200, Andreas Schwab wrote: > On Aug 28 2018, Guenter Roeck wrote: > > > On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: > >> On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: > >> >setup_initrd() does not appear to serve a

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 11:46:09PM +0200, Andreas Schwab wrote: > On Aug 28 2018, Guenter Roeck wrote: > > > On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: > >> On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: > >> >setup_initrd() does not appear to serve a

Re: [PATCH v13 09/13] x86/sgx: Enclave Page Cache (EPC) memory manager

2018-08-28 Thread Sean Christopherson
On Tue, Aug 28, 2018 at 02:26:36PM -0700, Dave Hansen wrote: > On 08/28/2018 02:22 PM, Sean Christopherson wrote: > > On Tue, Aug 28, 2018 at 07:07:33AM -0700, Dave Hansen wrote: > >> On 08/28/2018 01:35 AM, Jarkko Sakkinen wrote: > >>> On Mon, Aug 27, 2018 at 02:15:34PM -0700, Dave Hansen wrote:

Re: [PATCH v13 09/13] x86/sgx: Enclave Page Cache (EPC) memory manager

2018-08-28 Thread Sean Christopherson
On Tue, Aug 28, 2018 at 02:26:36PM -0700, Dave Hansen wrote: > On 08/28/2018 02:22 PM, Sean Christopherson wrote: > > On Tue, Aug 28, 2018 at 07:07:33AM -0700, Dave Hansen wrote: > >> On 08/28/2018 01:35 AM, Jarkko Sakkinen wrote: > >>> On Mon, Aug 27, 2018 at 02:15:34PM -0700, Dave Hansen wrote:

Re: [PATCH v3 0/7] x86: BUG() on #GP / kernel #PF in uaccess

2018-08-28 Thread Kees Cook
On Tue, Aug 28, 2018 at 1:14 PM, Jann Horn wrote: > This is the third version of "[RFC PATCH 1/2] x86: WARN() when uaccess > helpers fault on kernel addresses". > > Changes since v2: > - patch 1: avoid unnecessary branch on return value and split up the >checks (Borislav Petkov) > - patch

Re: [PATCH v3 0/7] x86: BUG() on #GP / kernel #PF in uaccess

2018-08-28 Thread Kees Cook
On Tue, Aug 28, 2018 at 1:14 PM, Jann Horn wrote: > This is the third version of "[RFC PATCH 1/2] x86: WARN() when uaccess > helpers fault on kernel addresses". > > Changes since v2: > - patch 1: avoid unnecessary branch on return value and split up the >checks (Borislav Petkov) > - patch

Re: [PATCH v2] cpupower: remove stringop-truncation waring

2018-08-28 Thread Shuah Khan
On 08/28/2018 03:31 AM, Anders Roxell wrote: > The strncpy doesn't null terminate the string because the size is too > short by one byte. > > parse.c: In function ‘prepare_default_config’: > parse.c:148:2: warning: ‘strncpy’ output truncated before terminating > nul copying 8 bytes from a

Re: [PATCH v2] cpupower: remove stringop-truncation waring

2018-08-28 Thread Shuah Khan
On 08/28/2018 03:31 AM, Anders Roxell wrote: > The strncpy doesn't null terminate the string because the size is too > short by one byte. > > parse.c: In function ‘prepare_default_config’: > parse.c:148:2: warning: ‘strncpy’ output truncated before terminating > nul copying 8 bytes from a

4.19.0-rc1 rtsx_pci_sdmmc.0: error: data->host_cookie = 62, host->cookie = 63

2018-08-28 Thread Douglas Gilbert
I usually boot my Lenovo X270 with a SD card in its: # lspci 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01) ... In lk 4.19.0-rc1 the boot locks up solid, almost immediately and nothing in the logs. If I remove the SD card my machine

4.19.0-rc1 rtsx_pci_sdmmc.0: error: data->host_cookie = 62, host->cookie = 63

2018-08-28 Thread Douglas Gilbert
I usually boot my Lenovo X270 with a SD card in its: # lspci 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01) ... In lk 4.19.0-rc1 the boot locks up solid, almost immediately and nothing in the logs. If I remove the SD card my machine

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Andreas Schwab
On Aug 28 2018, Guenter Roeck wrote: > On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: >> On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: >> >setup_initrd() does not appear to serve a practical purpose other than >> >preventing qemu boots with "-initrd"

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Andreas Schwab
On Aug 28 2018, Guenter Roeck wrote: > On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: >> On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: >> >setup_initrd() does not appear to serve a practical purpose other than >> >preventing qemu boots with "-initrd"

Re: linux-next: manual merge of the mfd tree with Linus' tree

2018-08-28 Thread Stephen Rothwell
Hi Geert, On Tue, 28 Aug 2018 15:34:38 +0200 Geert Uytterhoeven wrote: > > On Tue, Aug 21, 2018 at 10:31 AM Stephen Rothwell > wrote: > > On Tue, 21 Aug 2018 10:08:54 +0200 Geert Uytterhoeven > > wrote: > > > To obey sorting rules, the CIRRUS LOGIC entry should be before the CLANG > > >

Re: linux-next: manual merge of the mfd tree with Linus' tree

2018-08-28 Thread Stephen Rothwell
Hi Geert, On Tue, 28 Aug 2018 15:34:38 +0200 Geert Uytterhoeven wrote: > > On Tue, Aug 21, 2018 at 10:31 AM Stephen Rothwell > wrote: > > On Tue, 21 Aug 2018 10:08:54 +0200 Geert Uytterhoeven > > wrote: > > > To obey sorting rules, the CIRRUS LOGIC entry should be before the CLANG > > >

Re: [PATCH] Trivial numbering change in comments.

2018-08-28 Thread Alistair Strachan
On Tue, Aug 28, 2018 at 1:08 PM Ray Clinton wrote: > I'm trying to get my feet wet in kernel dev and while working on a patch > I noticed in a lengthy comment block that the number "2" was skipped > in a description of the steps of a protocol. This patch is simply correcting > this. This is for

Re: [PATCH] Trivial numbering change in comments.

2018-08-28 Thread Alistair Strachan
On Tue, Aug 28, 2018 at 1:08 PM Ray Clinton wrote: > I'm trying to get my feet wet in kernel dev and while working on a patch > I noticed in a lengthy comment block that the number "2" was skipped > in a description of the steps of a protocol. This patch is simply correcting > this. This is for

[PATCH 2/2] ASoC: pcm3060: Improve legibility of if-statements

2018-08-28 Thread Kirill Marinushkin
Modified some if-statements to make them more clear Signed-off-by: Kirill Marinushkin Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: linux-kernel@vger.kernel.org --- sound/soc/codecs/pcm3060.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[PATCH 2/2] ASoC: pcm3060: Improve legibility of if-statements

2018-08-28 Thread Kirill Marinushkin
Modified some if-statements to make them more clear Signed-off-by: Kirill Marinushkin Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: linux-kernel@vger.kernel.org --- sound/soc/codecs/pcm3060.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[PATCH 1/2] ASoC: pcm3060: Improve stylistics of file comments

2018-08-28 Thread Kirill Marinushkin
Modified the complete file comments in C++ style, to make them look more intentional Signed-off-by: Kirill Marinushkin Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: linux-kernel@vger.kernel.org --- sound/soc/codecs/pcm3060-i2c.c | 9 - sound/soc/codecs/pcm3060-spi.c | 9 -

[PATCH 1/2] ASoC: pcm3060: Improve stylistics of file comments

2018-08-28 Thread Kirill Marinushkin
Modified the complete file comments in C++ style, to make them look more intentional Signed-off-by: Kirill Marinushkin Cc: Mark Brown Cc: alsa-de...@alsa-project.org Cc: linux-kernel@vger.kernel.org --- sound/soc/codecs/pcm3060-i2c.c | 9 - sound/soc/codecs/pcm3060-spi.c | 9 -

Re: [PATCH] mm/page_alloc: Clean up check_for_memory

2018-08-28 Thread Andrew Morton
On Tue, 28 Aug 2018 23:01:58 +0200 Oscar Salvador wrote: > From: Oscar Salvador > > check_for_memory looks a bit confusing. > First of all, we have this: > > if (N_MEMORY == N_NORMAL_MEMORY) > return; > > Checking the ENUM declaration, looks like N_MEMORY canot be equal to >

Re: [PATCH] mm/page_alloc: Clean up check_for_memory

2018-08-28 Thread Andrew Morton
On Tue, 28 Aug 2018 23:01:58 +0200 Oscar Salvador wrote: > From: Oscar Salvador > > check_for_memory looks a bit confusing. > First of all, we have this: > > if (N_MEMORY == N_NORMAL_MEMORY) > return; > > Checking the ENUM declaration, looks like N_MEMORY canot be equal to >

Re: [PATCH v13 07/13] x86/sgx: Add data structures for tracking the EPC pages

2018-08-28 Thread Sean Christopherson
On Tue, Aug 28, 2018 at 09:53:11AM -0700, Dave Hansen wrote: > >>> + sgx_nr_epc_banks++; > >>> + } > >>> + > >>> + if (!sgx_nr_epc_banks) { > >>> + pr_err("There are zero EPC banks.\n"); > >>> + return -ENODEV; > >>> + } > >>> + > >>> + return 0; > >>> +} > >> > >> Does

Re: [PATCH v13 07/13] x86/sgx: Add data structures for tracking the EPC pages

2018-08-28 Thread Sean Christopherson
On Tue, Aug 28, 2018 at 09:53:11AM -0700, Dave Hansen wrote: > >>> + sgx_nr_epc_banks++; > >>> + } > >>> + > >>> + if (!sgx_nr_epc_banks) { > >>> + pr_err("There are zero EPC banks.\n"); > >>> + return -ENODEV; > >>> + } > >>> + > >>> + return 0; > >>> +} > >> > >> Does

Wohltätigkeitsspende in Höhe von € 2.000.000,00

2018-08-28 Thread ines_valdiviezo
Lieber Freund, Ich bin Herr Tayeb Souami, New Jersey, Vereinigte Staaten von Amerika, der Mega-Gewinner von $ 315million In Mega Millions Jackpot, spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde Ihre E-Mail nach einem Spinball ausgewählt.Ich habe den größten

Wohltätigkeitsspende in Höhe von € 2.000.000,00

2018-08-28 Thread ines_valdiviezo
Lieber Freund, Ich bin Herr Tayeb Souami, New Jersey, Vereinigte Staaten von Amerika, der Mega-Gewinner von $ 315million In Mega Millions Jackpot, spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde Ihre E-Mail nach einem Spinball ausgewählt.Ich habe den größten

Re: [PATCH v2 1/3] ARM: dts: NSP: Enable SFP on bcm958625hr

2018-08-28 Thread Ray Jui
On 8/28/2018 10:54 AM, Florian Fainelli wrote: Enable the SFP connected to port 5 of the switch and wire up all GPIOs to the SFP cage. Because of a hardware limitation of the i2c controller on the iProc SoCs which prevents large i2c (> 63 bytes) transactions to work, we use the i2c-gpio

Re: [PATCH v2 1/3] ARM: dts: NSP: Enable SFP on bcm958625hr

2018-08-28 Thread Ray Jui
On 8/28/2018 10:54 AM, Florian Fainelli wrote: Enable the SFP connected to port 5 of the switch and wire up all GPIOs to the SFP cage. Because of a hardware limitation of the i2c controller on the iProc SoCs which prevents large i2c (> 63 bytes) transactions to work, we use the i2c-gpio

Re: [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO

2018-08-28 Thread Randy Dunlap
On 08/28/2018 01:56 PM, Johannes Weiner wrote: > On Tue, Aug 28, 2018 at 01:11:11PM -0700, Randy Dunlap wrote: >> On 08/28/2018 10:22 AM, Johannes Weiner wrote: >>> diff --git a/Documentation/accounting/psi.txt >>> b/Documentation/accounting/psi.txt >>> new file mode 100644 >>> index

Re: [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO

2018-08-28 Thread Randy Dunlap
On 08/28/2018 01:56 PM, Johannes Weiner wrote: > On Tue, Aug 28, 2018 at 01:11:11PM -0700, Randy Dunlap wrote: >> On 08/28/2018 10:22 AM, Johannes Weiner wrote: >>> diff --git a/Documentation/accounting/psi.txt >>> b/Documentation/accounting/psi.txt >>> new file mode 100644 >>> index

Re: [PATCH v13 09/13] x86/sgx: Enclave Page Cache (EPC) memory manager

2018-08-28 Thread Dave Hansen
On 08/28/2018 02:22 PM, Sean Christopherson wrote: > On Tue, Aug 28, 2018 at 07:07:33AM -0700, Dave Hansen wrote: >> On 08/28/2018 01:35 AM, Jarkko Sakkinen wrote: >>> On Mon, Aug 27, 2018 at 02:15:34PM -0700, Dave Hansen wrote: On 08/27/2018 11:53 AM, Jarkko Sakkinen wrote: > +struct

Re: [PATCH v13 09/13] x86/sgx: Enclave Page Cache (EPC) memory manager

2018-08-28 Thread Dave Hansen
On 08/28/2018 02:22 PM, Sean Christopherson wrote: > On Tue, Aug 28, 2018 at 07:07:33AM -0700, Dave Hansen wrote: >> On 08/28/2018 01:35 AM, Jarkko Sakkinen wrote: >>> On Mon, Aug 27, 2018 at 02:15:34PM -0700, Dave Hansen wrote: On 08/27/2018 11:53 AM, Jarkko Sakkinen wrote: > +struct

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: > On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: > >setup_initrd() does not appear to serve a practical purpose other than > >preventing qemu boots with "-initrd" parameter, so let's drop it. > > > >Signed-off-by:

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: > On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: > >setup_initrd() does not appear to serve a practical purpose other than > >preventing qemu boots with "-initrd" parameter, so let's drop it. > > > >Signed-off-by:

Re: [PATCH v13 09/13] x86/sgx: Enclave Page Cache (EPC) memory manager

2018-08-28 Thread Sean Christopherson
On Tue, Aug 28, 2018 at 07:07:33AM -0700, Dave Hansen wrote: > On 08/28/2018 01:35 AM, Jarkko Sakkinen wrote: > > On Mon, Aug 27, 2018 at 02:15:34PM -0700, Dave Hansen wrote: > >> On 08/27/2018 11:53 AM, Jarkko Sakkinen wrote: > >>> +struct sgx_epc_page_ops { > >>> + bool (*get)(struct

Re: [PATCH v13 09/13] x86/sgx: Enclave Page Cache (EPC) memory manager

2018-08-28 Thread Sean Christopherson
On Tue, Aug 28, 2018 at 07:07:33AM -0700, Dave Hansen wrote: > On 08/28/2018 01:35 AM, Jarkko Sakkinen wrote: > > On Mon, Aug 27, 2018 at 02:15:34PM -0700, Dave Hansen wrote: > >> On 08/27/2018 11:53 AM, Jarkko Sakkinen wrote: > >>> +struct sgx_epc_page_ops { > >>> + bool (*get)(struct

Re: [PATCH v5 1/2] leds: core: Introduce LED pattern trigger

2018-08-28 Thread Bjorn Andersson
On Tue 28 Aug 13:25 PDT 2018, Jacek Anaszewski wrote: > On 08/25/2018 09:51 AM, Baolin Wang wrote: > > On 25 August 2018 at 04:44, Jacek Anaszewski > > wrote: > >> On 08/24/2018 10:12 PM, Pavel Machek wrote: > >>> On Fri 2018-08-24 21:49:50, Jacek Anaszewski wrote: > Hi Pavel, > >

Re: [PATCH v5 1/2] leds: core: Introduce LED pattern trigger

2018-08-28 Thread Bjorn Andersson
On Tue 28 Aug 13:25 PDT 2018, Jacek Anaszewski wrote: > On 08/25/2018 09:51 AM, Baolin Wang wrote: > > On 25 August 2018 at 04:44, Jacek Anaszewski > > wrote: > >> On 08/24/2018 10:12 PM, Pavel Machek wrote: > >>> On Fri 2018-08-24 21:49:50, Jacek Anaszewski wrote: > Hi Pavel, > >

Re: [PATCH] [v2] HID: add support for Apple Magic Trackpad 2

2018-08-28 Thread Henrik Rydberg
Hi Sean, Thanks for the driver. Looking good, but I do have some comments below. > diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h > index 79bdf0c7e351..d6d0b20cc015 100644 > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -88,9 +88,11 @@ > #define

Re: [PATCH] [v2] HID: add support for Apple Magic Trackpad 2

2018-08-28 Thread Henrik Rydberg
Hi Sean, Thanks for the driver. Looking good, but I do have some comments below. > diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h > index 79bdf0c7e351..d6d0b20cc015 100644 > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -88,9 +88,11 @@ > #define

Applied "regulator: bd71837: Remove duplicate assignment for n_voltages of LDO2" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: bd71837: Remove duplicate assignment for n_voltages of LDO2 has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually

Applied "regulator: bd71837: Remove duplicate assignment for n_voltages of LDO2" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: bd71837: Remove duplicate assignment for n_voltages of LDO2 has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually

Applied "regulator: qcom-rpmh: Add stylistic breaks in the default cases" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: qcom-rpmh: Add stylistic breaks in the default cases has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in

Applied "regulator: qcom-rpmh: Add stylistic breaks in the default cases" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: qcom-rpmh: Add stylistic breaks in the default cases has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in

Applied "regulator: core: Add the opmode to regulator_summary" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: core: Add the opmode to regulator_summary has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Applied "regulator: isl9305: Add missing .owner field in regulator_desc" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: isl9305: Add missing .owner field in regulator_desc has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "regulator: core: Add locking to debugfs regulator_summary" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: core: Add locking to debugfs regulator_summary has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "regulator: core: Add consumer-requested load in regulator_summary" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: core: Add consumer-requested load in regulator_summary has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in

Applied "regulator: core: Add the opmode to regulator_summary" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: core: Add the opmode to regulator_summary has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Applied "regulator: isl9305: Add missing .owner field in regulator_desc" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: isl9305: Add missing .owner field in regulator_desc has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "regulator: core: Add locking to debugfs regulator_summary" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: core: Add locking to debugfs regulator_summary has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "regulator: core: Add consumer-requested load in regulator_summary" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: core: Add consumer-requested load in regulator_summary has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in

Applied "regulator: regmap helpers - support overlapping linear ranges" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: regmap helpers - support overlapping linear ranges has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "regulator: Convert to using %pOFn instead of device_node.name" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: Convert to using %pOFn instead of device_node.name has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "regulator: Convert to using %pOFn instead of device_node.name" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: Convert to using %pOFn instead of device_node.name has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "regulator: regmap helpers - support overlapping linear ranges" to the regulator tree

2018-08-28 Thread Mark Brown
The patch regulator: regmap helpers - support overlapping linear ranges has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "spi: Add Spreadtrum SPI controller documentation" to the spi tree

2018-08-28 Thread Mark Brown
The patch spi: Add Spreadtrum SPI controller documentation has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent

Applied "spi: use SPDX identifier for Renesas drivers" to the spi tree

2018-08-28 Thread Mark Brown
The patch spi: use SPDX identifier for Renesas drivers has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to

Applied "spi: Add Spreadtrum SPI controller documentation" to the spi tree

2018-08-28 Thread Mark Brown
The patch spi: Add Spreadtrum SPI controller documentation has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent

Applied "spi: use SPDX identifier for Renesas drivers" to the spi tree

2018-08-28 Thread Mark Brown
The patch spi: use SPDX identifier for Renesas drivers has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to

Applied "spi: sprd: Add SPI driver for Spreadtrum SC9860" to the spi tree

2018-08-28 Thread Mark Brown
The patch spi: sprd: Add SPI driver for Spreadtrum SC9860 has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to

Applied "spi: sprd: Add SPI driver for Spreadtrum SC9860" to the spi tree

2018-08-28 Thread Mark Brown
The patch spi: sprd: Add SPI driver for Spreadtrum SC9860 has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to

Re: [PATCH v2] binder: use standard functions to allocate fds

2018-08-28 Thread Greg KH
On Tue, Aug 28, 2018 at 01:46:25PM -0700, Todd Kjos wrote: > Binder uses internal fs interfaces to allocate and install fds: > > __alloc_fd > __fd_install > __close_fd > get_files_struct > put_files_struct > > These were used to support the passing of fds between processes > as part of a

Re: [PATCH v2] binder: use standard functions to allocate fds

2018-08-28 Thread Greg KH
On Tue, Aug 28, 2018 at 01:46:25PM -0700, Todd Kjos wrote: > Binder uses internal fs interfaces to allocate and install fds: > > __alloc_fd > __fd_install > __close_fd > get_files_struct > put_files_struct > > These were used to support the passing of fds between processes > as part of a

Re: [PATCH v2] binder: use standard functions to allocate fds

2018-08-28 Thread Greg KH
On Tue, Aug 28, 2018 at 01:43:35PM -0700, Todd Kjos wrote: > Sorry, forgot to bump the version. Ignore this one. Huh? I see two "v2" patches :( totally confused. greg k-h

Re: [PATCH v2] binder: use standard functions to allocate fds

2018-08-28 Thread Greg KH
On Tue, Aug 28, 2018 at 01:43:35PM -0700, Todd Kjos wrote: > Sorry, forgot to bump the version. Ignore this one. Huh? I see two "v2" patches :( totally confused. greg k-h

[PATCH] mm/page_alloc: Clean up check_for_memory

2018-08-28 Thread Oscar Salvador
From: Oscar Salvador check_for_memory looks a bit confusing. First of all, we have this: if (N_MEMORY == N_NORMAL_MEMORY) return; Checking the ENUM declaration, looks like N_MEMORY canot be equal to N_NORMAL_MEMORY. I could not find where N_MEMORY is set to N_NORMAL_MEMORY, or the

[PATCH] mm/page_alloc: Clean up check_for_memory

2018-08-28 Thread Oscar Salvador
From: Oscar Salvador check_for_memory looks a bit confusing. First of all, we have this: if (N_MEMORY == N_NORMAL_MEMORY) return; Checking the ENUM declaration, looks like N_MEMORY canot be equal to N_NORMAL_MEMORY. I could not find where N_MEMORY is set to N_NORMAL_MEMORY, or the

Re: [PATCH char-misc 1/1] Drivers: hv: vmbus: Make synic_initialized flag per-cpu

2018-08-28 Thread Vitaly Kuznetsov
"Michael Kelley (EOSG)" writes: > From: Vitaly Kuznetsov Sent: Wednesday, August 1, 2018 > 2:26 AM > >> > I was trying to decide if there are any arguments in favor of one >> > approach vs. the other: a per-cpu flag in memory or checking >> > the synic_control "enable" bit. Seems like a

Re: [PATCH char-misc 1/1] Drivers: hv: vmbus: Make synic_initialized flag per-cpu

2018-08-28 Thread Vitaly Kuznetsov
"Michael Kelley (EOSG)" writes: > From: Vitaly Kuznetsov Sent: Wednesday, August 1, 2018 > 2:26 AM > >> > I was trying to decide if there are any arguments in favor of one >> > approach vs. the other: a per-cpu flag in memory or checking >> > the synic_control "enable" bit. Seems like a

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: > On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: > >setup_initrd() does not appear to serve a practical purpose other than > >preventing qemu boots with "-initrd" parameter, so let's drop it. > > > >Signed-off-by:

Re: [PATCH] riscv: Drop setup_initrd

2018-08-28 Thread Guenter Roeck
On Tue, Aug 28, 2018 at 01:10:20PM -0700, Palmer Dabbelt wrote: > On Thu, 09 Aug 2018 21:11:40 PDT (-0700), li...@roeck-us.net wrote: > >setup_initrd() does not appear to serve a practical purpose other than > >preventing qemu boots with "-initrd" parameter, so let's drop it. > > > >Signed-off-by:

Re: [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO

2018-08-28 Thread Johannes Weiner
On Tue, Aug 28, 2018 at 01:11:11PM -0700, Randy Dunlap wrote: > On 08/28/2018 10:22 AM, Johannes Weiner wrote: > > diff --git a/Documentation/accounting/psi.txt > > b/Documentation/accounting/psi.txt > > new file mode 100644 > > index ..51e7ef14142e > > --- /dev/null > > +++

Re: [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO

2018-08-28 Thread Johannes Weiner
On Tue, Aug 28, 2018 at 01:11:11PM -0700, Randy Dunlap wrote: > On 08/28/2018 10:22 AM, Johannes Weiner wrote: > > diff --git a/Documentation/accounting/psi.txt > > b/Documentation/accounting/psi.txt > > new file mode 100644 > > index ..51e7ef14142e > > --- /dev/null > > +++

Applied "ASoC: meson: imply clock and reset controllers" to the asoc tree

2018-08-28 Thread Mark Brown
The patch ASoC: meson: imply clock and reset controllers has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent

Re: [PATCH] locking/lockdep: Delete unnecesary #include

2018-08-28 Thread Steven Rostedt
On Tue, 28 Aug 2018 21:33:15 +0100 Ben Hutchings wrote: > Commit c3bc8fd637a9 ("tracing: Centralize preemptirq tracepoints and u > nify their usage") added the inclusion of . > liblockdep doesn't have a stub version of that header so now fails to > build. > > However, commit bff1b208a5d1

Re: [PATCH 01/13] seq_file: rewrite seq_puts() in terms of seq_write()

2018-08-28 Thread Joe Perches
On Tue, 2018-08-28 at 11:24 -0700, Joe Perches wrote: > On Tue, 2018-08-28 at 02:14 +0300, Alexey Dobriyan wrote: > > Space savings -- 42 bytes! > > > > seq_puts71 29 [-42] > > > > Signed-off-by: Alexey Dobriyan > > --- > > fs/seq_file.c | 9 + > > 1 file changed,

Applied "ASoC: meson: imply clock and reset controllers" to the asoc tree

2018-08-28 Thread Mark Brown
The patch ASoC: meson: imply clock and reset controllers has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent

Re: [PATCH] locking/lockdep: Delete unnecesary #include

2018-08-28 Thread Steven Rostedt
On Tue, 28 Aug 2018 21:33:15 +0100 Ben Hutchings wrote: > Commit c3bc8fd637a9 ("tracing: Centralize preemptirq tracepoints and u > nify their usage") added the inclusion of . > liblockdep doesn't have a stub version of that header so now fails to > build. > > However, commit bff1b208a5d1

Re: [PATCH 01/13] seq_file: rewrite seq_puts() in terms of seq_write()

2018-08-28 Thread Joe Perches
On Tue, 2018-08-28 at 11:24 -0700, Joe Perches wrote: > On Tue, 2018-08-28 at 02:14 +0300, Alexey Dobriyan wrote: > > Space savings -- 42 bytes! > > > > seq_puts71 29 [-42] > > > > Signed-off-by: Alexey Dobriyan > > --- > > fs/seq_file.c | 9 + > > 1 file changed,

Applied "ASoC: meson: axg-fifo: report interrupt request failure" to the asoc tree

2018-08-28 Thread Mark Brown
The patch ASoC: meson: axg-fifo: report interrupt request failure has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours)

Applied "ASoC: meson: axg-fifo: report interrupt request failure" to the asoc tree

2018-08-28 Thread Mark Brown
The patch ASoC: meson: axg-fifo: report interrupt request failure has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours)

Applied "ASoC: meson: axg-tdm: restrict formats depending on slot width" to the asoc tree

2018-08-28 Thread Mark Brown
The patch ASoC: meson: axg-tdm: restrict formats depending on slot width has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Applied "ASoC: meson: axg-tdm: restrict formats depending on slot width" to the asoc tree

2018-08-28 Thread Mark Brown
The patch ASoC: meson: axg-tdm: restrict formats depending on slot width has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: [PATCH v5 1/2] leds: core: Introduce LED pattern trigger

2018-08-28 Thread Bjorn Andersson
On Sat 25 Aug 00:51 PDT 2018, Baolin Wang wrote: > On 25 August 2018 at 04:44, Jacek Anaszewski > wrote: > > On 08/24/2018 10:12 PM, Pavel Machek wrote: > >> On Fri 2018-08-24 21:49:50, Jacek Anaszewski wrote: > >>> Hi Pavel, > >>> > >>> On 08/24/2018 12:11 PM, Pavel Machek wrote: [..] > >>> +

Re: [PATCH v5 1/2] leds: core: Introduce LED pattern trigger

2018-08-28 Thread Bjorn Andersson
On Sat 25 Aug 00:51 PDT 2018, Baolin Wang wrote: > On 25 August 2018 at 04:44, Jacek Anaszewski > wrote: > > On 08/24/2018 10:12 PM, Pavel Machek wrote: > >> On Fri 2018-08-24 21:49:50, Jacek Anaszewski wrote: > >>> Hi Pavel, > >>> > >>> On 08/24/2018 12:11 PM, Pavel Machek wrote: [..] > >>> +

[PATCH v2] binder: use standard functions to allocate fds

2018-08-28 Thread Todd Kjos
Binder uses internal fs interfaces to allocate and install fds: __alloc_fd __fd_install __close_fd get_files_struct put_files_struct These were used to support the passing of fds between processes as part of a transaction. The actual allocation and installation of the fds in the target process

[PATCH v2] binder: use standard functions to allocate fds

2018-08-28 Thread Todd Kjos
Binder uses internal fs interfaces to allocate and install fds: __alloc_fd __fd_install __close_fd get_files_struct put_files_struct These were used to support the passing of fds between processes as part of a transaction. The actual allocation and installation of the fds in the target process

Applied "ASoC: max98373: Added 10ms sleep after amp software reset" to the asoc tree

2018-08-28 Thread Mark Brown
The patch ASoC: max98373: Added 10ms sleep after amp software reset has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: [PATCH] drm/pl111: add in missing sentinel to a of_device_id array

2018-08-28 Thread Linus Walleij
On Thu, Aug 23, 2018 at 1:16 PM zhong jiang wrote: > I has posted the same patch about a month ago. but it seems to be ignored.:-( > > https://lore.kernel.org/patchwork/patch/971652/ I applied your patch and pushed it. Yours, Linus Walleij

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