Re: [PATCH 00/26] drm/omap: Convert to use videomode from omap_video_timings

2016-12-14 Thread Laurent Pinchart
Hi Peter, On Thursday 01 Sep 2016 14:22:54 Peter Ujfalusi wrote: > Hi, > > The following series will convert the omapdrm stack to use the generic > videmode instead of the private omap_video_timings struct for the panel > information. > > Since we have several panels under omapdrm/displays/ wher

Re: [PATCHSET 0/6] perf sched timehist: Introduce --idle-hist option (v2)

2016-12-14 Thread David Ahern
On 12/13/16 1:05 AM, Namhyung Kim wrote: > Hmm... something like this? yes. 1 comment though ... > > > > From 5a1702bd15d78b0fe0c31d2d48ec8afa41fbf10c Mon Sep 17 00:00:00 2001 > From: Namhyung Kim > Date: Tue, 13 Dec 2016 15:05:14 +0900 > Subject: [PATCH] perf sched timehist: Show total sched

Re: [PATCH] arm: dt: Initialize boot_command_line from CONFIG_CMDLINE in case DT does not provide /chosen/bootargs

2016-12-14 Thread Pavel Machek
On Wed 2016-12-14 22:12:43, Pali Rohár wrote: > Commit 008a2ebcd677 ("ARM: dts: omap3: Remove skeleton.dtsi usage") broke > support for setting cmdline on Nokia N900 via CONFIG_CMDLINE. > > It is because arm code booted in DT mode parse cmdline only via function > early_init_dt_scan_chosen() and t

Re: [PATCH] ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags

2016-12-14 Thread Pavel Machek
On Wed 2016-12-14 22:29:44, Pali Rohár wrote: > Trying to initialize eMMC slot as SDIO or SD cause failure in n900 port of > qemu. eMMC itself is not detected and is not working. > > Real Nokia N900 harware does not have this problem. As eMMC is really not > SDIO or SD based such change is harmles

Re: [PATCH v3 1/3] siphash: add cryptographically secure hashtable function

2016-12-14 Thread Tom Herbert
On Wed, Dec 14, 2016 at 12:55 PM, Jason A. Donenfeld wrote: > Hey Tom, > > Just following up on what I mentioned in my last email... > > On Wed, Dec 14, 2016 at 8:35 PM, Jason A. Donenfeld wrote: >> I think your suggestion for (2) will contribute to further >> optimizations for (1). In v2, I had

Re: [PATCH 12/23] drm: omapdrm: plane: update fifo size on atomic update

2016-12-14 Thread Laurent Pinchart
Hi Sebastian, (CC'ing Peter Ujfalusi) On Wednesday 14 Dec 2016 15:03:08 Sebastian Reichel wrote: > On Wed, Dec 14, 2016 at 11:14:32AM +0200, Tomi Valkeinen wrote: > > On 14/12/16 11:10, Laurent Pinchart wrote: > >> On Wednesday 14 Dec 2016 10:43:18 Tomi Valkeinen wrote: > >>> On 13/12/16 19:35, L

Re: [PATCH v2] KVM: x86: avoid redundant REQ_EVENT

2016-12-14 Thread Radim Krčmář
2016-12-14 13:59+0300, Denis Plotnikov: > When processing KVM_REQ_EVENT, apic_update_ppr is called which may set > KVM_REQ_EVENT again if the recalculated value of PPR becomes smaller > than the previous one. This results in cancelling the guest entry and > reiterating in vcpu_enter_guest. > > How

Re: [PATCH] of/platform: depopulate devices in the reverse order of creation

2016-12-14 Thread Jason Gunthorpe
On Wed, Dec 14, 2016 at 02:54:02PM -0600, Rob Herring wrote: > On Mon, Dec 12, 2016 at 12:39 PM, Jason Gunthorpe > wrote: > > If the DT has inter-dependencies, then the devices need to be removed > > in the right order to avoid removal problems. > > > > Assuming the DT is constructed so that EPROB

RE: [PATCH V4 02/11] megaraid_sas: 128 MSIX Support

2016-12-14 Thread Sasikumar PC
Hi Tomas, Please see my response inline Thanks sasi -Original Message- From: Tomas Henzl [mailto:the...@redhat.com] Sent: Thursday, December 08, 2016 10:35 AM To: Sasikumar Chandrasekaran; j...@kernel.org; h...@infradead.org Cc: linux-s...@vger.kernel.org; sathya.prak...@broadcom.com; li

Re: [patch 0/2] tsc/adjust: Cure suspend/resume issues and prevent TSC deadline timer irq storm

2016-12-14 Thread Thomas Gleixner
On Wed, 14 Dec 2016, Thomas Gleixner wrote: > Positive space, results in timer not firing anymore - at least not in a > time frame you are willing to wait for. > > 0x 8000 > > Negative space, results in an interrupt storm. > > 0x > 0x fffe

Re: [PATCH v3 2/3] secure_seq: use siphash24 instead of md5_transform

2016-12-14 Thread kbuild test robot
Hi Jason, [auto build test ERROR on linus/master] [also build test ERROR on next-20161214] [cannot apply to v4.9] [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/Jason-A-Donenfeld/siphash-add

Re: [PATCH] arm: dt: Initialize boot_command_line from CONFIG_CMDLINE in case DT does not provide /chosen/bootargs

2016-12-14 Thread Tony Lindgren
* Pavel Machek [161214 13:26]: > On Wed 2016-12-14 22:12:43, Pali Rohár wrote: > > Commit 008a2ebcd677 ("ARM: dts: omap3: Remove skeleton.dtsi usage") broke > > support for setting cmdline on Nokia N900 via CONFIG_CMDLINE. > > > > It is because arm code booted in DT mode parse cmdline only via fu

Re: [RFT PATCH] ARM64: dts: meson-gxbb: Add reserved memory zone and usable memory range

2016-12-14 Thread Heinrich Schuchardt
On 12/14/2016 10:52 AM, Neil Armstrong wrote: > On 12/12/2016 10:22 PM, Heinrich Schuchardt wrote: >> On 12/12/2016 11:18 AM, Neil Armstrong wrote: >>> The Amlogic Meson GXBB secure monitor uses part of the memory space, this >>> patch adds these reserved zones and redefines the usable memory range

RE: [PATCH V4 06/11] megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid Controllers

2016-12-14 Thread Sasikumar PC
Hi Tomas, Please see my response inline Thanks sasi -Original Message- From: Tomas Henzl [mailto:the...@redhat.com] Sent: Friday, December 09, 2016 7:55 AM To: Sasikumar Chandrasekaran; j...@kernel.org; h...@infradead.org Cc: linux-s...@vger.kernel.org; sathya.prak...@broadcom.com; linux

RE: [PATCH V4 07/11] megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers Capabilities

2016-12-14 Thread Sasikumar PC
Hi Tomas, Please see my response inline Thanks sasi -Original Message- From: Tomas Henzl [mailto:the...@redhat.com] Sent: Friday, December 09, 2016 8:14 AM To: Sasikumar Chandrasekaran; j...@kernel.org; h...@infradead.org Cc: linux-s...@vger.kernel.org; sathya.prak...@broadcom.com; linux-

RE: [PATCH V4 08/11] megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth

2016-12-14 Thread Sasikumar PC
Hi Tomas, Please see my response inline Thanks sasi -Original Message- From: Tomas Henzl [mailto:the...@redhat.com] Sent: Friday, December 09, 2016 8:59 AM To: Sasikumar Chandrasekaran; j...@kernel.org; h...@infradead.org Cc: linux-s...@vger.kernel.org; sathya.prak...@broadcom.com; linux

Re: [rcu:rcu/next 25/36] include/linux/irqflags.h:79:3: error: implicit declaration of function 'arch_irqs_disabled_flags'

2016-12-14 Thread Richard Weinberger
Paul, On 08.08.2016 22:35, Paul E. McKenney wrote: > On Mon, Aug 08, 2016 at 10:12:11PM +0200, Richard Weinberger wrote: >> Paul, >> >> Am 15.06.2016 um 14:45 schrieb Paul E. McKenney: >>> On Wed, Jun 15, 2016 at 09:05:37AM +0200, Richard Weinberger wrote: Paul, Am 15.06.2016 um 00:

Re: [PATCH v3 3/3] random: use siphash24 instead of md5 for get_random_int/long

2016-12-14 Thread kbuild test robot
Hi Jason, [auto build test ERROR on linus/master] [also build test ERROR on next-20161214] [cannot apply to v4.9] [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/Jason-A-Donenfeld/siphash-add

Re: [PATCH v3 3/3] random: use siphash24 instead of md5 for get_random_int/long

2016-12-14 Thread kbuild test robot
Hi Jason, [auto build test ERROR on linus/master] [also build test ERROR on next-20161214] [cannot apply to v4.9] [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/Jason-A-Donenfeld/siphash-add

Re: [PATCH v2 1/4] siphash: add cryptographically secure hashtable function

2016-12-14 Thread Hannes Frederic Sowa
On 14.12.2016 13:46, Jason A. Donenfeld wrote: > Hi David, > > On Wed, Dec 14, 2016 at 10:56 AM, David Laight > wrote: >> ... >>> +u64 siphash24(const u8 *data, size_t len, const u8 key[SIPHASH24_KEY_LEN]) >> ... >>> + u64 k0 = get_unaligned_le64(key); >>> + u64 k1 = get_unaligned_le64(k

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

2016-12-14 Thread Pali Rohár
On Wednesday 14 December 2016 21:12:02 Pavel Machek wrote: > Hi! > > > On Wednesday 14 December 2016 13:24:51 Pavel Machek wrote: > > > > > > Add driver for et8ek8 sensor, found in Nokia N900 main camera. Can be > > > used for taking photos in 2.5MP resolution with fcam-dev. > > > > > > Signed-

RE: [PATCH V4 04/11] megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and IO Coalescing

2016-12-14 Thread Sasikumar PC
Hi Tomas, Please see my response inline Thanks sasi -Original Message- From: Tomas Henzl [mailto:the...@redhat.com] Sent: Monday, December 12, 2016 11:39 AM To: Sasikumar Chandrasekaran; j...@kernel.org; h...@infradead.org Cc: linux-s...@vger.kernel.org; sathya.prak...@broadcom.com; linu

[PATCH V9 1/3] ACPI: Generic GSI: Do not attempt to map non-GSI IRQs during bus scan

2016-12-14 Thread Agustin Vega-Frias
ACPI extended IRQ resources may contain a Resource Source field to specify an alternate interrupt controller, attempting to map them as GSIs is incorrect, so just disable the platform resource. Since this field is currently ignored, we make this change conditional on CONFIG_ACPI_GENERIC_GSI to kee

[PATCH V9 2/3] ACPI: Add support for ResourceSource/IRQ domain mapping

2016-12-14 Thread Agustin Vega-Frias
ACPI extended IRQ resources may contain a ResourceSource to specify an alternate interrupt controller. Introduce acpi_irq_get and use it to implement ResourceSource/IRQ domain mapping. The new API is similar to of_irq_get and allows re-initialization of a platform resource from the ACPI extended I

Re: [PATCH] x86/mm: drop unused argument sync_global_pgds()

2016-12-14 Thread Thomas Gleixner
On Mon, 12 Dec 2016, Kirill A. Shutemov wrote: > There's no users that wants sync_global_pgd(.remove=1) sinc af2cf278ef4f > ("x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()"). > > Let's drop 'remove'. The argument is named 'removed' > /* > - * When memory was added/removed

[PATCH V9 0/3] irqchip: qcom: Add IRQ combiner driver

2016-12-14 Thread Agustin Vega-Frias
Add support for IRQ combiners in the Top-level Control and Status Registers (TCSR) hardware block in Qualcomm Technologies chips. The first patch prevents the ACPI core from attempting to map IRQ resources with a valid ResourceSource as GSIs. The first patch adds support for ResourceSource/IRQ do

[PATCH V9 3/3] irqchip: qcom: Add IRQ combiner driver

2016-12-14 Thread Agustin Vega-Frias
Driver for interrupt combiners in the Top-level Control and Status Registers (TCSR) hardware block in Qualcomm Technologies chips. An interrupt combiner in this block combines a set of interrupts by OR'ing the individual interrupt signals into a summary interrupt signal routed to a parent interrup

[PATCH V5 00/11] megaraid_sas: Updates for scsi-next

2016-12-14 Thread Sasikumar Chandrasekaran
Sasikumar Chandrasekaran (11): megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid Controllers megaraid_sas: 128 MSIX Support megaraid_sas: EEDP Escape Mode Support for SAS3.5 Generic Megaraid Controllers megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detecti

[PATCH V5 01/11] megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid Controllers

2016-12-14 Thread Sasikumar Chandrasekaran
This patch contains new pci device ids for SAS3.5 Generic Megaraid Controllers Rebased with latest upstearm code which has pci_alloc_irq_vectors conversion changes from Hannes Signed-off-by: Sasikumar Chandrasekaran Reviewed-by: Tomas Henzl --- drivers/scsi/megaraid/megaraid_sas.h| 12

[PATCH V5 09/11] megaraid_sas: ldio_outstanding variable is not decremented in completion path

2016-12-14 Thread Sasikumar Chandrasekaran
ldio outstanding variable needs to be decremented in io completion path for iMR dual queue depth This patch is depending on patch 8 This patch is same as V4 and there is no specific update for V5 Signed-off-by: Sasikumar Chandrasekaran Reviewed-by: Tomas Henzl --- drivers/scsi/megaraid/megarai

[PATCH V5 08/11] megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth

2016-12-14 Thread Sasikumar Chandrasekaran
Large SEQ IO workload should sent as non fast path commands This patch is depending on patch 7 This patch is same as V4 and there is no specific update for V5 Signed-off-by: Sasikumar Chandrasekaran --- drivers/scsi/megaraid/megaraid_sas.h| 8 + drivers/scsi/megaraid/megaraid_sas_b

[PATCH V5 03/11] megaraid_sas: EEDP Escape Mode Support for SAS3.5 Generic Megaraid Controllers

2016-12-14 Thread Sasikumar Chandrasekaran
An UNMAP command on a PI formatted device will leave the Logical Block Application Tag and Logical Block Reference Tag as all F's (for those LBAs that are unmapped). To avoid IO errors if those LBAs are subsequently read before they are written with valid tag fields, the MPI SCSI IO requests nee

[PATCH V5 04/11] megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and IO Coalescing

2016-12-14 Thread Sasikumar Chandrasekaran
Detect sequential IO streams and pass those IOs directly to FW. This patch is depending on patch 3 This patch is same as V4 and there is no specific update for V5 Signed-off-by: Sasikumar Chandrasekaran Reviewed-by: Tomas Henzl --- drivers/scsi/megaraid/megaraid_sas.h| 1 + drivers/s

[PATCH V5 11/11] megaraid_sas: driver version upgrade

2016-12-14 Thread Sasikumar Chandrasekaran
Upgrade driver version. This patch is depending on patch 10 This patch is same as V4 and there is no specific update for V5 Signed-off-by: Sasikumar Chandrasekaran Reviewed-by: Tomas Henzl --- drivers/scsi/megaraid/megaraid_sas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH V5 10/11] megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid Controllers

2016-12-14 Thread Sasikumar Chandrasekaran
Update Linux driver to use new pdTargetId field for JBOD target ID This patch is depending on patch 9 Signed-off-by: Sasikumar Chandrasekaran --- drivers/scsi/megaraid/megaraid_sas.h| 105 +--- drivers/scsi/megaraid/megaraid_sas_base.c | 3 + drivers/scsi/meg

[PATCH V5 05/11] megaraid_sas: SAS3.5 Generic Megaraid Controllers Fast Path for RAID 1/10 Writes

2016-12-14 Thread Sasikumar Chandrasekaran
To improve RAID 1/10 Write performance, OS drivers need to issue the required Write IOs as Fast Path IOs (after the appropriate checks allowing Fast Path to be used) to the appropriate physical drives (translated from the OS logical IO) and wait for all Write IOs to complete. If any of the Writ

[PATCH V5 06/11] megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid Controllers

2016-12-14 Thread Sasikumar Chandrasekaran
SAS3.5 Generic Megaraid Controllers FW will support new dynamic RaidMap to have different sizes for different number of supported VDs. This patch is depending on patch 5 Code indentation is fixed for VD_EXT_DEBUG macro Signed-off-by: Sasikumar Chandrasekaran --- drivers/scsi/megaraid/megaraid_

Re: [PATCH] vfio/pci: Support error recovery

2016-12-14 Thread Alex Williamson
On Wed, 14 Dec 2016 18:24:23 +0800 Cao jin wrote: > Sorry for late. > after reading all your comments, I think I will try the solution 1. > > On 12/13/2016 03:12 AM, Alex Williamson wrote: > > On Mon, 12 Dec 2016 21:49:01 +0800 > > Cao jin wrote: > > > >> Hi, > >> I have 2 solutions(high lev

[PATCH V5 07/11] megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers Capabilities

2016-12-14 Thread Sasikumar Chandrasekaran
The Megaraid driver has to support the SAS3.5 Generic Megaraid Controllers Firmware functionality. This patch is depending on patch 6 This patch is same as V4 and there is no specific update for V5 Signed-off-by: Sasikumar Chandrasekaran Reviewed-by: Tomas Henzl --- drivers/scsi/megaraid/mega

[PATCH V5 02/11] megaraid_sas: 128 MSIX Support

2016-12-14 Thread Sasikumar Chandrasekaran
SAS3.5 Generic Megaraid based Controllers will have the support for 128 MSI-X vectors, resulting in the need to support 128 reply queues This patch is depending on patch 1 This patch is same as V4 and there is no specific update for V5 Signed-off-by: Sasikumar Chandrasekaran --- drivers/scsi/m

Re: [PATCH] vfio/pci: Support error recovery

2016-12-14 Thread Michael S. Tsirkin
On Tue, Dec 13, 2016 at 08:00:22PM -0700, Alex Williamson wrote: > On Wed, 14 Dec 2016 03:58:17 +0200 > "Michael S. Tsirkin" wrote: > > > On Tue, Dec 13, 2016 at 09:27:59AM -0700, Alex Williamson wrote: > > > On Tue, 13 Dec 2016 18:12:34 +0200 > > > "Michael S. Tsirkin" wrote: > > > > > > > O

Re: linux-next: build warning after merge of the drivers-x86 tree

2016-12-14 Thread Darren Hart
On Wed, Dec 14, 2016 at 01:50:44PM +1100, Stephen Rothwell wrote: > Hi Darren, > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > In file included from include/linux/kernel.h:13:0, > from drivers/platform/x86/thinkp

Re: [PATCH] staging : i4l : Remove blank lines

2016-12-14 Thread Greg KH
On Thu, Dec 15, 2016 at 02:49:49AM +0530, Tabrez khan wrote: > Remove unnecessary blank lines. > This warning was found using checkpatch.pl. > > Signed-off-by: Tabrez khan > --- > drivers/staging/i4l/act2000/module.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/i4l/ac

Re: [PATCH] arm: dt: Initialize boot_command_line from CONFIG_CMDLINE in case DT does not provide /chosen/bootargs

2016-12-14 Thread Javier Martinez Canillas
Hello Pali, On Wed, Dec 14, 2016 at 6:12 PM, Pali Rohár wrote: > Commit 008a2ebcd677 ("ARM: dts: omap3: Remove skeleton.dtsi usage") broke > support for setting cmdline on Nokia N900 via CONFIG_CMDLINE. > This commit really exposed the issue rather than causing it. But since it was working befor

Re: [PATCH] drm: rcar-du: Fix R-Car Gen3 crash when VSP is disabled

2016-12-14 Thread Laurent Pinchart
Hi Magnus, On Tuesday 06 Dec 2016 16:07:02 Laurent Pinchart wrote: > On Wednesday 26 Oct 2016 18:13:23 Magnus Damm wrote: > > On Wed, Oct 26, 2016 at 4:31 PM, Geert Uytterhoeven wrote: > >> On Wed, Oct 26, 2016 at 5:31 AM, Magnus Damm wrote: > >>> From: Magnus Damm > >>> > >>> For the DU to oper

[4.10, panic, regression] iscsi: null pointer deref at iscsi_tcp_segment_done+0x20d/0x2e0

2016-12-14 Thread Dave Chinner
Hi folks, Just updated my test boxes from 4.9 to a current Linus 4.10 merge window kernel to test the XFS merge I am preparing for Linus. Unfortunately, all my test VMs using iscsi failed pretty much instantly on the first mount of an iscsi device: [ 159.372704] XFS (sdb): EXPERIMENTAL reverse m

Re: [PATCH] vfio/pci: Support error recovery

2016-12-14 Thread Michael S. Tsirkin
On Wed, Dec 14, 2016 at 03:16:37PM -0700, Alex Williamson wrote: > On Wed, 14 Dec 2016 18:24:23 +0800 > Cao jin wrote: > > > Sorry for late. > > after reading all your comments, I think I will try the solution 1. > > > > On 12/13/2016 03:12 AM, Alex Williamson wrote: > > > On Mon, 12 Dec 2016 21

Re: [PATCH 1/1] of: of_reserved_mem: Ensure cma reserved region not cross the low/high memory

2016-12-14 Thread Laura Abbott
On 12/14/2016 12:45 PM, Rob Herring wrote: > On Wed, Nov 23, 2016 at 5:37 AM, Jason Liu wrote: >> Need ensure the cma reserved region not cross the low/high memory boundary >> when using the dynamic allocation methond through device-tree, otherwise, >> kernel will fail to boot up when cma reserved

Re: [4.10, panic, regression] iscsi: null pointer deref at iscsi_tcp_segment_done+0x20d/0x2e0

2016-12-14 Thread Dave Chinner
On Thu, Dec 15, 2016 at 09:24:11AM +1100, Dave Chinner wrote: > Hi folks, > > Just updated my test boxes from 4.9 to a current Linus 4.10 merge > window kernel to test the XFS merge I am preparing for Linus. > Unfortunately, all my test VMs using iscsi failed pretty much > instantly on the first m

Re: [PATCH v2] KVM: x86: avoid redundant REQ_EVENT

2016-12-14 Thread Paolo Bonzini
On 14/12/2016 11:59, Denis Plotnikov wrote: > > if ((exit_reason == EXIT_REASON_EXTERNAL_INTERRUPT) > && nested_exit_intr_ack_set(vcpu)) { > - int irq = kvm_cpu_get_interrupt(vcpu); > + int irq = kvm_cpu_get_interrupt(vcpu, true); > WARN_ON(

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

2016-12-14 Thread Pavel Machek
Hi! > > > Rather some dev_warn()? Do we need stack trace here? > > > > I don't see what is wrong with WARN(). These are not expected to > > trigger, if they do we'll fix it. If you feel strongly about this, > > feel free to suggest a patch. > > One thing is consistency with other parts of code..

[PATCH 03/39] ARM: dts: armada-370: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Ben Dooks Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Lior Amsalem Cc: Ryan Press Cc: Simon Guin

[PATCH 08/39] ARM: dts: armada-370-synology-ds213j: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Rafał Miłecki Cc: Boris Brezillon Cc: Stefan Roese Cc: Thomas Petazzoni Signed-off-by: Alexandre

[PATCH 06/39] ARM: dts: armada-370-netgear-rn104: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Philipp Zabel Cc: Sudeep Holla Cc: Thomas Petazzoni Sign

[PATCH 16/39] ARM: dts: armada-38x-solidrun-microsom: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Marcin Wojtas Cc: Russell King Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-38x-solidrun-microsom.dt

[PATCH 33/39] ARM: dts: armada-xp-openblocks-ax3-4: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnd Bergmann Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Nobuhiro Iwamatsu Cc: Sebastian Hesselbarth Cc: Thomas Pet

[PATCH 39/39] ARM: dts: orion5x-lswsgl: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Benjamin Cama Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/orion5x-lswsgl.dts | 10 +- 1 file change

[PATCH 31/39] ARM: dts: armada-xp-mv78460: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Ezequiel Garcia Cc: Sebastian Hesselbarth Cc: Simon Guinot Cc: Thomas Petazzoni Cc: Willy Tarreau Signed-off-by: Ale

[PATCH 37/39] ARM: dts: kirkwood-linkstation: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Mario Lange Cc: Roger Shimizu Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/kirkwood-linkstation-6282.dtsi

[PATCH 38/39] ARM: dts: orion5x-kuroboxpro: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Roger Shimizu Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/orion5x-kuroboxpro.dts | 10 +- 1 file ch

[PATCH 25/39] ARM: dts: armada-xp: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Ben Dooks Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Heikki Krogerus Cc: Lior Amsalem Cc: Marci

[PATCH 30/39] ARM: dts: armada-xp-mv78260: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Ezequiel Garcia Cc: Sebastian Hesselbarth Cc: Simon Guinot Cc: Thomas Petazzoni Cc: Willy Tarreau

[PATCH 32/39] ARM: dts: armada-xp-netgear-rn2120: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Boris Brezillon Cc: Philipp Zabel Cc: Sebastian Hesselbarth Cc: Sudeep Holla Cc: Thomas Petazzoni

[PATCH 27/39] ARM: dts: armada-xp-lenovo-ix4-300d: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Benoit Masson Cc: Boris Brezillon Cc: Geert Uytterhoeven Cc: Sebastian Hesselbarth Cc: Thomas Pet

[PATCH 29/39] ARM: dts: armada-xp-mv78230: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Ezequiel Garcia Cc: Sebastian Hesselbarth Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni -

[PATCH 35/39] ARM: dts: dove-cm-a510: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Sebastian Hesselbarth Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/dove-cm-a510.dtsi | 10 +- 1 file

[PATCH 34/39] ARM: dts: armada-xp-synology-ds414: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Boris Brezillon Cc: Rafał Miłecki Cc: Stefan Roese Cc: Thomas Petazzoni Signed-off-by: Alexandre

[PATCH 36/39] ARM: dts: dove-sbc-a510: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Sebastian Hesselbarth Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/dove-sbc-a510.dts | 10 +- 1 file

[PATCH 20/39] ARM: dts: armada-398-db: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Grzegorz Jaszczyk Cc: Rafał Miłecki Cc: Stefan Roese Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch

[PATCH 04/39] ARM: dts: armada-370-mirabox: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Ryan Press Cc: Simon Baatz Cc: Thomas Petazzoni Signed-o

[PATCH 21/39] ARM: dts: armada-398: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Grzegorz Jaszczyk Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-398.dtsi | 10 ++

[PATCH 26/39] ARM: dts: armada-xp-gp: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Marcin Wojtas Cc: Rafał Miłecki Cc: Stefan Roese Cc: Thomas Petazzoni Signe

[PATCH 14/39] ARM: dts: armada-388-db: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Boris Brezillon Cc: Marcin Wojtas Cc: Rafał Miłecki Cc: Stefan Roese Cc: Thomas Petazzoni Signed-off-by: Alexandre B

[PATCH 18/39] ARM: dts: armada-390: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Grzegorz Jaszczyk Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-390.dtsi | 10 ++

[PATCH 17/39] ARM: dts: armada-390-db: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnd Bergmann Cc: Grzegorz Jaszczyk Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-390-db.dts | 10 +++

[PATCH 28/39] ARM: dts: armada-xp-matrix: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Boris Brezillon Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-xp-matrix.dts | 10

[PATCH 19/39] ARM: dts: armada-395: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Grzegorz Jaszczyk Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-395.dtsi | 10 +- 1 file chang

[PATCH 15/39] ARM: dts: armada-388-rd: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Boris Brezillon Cc: Rafał Miłecki Cc: Stefan Roese Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch/a

[PATCH 24/39] ARM: dts: armada-xp-db: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Ben Dooks Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Lior Amsalem Cc: Marcin Wojtas Cc: Rafał Miłecki Cc: Simon Ba

[PATCH 22/39] ARM: dts: armada-39x: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Grzegorz Jaszczyk Cc: Stefan Roese Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armad

[PATCH 11/39] ARM: dts: armada-375: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Lior Amsalem Cc: Marcin Wojtas Cc: Maxime Ripard Cc: Thomas Petazzoni Signe

[PATCH 13/39] ARM: dts: armada-388-clearfog: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Marcin Wojtas Cc: Russell King Cc: Stefan Roese Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-388-cl

[PATCH 12/39] ARM: dts: armada-38x: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Boris Brezillon Cc: Chris Packham Cc: Ezequiel Garcia Cc: Imre Kaloz Cc: Marcin Wojtas Cc: Maxime Ripard Cc: Stefan

[PATCH 07/39] ARM: dts: armada-370-rd: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Florian Fainelli Cc: Simon Baatz Cc: Thomas Petazzoni Si

[PATCH 23/39] ARM: dts: armada-xp-axpwifiap: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Paul Bolle Cc: Rafał Miłecki Cc: Sebastian Hesselbarth C

[PATCH 01/39] ARM: dts: armada-370-db: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Ben Dooks Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Lior Amsalem Cc: Rafał Miłecki Cc: Simon B

[PATCH 10/39] ARM: dts: armada-375-db: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Rafał Miłecki Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arc

[PATCH 05/39] ARM: dts: armada-370-netgear-rn102: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Ben Peddell Cc: Boris Brezillon Cc: Ezequiel Garcia Cc: Philipp Zabel Cc: Sudeep Holla Cc: Thoma

[PATCH 09/39] ARM: dts: armada-370-xp: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Arnaud Ebalard Cc: Ben Dooks Cc: Ezequiel Garcia Cc: Greg Ungerer Cc: Heikki Krogerus Cc: Kevin Hilman Cc: Lior Ams

[PATCH 02/39] ARM: dts: armada-370-dlink-dns327l: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Andrew Andrianov Cc: Boris Brezillon Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/armada-370-dlink-dns327l.

[PATCH 3/4] ARM64: dts: marvell/armada-372x: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Andreas Färber Signed-off-by: Alexandre Belloni --- arch/arm64/boot/dts/marvell/armada-372x.dtsi | 10 +- 1 fi

[PATCH 1/4] ARM64: dts: marvell/armada-371x: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Signed-off-by: Alexandre Belloni --- arch/arm64/boot/dts/marvell/armada-371x.dtsi | 10 +- 1 file changed, 5 insert

[PATCH 2/4] ARM64: dts: marvell/armada-3720-db: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Andreas Färber Cc: Bjorn Helgaas Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch/arm64/boot/dts/marve

[PATCH 4/4] ARM64: dts: marvell/armada-37xx: Correct license text

2016-12-14 Thread Alexandre Belloni
The license test has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Cc: Andreas Färber Cc: Bjorn Helgaas Cc: Marcin Wojtas Cc: Thomas Petazzoni Signed-off-by: Alexandre Belloni --- arch/a

Re: [PATCHv3 perf/core 0/7] Reuse libbpf from samples/bpf

2016-12-14 Thread Joe Stringer
On 14 December 2016 at 06:55, Arnaldo Carvalho de Melo wrote: > Em Wed, Dec 14, 2016 at 10:25:01AM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Fri, Dec 09, 2016 at 04:30:54PM +0100, Daniel Borkmann escreveu: >> > On 12/09/2016 04:09 PM, Arnaldo Carvalho de Melo wrote: >> > Please note that thi

[PATCH 0/4] ARM64: dts: marvell: fix license text

2016-12-14 Thread Alexandre Belloni
The dual GPLv2/X11 license the text that is used is missing a few characters. Alexandre Belloni (4): ARM64: dts: marvell/armada-371x: Correct license text ARM64: dts: marvell/armada-3720-db: Correct license text ARM64: dts: marvell/armada-372x: Correct license text ARM64: dts: marvell/arm

Re: [PATCH] vfio/pci: Support error recovery

2016-12-14 Thread Alex Williamson
On Thu, 15 Dec 2016 00:25:13 +0200 "Michael S. Tsirkin" wrote: > On Wed, Dec 14, 2016 at 03:16:37PM -0700, Alex Williamson wrote: > > On Wed, 14 Dec 2016 18:24:23 +0800 > > Cao jin wrote: > > > > > Sorry for late. > > > after reading all your comments, I think I will try the solution 1. > > >

[GIT PULL] fs meta data unmap

2016-12-14 Thread Jens Axboe
Hi Linus, A series from Jan Kara, providing a more efficient way for unmapping meta data from in the buffer cache than doing it block-by-block. Provide a general helper that existing callers can use. Please pull! git://git.kernel.dk/linux-block.git for-4.10/fs-unmap

Re: [patch 0/2] tsc/adjust: Cure suspend/resume issues and prevent TSC deadline timer irq storm

2016-12-14 Thread Roland Scheidegger
Am 14.12.2016 um 22:40 schrieb Thomas Gleixner: > On Wed, 14 Dec 2016, Thomas Gleixner wrote: >> Positive space, results in timer not firing anymore - at least not in a >> time frame you are willing to wait for. >> >> 0x 8000 >> >> Negative space, results in an interrupt storm. >

[GIT PULL] Block IO fixes for 4.10-rc1

2016-12-14 Thread Jens Axboe
Hi Linus, A few fixes that I collected as post-merge. I was going to wait a bit with sending this out, but the O_DIRECT fix should really go in sooner rather than later. Please pull! git://git.kernel.dk/linux-block.git for-linus --

<    1   2   3   4   5   6   7   8   9   >