[PATCH v2 0/2] staging: dgnc: digi.h checkpatch modifications

2016-11-19 Thread Walt Feasel
Make Linux kernel coding style modificationsvfor digi.h to include: Comment style modifications Spelling correction Walt Feasel (2): staging: dgnc: digi.h Comment style modifications staging: dgnc: digi.h Spelling correction drivers/staging/dgnc/digi.h | 97 ++---

[PATCH v2 1/2] staging: dgnc: digi.h Comment style modifications

2016-11-19 Thread Walt Feasel
Make modifications to comment style Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/dgnc/digi.h | 95 ++--- 1 file changed, 47 insertions(+), 48 deletions(-) diff --git a/drivers/staging/dgnc/d

[PATCH v2 2/2] staging: dgnc: digi.h Spelling correction

2016-11-19 Thread Walt Feasel
Make spelling correction for 'regular' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/dgnc/digi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/digi.h b/drivers/staging/dgnc/digi.h index 6b8

[PATCH v2 3/3] staging: speakup: TODO Correct email

2016-11-19 Thread Walt Feasel
Make email correction for k...@reisers.ca Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/TODO b/drivers/staging/speakup/TODO ind

[PATCH v2 1/3] staging: speakup: varhandlers.c Comment style modifications

2016-11-19 Thread Walt Feasel
Make modifications to comment style Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/varhandlers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/speakup/varhandlers.c b/drivers/staging/s

[PATCH v2 0/3] staging: speakup: checkpatch modifications

2016-11-19 Thread Walt Feasel
Make Linux kernel style modifications for speakup to include: Comment style modifications Align parenthesis Correct email in TODO Walt Feasel (3): staging: speakup: varhandlers.c Comment style modifications staging: speakup: varhandlers.c Align parenthesis staging: speakup: TODO Correct ema

[PATCH v2 2/3] staging: speakup: varhandlers.c Align parenthesis

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/varhandlers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driv

[PATCH v2] staging: skein: threefish_block.c Remove blank lines

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Please don't use multiple blank lines Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/skein/threefish_block.c | 16 1 file changed, 16 deletions(-) diff --git a/driv

Re: [PATCH 4.8 00/49] 4.8.10-stable review

2016-11-19 Thread Greg Kroah-Hartman
On Sat, Nov 19, 2016 at 08:21:06AM -0800, Guenter Roeck wrote: > On 11/19/2016 01:22 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.8.10 release. > > There are 49 patches in this series, all will be posted as a response > > to this one. If anyone has any i

[PATCH v2 0/2] staging: speakup: thread.c checkpatch modifications

2016-11-19 Thread Walt Feasel
Make Linux kernel style modifications for speakup to include comment style modifications align parenthesis Walt Feasel (2): staging: speakup: thread.c Comment modifications staging: speakup: thread.c align on parenthesis drivers/staging/speakup/thread.c | 5 +++-- 1 file changed, 3 insertio

[PATCH v2 1/2] staging: speakup: thread.c Comment modifications

2016-11-19 Thread Walt Feasel
Make comment style modifications Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/thread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/speakup/thread.c b/drivers/staging/speakup/thread.

[PATCH v2 2/2] staging: speakup: thread.c align on parenthesis

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sta

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Jonathan Corbet
On Thu, 17 Nov 2016 08:02:50 -0800 Linus Torvalds wrote: > We have makefiles, but more importantly, few enough people actually > *generate* the documentation, that I think if it's an option to just > fix sphinx, we should do that instead. If it means that you have to > have some development versi

Re: [HMM v13 16/18] mm/hmm/migrate: new memory migration helper for use with device memory

2016-11-19 Thread Jerome Glisse
On Sat, Nov 19, 2016 at 08:02:26PM +0530, Aneesh Kumar K.V wrote: > Jérôme Glisse writes: > > > This patch add a new memory migration helpers, which migrate memory > > backing a range of virtual address of a process to different memory > > (which can be allocated through special allocator). It di

Re: [v4,1/3] hwmon: (mcp3021) add devicetree support

2016-11-19 Thread Guenter Roeck
On Wed, Nov 09, 2016 at 10:22:34PM +0100, Clemens Gruber wrote: > Support setting the reference voltage from the device tree. > > Signed-off-by: Clemens Gruber Applied to -next. Thanks, Guenter

Re: [05/20] hwmon/via-cputemp: Remove pointless CPU check on each CPU

2016-11-19 Thread Guenter Roeck
On Thu, Nov 17, 2016 at 07:35:26PM +0100, Sebastian Andrzej Siewior wrote: > From: Thomas Gleixner > > The check loop for the cpu type is pointless as we already have a cpu model > match before that. The only thing which is not covered by that check would > be a smp system with two different core

Re: [RFC,1/2] hwmon: adt7411: update to new hwmon registration API

2016-11-19 Thread Guenter Roeck
On Fri, Oct 14, 2016 at 11:43:34AM +0200, Michael Walle wrote: > This is also a preparation for to support more properties like min, max and > alarm. > > Signed-off-by: Michael Walle Passed my unit test. Applied to -next. Thanks, Guenter

Re: [PATCH] doc: Document the new inline struct member kernel-doc style

2016-11-19 Thread Jonathan Corbet
On Thu, 17 Nov 2016 11:19:43 +0100 Daniel Vetter wrote: > We don't just need better doc toolchains, we also need better docs for > our doc toolchain! Indeed. Applied, thanks. jon

question about sound/soc/intel/boards/mfld_machine.c

2016-11-19 Thread Julia Lawall
Hello, I wonder if the file sound/soc/intel/boards/mfld_machine.c is useful? Until: commit e56c72d5f201044b14191c5b83a25e17f2d68ccf Author: Jie Yang Date: Thu Apr 2 15:37:02 2015 +0800 ASoC: Intel: create boards folder and move sst boards files in it was in the directory sound/soc/intel

[PATCH v2 0/5] staging: speakup: synth.c checkpatch modifications

2016-11-19 Thread Walt Feasel
Make Linux kernel coding style modifications for XGI_main_26.c to include: Spaces around operators Blank lines before } Logical continuation Comment modifications Align on parenthesis Walt Feasel (5): staging: speakup: synth.c Spaces around operators staging: speakup: synth.c Blank line befor

[PATCH v2 1/5] staging: speakup: synth.c Spaces around operators

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: spaces preferred around that '+,|,-,/' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/synth.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/

[PATCH v2 2/5] staging: speakup: synth.c Blank line before }

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/synth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging

[PATCH v2 3/5] staging: speakup: synth.c Logical continuation

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Logical continuations should be on the previous line Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/synth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

[PATCH v2 5/5] staging: speakup: synth.c Align parenthesis

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/stag

[PATCH v2 4/5] staging: speakup: synth.c Comment modifications

2016-11-19 Thread Walt Feasel
Make modifications to comment style Signed-off-by: Walt Feasel --- v2 makes changes to correct for email format patch submission drivers/staging/speakup/synth.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/syn

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Andrew Lunn
> Rather than beating our heads against the wall trying to convert between > various image formats, maybe we need to take a step back. We're trying > to build better documentation, and there is certainly a place for > diagrams and such in that documentation. Johannes was asking about it > for the

Re: [PATCH] Change the document about iowait

2016-11-19 Thread Jonathan Corbet
On Mon, 14 Nov 2016 11:42:41 +0800 Chao Fan wrote: > >Sorry for the delay on this. Life has been...challenging... > > > >> Signed-off-by: Cao Jin > >> Signed-off-by: Chao Fan > > > >What does this signoff chain mean? > > Hi jon, > > I made this patch. He is my colleague who helped me

[PATCH] scsi: aic94xx: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to kzalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/aic94xx/aic94xx_hwi.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---

[PATCH] PCI Hotplug: cpqphp: Add missing call to pci_disable_device

2016-11-19 Thread Quentin Lambert
Most error branches following the call to pci_enable_device contain a call to pci_disable_device. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/pci/hotplug/cpqphp_core.c |3 ++- 1 file changed, 2 insertions(+

[PATCH] cxgb4i: Add a missing call to neigh_release

2016-11-19 Thread Quentin Lambert
Most error branches following the call to dst_neigh_lookup contain a call to neigh_release. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH] scsi: hisi_sas: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to hisi_sas_shost_alloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/hisi_sas/hisi_sas_main.c |6 -- 1 file changed, 4 insertions(+),

[PATCH] scsi: pmcraid: Add missing resource releases

2016-11-19 Thread Quentin Lambert
Most error branches following the call to pmcraid_get_free_cmd contain a call to pmcraid_return_cmd. This patch add these calls where they are missing. Moreover, most error branches following the call to class_create contain a call to class_destroy. This patch add these calls where they are missin

[PATCH] isci: Add a missing call to pci_unmap_biosrom

2016-11-19 Thread Quentin Lambert
Most error branches following the call to pci_map_biosrom contain a call to pci_unmap_biosrom. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/isci/probe_roms.c |1 + 1 file changed, 1 insertion(+) --- a/

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Bart Van Assche
On 11/19/16 09:15, Jonathan Corbet wrote: > Might there be a tool or an extension out there that would allow us > to express these diagrams in a text-friendly, editable form? How about using the graphviz languages for generating diagrams that can be described easily in one of the graphviz langua

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread David Woodhouse
On Sat, 2016-11-19 at 10:15 -0700, Jonathan Corbet wrote: > Might there be a tool or an extension out there that > would allow us to express these diagrams in a text-friendly, editable > form? I know it's unfashionable these days, but TeX always used to be bloody good at that kind of thing. -- d

[PATCH] [SCSI] dpt_i2o: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to kzalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/dpt_i2o.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/s

[PATCH] coresight: perf: Add a missing call to etm_free_aux

2016-11-19 Thread Quentin Lambert
Most error branches following the call to alloc_event_data contain a call to etm_free_aux. This patch add a call to etm_free_aux to an error branch that does not call it. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/hwtracing/coresight/coresight-etm-perf.c |2

Re: [PATCH v2 1/5] staging: speakup: synth.c Spaces around operators

2016-11-19 Thread kbuild test robot
Hi Walt, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc5 next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Walt-Feasel/staging-speakup-synth-c-c

Re: [PATCH 2/6] ASoC: samsung: smdk_wm8580: Remove old platforms and drop mach-types usage

2016-11-19 Thread Krzysztof Kozlowski
On Sat, Nov 19, 2016 at 04:48:26PM +0100, Lars-Peter Clausen wrote: > On 11/19/2016 04:45 PM, Lars-Peter Clausen wrote: > > On 11/19/2016 04:42 PM, Lars-Peter Clausen wrote: > >> On 11/19/2016 03:48 PM, Krzysztof Kozlowski wrote: > >> [...] > >>> @@ -206,15 +204,10 @@ static int __init smdk_audio_i

Re: [RFC,2/2] hwmon: adt7411: add min, max and alarm attributes

2016-11-19 Thread Guenter Roeck
Hi Michael, On Fri, Oct 14, 2016 at 11:43:35AM +0200, Michael Walle wrote: > This patch adds support for the min, max and alarm attributes of the > voltage and temperature channels. Additionally, the temp2_fault attribute > is supported which indicates a fault of the external temperature diode. >

Re: [PATCH v6 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does

2016-11-19 Thread Dmitry Torokhov
On Thu, Oct 27, 2016 at 10:44:15AM +0200, H. Nikolaus Schaller wrote: > this should reduce unnecessary input events. The duplicates will be filtered out by the input core anyway. I like to keep the drivers simple. Thanks. > > Signed-off-by: H. Nikolaus Schaller > --- > drivers/input/touchscre

Re: [RFC PATCH v3 09/20] x86: Insure that boot memory areas are mapped properly

2016-11-19 Thread Tom Lendacky
On 11/17/2016 6:20 AM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:36:20PM -0600, Tom Lendacky wrote: >> The boot data and command line data are present in memory in an >> un-encrypted state and are copied early in the boot process. The early >> page fault support will map these areas as e

Re: [PATCH v6 7/8] drivers:input:ads7846(+tsc2046): fix spi module table

2016-11-19 Thread Dmitry Torokhov
On Thu, Oct 27, 2016 at 10:44:20AM +0200, H. Nikolaus Schaller wrote: > Fix module table so that the driver is loaded if compiled > as module and requested by DT. We really need to fix it between spi/i23c core and module utils instead of keeping adding duplicate IDs all over drivers. We already ha

[PATCH 0/3] usb: xhci: Add broken port disable quirk

2016-11-19 Thread Roger Quadros
Hi, Some XHCI controllers e.g. dwc3 based have a broken Port disable [1]. If the attached high-speed device is misbehaving, the USB stack typically disables the port using the PED bit in PORTSC. For the controllers that have broken port disable, the port fails to detect further attach/detach even

[PATCH] stm class: Add a missing call to put_device

2016-11-19 Thread Quentin Lambert
Most error branches following the call to class_find_device contain a call to put_device. This patch add calls to put_device where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/hwtracing/stm/core.c |4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH] coresight: perf: Add a missing call to etm_free_aux

2016-11-19 Thread Quentin Lambert
On 11/19/2016 06:41 PM, Quentin Lambert wrote: Most error branches following the call to alloc_event_data contain a call to etm_free_aux. This patch add a call to etm_free_aux to an error branch that does not call it. This issue was found with Hector. Signed-off-by: Quentin Lambert --- driv

[PATCH] xen-scsifront: Add a missing call to kfree

2016-11-19 Thread Quentin Lambert
Most error branches following the call to kmalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert --- drivers/scsi/xen-scsifront.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/scsi/xen-scsif

Re: [PATCH v4.2 0/2] console: Add persistent scrollback buffers for all VGA console

2016-11-19 Thread Andrey Utkin
Got into trouble sending my replies to LKML from Mutt, getting delivery rejections related to encoding: https://gist.github.com/andrey-utkin/b204666c34613858a34844283571ce17 Sorry for people who got excessive resends from me. For now I'm sending this from web interface, hopefully it gets things r

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Boris Brezillon
Hi Masahiro, On Sun, 20 Nov 2016 01:15:05 +0900 Masahiro Yamada wrote: > Hi Boris, > > > 2016-11-19 17:30 GMT+09:00 Boris Brezillon > : > > Hi Masahiro, > > > > On Wed, 9 Nov 2016 13:35:19 +0900 > > Masahiro Yamada wrote: > > > >> I am tackling on this driver to use it for my SoCs. > >> T

Re: [RFC PATCH v3 10/20] Add support to access boot related data in the clear

2016-11-19 Thread Tom Lendacky
On 11/17/2016 9:55 AM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:36:31PM -0600, Tom Lendacky wrote: >> Boot data (such as EFI related data) is not encrypted when the system is >> booted and needs to be accessed unencrypted. Add support to apply the >> proper attributes to the EFI page ta

Re: [PATCH v2] mtd: nand: nandsim: fix error check

2016-11-19 Thread Boris Brezillon
On Wed, 16 Nov 2016 08:02:55 + Sudip Mukherjee wrote: > debugfs_create_dir() and debugfs_create_file() returns NULL on error or > a pointer on success. They do not return the error value with ERR_PTR. > So we should not check the return with IS_ERR_OR_NULL, instead we > should just check for

Re: [PATCH v6 4/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature

2016-11-19 Thread Dmitry Torokhov
Hi Nikolaus, On Thu, Oct 27, 2016 at 10:44:17AM +0200, H. Nikolaus Schaller wrote: > The tsc2007 chip not only has a resistive touch screen controller but > also an external AUX adc imput which can be used for an ambient > light sensor, battery voltage monitoring or any general purpose. > > Addit

Re: [PATCH v6 0/9] tpm: cleanup/fixes in existing event log support

2016-11-19 Thread Jason Gunthorpe
On Tue, Nov 15, 2016 at 10:54:53AM -0800, Jarkko Sakkinen wrote: > On Tue, Nov 15, 2016 at 11:06:10AM -0700, Jason Gunthorpe wrote: > > On Tue, Nov 15, 2016 at 09:40:12AM -0800, Jarkko Sakkinen wrote: > > > > > I applied fix from Colin. I for OF specific patches in this patch set > > > I do not ha

Re: [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions

2016-11-19 Thread Eric W. Biederman
Willy Tarreau writes: > Hi Eric, > > On Thu, Nov 17, 2016 at 11:02:47AM -0600, Eric W. Biederman wrote: >> >> With everyone heading to Kernel Summit and Plumbers I put this set of >> patches down temporarily. Now is the time to take it back up and to >> make certain I am not missing something

Re: [PATCH v7 4/9] drivers:input:tsc2007: add iio interface to read external ADC input and temperature

2016-11-19 Thread Dmitry Torokhov
On Sat, Nov 12, 2016 at 02:19:30PM +, Jonathan Cameron wrote: > On 12/11/16 14:04, Jonathan Cameron wrote: > > On 11/11/16 19:02, H. Nikolaus Schaller wrote: > >> The tsc2007 chip not only has a resistive touch screen controller but > >> also an external AUX adc imput which can be used for an a

Re: [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions

2016-11-19 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: > Willy Tarreau writes: > >> Hi Eric, >> >> On Thu, Nov 17, 2016 at 11:02:47AM -0600, Eric W. Biederman wrote: >>> >>> With everyone heading to Kernel Summit and Plumbers I put this set of >>> patches down temporarily. Now is the time to take i

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 9:55 AM, David Woodhouse wrote: > > I know it's unfashionable these days, but TeX always used to be bloody > good at that kind of thing. You must have used a different TeX than I did. TeX is a horrible example. The moment you needed to insert anything that TeX didn't know

Re: [PATCH] coresight: perf: Add a missing call to etm_free_aux

2016-11-19 Thread Quentin Lambert
On 11/19/2016 07:22 PM, Quentin Lambert wrote: On 11/19/2016 06:41 PM, Quentin Lambert wrote: Most error branches following the call to alloc_event_data contain a call to etm_free_aux. This patch add a call to etm_free_aux to an error branch that does not call it. This issue was found with

Re: [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions

2016-11-19 Thread Eric W. Biederman
Willy Tarreau writes: > On Sat, Nov 19, 2016 at 08:17:00AM +0100, Willy Tarreau wrote: >> Hi Eric, >> >> On Thu, Nov 17, 2016 at 11:02:47AM -0600, Eric W. Biederman wrote: >> > >> > With everyone heading to Kernel Summit and Plumbers I put this set of >> > patches down temporarily. Now is the

Re: [RFC PATCH v3 11/20] x86: Add support for changing memory encryption attribute

2016-11-19 Thread Tom Lendacky
On 11/17/2016 11:39 AM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:36:55PM -0600, Tom Lendacky wrote: >> This patch adds support to be change the memory encryption attribute for >> one or more memory pages. > > "Add support for changing ..." Yeah, I kind of messed up that description a b

Re: [PATCH v2 1/5] staging: speakup: synth.c Spaces around operators

2016-11-19 Thread kbuild test robot
Hi Walt, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc5 next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Walt-Feasel/staging-speakup-synth-c-c

Re: [RFC PATCH v3 12/20] x86: Decrypt trampoline area if memory encryption is active

2016-11-19 Thread Tom Lendacky
On 11/17/2016 12:09 PM, Borislav Petkov wrote: > On Wed, Nov 09, 2016 at 06:37:08PM -0600, Tom Lendacky wrote: >> When Secure Memory Encryption is enabled, the trampoline area must not >> be encrypted. A CPU running in real mode will not be able to decrypt >> memory that has been encrypted because

Re: [tip:locking/core] locking/mutex, drm: Introduce mutex_trylock_recursive()

2016-11-19 Thread Rob Clark
On Wed, Nov 16, 2016 at 3:37 AM, tip-bot for Peter Zijlstra wrote: > Commit-ID: 0f5225b024d4bffd682aab008c35862e8fdc1865 > Gitweb: http://git.kernel.org/tip/0f5225b024d4bffd682aab008c35862e8fdc1865 > Author: Peter Zijlstra > AuthorDate: Fri, 7 Oct 2016 17:43:51 +0200 > Committer: Ingo M

Re: [PATCH] infiniband: remove WARN that is not kernel bug

2016-11-19 Thread Jason Gunthorpe
On Fri, Nov 18, 2016 at 09:22:42PM -0500, valdis.kletni...@vt.edu wrote: > On Fri, 18 Nov 2016 12:24:37 +0100, Dmitry Vyukov said: > > WARNINGs mean kernel bugs. > > The one in ucma_write() points to user programming error > > or a malicious attempt. This is not a kernel bug, remove it. > > > -

Re: [PATCH] [v9]Input: evdev: fix bug of dropping valid packet after syn_dropped event

2016-11-19 Thread Dmitry Torokhov
Hi Anoroop, On Wed, Oct 05, 2016 at 12:42:56AM +0530, Aniroop Mathur wrote: > If last event dropped in the old queue was EV_SYN/SYN_REPORT, then lets > generate EV_SYN/SYN_REPORT immediately after queing EV_SYN/SYN_DROPPED > so that clients would not ignore next valid full packet events. > > Sign

[PATCH] dmaengine: qcom_hidma: autoload while probing ACPI

2016-11-19 Thread Sinan Kaya
MODULE_DEVICE_TABLE is used by the kernel to determine which device driver should be loaded for which platform device. MODULE_DEVICE_TABLE has been only defined for the device-tree based platforms in the current code. Defining it also for ACPI based platforms. Signed-off-by: Sinan Kaya --- drive

Re: [PATCH] kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomic

2016-11-19 Thread Radim Krčmář
2016-11-17 15:55+0100, Paolo Bonzini: > kvm_arch_set_irq is unused since commit b97e6de9c96. Merge > its functionality with kvm_arch_set_irq_inatomic. > > Reported-by: Jiang Biao > Signed-off-by: Paolo Bonzini > --- Applied to kvm/master, thanks.

Re: [PATCH] KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr

2016-11-19 Thread Radim Krčmář
2016-11-17 15:55+0100, Paolo Bonzini: > Reported by syzkaller: > > [ INFO: suspicious RCU usage. ] > 4.9.0-rc4+ #47 Not tainted > --- > ./include/linux/kvm_host.h:536 suspicious rcu_dereference_check() usage! > > stack backtrace: > CPU: 1 PID: 6

Re: [PATCH] KVM: async_pf: avoid recursive flushing of work items

2016-11-19 Thread Radim Krčmář
2016-11-17 15:55+0100, Paolo Bonzini: > This was reported by syzkaller: > > [ INFO: possible recursive locking detected ] > 4.9.0-rc4+ #49 Not tainted > - > kworker/2:1/5658 is trying to acquire lock: > ([ 1644.769018] (&work->work)

Re: [PATCH] kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use

2016-11-19 Thread Radim Krčmář
2016-11-09 17:48+0100, Paolo Bonzini: > Userspace can read the exact value of kvmclock by reading the TSC > and fetching the timekeeping parameters out of guest memory. This > however is brittle and not necessary anymore with KVM 4.11. Provide > a mechanism that lets userspace know if the new KVM

[PATCH v3 1/5] staging: speakup: synth.c Spaces around operators

2016-11-19 Thread Walt Feasel
Make suggested checkpatch modification for CHECK: spaces preferred around that '|,+,-,/' Signed-off-by: Walt Feasel --- v3 fixes erroneous w added in v2 drivers/staging/speakup/synth.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/speakup/synth.c

[PATCH] security: use READ_ONCE instead of deprecated ACCESS_ONCE

2016-11-19 Thread Davidlohr Bueso
With the new standardized functions, we can replace all ACCESS_ONCE() calls across relevant security/keyrings/. ACCESS_ONCE() does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) st

[GIT PULL] KVM fixes for v4.9-rc6

2016-11-19 Thread Radim Krčmář
Linus, this pull request contains two fixes for recent syzkaller reports and more fixes are expected for rc7. The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6: Linux 4.9-rc5 (2016-11-13 10:32:32 -0800) are available in the git repository at: git://git.kernel.org/

Re: [PULL REQUEST] Please pull rdma.git

2016-11-19 Thread Or Gerlitz
On Fri, Nov 18, 2016 at 4:01 AM, Doug Ledford wrote: > On 11/17/2016 5:24 PM, Or Gerlitz wrote: [...] > I agree with you. It doesn't fix your patch. The commit message can > still be fixed up. >> Please do not send it to Linus and wait for them to respond. I >> disagree that it fixes my commi

[PATCH] drivers/base: use READ_ONCE instead of deprecated ACCESS_ONCE

2016-11-19 Thread Davidlohr Bueso
With the new standardized functions, we can replace all ACCESS_ONCE() calls across relevant drivers/base/. ACCESS_ONCE() does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) step:

[PATCH] drivers/usb: use READ_ONCE instead of deprecated ACCESS_ONCE

2016-11-19 Thread Davidlohr Bueso
With the new standardized functions, we can replace all ACCESS_ONCE() calls across relevant drivers/usb/. ACCESS_ONCE() does not work reliably on non-scalar types. For example gcc 4.6 and 4.7 might remove the volatile tag for such accesses during the SRA (scalar replacement of aggregates) step: h

Re: [PATCH v7 4/9] drivers:input:tsc2007: add iio interface to read external ADC input and temperature

2016-11-19 Thread Jonathan Cameron
On 19 November 2016 18:38:49 GMT+00:00, Dmitry Torokhov wrote: >On Sat, Nov 12, 2016 at 02:19:30PM +, Jonathan Cameron wrote: >> On 12/11/16 14:04, Jonathan Cameron wrote: >> > On 11/11/16 19:02, H. Nikolaus Schaller wrote: >> >> The tsc2007 chip not only has a resistive touch screen contro

Re: [PATCH] x86/dumpstack: make stack name tags more comprehensible

2016-11-19 Thread Josh Poimboeuf
On Fri, Nov 18, 2016 at 11:46:23AM -0600, Josh Poimboeuf wrote: > NMI stack dumps are bracked by the following tags: s/bracked/bracketed/ -- Josh

Re: [PATCH] ufs: qcom: Properly clear hba priv on failure

2016-11-19 Thread Subhash Jadavani
On 2016-11-18 12:55, Bjorn Andersson wrote: In the case where we fail to acquire the phy the hba priv will be set already, so during cleanup ufs_qcom_setup_clocks() will dereference the now free, but still "valid looking" pointer "host". host (ufs_qcom_host) was allocated with devm_kzalloc() so

Re: [PATCH] i2c: i2c-mux-pca954x: fix deselect enabling for device-tree

2016-11-19 Thread Wolfram Sang
On Sat, Nov 19, 2016 at 10:48:38AM +0100, Peter Rosin wrote: > From: Alex Hemme > > Deselect functionality can be ignored for device-trees with > "i2c-mux-idle-disconnect" entries if no platform_data is available. > By enabling the deselect functionality outside the platform_data > block the logi

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Mauro Carvalho Chehab
Em Sat, 19 Nov 2016 10:15:43 -0700 Jonathan Corbet escreveu: > On Thu, 17 Nov 2016 08:02:50 -0800 > Linus Torvalds wrote: > > > We have makefiles, but more importantly, few enough people actually > > *generate* the documentation, that I think if it's an option to just > > fix sphinx, we should

Re: [RFC,2/2] hwmon: adt7411: add min, max and alarm attributes

2016-11-19 Thread Guenter Roeck
On Fri, Oct 14, 2016 at 11:43:35AM +0200, Michael Walle wrote: > This patch adds support for the min, max and alarm attributes of the > voltage and temperature channels. Additionally, the temp2_fault attribute > is supported which indicates a fault of the external temperature diode. > > Signed-off

Re: [RFC,2/2] hwmon: adt7411: add min, max and alarm attributes

2016-11-19 Thread Guenter Roeck
On Fri, Oct 14, 2016 at 11:43:35AM +0200, Michael Walle wrote: > This patch adds support for the min, max and alarm attributes of the > voltage and temperature channels. Additionally, the temp2_fault attribute > is supported which indicates a fault of the external temperature diode. > > Signed-off

Re: [patch v8 1/1] i2c: add master driver for mellanox systems

2016-11-19 Thread Wolfram Sang
Hi, looks mostly good. I just found this comment which needs clarification: > + /* > + * All upper layers currently are never use transfer with more than > + * 2 messages. Have you really checked ALL of the upper layers? And even if so, there is the dev-interface to userspace which

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 12:54 PM, Mauro Carvalho Chehab wrote: > > I did some research on Friday trying to identify where those images > came. It turns that, for the oldest images (before I took the media > maintainership), PDF were actually their "source", as far as I could track, > in the sense

[PULL REQUEST] i2c for 4.9

2016-11-19 Thread Wolfram Sang
Linus, here are some I2C driver bugfixes (and one documentation fix) for you. Please pull. Note that I currently need to use a different email address until the problems with my main mail provider are settled. Thanks, Wolfram The following changes since commit bc33b0ca11e3df46a4fa7639ba

[RFC] timekeeping: Use cached readouts for monotonic and raw clocks in suspend

2016-11-19 Thread Joel Fernandes
I am planning to add boot clock as a trace clock that can account suspend time during tracing, however ktime_get_with_offset throws a warning as the clocksource is attempted to be accessed in suspend. Currently only fast monotonic and raw timekeepers are halted and the cached readout and cycles ar

Re: [PATCH 1/4] statx: Add a system call to make enhanced file info available

2016-11-19 Thread Dave Chinner
On Fri, Nov 18, 2016 at 10:54:02PM +, David Howells wrote: > Dave Chinner wrote: > > > And when we start thinking in those timeframes, an > > increase in timestamp resoultion of at least another 10e-3 is > > likely > > Is it, though? To be useful, surely you have to be able to jam quite

Re: [05/20] hwmon/via-cputemp: Remove pointless CPU check on each CPU

2016-11-19 Thread Sebastian Andrzej Siewior
On 2016-11-19 09:23:31 [-0800], Guenter Roeck wrote: > Applied to -next. Thanks. Since you took that one, could you also please consider to apply |[PATCH 06/20 v2] hwmon/via-cputemp: Convert to hotplug state machine ? It depends on the 5th patch from the series which applied. > Thanks, > Guenter

Re: [PULL REQUEST] Please pull rdma.git

2016-11-19 Thread Doug Ledford
On 11/19/2016 2:46 PM, Or Gerlitz wrote: > On Fri, Nov 18, 2016 at 4:01 AM, Doug Ledford wrote: >> On 11/17/2016 5:24 PM, Or Gerlitz wrote: > > [...] > >> I agree with you. It doesn't fix your patch. The commit message can >> still be fixed up. > >>> Please do not send it to Linus and wait fo

Re: [PATCH v2 3/3] staging: speakup: TODO Correct email

2016-11-19 Thread Chris Brannon
Walt Feasel writes: > Make email correction for k...@reisers.ca > > Signed-off-by: Walt Feasel Acked-by: Chris Brannon > --- > v2 makes changes to correct for email format patch submission > > drivers/staging/speakup/TODO | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Ksummit-discuss] Including images on Sphinx documents

2016-11-19 Thread David Woodhouse
> On Sat, Nov 19, 2016 at 9:55 AM, David Woodhouse > wrote: >> >> I know it's unfashionable these days, but TeX always used to be bloody >> good at that kind of thing. > > You must have used a different TeX than I did. > > TeX is a horrible example. The moment you needed to insert anything > that

Re: [PATCH v4] media: Driver for Toshiba et8ek8 5MP sensor

2016-11-19 Thread Sakari Ailus
Hi Pavel, Just a few more comments... Please check my other review as well. I believe you may have missed the comments in between in that one. On Sun, Oct 23, 2016 at 10:03:55PM +0200, Pavel Machek wrote: > > Add driver for et8ek8 sensor, found in Nokia N900 main camera. Can be > used for takin

[PATCH] x86/boot: Fail the boot if !M486 and CPUID is missing

2016-11-19 Thread Andy Lutomirski
Linux will have all kinds of sporadic problems on systems that don't have the CPUID instruction unless CONFIG_M486=y. In particular, sync_core() will explode. I believe that these kernels had a better chance of working before commit 05fb3c199bb0 ("x86/boot: Initialize FPU and X86_FEATURE_ALWAYS e

Re: [PATCH 3.16 327/346] mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()

2016-11-19 Thread Ben Hutchings
On Mon, 2016-11-14 at 10:42 -0500, Johannes Weiner wrote: > On Mon, Nov 14, 2016 at 12:14:20AM +, Ben Hutchings wrote: > > 3.16.39-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Johannes Weiner > > > > commit 22f2ac51b6d643666f4

What exactly do 32-bit x86 exceptions push on the stack in the CS slot?

2016-11-19 Thread Andy Lutomirski
This is a question for the old-timers here, since I can't find anything resembling an answer in the SDM. Suppose an exception happens (#UD in this case, but I assume it doesn't really matter). We're not in long mode, and the IDT is set up to deliver to a normal 32-bit kernel code segment. We're

Re: What exactly do 32-bit x86 exceptions push on the stack in the CS slot?

2016-11-19 Thread Brian Gerst
On Sat, Nov 19, 2016 at 8:52 PM, Andy Lutomirski wrote: > This is a question for the old-timers here, since I can't find > anything resembling an answer in the SDM. > > Suppose an exception happens (#UD in this case, but I assume it > doesn't really matter). We're not in long mode, and the IDT is

Re: What exactly do 32-bit x86 exceptions push on the stack in the CS slot?

2016-11-19 Thread Andy Lutomirski
On Sat, Nov 19, 2016 at 6:11 PM, Brian Gerst wrote: > On Sat, Nov 19, 2016 at 8:52 PM, Andy Lutomirski wrote: >> This is a question for the old-timers here, since I can't find >> anything resembling an answer in the SDM. >> >> Suppose an exception happens (#UD in this case, but I assume it >> doe

[GIT PULL] ARM: SoC fixes

2016-11-19 Thread Olof Johansson
Hi Linus, The following changes since commit 4b3415c9363f828e7f1e45edecb57930849d5d5b: Merge tag 'imx-fixes-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes (2015-01-23 14:23:40 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/l

Re: [GIT PULL] ARM: SoC fixes

2016-11-19 Thread Linus Torvalds
On Sat, Nov 19, 2016 at 6:22 PM, Olof Johansson wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git > tags/armsoc-for-linus Forgot to push? I get a tag that is an old one from August last year.. Linus

<    1   2   3   4   >