Re: [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18

2016-11-21 Thread Florian Fainelli
Le 18/11/2016 à 10:58, Eric Anholt a écrit : > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > are available in the git repository at: > > https://github.com/anholt/linux tags/bcm2835-defconfig-next-2016-11-18 > > for you to fetch changes up to bab0cb90550467c71f4e1b73da406a2280c4f418: > >

Re: [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18

2016-11-21 Thread Florian Fainelli
Le 18/11/2016 à 10:58, Eric Anholt a écrit : > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > are available in the git repository at: > > https://github.com/anholt/linux tags/bcm2835-defconfig-next-2016-11-18 > > for you to fetch changes up to bab0cb90550467c71f4e1b73da406a2280c4f418: > >

Re: [PATCH v4] xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing

2016-11-21 Thread Juergen Gross
On 22/11/16 04:59, Hugh Dickins wrote: > On Mon, 21 Nov 2016, Boris Ostrovsky wrote: > >> Commit 9c17d96500f7 ("xen/gntdev: Grant maps should not be subject to >> NUMA balancing") set VM_IO flag to prevent grant maps from being >> subjected to NUMA balancing. >> >> It was discovered recently that

Re: [PATCH v4] xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing

2016-11-21 Thread Juergen Gross
On 22/11/16 04:59, Hugh Dickins wrote: > On Mon, 21 Nov 2016, Boris Ostrovsky wrote: > >> Commit 9c17d96500f7 ("xen/gntdev: Grant maps should not be subject to >> NUMA balancing") set VM_IO flag to prevent grant maps from being >> subjected to NUMA balancing. >> >> It was discovered recently that

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

2016-11-21 Thread Juergen Gross
On 22/11/16 04:40, Martin K. Petersen wrote: >> "Juergen" == Juergen Gross writes: > > Juergen, > > Juergen> On 19/11/16 19:22, Quentin Lambert wrote: >>> Most error branches following the call to kmalloc contain a call to >>> kfree. This patch add these calls where they

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

2016-11-21 Thread Juergen Gross
On 22/11/16 04:40, Martin K. Petersen wrote: >> "Juergen" == Juergen Gross writes: > > Juergen, > > Juergen> On 19/11/16 19:22, Quentin Lambert wrote: >>> Most error branches following the call to kmalloc contain a call to >>> kfree. This patch add these calls where they are missing. >>>

Re: [HMM v13 02/18] mm/ZONE_DEVICE/unaddressable: add support for un-addressable device memory

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:03 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 01:36:57PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> This add support for un-addressable device memory. Such memory is hotpluged >>> only so we can have struct page but should never be

Re: [HMM v13 02/18] mm/ZONE_DEVICE/unaddressable: add support for un-addressable device memory

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:03 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 01:36:57PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> This add support for un-addressable device memory. Such memory is hotpluged >>> only so we can have struct page but should never be

Re: [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18

2016-11-21 Thread Florian Fainelli
Le 18/11/2016 à 10:58, Eric Anholt a écrit : > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > are available in the git repository at: > > https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-11-18 > > for you to fetch changes up to a44e87b47148c6ee6b78509f47e6a15c0fae890a: > >

Re: [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18

2016-11-21 Thread Florian Fainelli
Le 18/11/2016 à 10:58, Eric Anholt a écrit : > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > are available in the git repository at: > > https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-11-18 > > for you to fetch changes up to a44e87b47148c6ee6b78509f47e6a15c0fae890a: > >

Re: [GIT PULL 1/4] bcm2835-dt-next-2016-11-18

2016-11-21 Thread Florian Fainelli
Le 18/11/2016 à 10:58, Eric Anholt a écrit : > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > are available in the git repository at: > > https://github.com/anholt/linux tags/bcm2835-dt-next-2016-11-18 > > for you to fetch changes up to 3a1689ea752436917c5ce4487527ed6c444630ee: > > ARM:

Re: [GIT PULL 1/4] bcm2835-dt-next-2016-11-18

2016-11-21 Thread Florian Fainelli
Le 18/11/2016 à 10:58, Eric Anholt a écrit : > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) > > are available in the git repository at: > > https://github.com/anholt/linux tags/bcm2835-dt-next-2016-11-18 > > for you to fetch changes up to 3a1689ea752436917c5ce4487527ed6c444630ee: > > ARM:

[PATCH] cpuidle/powernv: staticise powernv_idle_driver

2016-11-21 Thread Andrew Donnellan
powernv_idle_driver isn't exported, it can be made static. Found by sparse. Signed-off-by: Andrew Donnellan --- drivers/cpuidle/cpuidle-powernv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpuidle/cpuidle-powernv.c

[PATCH] cpuidle/powernv: staticise powernv_idle_driver

2016-11-21 Thread Andrew Donnellan
powernv_idle_driver isn't exported, it can be made static. Found by sparse. Signed-off-by: Andrew Donnellan --- drivers/cpuidle/cpuidle-powernv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpuidle/cpuidle-powernv.c b/drivers/cpuidle/cpuidle-powernv.c index

Re: [RFC PATCH net v2 1/3] net: phy: add an option to disable EEE advertisement

2016-11-21 Thread Anand Moon
Hi Jerome, On 21 November 2016 at 21:05, Jerome Brunet wrote: > This patch adds an option to disable EEE advertisement in the generic PHY > by providing a mask of prohibited modes corresponding to the value found in > the MDIO_AN_EEE_ADV register. > > On some platforms, PHY

Re: [RFC PATCH net v2 1/3] net: phy: add an option to disable EEE advertisement

2016-11-21 Thread Anand Moon
Hi Jerome, On 21 November 2016 at 21:05, Jerome Brunet wrote: > This patch adds an option to disable EEE advertisement in the generic PHY > by providing a mask of prohibited modes corresponding to the value found in > the MDIO_AN_EEE_ADV register. > > On some platforms, PHY Low power idle seems

Re: [HMM v13 04/18] mm/ZONE_DEVICE/free-page: callback when page is freed

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:04 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 01:56:02PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> When a ZONE_DEVICE page refcount reach 1 it means it is free and nobody >>> is holding a reference on it (only device to which the

Re: [HMM v13 04/18] mm/ZONE_DEVICE/free-page: callback when page is freed

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:04 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 01:56:02PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> When a ZONE_DEVICE page refcount reach 1 it means it is free and nobody >>> is holding a reference on it (only device to which the

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

2016-11-21 Thread Jens Axboe
On 11/21/2016 08:59 PM, Stephen Rothwell wrote: Hi Matias, Today's linux-next merge of the lightnvm tree got a conflict in: drivers/nvme/host/lightnvm.c between commit: 409ae5a76e05 ("lightnvm: invalid offset calculation for lba_shift") from Linus' tree and commit: 2db3cb58a3dd

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

2016-11-21 Thread Jens Axboe
On 11/21/2016 08:59 PM, Stephen Rothwell wrote: Hi Matias, Today's linux-next merge of the lightnvm tree got a conflict in: drivers/nvme/host/lightnvm.c between commit: 409ae5a76e05 ("lightnvm: invalid offset calculation for lba_shift") from Linus' tree and commit: 2db3cb58a3dd

Re: [HMM v13 05/18] mm/ZONE_DEVICE/devmem_pages_remove: allow early removal of device memory

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:09 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 04:07:46PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> HMM wants to remove device memory early before device tear down so add an >>> helper to do that. >> >> Could you please explain why

Re: [HMM v13 05/18] mm/ZONE_DEVICE/devmem_pages_remove: allow early removal of device memory

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:09 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 04:07:46PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> HMM wants to remove device memory early before device tear down so add an >>> helper to do that. >> >> Could you please explain why

linux-next: manual merge of the md tree with the block tree

2016-11-21 Thread Stephen Rothwell
Hi Shaohua, Today's linux-next merge of the md tree got a conflict in: drivers/md/raid5-cache.c between commit: 70fd76140a6c ("block,fs: use REQ_* flags directly") from the block tree and commits: b4c625c67362 ("md/r5cache: r5cache recovery: part 1") 3bddb7f8f264 ("md/r5cache: handle

linux-next: manual merge of the md tree with the block tree

2016-11-21 Thread Stephen Rothwell
Hi Shaohua, Today's linux-next merge of the md tree got a conflict in: drivers/md/raid5-cache.c between commit: 70fd76140a6c ("block,fs: use REQ_* flags directly") from the block tree and commits: b4c625c67362 ("md/r5cache: r5cache recovery: part 1") 3bddb7f8f264 ("md/r5cache: handle

Re: [HMM v13 06/18] mm/ZONE_DEVICE/unaddressable: add special swap for unaddressable

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:12 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 04:28:04PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> To allow use of device un-addressable memory inside a process add a >>> special swap type. Also add a new callback to handle page

Re: [HMM v13 06/18] mm/ZONE_DEVICE/unaddressable: add special swap for unaddressable

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:12 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 04:28:04PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> To allow use of device un-addressable memory inside a process add a >>> special swap type. Also add a new callback to handle page

Re: [PATCH v2] mm: support anonymous stable page

2016-11-21 Thread Minchan Kim
Hi Hugh, On Mon, Nov 21, 2016 at 07:46:28PM -0800, Hugh Dickins wrote: > On Mon, 21 Nov 2016, Minchan Kim wrote: > > From: Minchan Kim > > Date: Fri, 11 Nov 2016 15:02:57 +0900 > > Subject: [PATCH v2] mm: support anonymous stable page > > > > For developemnt for zram-swap

Re: [PATCH v2] mm: support anonymous stable page

2016-11-21 Thread Minchan Kim
Hi Hugh, On Mon, Nov 21, 2016 at 07:46:28PM -0800, Hugh Dickins wrote: > On Mon, 21 Nov 2016, Minchan Kim wrote: > > From: Minchan Kim > > Date: Fri, 11 Nov 2016 15:02:57 +0900 > > Subject: [PATCH v2] mm: support anonymous stable page > > > > For developemnt for zram-swap asynchronous

Re: [HMM v13 03/18] mm/ZONE_DEVICE/free_hot_cold_page: catch ZONE_DEVICE pages

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:20 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 01:48:26PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> Catch page from ZONE_DEVICE in free_hot_cold_page(). This should never >>> happen as ZONE_DEVICE page must always have an elevated

Re: [HMM v13 03/18] mm/ZONE_DEVICE/free_hot_cold_page: catch ZONE_DEVICE pages

2016-11-21 Thread Anshuman Khandual
On 11/21/2016 06:20 PM, Jerome Glisse wrote: > On Mon, Nov 21, 2016 at 01:48:26PM +0530, Anshuman Khandual wrote: >> On 11/18/2016 11:48 PM, Jérôme Glisse wrote: >>> Catch page from ZONE_DEVICE in free_hot_cold_page(). This should never >>> happen as ZONE_DEVICE page must always have an elevated

[PATCH v3 0/4] Certificate insertion support for x86 bzImages

2016-11-21 Thread Mehmet Kayaalp
These patches add support for modifying the reserved space for extra certificates in a compressed bzImage in x86. This allows separating the system keyring certificate from the kernel build process. After the kernel image is distributed, the insert-sys-cert script can be used to insert the

[PATCH v3 0/4] Certificate insertion support for x86 bzImages

2016-11-21 Thread Mehmet Kayaalp
These patches add support for modifying the reserved space for extra certificates in a compressed bzImage in x86. This allows separating the system keyring certificate from the kernel build process. After the kernel image is distributed, the insert-sys-cert script can be used to insert the

[PATCH] spi: use sg_next for walking through the allocated scatterlist table

2016-11-21 Thread Juan Gutierrez
A null dereference or Oops exception might occurs when reading at once the whole content of an spi-nor of big enough size that requires an scatterlist table that does not fit into one single page. The spi_map_buf function is ignoring the chained sg case by dereferenceing the scatterlist elements

[PATCH] spi: use sg_next for walking through the allocated scatterlist table

2016-11-21 Thread Juan Gutierrez
A null dereference or Oops exception might occurs when reading at once the whole content of an spi-nor of big enough size that requires an scatterlist table that does not fit into one single page. The spi_map_buf function is ignoring the chained sg case by dereferenceing the scatterlist elements

[PATCH 1/4] KEYS: Insert incompressible bytes to reserve space in bzImage

2016-11-21 Thread Mehmet Kayaalp
Include a random filled binary in vmlinux at the space reserved with CONFIG_SYSTEM_EXTRA_CERTIFICATE. This results in an uncompressed reserved area inside the bzImage as well, so that it can be replaced with an actual certificate later (after the bzImage is distributed). Signed-off-by: Mehmet

[PATCH 4/4] KEYS: Print insert-sys-cert information to stdout instead of stderr

2016-11-21 Thread Mehmet Kayaalp
Detailed INFO output should go to stdout instead of stderr. Signed-off-by: Mehmet Kayaalp --- scripts/insert-sys-cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/insert-sys-cert.c b/scripts/insert-sys-cert.c index 3d9018f..0516b2e

[PATCH 3/4] KEYS: Support for inserting a certificate into x86 bzImage

2016-11-21 Thread Mehmet Kayaalp
The config option SYSTEM_EXTRA_CERTIFICATE (introduced in c4c361059585) reserves space in vmlinux file, which is compressed to create the self-extracting bzImage. This patch adds the capability of extracting the vmlinux, inserting the certificate, and repackaging the result into a bzImage. It

[PATCH 3/4] KEYS: Support for inserting a certificate into x86 bzImage

2016-11-21 Thread Mehmet Kayaalp
The config option SYSTEM_EXTRA_CERTIFICATE (introduced in c4c361059585) reserves space in vmlinux file, which is compressed to create the self-extracting bzImage. This patch adds the capability of extracting the vmlinux, inserting the certificate, and repackaging the result into a bzImage. It

[PATCH 1/4] KEYS: Insert incompressible bytes to reserve space in bzImage

2016-11-21 Thread Mehmet Kayaalp
Include a random filled binary in vmlinux at the space reserved with CONFIG_SYSTEM_EXTRA_CERTIFICATE. This results in an uncompressed reserved area inside the bzImage as well, so that it can be replaced with an actual certificate later (after the bzImage is distributed). Signed-off-by: Mehmet

[PATCH 4/4] KEYS: Print insert-sys-cert information to stdout instead of stderr

2016-11-21 Thread Mehmet Kayaalp
Detailed INFO output should go to stdout instead of stderr. Signed-off-by: Mehmet Kayaalp --- scripts/insert-sys-cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/insert-sys-cert.c b/scripts/insert-sys-cert.c index 3d9018f..0516b2e 100644 ---

[no subject]

2016-11-21 Thread Mehmet Kayaalp
>From e8196ab86d10c24a9ebc87a1007a4047dc77bab8 Mon Sep 17 00:00:00 2001 From: Mehmet Kayaalp Date: Mon, 21 Nov 2016 15:46:20 -0500 Subject: [PATCH v3 0/4] Certificate insertion support for x86 bzImages These patches add support for modifying the reserved space for

[no subject]

2016-11-21 Thread Mehmet Kayaalp
>From e8196ab86d10c24a9ebc87a1007a4047dc77bab8 Mon Sep 17 00:00:00 2001 From: Mehmet Kayaalp Date: Mon, 21 Nov 2016 15:46:20 -0500 Subject: [PATCH v3 0/4] Certificate insertion support for x86 bzImages These patches add support for modifying the reserved space for extra certificates in a

[PATCH 2/4] KEYS: Add ELF class-independent certificate insertion support

2016-11-21 Thread Mehmet Kayaalp
Use ELF class-independent GElf API for processing the kernel binary. Signed-off-by: Mehmet Kayaalp --- scripts/Makefile | 1 + scripts/insert-sys-cert.c | 215 +++--- 2 files changed, 109 insertions(+), 107

[PATCH 2/4] KEYS: Add ELF class-independent certificate insertion support

2016-11-21 Thread Mehmet Kayaalp
Use ELF class-independent GElf API for processing the kernel binary. Signed-off-by: Mehmet Kayaalp --- scripts/Makefile | 1 + scripts/insert-sys-cert.c | 215 +++--- 2 files changed, 109 insertions(+), 107 deletions(-) diff --git

Re: [PATCH 3/3] locking/percpu-rwsem: Avoid unnecessary writer wakeups

2016-11-21 Thread Davidlohr Bueso
On Mon, 21 Nov 2016, Oleg Nesterov wrote: On 11/21, Oleg Nesterov wrote: No, no, I meant that afaics both readers can see per_cpu_sum() != 0 and thus the writer won't be woken up. Till the next down_read/up_read. Suppose that we have 2 CPU's, both counters == 1, both readers decrement. its

Re: [PATCH 3/3] locking/percpu-rwsem: Avoid unnecessary writer wakeups

2016-11-21 Thread Davidlohr Bueso
On Mon, 21 Nov 2016, Oleg Nesterov wrote: On 11/21, Oleg Nesterov wrote: No, no, I meant that afaics both readers can see per_cpu_sum() != 0 and thus the writer won't be woken up. Till the next down_read/up_read. Suppose that we have 2 CPU's, both counters == 1, both readers decrement. its

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

2016-11-21 Thread Stephen Rothwell
Hi Matias, Today's linux-next merge of the lightnvm tree got a conflict in: drivers/nvme/host/lightnvm.c between commit: 409ae5a76e05 ("lightnvm: invalid offset calculation for lba_shift") from Linus' tree and commit: 2db3cb58a3dd ("nvme: lightnvm: attach lightnvm sysfs to nvme block

Re: [PATCH v4] xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing

2016-11-21 Thread Hugh Dickins
On Mon, 21 Nov 2016, Boris Ostrovsky wrote: > Commit 9c17d96500f7 ("xen/gntdev: Grant maps should not be subject to > NUMA balancing") set VM_IO flag to prevent grant maps from being > subjected to NUMA balancing. > > It was discovered recently that this flag causes get_user_pages() to > always

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

2016-11-21 Thread Stephen Rothwell
Hi Matias, Today's linux-next merge of the lightnvm tree got a conflict in: drivers/nvme/host/lightnvm.c between commit: 409ae5a76e05 ("lightnvm: invalid offset calculation for lba_shift") from Linus' tree and commit: 2db3cb58a3dd ("nvme: lightnvm: attach lightnvm sysfs to nvme block

Re: [PATCH v4] xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing

2016-11-21 Thread Hugh Dickins
On Mon, 21 Nov 2016, Boris Ostrovsky wrote: > Commit 9c17d96500f7 ("xen/gntdev: Grant maps should not be subject to > NUMA balancing") set VM_IO flag to prevent grant maps from being > subjected to NUMA balancing. > > It was discovered recently that this flag causes get_user_pages() to > always

Re: [PATCH v10 2/8] power: add power sequence library

2016-11-21 Thread Peter Chen
On Tue, Nov 22, 2016 at 03:23:12AM +0100, Rafael J. Wysocki wrote: > > @@ -0,0 +1,237 @@ > > +/* > > + * core.c power sequence core file > > + * > > + * Copyright (C) 2016 Freescale Semiconductor, Inc. > > + * Author: Peter Chen > > + * > > + * This program is free

Re: [PATCH/RFC] add "failfast" support for raid1/raid10.

2016-11-21 Thread Shaohua Li
On Fri, Nov 18, 2016 at 04:16:11PM +1100, Neil Brown wrote: > Hi, > > I've been sitting on these patches for a while because although they > solve a real problem, it is a fairly limited use-case, and I don't > really like some of the details. > > So I'm posting them as RFC in the hope that a

Re: [PATCH v10 2/8] power: add power sequence library

2016-11-21 Thread Peter Chen
On Tue, Nov 22, 2016 at 03:23:12AM +0100, Rafael J. Wysocki wrote: > > @@ -0,0 +1,237 @@ > > +/* > > + * core.c power sequence core file > > + * > > + * Copyright (C) 2016 Freescale Semiconductor, Inc. > > + * Author: Peter Chen > > + * > > + * This program is free software: you can

Re: [PATCH/RFC] add "failfast" support for raid1/raid10.

2016-11-21 Thread Shaohua Li
On Fri, Nov 18, 2016 at 04:16:11PM +1100, Neil Brown wrote: > Hi, > > I've been sitting on these patches for a while because although they > solve a real problem, it is a fairly limited use-case, and I don't > really like some of the details. > > So I'm posting them as RFC in the hope that a

Re: [PATCH V3 0/9] PM / OPP: Multiple regulator support

2016-11-21 Thread Viresh Kumar
On 18-11-16, 10:43, Mark Brown wrote: > On Fri, Nov 18, 2016 at 08:36:36AM +0530, Viresh Kumar wrote: > > > Can we please get this series reviewed quickly and come to a conclusion? It > > has > > already taken a lot of time getting this merged and the present code seems > > to be > > the best

Re: [PATCH V3 0/9] PM / OPP: Multiple regulator support

2016-11-21 Thread Viresh Kumar
On 18-11-16, 10:43, Mark Brown wrote: > On Fri, Nov 18, 2016 at 08:36:36AM +0530, Viresh Kumar wrote: > > > Can we please get this series reviewed quickly and come to a conclusion? It > > has > > already taken a lot of time getting this merged and the present code seems > > to be > > the best

[PATCH v7 3/4] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai --- This patch depends on: CCF "Add clock support for Mediatek MT2701"[1] iommu and smi "Add the dtsi node of iommu and smi for mt2701"[2] [1]

[PATCH v7 3/4] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai --- This patch depends on: CCF "Add clock support for Mediatek MT2701"[1] iommu and smi "Add the dtsi node of iommu and smi for mt2701"[2] [1] http://lists.infradead.org/pipermail/linux-mediatek/2016-October/007271.html [2]

[PATCH v7 4/4] vcodec: mediatek: Add Maintainers entry for Mediatek JPEG driver

2016-11-21 Thread Rick Chang
Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 93e9f42..a9e7ee0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7818,6 +7818,13

[PATCH v7 2/4] vcodec: mediatek: Add Mediatek JPEG Decoder Driver

2016-11-21 Thread Rick Chang
Add v4l2 driver for Mediatek JPEG Decoder Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai --- drivers/media/platform/Kconfig | 15 + drivers/media/platform/Makefile |2 +

[PATCH v7 1/4] dt-bindings: mediatek: Add a binding for Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Add a DT binding documentation for Mediatek JPEG Decoder of MT2701 SoC. Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai Acked-by: Rob Herring --- .../bindings/media/mediatek-jpeg-decoder.txt | 37

[PATCH v7 4/4] vcodec: mediatek: Add Maintainers entry for Mediatek JPEG driver

2016-11-21 Thread Rick Chang
Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 93e9f42..a9e7ee0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7818,6 +7818,13 @@ L: net...@vger.kernel.org S: Maintained

[PATCH v7 2/4] vcodec: mediatek: Add Mediatek JPEG Decoder Driver

2016-11-21 Thread Rick Chang
Add v4l2 driver for Mediatek JPEG Decoder Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai --- drivers/media/platform/Kconfig | 15 + drivers/media/platform/Makefile |2 + drivers/media/platform/mtk-jpeg/Makefile |2 +

[PATCH v7 1/4] dt-bindings: mediatek: Add a binding for Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Add a DT binding documentation for Mediatek JPEG Decoder of MT2701 SoC. Signed-off-by: Rick Chang Signed-off-by: Minghsiu Tsai Acked-by: Rob Herring --- .../bindings/media/mediatek-jpeg-decoder.txt | 37 ++ 1 file changed, 37 insertions(+) create mode 100644

[PATCH v7 0/4] Add Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
This series of patches provide a v4l2 driver to control Mediatek JPEG decoder for decoding JPEG image and Motion JPEG bitstream. changes since v6: - fix kbuild test fail - Add patch for MAINTAINERS changes since v5: - remove redundant name from struct mtk_jpeg_fmt - Set state of all buffers to

[PATCH v7 0/4] Add Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
This series of patches provide a v4l2 driver to control Mediatek JPEG decoder for decoding JPEG image and Motion JPEG bitstream. changes since v6: - fix kbuild test fail - Add patch for MAINTAINERS changes since v5: - remove redundant name from struct mtk_jpeg_fmt - Set state of all buffers to

Re: [PATCH v2] mm: support anonymous stable page

2016-11-21 Thread Hugh Dickins
On Mon, 21 Nov 2016, Minchan Kim wrote: > From: Minchan Kim > Date: Fri, 11 Nov 2016 15:02:57 +0900 > Subject: [PATCH v2] mm: support anonymous stable page > > For developemnt for zram-swap asynchronous writeback, I found > strange corruption of compressed page. With

Re: [PATCH v2] mm: support anonymous stable page

2016-11-21 Thread Hugh Dickins
On Mon, 21 Nov 2016, Minchan Kim wrote: > From: Minchan Kim > Date: Fri, 11 Nov 2016 15:02:57 +0900 > Subject: [PATCH v2] mm: support anonymous stable page > > For developemnt for zram-swap asynchronous writeback, I found > strange corruption of compressed page. With investigation, it > reveals

Re: [PATCH v2 2/2] trace: Add an option for boot clock as trace clock

2016-11-21 Thread kbuild test robot
Hi Joel, [auto build test ERROR on tip/timers/core] [also build test ERROR on v4.9-rc6 next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/3] thermal: rockchip: improve conversion error messages

2016-11-21 Thread Brian Norris
On Tue, Nov 22, 2016 at 10:33:27AM +0800, Caesar Wang wrote: > 在 2016年11月22日 10:15, Brian Norris 写道: > >On Tue, Nov 22, 2016 at 09:51:23AM +0800, Caesar Wang wrote: > >>CHECK: Alignment should match open parenthesis > >>#428: FILE: drivers/thermal/rockchip_thermal.c:428: > >>+pr_err("%s:

Re: [PATCH 2/3] thermal: rockchip: improve conversion error messages

2016-11-21 Thread Brian Norris
On Tue, Nov 22, 2016 at 10:33:27AM +0800, Caesar Wang wrote: > 在 2016年11月22日 10:15, Brian Norris 写道: > >On Tue, Nov 22, 2016 at 09:51:23AM +0800, Caesar Wang wrote: > >>CHECK: Alignment should match open parenthesis > >>#428: FILE: drivers/thermal/rockchip_thermal.c:428: > >>+pr_err("%s:

Re: [PATCH v2 2/2] trace: Add an option for boot clock as trace clock

2016-11-21 Thread kbuild test robot
Hi Joel, [auto build test ERROR on tip/timers/core] [also build test ERROR on v4.9-rc6 next-20161117] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

linux-next: manual merge of the block tree with the f2fs tree

2016-11-21 Thread Stephen Rothwell
Hi Jens, Today's linux-next merge of the block tree got a conflict in: fs/f2fs/segment.c between commit: 792b84b74b54 ("f2fs: support multiple devices") from the f2fs tree and commit: 70fd76140a6c ("block,fs: use REQ_* flags directly") from the block tree. I fixed it up (see below)

linux-next: manual merge of the block tree with the f2fs tree

2016-11-21 Thread Stephen Rothwell
Hi Jens, Today's linux-next merge of the block tree got a conflict in: fs/f2fs/segment.c between commit: 792b84b74b54 ("f2fs: support multiple devices") from the f2fs tree and commit: 70fd76140a6c ("block,fs: use REQ_* flags directly") from the block tree. I fixed it up (see below)

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

2016-11-21 Thread Martin K. Petersen
> "Bjorn" == Bjorn Andersson writes: Bjorn> ufs_qcom_init() sets the hba priv data before attempting to Bjorn> acquire the phy handle, so make sure to clear this in the case of Bjorn> an error. Failing to do this will make ufs_qcom_setup_clocks() Bjorn> operate on

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

2016-11-21 Thread Martin K. Petersen
> "Bjorn" == Bjorn Andersson writes: Bjorn> ufs_qcom_init() sets the hba priv data before attempting to Bjorn> acquire the phy handle, so make sure to clear this in the case of Bjorn> an error. Failing to do this will make ufs_qcom_setup_clocks() Bjorn> operate on the uninitalized host

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

2016-11-21 Thread Martin K. Petersen
> "Juergen" == Juergen Gross writes: Juergen, Juergen> On 19/11/16 19:22, Quentin Lambert wrote: >> 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. >>

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

2016-11-21 Thread Martin K. Petersen
> "Juergen" == Juergen Gross writes: Juergen, Juergen> On 19/11/16 19:22, Quentin Lambert wrote: >> 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:

Re: [PATCH] bfa: turn bfa_mem_{kva,dma}_setup into inline functions

2016-11-21 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> These two macros cause lots of warnings with gcc-7: Arnd> drivers/scsi/bfa/bfa_svc.c: In function 'bfa_fcxp_meminfo': Arnd> drivers/scsi/bfa/bfa_svc.c:521:103: error: '*' in boolean context, Arnd> suggest '&&' instead

Re: [PATCH] bfa: turn bfa_mem_{kva,dma}_setup into inline functions

2016-11-21 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> These two macros cause lots of warnings with gcc-7: Arnd> drivers/scsi/bfa/bfa_svc.c: In function 'bfa_fcxp_meminfo': Arnd> drivers/scsi/bfa/bfa_svc.c:521:103: error: '*' in boolean context, Arnd> suggest '&&' instead [-Werror=int-in-bool-context]

Re: [PATCH v2 3/6] mfd: dt: Add bindings for the Aspeed LPC Host Controller (LPCHC)

2016-11-21 Thread Andrew Jeffery
On Fri, 2016-11-18 at 18:45 +, Lee Jones wrote: > [Sending Arnd this time!] > > > Arnd, > > > > Do you have a preference? > > > > > The Aspeed LPC Host Controller is presented as a syscon device to > > > arbitrate access by LPC and pinmux drivers. LPC pinmux configuration on > > > fifth

Re: [PATCH v2 3/6] mfd: dt: Add bindings for the Aspeed LPC Host Controller (LPCHC)

2016-11-21 Thread Andrew Jeffery
On Fri, 2016-11-18 at 18:45 +, Lee Jones wrote: > [Sending Arnd this time!] > > > Arnd, > > > > Do you have a preference? > > > > > The Aspeed LPC Host Controller is presented as a syscon device to > > > arbitrate access by LPC and pinmux drivers. LPC pinmux configuration on > > > fifth

Re: [RFC][PATCH 3/3] usb: dwc2: Make sure we disconnect the gadget state

2016-11-21 Thread John Youn
On 11/15/2016 1:47 PM, John Stultz wrote: > I had seen some odd behavior with HiKey's usb-gadget interface > that I finally seemed to have chased down. Basically every other > time I pluged in the OTG port, the gadget interface would > properly initialize. The other times, I'd get a big WARN_ON >

Re: [RFC][PATCH 3/3] usb: dwc2: Make sure we disconnect the gadget state

2016-11-21 Thread John Youn
On 11/15/2016 1:47 PM, John Stultz wrote: > I had seen some odd behavior with HiKey's usb-gadget interface > that I finally seemed to have chased down. Basically every other > time I pluged in the OTG port, the gadget interface would > properly initialize. The other times, I'd get a big WARN_ON >

Re: [PATCH v2] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs

2016-11-21 Thread Viresh Kumar
On 21-11-16, 17:06, Markus Mayer wrote: > From: Markus Mayer > > This CPUfreq driver provides basic frequency scaling for older Broadcom > STB SoCs that do not use AVS firmware with DVFS support. There is no > support for voltage scaling. > > Signed-off-by: Markus Mayer

Re: [PATCH v2] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs

2016-11-21 Thread Viresh Kumar
On 21-11-16, 17:06, Markus Mayer wrote: > From: Markus Mayer > > This CPUfreq driver provides basic frequency scaling for older Broadcom > STB SoCs that do not use AVS firmware with DVFS support. There is no > support for voltage scaling. > > Signed-off-by: Markus Mayer > --- >

Re: [PATCH v6 3/3] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Hi Hans, On Mon, 2016-11-21 at 15:51 +0100, Hans Verkuil wrote: > On 17/11/16 04:38, Rick Chang wrote: > > Signed-off-by: Rick Chang > > Signed-off-by: Minghsiu Tsai > > --- > > This patch depends on: > > CCF "Add clock support for Mediatek

Re: [PATCH v6 3/3] arm: dts: mt2701: Add node for Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Hi Hans, On Mon, 2016-11-21 at 15:51 +0100, Hans Verkuil wrote: > On 17/11/16 04:38, Rick Chang wrote: > > Signed-off-by: Rick Chang > > Signed-off-by: Minghsiu Tsai > > --- > > This patch depends on: > > CCF "Add clock support for Mediatek MT2701"[1] > > iommu and smi "Add the dtsi node of

Re: [PATCH 1/2] PM / Domains: Introduce domain-performance-state binding

2016-11-21 Thread Viresh Kumar
On 21-11-16, 09:07, Rob Herring wrote: > On Fri, Nov 18, 2016 at 02:53:12PM +0530, Viresh Kumar wrote: > > Some platforms have the capability to configure the performance state of > > their Power Domains. The performance levels are represented by positive > > integer values, a lower value

Re: [PATCH 1/2] PM / Domains: Introduce domain-performance-state binding

2016-11-21 Thread Viresh Kumar
On 21-11-16, 09:07, Rob Herring wrote: > On Fri, Nov 18, 2016 at 02:53:12PM +0530, Viresh Kumar wrote: > > Some platforms have the capability to configure the performance state of > > their Power Domains. The performance levels are represented by positive > > integer values, a lower value

Re: [PATCH v6 0/3] Add Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Hi Hans, Ok, I will include it in patch v7. On Mon, 2016-11-21 at 15:53 +0100, Hans Verkuil wrote: > I'm missing a MAINTAINERS patch for this new driver. > > Can you post a patch for that? > > It's the only thing preventing this from being merged. > > Regards, > > Hans > > On 17/11/16

Re: [PATCH v6 0/3] Add Mediatek JPEG Decoder

2016-11-21 Thread Rick Chang
Hi Hans, Ok, I will include it in patch v7. On Mon, 2016-11-21 at 15:53 +0100, Hans Verkuil wrote: > I'm missing a MAINTAINERS patch for this new driver. > > Can you post a patch for that? > > It's the only thing preventing this from being merged. > > Regards, > > Hans > > On 17/11/16

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

2016-11-21 Thread Stephen Boyd
The following changes since commit 10f2bfb092e3b49000526c02cfe8b2abbbdbb752: clk: mmp: pxa910: fix return value check in pxa910_clk_init() (2016-11-01 17:41:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git

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

2016-11-21 Thread Stephen Boyd
The following changes since commit 10f2bfb092e3b49000526c02cfe8b2abbbdbb752: clk: mmp: pxa910: fix return value check in pxa910_clk_init() (2016-11-01 17:41:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git

Re: [PATCH 1/6] apalis-tk1: remove spurious new lines

2016-11-21 Thread Linus Torvalds
.Marcel, your git-sendemail emails get marked as spam, because: dmarc=fail (p=QUARANTINE dis=NONE) header.from=toradex.com which is probably because the toradex.com dmarc rule requires DKIM, but you lack a DKIM signature. The most common case is that you've misconfigured your

Re: [PATCH 1/6] apalis-tk1: remove spurious new lines

2016-11-21 Thread Linus Torvalds
.Marcel, your git-sendemail emails get marked as spam, because: dmarc=fail (p=QUARANTINE dis=NONE) header.from=toradex.com which is probably because the toradex.com dmarc rule requires DKIM, but you lack a DKIM signature. The most common case is that you've misconfigured your

Re: [PATCH] ACPI: Override rev for DELL Latitude 3350

2016-11-21 Thread AceLan Kao
Hi Rafael, The patch you mentioned is pretty the same as mine, I'm happy to see that patch goes into upstream. Please keep doing this, thanks. Best regards, AceLan Kao. 2016-11-22 6:43 GMT+08:00 Rafael J. Wysocki : > On Monday, November 21, 2016 10:07:05 AM AceLan Kao

Re: [PATCH] ACPI: Override rev for DELL Latitude 3350

2016-11-21 Thread AceLan Kao
Hi Rafael, The patch you mentioned is pretty the same as mine, I'm happy to see that patch goes into upstream. Please keep doing this, thanks. Best regards, AceLan Kao. 2016-11-22 6:43 GMT+08:00 Rafael J. Wysocki : > On Monday, November 21, 2016 10:07:05 AM AceLan Kao wrote: >> The ethernet

Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.

2016-11-21 Thread atull
On Mon, 21 Nov 2016, Moritz Fischer wrote: > Add myself as co-maintainer to fpga mgr framework. > > Signed-off-by: Moritz Fischer > Cc: Alan Tull > Cc: Greg Kroah-Hartman > Cc: linux-kernel@vger.kernel.org > Cc:

Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.

2016-11-21 Thread atull
On Mon, 21 Nov 2016, Moritz Fischer wrote: > Add myself as co-maintainer to fpga mgr framework. > > Signed-off-by: Moritz Fischer > Cc: Alan Tull > Cc: Greg Kroah-Hartman > Cc: linux-kernel@vger.kernel.org > Cc: linux-f...@vger.kernel.org > --- > Hi all, > > Lately we've fallen behind a bit

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