Re: [PATCH v1 2/2] clk: rockchip: rk3228: add SCLK_SDIO_SRC clk id

2017-08-21 Thread Heiko Stuebner
Am Freitag, 18. August 2017, 11:49:25 CEST schrieb Elaine Zhang: > In some special circumstances, may be need to reparent clk for sclk_sdio_src. > > Signed-off-by: Elaine Zhang applied for 4.14 Thanks Heiko

Re: [PATCH v1 2/2] clk: rockchip: rk3228: add SCLK_SDIO_SRC clk id

2017-08-21 Thread Heiko Stuebner
Am Freitag, 18. August 2017, 11:49:25 CEST schrieb Elaine Zhang: > In some special circumstances, may be need to reparent clk for sclk_sdio_src. > > Signed-off-by: Elaine Zhang applied for 4.14 Thanks Heiko

Re: [PATCH] perf record: enable multiplexing scaling via -R

2017-08-21 Thread Stephane Eranian
On Mon, Aug 21, 2017 at 4:02 PM, Andi Kleen wrote: > > Stephane Eranian writes: > > > > To activate, the user must use: > > $ perf record -a -R > > I don't know why you're overloading the existing raw mode? > > It has nothing to do with that. > I

Re: [PATCH] perf record: enable multiplexing scaling via -R

2017-08-21 Thread Stephane Eranian
On Mon, Aug 21, 2017 at 4:02 PM, Andi Kleen wrote: > > Stephane Eranian writes: > > > > To activate, the user must use: > > $ perf record -a -R > > I don't know why you're overloading the existing raw mode? > > It has nothing to do with that. > I explained this in the changelog. So that is

RE: [PATCH v5 0/3] TPS68470 PMIC drivers

2017-08-21 Thread Mani, Rajmohan
Hi Rafael, > >> > >> > This is the patch series for TPS68470 PMIC that works as a camera > PMIC. > >> > >> > > >> > >> > The patch series provide the following 3 drivers, to help > >> > >> > configure the > >> voltage regulators, clocks and GPIOs provided by the TPS68470 PMIC, > >> to be able to

RE: [PATCH v5 0/3] TPS68470 PMIC drivers

2017-08-21 Thread Mani, Rajmohan
Hi Rafael, > >> > >> > This is the patch series for TPS68470 PMIC that works as a camera > PMIC. > >> > >> > > >> > >> > The patch series provide the following 3 drivers, to help > >> > >> > configure the > >> voltage regulators, clocks and GPIOs provided by the TPS68470 PMIC, > >> to be able to

Re: [PATCH net-next] net: dsa: User per-cpu 64-bit statistics

2017-08-21 Thread Florian Fainelli
On 08/21/2017 04:23 PM, Florian Fainelli wrote: > On 08/04/2017 10:11 AM, Eric Dumazet wrote: >> On Fri, 2017-08-04 at 08:51 -0700, Florian Fainelli wrote: >>> On 08/03/2017 10:36 PM, Eric Dumazet wrote: On Thu, 2017-08-03 at 21:33 -0700, Florian Fainelli wrote: > During testing with a

Re: [PATCH net-next] net: dsa: User per-cpu 64-bit statistics

2017-08-21 Thread Florian Fainelli
On 08/21/2017 04:23 PM, Florian Fainelli wrote: > On 08/04/2017 10:11 AM, Eric Dumazet wrote: >> On Fri, 2017-08-04 at 08:51 -0700, Florian Fainelli wrote: >>> On 08/03/2017 10:36 PM, Eric Dumazet wrote: On Thu, 2017-08-03 at 21:33 -0700, Florian Fainelli wrote: > During testing with a

Re: [PATCH v5 0/3] TPS68470 PMIC drivers

2017-08-21 Thread Rafael J. Wysocki
On Tue, Aug 22, 2017 at 12:58 AM, Mani, Rajmohan wrote: > Hi Andy, > >> > >> > This is the patch series for TPS68470 PMIC that works as a camera >> > >> > PMIC. >> > >> > >> > >> > The patch series provide the following 3 drivers, to help configure >> > >> > the >>

Re: [PATCH v5 0/3] TPS68470 PMIC drivers

2017-08-21 Thread Rafael J. Wysocki
On Tue, Aug 22, 2017 at 12:58 AM, Mani, Rajmohan wrote: > Hi Andy, > >> > >> > This is the patch series for TPS68470 PMIC that works as a camera >> > >> > PMIC. >> > >> > >> > >> > The patch series provide the following 3 drivers, to help configure >> > >> > the >> voltage regulators, clocks

Re: [PATCH] ASoC: simple-scu-card: Parse off codec widgets

2017-08-21 Thread Kuninori Morimoto
Hi Daniel > > > @@ -24,6 +24,7 @@ Optional subnode properties: > > >  - simple-audio-card,convert-rate : platform specified sampling rate > > > convert > > >  - simple-audio-card,convert-channels : platform specified converted > > > channel size (2 - 8 ch) > > >  - simple-audio-card,prefix

Re: [PATCH] ASoC: simple-scu-card: Parse off codec widgets

2017-08-21 Thread Kuninori Morimoto
Hi Daniel > > > @@ -24,6 +24,7 @@ Optional subnode properties: > > >  - simple-audio-card,convert-rate : platform specified sampling rate > > > convert > > >  - simple-audio-card,convert-channels : platform specified converted > > > channel size (2 - 8 ch) > > >  - simple-audio-card,prefix

linux-next: manual merge of the btrfs-kdave tree with the btrfs tree

2017-08-21 Thread Stephen Rothwell
Hi All, (As expected) Today's linux-next merge of the btrfs-kdave tree got a conflict in: fs/btrfs/compression.h between commit: 5c1aab1dd544 ("btrfs: Add zstd support") from the btrfs tree and commit: dc2f29212a26 ("btrfs: remove unused BTRFS_COMPRESS_LAST") from the btrfs-kdave

[PATCH] once: switch to new jump label API

2017-08-21 Thread Eric Biggers
From: Eric Biggers Switch the DO_ONCE() macro from the deprecated jump label API to the new one. The new one is more readable, and for DO_ONCE() it also makes the generated code more icache-friendly: now the one-time initialization code is placed out-of-line at the jump

linux-next: manual merge of the btrfs-kdave tree with the btrfs tree

2017-08-21 Thread Stephen Rothwell
Hi All, (As expected) Today's linux-next merge of the btrfs-kdave tree got a conflict in: fs/btrfs/compression.h between commit: 5c1aab1dd544 ("btrfs: Add zstd support") from the btrfs tree and commit: dc2f29212a26 ("btrfs: remove unused BTRFS_COMPRESS_LAST") from the btrfs-kdave

[PATCH] once: switch to new jump label API

2017-08-21 Thread Eric Biggers
From: Eric Biggers Switch the DO_ONCE() macro from the deprecated jump label API to the new one. The new one is more readable, and for DO_ONCE() it also makes the generated code more icache-friendly: now the one-time initialization code is placed out-of-line at the jump target, rather than at

Re: [PATCH v2 1/8] dt-bindings: mediatek: Add binding for mt2712 IOMMU and SMI

2017-08-21 Thread Rob Herring
On Mon, Aug 21, 2017 at 07:00:14PM +0800, Yong Wu wrote: > This patch adds decriptions for mt2712 IOMMU and SMI. > > In order to balance the bandwidth, mt2712 has two M4Us, two > smi-commons, 10 smi-larbs. and mt2712 is also MTK IOMMU gen2 which > uses ARM Short-Descriptor translation table

Re: [PATCH v2 1/8] dt-bindings: mediatek: Add binding for mt2712 IOMMU and SMI

2017-08-21 Thread Rob Herring
On Mon, Aug 21, 2017 at 07:00:14PM +0800, Yong Wu wrote: > This patch adds decriptions for mt2712 IOMMU and SMI. > > In order to balance the bandwidth, mt2712 has two M4Us, two > smi-commons, 10 smi-larbs. and mt2712 is also MTK IOMMU gen2 which > uses ARM Short-Descriptor translation table

Re: [PATCH net-next] net: dsa: User per-cpu 64-bit statistics

2017-08-21 Thread Florian Fainelli
On 08/04/2017 10:11 AM, Eric Dumazet wrote: > On Fri, 2017-08-04 at 08:51 -0700, Florian Fainelli wrote: >> On 08/03/2017 10:36 PM, Eric Dumazet wrote: >>> On Thu, 2017-08-03 at 21:33 -0700, Florian Fainelli wrote: During testing with a background iperf pushing 1Gbit/sec worth of traffic

Re: [PATCH net-next] net: dsa: User per-cpu 64-bit statistics

2017-08-21 Thread Florian Fainelli
On 08/04/2017 10:11 AM, Eric Dumazet wrote: > On Fri, 2017-08-04 at 08:51 -0700, Florian Fainelli wrote: >> On 08/03/2017 10:36 PM, Eric Dumazet wrote: >>> On Thu, 2017-08-03 at 21:33 -0700, Florian Fainelli wrote: During testing with a background iperf pushing 1Gbit/sec worth of traffic

Re: [PATCH v2] perf tools: Add ARM Statistical Profiling Extensions (SPE) support

2017-08-21 Thread Kim Phillips
On Fri, 18 Aug 2017 18:36:09 +0100 Mark Rutland wrote: > Hi Kim, Hi Mark, > On Thu, Aug 17, 2017 at 10:11:50PM -0500, Kim Phillips wrote: > > Hi Mark, I've tried to proceed as much as possible without your > > response, so if you still have comments to my above comments,

Re: [PATCH v2] perf tools: Add ARM Statistical Profiling Extensions (SPE) support

2017-08-21 Thread Kim Phillips
On Fri, 18 Aug 2017 18:36:09 +0100 Mark Rutland wrote: > Hi Kim, Hi Mark, > On Thu, Aug 17, 2017 at 10:11:50PM -0500, Kim Phillips wrote: > > Hi Mark, I've tried to proceed as much as possible without your > > response, so if you still have comments to my above comments, please > > comment

Re: [PATCH V2] spmi: pmic-arb: Enforce the ownership check optionally

2017-08-21 Thread Stephen Boyd
On 08/18/2017 08:28 AM, Kiran Gunda wrote: > The peripheral ownership check is not necessary on single master > platforms. Hence, enforce the peripheral ownership check optionally. > > Signed-off-by: Kiran Gunda > Tested-by: Shawn Guo > --- This

Re: [PATCH V2] spmi: pmic-arb: Enforce the ownership check optionally

2017-08-21 Thread Stephen Boyd
On 08/18/2017 08:28 AM, Kiran Gunda wrote: > The peripheral ownership check is not necessary on single master > platforms. Hence, enforce the peripheral ownership check optionally. > > Signed-off-by: Kiran Gunda > Tested-by: Shawn Guo > --- This sounds like a band-aid. Isn't the gpio driver

[PATCH 3/3] signal: lift sigset size check out of do_sigpending()

2017-08-21 Thread Dmitry V. Levin
As sigsetsize argument of do_sigpending() is not used anywhere else in that function after the check, remove this argument and move the check out of do_sigpending() into rt_sigpending() and its compat analog. Suggested-by: Al Viro Signed-off-by: Dmitry V. Levin

[PATCH 3/3] signal: lift sigset size check out of do_sigpending()

2017-08-21 Thread Dmitry V. Levin
As sigsetsize argument of do_sigpending() is not used anywhere else in that function after the check, remove this argument and move the check out of do_sigpending() into rt_sigpending() and its compat analog. Suggested-by: Al Viro Signed-off-by: Dmitry V. Levin --- kernel/signal.c | 21

[PATCH 2/3] signal: simplify compat_sigpending()

2017-08-21 Thread Dmitry V. Levin
Remove "if it's big-endian..." ifdef in compat_sigpending(), use the endian-agnostic variant. Suggested-by: Al Viro Signed-off-by: Dmitry V. Levin --- kernel/signal.c | 4 1 file changed, 4 deletions(-) diff --git a/kernel/signal.c

[PATCH 2/3] signal: simplify compat_sigpending()

2017-08-21 Thread Dmitry V. Levin
Remove "if it's big-endian..." ifdef in compat_sigpending(), use the endian-agnostic variant. Suggested-by: Al Viro Signed-off-by: Dmitry V. Levin --- kernel/signal.c | 4 1 file changed, 4 deletions(-) diff --git a/kernel/signal.c b/kernel/signal.c index a1d0426..7d9d82b 100644 ---

[PATCH 1/3] signal: replace sigset_to_compat() with put_compat_sigset()

2017-08-21 Thread Dmitry V. Levin
There are 4 callers of sigset_to_compat() in the entire kernel. One is in sparc compat rt_sigaction(2), the rest are in kernel/signal.c itself. All are followed by copy_to_user(), and all but the sparc one are under "if it's big-endian..." ifdefs. Let's transform sigset_to_compat() into

[PATCH 1/3] signal: replace sigset_to_compat() with put_compat_sigset()

2017-08-21 Thread Dmitry V. Levin
There are 4 callers of sigset_to_compat() in the entire kernel. One is in sparc compat rt_sigaction(2), the rest are in kernel/signal.c itself. All are followed by copy_to_user(), and all but the sparc one are under "if it's big-endian..." ifdefs. Let's transform sigset_to_compat() into

Re: [PATCH net-next,1/4] hv_netvsc: Clean up unused parameter from netvsc_get_hash()

2017-08-21 Thread David Miller
All proper patch series must have a header "[PATCH xxx 0/N]" posting which explains at a high level what the patch series does, how it does it, and why it is doing it that way. Therefore, please resubmit this patch series with a proper header posting. Thank you.

Re: [PATCH net-next,1/4] hv_netvsc: Clean up unused parameter from netvsc_get_hash()

2017-08-21 Thread David Miller
All proper patch series must have a header "[PATCH xxx 0/N]" posting which explains at a high level what the patch series does, how it does it, and why it is doing it that way. Therefore, please resubmit this patch series with a proper header posting. Thank you.

Re: [PATCH v2] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

2017-08-21 Thread Wanpeng Li
2017-08-22 6:55 GMT+08:00 Wanpeng Li : > 2017-08-22 0:20 GMT+08:00 Radim Krčmář : >> 2017-08-18 07:11-0700, Wanpeng Li: >>> From: Wanpeng Li >>> >>> [ cut here ] >>> WARNING: CPU: 7 PID: 3861 at

Re: [PATCH v2] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

2017-08-21 Thread Wanpeng Li
2017-08-22 6:55 GMT+08:00 Wanpeng Li : > 2017-08-22 0:20 GMT+08:00 Radim Krčmář : >> 2017-08-18 07:11-0700, Wanpeng Li: >>> From: Wanpeng Li >>> >>> [ cut here ] >>> WARNING: CPU: 7 PID: 3861 at /home/kernel/ssd/kvm/arch/x86/kvm//vmx.c:11299 >>>

Re: [PATCH] Fix compat_sys_sigpending breakage introduced by v4.13-rc1~6^2~12

2017-08-21 Thread Dmitry V. Levin
On Sun, Aug 06, 2017 at 07:22:03PM +0100, Al Viro wrote: > On Sat, Aug 05, 2017 at 11:00:50PM +0300, Dmitry V. Levin wrote: > > The latest change of compat_sys_sigpending has broken it in two ways. > > > > First, it tries to write 4 bytes more than userspace expects: > > sizeof(old_sigset_t) ==

Re: [PATCH] Fix compat_sys_sigpending breakage introduced by v4.13-rc1~6^2~12

2017-08-21 Thread Dmitry V. Levin
On Sun, Aug 06, 2017 at 07:22:03PM +0100, Al Viro wrote: > On Sat, Aug 05, 2017 at 11:00:50PM +0300, Dmitry V. Levin wrote: > > The latest change of compat_sys_sigpending has broken it in two ways. > > > > First, it tries to write 4 bytes more than userspace expects: > > sizeof(old_sigset_t) ==

[PATCH v3] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

2017-08-21 Thread Wanpeng Li
From: Wanpeng Li [ cut here ] WARNING: CPU: 7 PID: 3861 at /home/kernel/ssd/kvm/arch/x86/kvm//vmx.c:11299 nested_vmx_vmexit+0x176e/0x1980 [kvm_intel] CPU: 7 PID: 3861 Comm: qemu-system-x86 Tainted: GW OE 4.13.0-rc4+ #11 RIP:

[PATCH v3] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

2017-08-21 Thread Wanpeng Li
From: Wanpeng Li [ cut here ] WARNING: CPU: 7 PID: 3861 at /home/kernel/ssd/kvm/arch/x86/kvm//vmx.c:11299 nested_vmx_vmexit+0x176e/0x1980 [kvm_intel] CPU: 7 PID: 3861 Comm: qemu-system-x86 Tainted: GW OE 4.13.0-rc4+ #11 RIP:

Re: [PATCH] perf record: enable multiplexing scaling via -R

2017-08-21 Thread Andi Kleen
Stephane Eranian writes: > > To activate, the user must use: > $ perf record -a -R I don't know why you're overloading the existing raw mode? It has nothing to do with that. -Andi

Re: [PATCH] perf record: enable multiplexing scaling via -R

2017-08-21 Thread Andi Kleen
Stephane Eranian writes: > > To activate, the user must use: > $ perf record -a -R I don't know why you're overloading the existing raw mode? It has nothing to do with that. -Andi

RE: [PATCH v5 0/3] TPS68470 PMIC drivers

2017-08-21 Thread Mani, Rajmohan
Hi Andy, > > >> > This is the patch series for TPS68470 PMIC that works as a camera PMIC. > > >> > > > >> > The patch series provide the following 3 drivers, to help configure the > voltage regulators, clocks and GPIOs provided by the TPS68470 PMIC, to be > able to use the camera sensors

RE: [PATCH v5 0/3] TPS68470 PMIC drivers

2017-08-21 Thread Mani, Rajmohan
Hi Andy, > > >> > This is the patch series for TPS68470 PMIC that works as a camera PMIC. > > >> > > > >> > The patch series provide the following 3 drivers, to help configure the > voltage regulators, clocks and GPIOs provided by the TPS68470 PMIC, to be > able to use the camera sensors

Re: [PATCH v2] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

2017-08-21 Thread Wanpeng Li
2017-08-22 0:20 GMT+08:00 Radim Krčmář : > 2017-08-18 07:11-0700, Wanpeng Li: >> From: Wanpeng Li >> >> [ cut here ] >> WARNING: CPU: 7 PID: 3861 at /home/kernel/ssd/kvm/arch/x86/kvm//vmx.c:11299 >>

Re: [PATCH v2] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

2017-08-21 Thread Wanpeng Li
2017-08-22 0:20 GMT+08:00 Radim Krčmář : > 2017-08-18 07:11-0700, Wanpeng Li: >> From: Wanpeng Li >> >> [ cut here ] >> WARNING: CPU: 7 PID: 3861 at /home/kernel/ssd/kvm/arch/x86/kvm//vmx.c:11299 >> nested_vmx_vmexit+0x176e/0x1980 [kvm_intel] >> CPU: 7 PID: 3861 Comm:

[PATCHv2 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time

2017-08-21 Thread Brian King
This second version also sets up jiffies_at_alloc in scsi_init_request. This has been tested without the second patch in the series and I've confirmed I now see the following in the logs after booting: [ 121.718088] sd 1:2:0:0: timing out command, waited 120s [ 121.798081] sd 1:2:1:0: timing

[PATCHv2 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time

2017-08-21 Thread Brian King
This second version also sets up jiffies_at_alloc in scsi_init_request. This has been tested without the second patch in the series and I've confirmed I now see the following in the logs after booting: [ 121.718088] sd 1:2:0:0: timing out command, waited 120s [ 121.798081] sd 1:2:1:0: timing

Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID

2017-08-21 Thread Heiko Stuebner
Am Montag, 21. August 2017, 16:16:04 CEST schrieb Elaine Zhang: > This patch exports gmac aclk and pclk for dts reference. > > Signed-off-by: Elaine Zhang applied for 4.14 Thanks Heiko

Re: [PATCH v2 1/4] clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC ID

2017-08-21 Thread Heiko Stuebner
Am Montag, 21. August 2017, 16:16:04 CEST schrieb Elaine Zhang: > This patch exports gmac aclk and pclk for dts reference. > > Signed-off-by: Elaine Zhang applied for 4.14 Thanks Heiko

Re: [PATCH v1 1/2] clk: rockchip: add rk3228 sclk_sdio_src ID

2017-08-21 Thread Heiko Stuebner
Am Freitag, 18. August 2017, 11:49:24 CEST schrieb Elaine Zhang: > This patch exports sdio src clock for dts reference. > > Signed-off-by: Elaine Zhang applied for 4.14 Thanks Heiko

Re: [PATCH v1 1/2] clk: rockchip: add rk3228 sclk_sdio_src ID

2017-08-21 Thread Heiko Stuebner
Am Freitag, 18. August 2017, 11:49:24 CEST schrieb Elaine Zhang: > This patch exports sdio src clock for dts reference. > > Signed-off-by: Elaine Zhang applied for 4.14 Thanks Heiko

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-21 Thread Adam Borowski
On Mon, Aug 21, 2017 at 09:58:34PM +0200, Radim Krčmář wrote: > 2017-08-21 21:12+0200, Adam Borowski: > > On Mon, Aug 21, 2017 at 09:26:57AM +0800, Wanpeng Li wrote: > > > 2017-08-21 7:13 GMT+08:00 Adam Borowski : > > > > I'm afraid I keep getting a quite reliable, but random,

Re: kvm splat in mmu_spte_clear_track_bits

2017-08-21 Thread Adam Borowski
On Mon, Aug 21, 2017 at 09:58:34PM +0200, Radim Krčmář wrote: > 2017-08-21 21:12+0200, Adam Borowski: > > On Mon, Aug 21, 2017 at 09:26:57AM +0800, Wanpeng Li wrote: > > > 2017-08-21 7:13 GMT+08:00 Adam Borowski : > > > > I'm afraid I keep getting a quite reliable, but random, splat when > > > >

Re: linux-next: Signed-off-by missing for commit in the arc tree

2017-08-21 Thread Stephen Rothwell
Hi Vineet, On Mon, 21 Aug 2017 14:57:48 -0700 Vineet Gupta wrote: > > On 08/21/2017 02:55 PM, Stephen Rothwell wrote: > > Hi Vineet, > > > > Commit > > > >62611ac87d44 ("ARC: [plat-eznps] handle extra aux regs #2: kernel/entry > > exit") > > > > is missing a

Re: linux-next: Signed-off-by missing for commit in the arc tree

2017-08-21 Thread Stephen Rothwell
Hi Vineet, On Mon, 21 Aug 2017 14:57:48 -0700 Vineet Gupta wrote: > > On 08/21/2017 02:55 PM, Stephen Rothwell wrote: > > Hi Vineet, > > > > Commit > > > >62611ac87d44 ("ARC: [plat-eznps] handle extra aux regs #2: kernel/entry > > exit") > > > > is missing a Signed-off-by from its author.

Re: [PATCH v3 1/5] ACPI / blacklist: add acpi_match_platform_list()

2017-08-21 Thread Rafael J. Wysocki
On Tue, Aug 22, 2017 at 12:21 AM, Kani, Toshimitsu wrote: > On Mon, 2017-08-21 at 23:49 +0200, Rafael J. Wysocki wrote: >> On Mon, Aug 21, 2017 at 11:06 PM, Kani, Toshimitsu > m> wrote: >> > On Mon, 2017-08-21 at 22:31 +0200, Rafael J. Wysocki wrote: >> > >

Re: [PATCH v3 1/5] ACPI / blacklist: add acpi_match_platform_list()

2017-08-21 Thread Rafael J. Wysocki
On Tue, Aug 22, 2017 at 12:21 AM, Kani, Toshimitsu wrote: > On Mon, 2017-08-21 at 23:49 +0200, Rafael J. Wysocki wrote: >> On Mon, Aug 21, 2017 at 11:06 PM, Kani, Toshimitsu > m> wrote: >> > On Mon, 2017-08-21 at 22:31 +0200, Rafael J. Wysocki wrote: >> > > On Mon, Aug 21, 2017 at 7:36 PM,

Re: [PATCH v2] mt7601u: check memory allocation failure

2017-08-21 Thread Jakub Kicinski
On Tue, 22 Aug 2017 00:06:17 +0200, Christophe JAILLET wrote: > Check memory allocation failure and return -ENOMEM in such a case, as > already done a few lines below. > > As 'dev->tx_q' can be NULL, we also need to check for that in > 'mt7601u_free_tx()', and return early. > > Signed-off-by:

Re: [PATCH v2] mt7601u: check memory allocation failure

2017-08-21 Thread Jakub Kicinski
On Tue, 22 Aug 2017 00:06:17 +0200, Christophe JAILLET wrote: > Check memory allocation failure and return -ENOMEM in such a case, as > already done a few lines below. > > As 'dev->tx_q' can be NULL, we also need to check for that in > 'mt7601u_free_tx()', and return early. > > Signed-off-by:

Re: [PATCH v3 1/5] ACPI / blacklist: add acpi_match_platform_list()

2017-08-21 Thread Kani, Toshimitsu
On Mon, 2017-08-21 at 23:49 +0200, Rafael J. Wysocki wrote: > On Mon, Aug 21, 2017 at 11:06 PM, Kani, Toshimitsu m> wrote: > > On Mon, 2017-08-21 at 22:31 +0200, Rafael J. Wysocki wrote: > > > On Mon, Aug 21, 2017 at 7:36 PM, Borislav Petkov > > > wrote: > > >

Re: [PATCH v3 1/5] ACPI / blacklist: add acpi_match_platform_list()

2017-08-21 Thread Kani, Toshimitsu
On Mon, 2017-08-21 at 23:49 +0200, Rafael J. Wysocki wrote: > On Mon, Aug 21, 2017 at 11:06 PM, Kani, Toshimitsu m> wrote: > > On Mon, 2017-08-21 at 22:31 +0200, Rafael J. Wysocki wrote: > > > On Mon, Aug 21, 2017 at 7:36 PM, Borislav Petkov > > > wrote: > > > > On Mon, Aug 21, 2017 at

Re: [PATCH 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time

2017-08-21 Thread Brian King
Scratch this one... Version 2 on the way with the corresponding changes in scsi_init_request... -Brian -- Brian King Power Linux I/O IBM Linux Technology Center

Re: [PATCH 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time

2017-08-21 Thread Brian King
Scratch this one... Version 2 on the way with the corresponding changes in scsi_init_request... -Brian -- Brian King Power Linux I/O IBM Linux Technology Center

[PATCH] Staging: greybus: Make string array const

2017-08-21 Thread Eames Trinh
Added const to string array. Signed-off-by: Eames Trinh --- drivers/staging/greybus/audio_manager_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/audio_manager_module.c b/drivers/staging/greybus/audio_manager_module.c

[PATCH] Staging: greybus: Make string array const

2017-08-21 Thread Eames Trinh
Added const to string array. Signed-off-by: Eames Trinh --- drivers/staging/greybus/audio_manager_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/audio_manager_module.c b/drivers/staging/greybus/audio_manager_module.c index

[PATCH 2/2] scsi: Preserve retry counter through scsi_prep_fn

2017-08-21 Thread Brian King
Save / restore the retry counter in scsi_cmd in scsi_init_command. This allows us to go back through scsi_init_command for retries and not forget we are doing a retry. Signed-off-by: Brian King --- Index: linux-2.6.git/drivers/scsi/scsi_lib.c

[PATCH 2/2] scsi: Preserve retry counter through scsi_prep_fn

2017-08-21 Thread Brian King
Save / restore the retry counter in scsi_cmd in scsi_init_command. This allows us to go back through scsi_init_command for retries and not forget we are doing a retry. Signed-off-by: Brian King --- Index: linux-2.6.git/drivers/scsi/scsi_lib.c

[PATCH 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time

2017-08-21 Thread Brian King
Move the initialization of scsi_cmd->jiffies_at_alloc to allocation time rather than prep time. Also ensure that jiffies_at_alloc is preserved when we go through prep. This lets us send retries through prep again and not break the overall retry timer logic in scsi_softirq_done. Suggested-by: Bart

[PATCH 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time

2017-08-21 Thread Brian King
Move the initialization of scsi_cmd->jiffies_at_alloc to allocation time rather than prep time. Also ensure that jiffies_at_alloc is preserved when we go through prep. This lets us send retries through prep again and not break the overall retry timer logic in scsi_softirq_done. Suggested-by: Bart

Re: L0AN

2017-08-21 Thread softlink Int'L
Do you need a personal/business L0AN, if yes contact Softlink Int'L for more info

Re: L0AN

2017-08-21 Thread softlink Int'L
Do you need a personal/business L0AN, if yes contact Softlink Int'L for more info

[PATCH] Staging: greybus: Fix spelling error in comment

2017-08-21 Thread Eames Trinh
Fixed a spelling error. Signed-off-by: Eames Trinh --- drivers/staging/greybus/arche-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index

[PATCH 0/2] Allow scsi_prep_fn to occur for retried commands

2017-08-21 Thread Brian King
The following two patches address the hang issue being observed with Bart's patch on powerpc. The first patch moves the initialization of jiffies_at_alloc from scsi_init_command to scsi_init_rq, and ensures we don't zero jiffies_at_alloc in scsi_init_command. The second patch saves / restores the

[PATCH 0/2] Allow scsi_prep_fn to occur for retried commands

2017-08-21 Thread Brian King
The following two patches address the hang issue being observed with Bart's patch on powerpc. The first patch moves the initialization of jiffies_at_alloc from scsi_init_command to scsi_init_rq, and ensures we don't zero jiffies_at_alloc in scsi_init_command. The second patch saves / restores the

[PATCH] Staging: greybus: Fix spelling error in comment

2017-08-21 Thread Eames Trinh
Fixed a spelling error. Signed-off-by: Eames Trinh --- drivers/staging/greybus/arche-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index 4837aca41389..21ac92d0f533 100644 ---

Re: [PATCH] mt7601u: check memory allocation failure

2017-08-21 Thread Christophe JAILLET
Le 21/08/2017 à 23:41, Jakub Kicinski a écrit : On Mon, 21 Aug 2017 14:34:30 -0700, Jakub Kicinski wrote: On Mon, 21 Aug 2017 22:59:56 +0200, Christophe JAILLET wrote: Check memory allocation failure and return -ENOMEM in such a case, as already done a few lines below Signed-off-by:

Re: [PATCH] mt7601u: check memory allocation failure

2017-08-21 Thread Christophe JAILLET
Le 21/08/2017 à 23:41, Jakub Kicinski a écrit : On Mon, 21 Aug 2017 14:34:30 -0700, Jakub Kicinski wrote: On Mon, 21 Aug 2017 22:59:56 +0200, Christophe JAILLET wrote: Check memory allocation failure and return -ENOMEM in such a case, as already done a few lines below Signed-off-by:

Re: [PATCH net-next 03/11] net: dsa: debugfs: add tree

2017-08-21 Thread Florian Fainelli
On 08/14/2017 03:22 PM, Vivien Didelot wrote: > This commit adds the boiler plate to create a DSA related debug > filesystem entry as well as a "tree" file, containing the tree index. > > # cat switch1/tree > 0 > > Signed-off-by: Vivien Didelot

Re: [PATCH net-next 03/11] net: dsa: debugfs: add tree

2017-08-21 Thread Florian Fainelli
On 08/14/2017 03:22 PM, Vivien Didelot wrote: > This commit adds the boiler plate to create a DSA related debug > filesystem entry as well as a "tree" file, containing the tree index. > > # cat switch1/tree > 0 > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli --

[PATCH v2] mt7601u: check memory allocation failure

2017-08-21 Thread Christophe JAILLET
Check memory allocation failure and return -ENOMEM in such a case, as already done a few lines below. As 'dev->tx_q' can be NULL, we also need to check for that in 'mt7601u_free_tx()', and return early. Signed-off-by: Christophe JAILLET --- v2: avoid another NULL

[PATCH v2] mt7601u: check memory allocation failure

2017-08-21 Thread Christophe JAILLET
Check memory allocation failure and return -ENOMEM in such a case, as already done a few lines below. As 'dev->tx_q' can be NULL, we also need to check for that in 'mt7601u_free_tx()', and return early. Signed-off-by: Christophe JAILLET --- v2: avoid another NULL pointer dereference in

Re: [PATCH v2] PM / AVS: rockchip-io: add io selectors and supplies for RV1108

2017-08-21 Thread Heiko Stuebner
Am Montag, 21. August 2017, 18:58:33 CEST schrieb David Wu: > This adds the necessary data for handling io voltage domains on the RV1108. > > Signed-off-by: David Wu Reviewed-by: Heiko Stuebner

Re: [PATCH v2] PM / AVS: rockchip-io: add io selectors and supplies for RV1108

2017-08-21 Thread Heiko Stuebner
Am Montag, 21. August 2017, 18:58:33 CEST schrieb David Wu: > This adds the necessary data for handling io voltage domains on the RV1108. > > Signed-off-by: David Wu Reviewed-by: Heiko Stuebner

Re: linux-next: Signed-off-by missing for commit in the arc tree

2017-08-21 Thread Vineet Gupta
On 08/21/2017 02:55 PM, Stephen Rothwell wrote: Hi Vineet, Commit 62611ac87d44 ("ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit") is missing a Signed-off-by from its author. Whao - that was fast :-) Fixed/pushed now ! -Vineet

Re: linux-next: Signed-off-by missing for commit in the arc tree

2017-08-21 Thread Vineet Gupta
On 08/21/2017 02:55 PM, Stephen Rothwell wrote: Hi Vineet, Commit 62611ac87d44 ("ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit") is missing a Signed-off-by from its author. Whao - that was fast :-) Fixed/pushed now ! -Vineet

[PATCH net-next,3/4] hv_netvsc: Add ethtool handler to set and get UDP hash levels

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The patch add the functions to switch UDP hash level between L3 and L4 by ethtool command. UDP over IPv4 and v6 can be set differently. The default hash level is L4. We currently only allow switching TX hash level from within the guests. On Azure,

[PATCH net-next,3/4] hv_netvsc: Add ethtool handler to set and get UDP hash levels

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The patch add the functions to switch UDP hash level between L3 and L4 by ethtool command. UDP over IPv4 and v6 can be set differently. The default hash level is L4. We currently only allow switching TX hash level from within the guests. On Azure, fragmented UDP packets have

[PATCH net-next,4/4] hv_netvsc: Update netvsc Document for UDP hash level setting

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang Update Documentation/networking/netvsc.txt for UDP hash level setting and related info. Signed-off-by: Haiyang Zhang --- Documentation/networking/netvsc.txt | 22 +- 1 files changed, 17 insertions(+), 5

[PATCH net-next,4/4] hv_netvsc: Update netvsc Document for UDP hash level setting

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang Update Documentation/networking/netvsc.txt for UDP hash level setting and related info. Signed-off-by: Haiyang Zhang --- Documentation/networking/netvsc.txt | 22 +- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git

[PATCH net-next,1/4] hv_netvsc: Clean up unused parameter from netvsc_get_hash()

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The parameter "sk" is not in use. Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/netvsc_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/hyperv/netvsc_drv.c

[PATCH net-next,1/4] hv_netvsc: Clean up unused parameter from netvsc_get_hash()

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The parameter "sk" is not in use. Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/netvsc_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c index b33f050..4677d21 100644

[PATCH net-next,2/4] hv_netvsc: Clean up unused parameter from netvsc_get_rss_hash_opts()

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The parameter "nvdev" is not in use. Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/netvsc_drv.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/hyperv/netvsc_drv.c

[PATCH net-next,2/4] hv_netvsc: Clean up unused parameter from netvsc_get_rss_hash_opts()

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The parameter "nvdev" is not in use. Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/netvsc_drv.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c index 4677d21..d8612b1

Re: [PATCH v4 6/9] ASoC: rockchip: Parse dai links from dts

2017-08-21 Thread Matthias Kaehlcke
El Fri, Aug 18, 2017 at 11:11:44AM +0800 Jeffy Chen ha dit: > Refactor rockchip_sound_probe, parse dai links from dts instead of > hard coding them. > > Signed-off-by: Jeffy Chen > --- > > Changes in v4: None > Changes in v3: > Use compatible to match audio codecs >

Re: [PATCH v4 6/9] ASoC: rockchip: Parse dai links from dts

2017-08-21 Thread Matthias Kaehlcke
El Fri, Aug 18, 2017 at 11:11:44AM +0800 Jeffy Chen ha dit: > Refactor rockchip_sound_probe, parse dai links from dts instead of > hard coding them. > > Signed-off-by: Jeffy Chen > --- > > Changes in v4: None > Changes in v3: > Use compatible to match audio codecs > -- Suggested-by

linux-next: Signed-off-by missing for commit in the arc tree

2017-08-21 Thread Stephen Rothwell
Hi Vineet, Commit 62611ac87d44 ("ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit") is missing a Signed-off-by from its author. -- Cheers, Stephen Rothwell

linux-next: Signed-off-by missing for commit in the arc tree

2017-08-21 Thread Stephen Rothwell
Hi Vineet, Commit 62611ac87d44 ("ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit") is missing a Signed-off-by from its author. -- Cheers, Stephen Rothwell

Re: [PATCH v3 1/5] ACPI / blacklist: add acpi_match_platform_list()

2017-08-21 Thread Rafael J. Wysocki
On Mon, Aug 21, 2017 at 11:06 PM, Kani, Toshimitsu wrote: > On Mon, 2017-08-21 at 22:31 +0200, Rafael J. Wysocki wrote: >> On Mon, Aug 21, 2017 at 7:36 PM, Borislav Petkov >> wrote: >> > On Mon, Aug 21, 2017 at 05:23:37PM +, Kani, Toshimitsu wrote: >> > >

linux-next: Signed-off-by missing for commits in the phy-next tree

2017-08-21 Thread Stephen Rothwell
Hi Kishon, Commits 74d8a7a7971a ("dt-bindings: phy: sun4i-usb-phy: Add property descriptions for H3") 24d5503fa233 ("dt-bindings: phy: sun4i-usb-phy: Add compatible string for A83T") are missing a Signed-off-by from their committer. -- Cheers, Stephen Rothwell

Re: [PATCH v3 1/5] ACPI / blacklist: add acpi_match_platform_list()

2017-08-21 Thread Rafael J. Wysocki
On Mon, Aug 21, 2017 at 11:06 PM, Kani, Toshimitsu wrote: > On Mon, 2017-08-21 at 22:31 +0200, Rafael J. Wysocki wrote: >> On Mon, Aug 21, 2017 at 7:36 PM, Borislav Petkov >> wrote: >> > On Mon, Aug 21, 2017 at 05:23:37PM +, Kani, Toshimitsu wrote: >> > > > > 'data' here is private to the

linux-next: Signed-off-by missing for commits in the phy-next tree

2017-08-21 Thread Stephen Rothwell
Hi Kishon, Commits 74d8a7a7971a ("dt-bindings: phy: sun4i-usb-phy: Add property descriptions for H3") 24d5503fa233 ("dt-bindings: phy: sun4i-usb-phy: Add compatible string for A83T") are missing a Signed-off-by from their committer. -- Cheers, Stephen Rothwell

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