Re: [PATCH 5/6] staging: ks7010: Fix line over 80 characters.

2018-03-20 Thread Joe Perches
On Mon, 2018-03-19 at 22:58 -0700, Quytelda Kahja wrote: > There is no reason for comment describing the BSSID check for loop > to be spaced so far to the right. Move it above the for loop. [] > diff --git a/drivers/staging/ks7010/ks_hostif.c > b/drivers/staging/ks7010/ks_hostif.c [] > @@ -844,7

Re: [PATCH v2 0/5] update Mediatek MT2712 clock and scpsys support

2018-03-20 Thread Weiyi Lu
On Mon, 2018-03-12 at 15:03 +0800, Weiyi Lu wrote: > This series is based on v4.16-rc1 and composed of scpsys control (PATCH 1-2) > and clock control (PATCH 3-5). > Basically, all changes are for the ECO design change of MT2712. > > changes since v1: > - Avoid renumbering clocks. Append new

Re: [PATCH v4 12/24] fpga: dfl: fme: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support

2018-03-20 Thread Wu Hao
On Mon, Mar 19, 2018 at 01:29:52PM -0500, Alan Tull wrote: > On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: > > Hi Hao, > > Looking at fpga-dfl.h again, there's a lot of things that start with > FPGA_. Don't you think this is too general? There are other FPGA_ > things in

Re: [PATCH 4.14 00/41] 4.14.29-stable review

2018-03-20 Thread Naresh Kamboju
On 20 March 2018 at 02:08, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.29 release. > There are 41 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied,

Re: [PATCH v5 12/12] clk: actions: Add S900 SoC clock support

2018-03-20 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-17 03:09:52) > diff --git a/drivers/clk/actions/owl-s900.c b/drivers/clk/actions/owl-s900.c > new file mode 100644 > index ..5a9b1e3f3571 > --- /dev/null > +++ b/drivers/clk/actions/owl-s900.c > @@ -0,0 +1,690 @@ > +// SPDX-License-Identifier:

Re: [PATCH v4 2/8] dt-bindings: ingenic: Add DT bindings for TCU clocks

2018-03-20 Thread Mathieu Malaterre
Hi Paul, Two things: On Sun, Mar 18, 2018 at 12:28 AM, Paul Cercueil wrote: > This header provides clock numbers for the ingenic,tcu > DT binding. I have tested the whole series on my Creator CI20 with success, using: + tcu@10002000 { + compatible = "ingenic,jz4780-tcu";

Re: [patch] mm, thp: do not cause memcg oom for thp

2018-03-20 Thread Michal Hocko
On Mon 19-03-18 14:10:05, David Rientjes wrote: > Commit 2516035499b9 ("mm, thp: remove __GFP_NORETRY from khugepaged and > madvised allocations") changed the page allocator to no longer detect thp > allocations based on __GFP_NORETRY. > > It did not, however, modify the mem cgroup try_charge()

Re: [PATCH v3 06/13] ARM: dts: ipq4019: Add ipq4019-ap.dk04.1-c1 board file

2018-03-20 Thread Stephen Boyd
Quoting Sricharan R (2018-03-19 20:58:49) > diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts > b/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts > new file mode 100644 > index 000..871ac3f > --- /dev/null > +++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts > @@ -0,0 +1,20 @@ >

Re: [PATCH v3 13/13] ARM: dts: ipq8074: Enable few peripherals for hk01 board

2018-03-20 Thread Stephen Boyd
Quoting Sricharan R (2018-03-19 20:58:56) > +}; > + }; > + > + serial@78b1000 { > +pinctrl-0 = <_pins>; > +pinctrl-names = "default"; > +status = "ok"; > + }; >

RE: [PATCH v4 6/6] RDMA/qedr: eliminate duplicate barriers on weakly-ordered archs #2

2018-03-20 Thread Kalderon, Michal
> From: Sinan Kaya [mailto:ok...@codeaurora.org] > Sent: Tuesday, March 20, 2018 4:48 AM > > Code includes wmb() followed by writel() in multiple places. writel() already > has a barrier on some architectures like arm64. > > This ends up CPU observing two barriers back to back before executing

Re: [PATCH 4.4 000/134] 4.4.123-stable review

2018-03-20 Thread Greg Kroah-Hartman
On Mon, Mar 19, 2018 at 07:04:43PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.123 release. > There are 134 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

(Resend) Re: 回复:[PATCH] fs/overlayfs: Drop dentry cache to prevent unknown file status

2018-03-20 Thread Chengguang Xu
Sorry, resend email because of sending failure. If you have already received, please ignore it. Hi Yuanliang, If you use ext4, you can try below command to check if filetype feature has already enabled. tune2fs -l /dev/xxx | grep feature If filetype feature is not enabled, please enable it

Re: [PATCH 4.9 000/241] 4.9.89-stable review

2018-03-20 Thread Greg Kroah-Hartman
On Mon, Mar 19, 2018 at 07:04:25PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.89 release. > There are 241 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

[tip:x86/pti] x86/vsyscall/64: Use proper accessor to update p4d entry

2018-03-20 Thread tip-bot for Boris Ostrovsky
Commit-ID: f9ee6990bd505ecefa014f5e699b3c4d25860d80 Gitweb: https://git.kernel.org/tip/f9ee6990bd505ecefa014f5e699b3c4d25860d80 Author: Boris Ostrovsky AuthorDate: Mon, 19 Mar 2018 10:31:54 -0400 Committer: Thomas Gleixner CommitDate:

Re: [PATCH 3/4] Bluetooth: trailing statements

2018-03-20 Thread Marcel Holtmann
Hi Paul, > trailing statements should be on next line > > Signed-off-by: Paul McQuade > --- > drivers/bluetooth/hci_ll.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/bluetooth/hci_ll.c b/drivers/bluetooth/hci_ll.c > index

Re: [PATCH 1/4] Bluetooth: trailing whitespace

2018-03-20 Thread Marcel Holtmann
Hi Paul, > Removed whitespace > > Signed-off-by: Paul McQuade > --- > drivers/bluetooth/bfusb.c | 2 +- > drivers/bluetooth/btuart_cs.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c >

Re: [PATCH v2] ASoC: samsung: Mark unused Odroid compatibles as deprecated

2018-03-20 Thread Krzysztof Kozlowski
On Mon, Mar 19, 2018 at 4:14 PM, Sylwester Nawrocki wrote: > On 03/19/2018 11:56 AM, Krzysztof Kozlowski wrote: >> On Mon, Mar 19, 2018 at 11:29 AM, Sylwester Nawrocki >> wrote: >>> On 03/18/2018 04:35 PM, Krzysztof Kozlowski wrote: Compatible

Re: [PATCH v4 23/24] fpga: dfl: afu: add user afu sub feature support

2018-03-20 Thread Wu Hao
On Mon, Mar 19, 2018 at 03:10:28PM -0500, Alan Tull wrote: > On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: > > Hi Hao, > > > From: Xiao Guangrong > > > > User Accelerated Function Unit sub feature exposes the MMIO region of > > Is it 'user

Re: [PATCH v3 04/13] ARM: dts: ipq4019: Update ipq4019-dk01.1 board data

2018-03-20 Thread Stephen Boyd
Quoting Sricharan R (2018-03-19 20:58:47) > Reviewed-by: Abhishek Sahu That is an odd place for a reviewed-by tag. > Adds missing memory, reserved-memory nodes. > > Signed-off-by: Sricharan R > --- >

Re: [PATCH 4.9 000/241] 4.9.89-stable review

2018-03-20 Thread Greg Kroah-Hartman
On Tue, Mar 20, 2018 at 08:59:51AM +0800, Dan Rue wrote: > On Mon, Mar 19, 2018 at 07:04:25PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.9.89 release. > > There are 241 patches in this series, all will be posted as a response > > to this one. If

Re: [PATCH 14/19] csky: Misc headers

2018-03-20 Thread Arnd Bergmann
On Tue, Mar 20, 2018 at 11:36 AM, Guo Ren wrote: > Hi Arnd, > > On Tue, Mar 20, 2018 at 12:11:24AM +0800, Arnd Bergmann wrote: >> On Mon, Mar 19, 2018 at 3:51 AM, Guo Ren wrote: >> > +++ b/arch/csky/include/uapi/asm/fcntl.h >> > @@ -0,0 +1,13 @@ >> > +//

Re: [PATCH 1/2] sched/debug: fix per-task line continuation for console

2018-03-20 Thread Peter Zijlstra
On Mon, Mar 19, 2018 at 04:43:28PM -0400, Joe Lawrence wrote: > On 03/19/2018 04:17 PM, Peter Zijlstra wrote: > I don't have the commit offhand that changed the printk behavior, but > from observation: 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing continuation lines") and thereabout I

[PATCH linux dev-4.16 v2] i2c: muxes: pca9641: new driver

2018-03-20 Thread Ken Chen
Signed-off-by: Ken Chen --- v1->v2 - Merged PCA9641 code into i2c-mux-pca9541.c - Modified title - Add PCA9641 detect function --- drivers/i2c/muxes/i2c-mux-pca9541.c | 184 ++-- 1 file changed, 174 insertions(+), 10 deletions(-) diff

[tip:perf/core] perf tools arm64: Add libdw DWARF post unwind support for ARM64

2018-03-20 Thread tip-bot for Kim Phillips
Commit-ID: 744e9a91cf898bf027dbe65cc61a5d7565335cba Gitweb: https://git.kernel.org/tip/744e9a91cf898bf027dbe65cc61a5d7565335cba Author: Kim Phillips AuthorDate: Thu, 8 Mar 2018 21:10:30 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16

[tip:perf/core] perf c2c report: Call calc_width() only for displayed entries

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: bc229c21f2c79ef0f7b30d3a2fce8c2886ffa6c7 Gitweb: https://git.kernel.org/tip/bc229c21f2c79ef0f7b30d3a2fce8c2886ffa6c7 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:39 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf record: Avoid duplicate call of perf_default_config()

2018-03-20 Thread tip-bot for Yisheng Xie
Commit-ID: cff17205d6bd363703034510a84d66044aff176e Gitweb: https://git.kernel.org/tip/cff17205d6bd363703034510a84d66044aff176e Author: Yisheng Xie AuthorDate: Mon, 12 Mar 2018 19:25:57 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri,

[tip:perf/core] perf top: Fix top.call-graph config option reading

2018-03-20 Thread tip-bot for Yisheng Xie
Commit-ID: a3a4a3b37c9b911af4c375b2475cea0fd2b84d38 Gitweb: https://git.kernel.org/tip/a3a4a3b37c9b911af4c375b2475cea0fd2b84d38 Author: Yisheng Xie AuthorDate: Mon, 12 Mar 2018 19:25:56 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri,

Re: meter ABI: (was Re: [PATCH v2 1/3] staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR)

2018-03-20 Thread John Syne
Hi Jonathan, I broke out the {Direction}_{Type}_{Index}_{Modifier}_{Info_Mask} into separate columns to make sure I understand your instructions. Good way to check the results. Probably easier to copy and paste this table into a spreadsheet. Let me know if there is anything I got wrong.

[tip:perf/core] perf vendor events arm64: Enable JSON events for ThunderX2 B0

2018-03-20 Thread tip-bot for Ganapatrao Kulkarni
Commit-ID: a8685f088819d21cd5aea5de4c184de427c3625d Gitweb: https://git.kernel.org/tip/a8685f088819d21cd5aea5de4c184de427c3625d Author: Ganapatrao Kulkarni AuthorDate: Wed, 7 Mar 2018 16:38:03 +0530 Committer: Arnaldo Carvalho de Melo

[tip:perf/core] perf stat: Make function perf_stat_evsel_id_init static

2018-03-20 Thread tip-bot for Thomas Richter
Commit-ID: 26e4711fc8352252f474a02429d7495652c4aef7 Gitweb: https://git.kernel.org/tip/26e4711fc8352252f474a02429d7495652c4aef7 Author: Thomas Richter AuthorDate: Mon, 12 Mar 2018 11:38:07 +0100 Committer: Arnaldo Carvalho de Melo

[tip:perf/core] perf tests bp_account: Fix build with clang-6

2018-03-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 1cd618838b9703eabe4a75badf433382b12f6bef Gitweb: https://git.kernel.org/tip/1cd618838b9703eabe4a75badf433382b12f6bef Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 19 Mar 2018 10:51:00 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] objtool, perf: Fix GCC 8 -Wrestrict error

2018-03-20 Thread tip-bot for Josh Poimboeuf
Commit-ID: 854e55ad289efe7991f0ada85d5846f5afb9 Gitweb: https://git.kernel.org/tip/854e55ad289efe7991f0ada85d5846f5afb9 Author: Josh Poimboeuf AuthorDate: Thu, 15 Mar 2018 22:11:54 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Mon,

[tip:perf/core] perf annotate: Use ops->target.name when available for unresolved call targets

2018-03-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 4c9cb2c2b4b5530717f74b2252f8cc4c45b2a918 Gitweb: https://git.kernel.org/tip/4c9cb2c2b4b5530717f74b2252f8cc4c45b2a918 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 16 Mar 2018 13:28:09 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf probe: Use right type to access array elements

2018-03-20 Thread tip-bot for Masami Hiramatsu
Commit-ID: d0461794a1dcaf552b507e23788777f718b736a1 Gitweb: https://git.kernel.org/tip/d0461794a1dcaf552b507e23788777f718b736a1 Author: Masami Hiramatsu AuthorDate: Sat, 17 Mar 2018 21:52:25 +0900 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf top: Document --ignore-vmlinux

2018-03-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a8403912d04e2c8271653bb5b7f6294dc6d322ac Gitweb: https://git.kernel.org/tip/a8403912d04e2c8271653bb5b7f6294dc6d322ac Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 16 Mar 2018 16:24:34 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH v4 3/6] clk: mediatek: add audsys support for MT2701

2018-03-20 Thread Ryder Lee
On Mon, 2018-03-19 at 13:31 -0700, Stephen Boyd wrote: > Quoting Ryder Lee (2018-03-06 01:09:28) > > + > > +static const struct of_device_id of_match_clk_mt2701_aud[] = { > > + { .compatible = "mediatek,mt2701-audsys", }, > > + {} > > +}; > > + > > +static int

[PATCH] dlm: prompt the user SCTP is experimental

2018-03-20 Thread Gang He
As you know, DLM module can use TCP or SCTP protocols to communicate among the cluster. But, according to our testing, SCTP protocol is still considered experimental, since not all aspects are working correctly and it is not full tested. e.g. SCTP connection channel switch needs about 5mins hang

Re: [PATCH 4.15 00/52] 4.15.12-stable review

2018-03-20 Thread Naresh Kamboju
On 20 March 2018 at 02:07, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.15.12 release. > There are 52 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied,

Re: [PATCH] fs/overlayfs: Drop dentry cache to prevent unknown file status

2018-03-20 Thread Chengguang Xu
Hi Yuanliang, Can you explain how to reproduce it? and what filesystem do you use as underlying fs? > Sent: Tuesday, March 20, 2018 at 2:03 PM > From: 王元良 > To: mik...@szeredi.hu > Cc: linux-unio...@vger.kernel.org, linux-kernel@vger.kernel.org, 王元良 >

Re: [PATCH] fs/overlayfs: Drop dentry cache to prevent unknown file status

2018-03-20 Thread Chengguang Xu
Hi Yuanliang, Can you try ext4 or xfs(with ftype=1) as underlying fs? It seems the phenomenon that I met on xfs(with ftype=0) as underlying fs. Thanks, Chengguang. > Sent: Tuesday, March 20, 2018 at 2:44 PM > From: "Chengguang Xu" > To: 王元良 >

Re: [PATCH v2 0/5] update Mediatek MT2712 clock and scpsys support

2018-03-20 Thread Stephen Boyd
Quoting Weiyi Lu (2018-03-19 23:07:48) > On Mon, 2018-03-12 at 15:03 +0800, Weiyi Lu wrote: > > This series is based on v4.16-rc1 and composed of scpsys control (PATCH > > 1-2) and clock control (PATCH 3-5). > > Basically, all changes are for the ECO design change of MT2712. > > > > changes

linux-next: Tree for Mar 20

2018-03-20 Thread Stephen Rothwell
Hi all, Changes since 20180319: The vfs tree still had its build failure for which I reverted a commit. The drm-misc tree gained a conflict against Linus' tree. Non-merge commits (relative to Linus' tree): 8417 10910 files changed, 369623 insertions(+), 737452 deletions(-)

Re: [PATCH 4.4 000/134] 4.4.123-stable review

2018-03-20 Thread Greg Kroah-Hartman
On Mon, Mar 19, 2018 at 01:57:05PM -0700, Nathan Chancellor wrote: > On Mon, Mar 19, 2018 at 07:04:43PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.123 release. > > There are 134 patches in this series, all will be posted as a response > > to this

Re: [PATCH 4.4 038/134] ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss

2018-03-20 Thread Greg Kroah-Hartman
On Tue, Mar 20, 2018 at 07:52:51AM +0800, Dan Rue wrote: > On Mon, Mar 19, 2018 at 07:05:21PM +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Roger Quadros > > > > > > [

[PATCH v2] crypto: doc - clarify hash callbacks state machine

2018-03-20 Thread Horia Geantă
Add a note that it is perfectly legal to "abandon" a request object: - call .init() and then (as many times) .update() - _not_ call any of .final(), .finup() or .export() at any point in future Link: https://lkml.kernel.org/r/20180222114741.ga27...@gondor.apana.org.au Signed-off-by: Horia

Re: [PATCH v9 1/5] driver core: Find an existing link between two devices

2018-03-20 Thread Vivek Gautam
Hi Lukasz, On 3/14/2018 5:57 PM, Lukas Wunner wrote: On Wed, Mar 14, 2018 at 12:14:15PM +, Robin Murphy wrote: On Wed, Mar 14, 2018 at 8:12 PM, Rafael J. Wysocki wrote: On Tuesday, March 13, 2018 12:23:34 PM CET Tomasz Figa wrote: On Tue, Mar 13, 2018 at 7:34 PM,

[tip:perf/core] perf c2c report: Make calc_width work with struct c2c_hist_entry

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: 3773138828b38f3f1364ef318cd876b16182388a Gitweb: https://git.kernel.org/tip/3773138828b38f3f1364ef318cd876b16182388a Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:38 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf c2c record: Record physical addresses in samples

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: 8fab7843a15078814764e01c303d175c92b500c1 Gitweb: https://git.kernel.org/tip/8fab7843a15078814764e01c303d175c92b500c1 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:37 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

Re: [PATCH linux dev-4.16] drivers: i2c: master arbiter: create driver

2018-03-20 Thread kbuild test robot
/0day-ci/linux/commits/Ken-Chen/drivers-i2c-master-arbiter-create-driver/20180320-134925 config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed

Re: [PATCH 4/6] phy: qcom-qmp: Add QMP V3 USB3 UNI PHY support for sdm845

2018-03-20 Thread Manu Gautam
Hi, On 3/19/2018 11:21 PM, Evan Green wrote: > Hi Manu, > > On Fri, Mar 16, 2018 at 2:46 AM Manu Gautam wrote: [snip] >> index d1c6905..5d78d43 100644 >> --- a/drivers/phy/qualcomm/phy-qcom-qmp.h >> +++ b/drivers/phy/qualcomm/phy-qcom-qmp.h >> @@ -214,6 +214,8 @@ >>

Re: [PATCH] staging: android: ashmem: Fix possible deadlock in ashmem_ioctl

2018-03-20 Thread Greg KH
On Mon, Mar 19, 2018 at 03:16:51PM -0700, Joel Fernandes (Google) wrote: > On Tue, Feb 27, 2018 at 10:59 PM, Yisheng Xie wrote: > > ashmem_mutex may create a chain of dependencies like: > > > > CPU0CPU1 > > mmap syscall

Re: [PATCH v3 2/3] arm64: Implement page table free interfaces

2018-03-20 Thread Chintan Pandya
On 3/20/2018 12:59 AM, Kani, Toshi wrote: On Mon, 2018-03-19 at 18:10 +0530, Chintan Pandya wrote: Implement pud_free_pmd_page() and pmd_free_pte_page(). Implementation requires, 1) Freeing of the un-used next level page tables 2) Clearing off the current pud/pmd entry 3) Invalidate

Re: [PATCH] nvme-pci: Fix NULL ptr deref in EEH code

2018-03-20 Thread Christoph Hellwig
On Tue, Mar 20, 2018 at 11:22:42AM +1100, Michael Neuling wrote: > diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c > index b6f43b738f..404b346e3c 100644 > --- a/drivers/nvme/host/pci.c > +++ b/drivers/nvme/host/pci.c > @@ -2626,6 +2626,9 @@ static pci_ers_result_t

Re: [PATCH v2] vmw_balloon: fixing double free when batching mode is off

2018-03-20 Thread Oleksandr Natalenko
Hi. On Mon, Mar 19, 2018 at 7:52 PM, Nadav Amit wrote: >> Oleksandr, if you can confirm that it fixes the bug you encountered, it >> would be great. >> >> Greg, Arnd, on your free time, please let me know if there is any issue >> with the patch, and whether you can incorporate

Re: [PATCH] block, bfq: keep peak_rate estimation within range 1..2^32-1

2018-03-20 Thread Konstantin Khlebnikov
On 20.03.2018 06:00, Paolo Valente wrote: Il giorno 19 mar 2018, alle ore 14:28, Konstantin Khlebnikov ha scritto: On 19.03.2018 09:03, Paolo Valente wrote: Il giorno 05 mar 2018, alle ore 04:48, Konstantin Khlebnikov ha scritto:

[PATCH v1] phy: Add QMP phy based UFS phy support for sdm845.

2018-03-20 Thread Can Guo
Add UFS PHY support to make SDM845 UFS work with common PHY framework. Signed-off-by: Can Guo --- drivers/phy/qualcomm/phy-qcom-qmp.c | 120 +++- drivers/phy/qualcomm/phy-qcom-qmp.h | 8 +++ 2 files changed, 126 insertions(+), 2

[PATCH] staging: mt7621-gpio: remove redundant owner assignments of drivers

2018-03-20 Thread hariprasath . elango
From: HariPrasath Elango Remove the reduntant owner initialization from this platform driver as the platform_driver_register() takes care of it. Signed-off-by: HariPrasath Elango --- drivers/staging/mt7621-gpio/gpio-mt7621.c | 1 - 1

Re: [PATCH 2/2] powerpc/mm: Trace tlbia instruction

2018-03-20 Thread Christophe LEROY
Le 19/03/2018 à 23:43, Balbir Singh a écrit : On Mon, 19 Mar 2018 11:32:40 +0100 (CET) Christophe Leroy wrote: Add a trace point for tlbia (Translation Lookaside Buffer Invalidate All) instruction. Signed-off-by: Christophe Leroy ---

Re: [PATCH 4.15 00/52] 4.15.12-stable review

2018-03-20 Thread Greg Kroah-Hartman
On Tue, Mar 20, 2018 at 02:47:07PM +0800, Naresh Kamboju wrote: > On 20 March 2018 at 02:07, Greg Kroah-Hartman > wrote: > > This is the start of the stable review cycle for the 4.15.12 release. > > There are 52 patches in this series, all will be posted as a response

Re: [PATCH net-next v2 2/2] dt: bindings: add new dt entries for brcmfmac

2018-03-20 Thread Alexey Roslyakov
Arend, >Also I am not sure if the broken-sg-support is still needed. We added that for >omap_hsmmc, but that has since changed to scatter-gather emulation so it might >not be needed anymore. I can confirm it doesn't impact wifi performance in case of rk3288+ap6335. But I still have to set

Re: [PATCH 1/2] powerpc/mm: Add missing tracepoint for tlbie

2018-03-20 Thread Christophe LEROY
Le 19/03/2018 à 23:39, Balbir Singh a écrit : On Mon, 19 Mar 2018 11:32:38 +0100 (CET) Christophe Leroy wrote: commit 0428491cba927 ("powerpc/mm: Trace tlbie(l) instructions") added tracepoints for tlbie calls, but _tlbil_va() was forgotten Fixes: 0428491cba927

Re: [PATCH 00/19] thunderbolt: Changes for v4.17 merge window

2018-03-20 Thread Greg Kroah-Hartman
On Mon, Mar 19, 2018 at 07:26:44PM +0300, Mika Westerberg wrote: > Hi Greg, > > Here are Thunderbolt changes for v4.17 merge window as a patch series and > there is also a signed tag that you may choose pull directly. > > New features: > > - Intel Titan Ridge Thunderbolt 3 controller support

Re: tg3 crashes under high load, when using 100Mbits

2018-03-20 Thread Satish Baddipadige
On Thu, Feb 15, 2018 at 7:37 PM, Siva Reddy Kallam wrote: > On Mon, Feb 12, 2018 at 10:59 AM, Siva Reddy Kallam > wrote: >> On Fri, Feb 9, 2018 at 10:41 AM, Kai Heng Feng >> wrote: >>> Hi Broadcom folks, >>> >>> We

[tip:perf/core] perf c2c report: Add span header over cacheline data

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: d0802b1ee2c8b95e960f46fa14fe0fee562cb79a Gitweb: https://git.kernel.org/tip/d0802b1ee2c8b95e960f46fa14fe0fee562cb79a Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:41 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

Re: [PATCH linux dev-4.16] drivers: i2c: master arbiter: create driver

2018-03-20 Thread ChenKenYY 陳永營 TAO
Hi all, I had merged into i2c-mux-pca9541.c It will be send out later. 2018-03-19 21:44 GMT+08:00 Guenter Roeck : > On 03/19/2018 05:45 AM, Peter Rosin wrote: >> >> Hi Ken, >> >> Thanks for the patch! >> >> I would have liked this subject: >> i2c: muxes: pca9641: new driver >>

[tip:perf/core] perf c2c report: Display node for cacheline address

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: 7f834c2e84bbcf94a1ed65a2ae648129e1901370 Gitweb: https://git.kernel.org/tip/7f834c2e84bbcf94a1ed65a2ae648129e1901370 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:40 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf stat: Fix core dump when flag T is used

2018-03-20 Thread tip-bot for Thomas Richter
Commit-ID: fca32340a5e8b896f57d41fd94b8b1701df25eb1 Gitweb: https://git.kernel.org/tip/fca32340a5e8b896f57d41fd94b8b1701df25eb1 Author: Thomas Richter AuthorDate: Thu, 8 Mar 2018 15:57:35 +0100 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf report: Show zero counters as well in 'perf report --stat'

2018-03-20 Thread tip-bot for Ingo Molnar
Commit-ID: 39ce7fb31530c6d4648919e03e16c5e9286a5940 Gitweb: https://git.kernel.org/tip/39ce7fb31530c6d4648919e03e16c5e9286a5940 Author: Ingo Molnar AuthorDate: Wed, 7 Mar 2018 16:24:30 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf unwind: Unwind with libdw doesn't take symfs into account

2018-03-20 Thread tip-bot for Martin Vuille
Commit-ID: 3d20c6246690219881786de10d2dda93f616d0ac Gitweb: https://git.kernel.org/tip/3d20c6246690219881786de10d2dda93f616d0ac Author: Martin Vuille AuthorDate: Sun, 11 Feb 2018 16:24:20 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

Re: [PATCH] x86/xen: Delay get_cpu_cap until stack canary is established

2018-03-20 Thread Juergen Gross
On 19/03/18 23:22, Boris Ostrovsky wrote: > On 03/19/2018 12:58 PM, Jason Andryuk wrote: >> Commit 2cc42bac1c79 ("x86-64/Xen: eliminate W+X mappings") introduced a >> call to get_cpu_cap, which is fstack-protected. This is works on x86-64 > > s/This is works/This works/ > > Reviewed-by: Boris

[tip:perf/core] perf llvm: Display eBPF compiling command in debug output

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: 5eab5a7ee032acaab3da8fc95a3614fec14687ac Gitweb: https://git.kernel.org/tip/5eab5a7ee032acaab3da8fc95a3614fec14687ac Author: Jiri Olsa AuthorDate: Mon, 12 Mar 2018 10:43:02 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf annotate: Use asprintf when formatting objdump command line

2018-03-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 6810158d526e483868e519befff407b91e76b3db Gitweb: https://git.kernel.org/tip/6810158d526e483868e519befff407b91e76b3db Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 14 Mar 2018 10:34:11 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf test: Fix exit code for record+probe_libc_inet_pton.sh

2018-03-20 Thread tip-bot for Sandipan Das
Commit-ID: 10f354a36f9a9aa1b8bffe0abc1cd43822a85bcd Gitweb: https://git.kernel.org/tip/10f354a36f9a9aa1b8bffe0abc1cd43822a85bcd Author: Sandipan Das AuthorDate: Mon, 12 Mar 2018 18:14:50 +0530 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf machine: Fix mmap name setup

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: c192524e6fe8a4bd18f2549f9556b81ed9e05a86 Gitweb: https://git.kernel.org/tip/c192524e6fe8a4bd18f2549f9556b81ed9e05a86 Author: Jiri Olsa AuthorDate: Mon, 12 Mar 2018 16:24:06 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf tests: Fix out of bounds access on array fd when cnt is 100

2018-03-20 Thread tip-bot for Colin Ian King
Commit-ID: 66790bc8e1f51831d73691954ae0b430bde614ad Gitweb: https://git.kernel.org/tip/66790bc8e1f51831d73691954ae0b430bde614ad Author: Colin Ian King AuthorDate: Wed, 14 Mar 2018 17:33:54 + Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf record: Synthesize features before events in pipe mode

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: a2015516c5c0be932a69e1d3405c2fb03b4eacf1 Gitweb: https://git.kernel.org/tip/a2015516c5c0be932a69e1d3405c2fb03b4eacf1 Author: Jiri Olsa AuthorDate: Wed, 14 Mar 2018 10:22:04 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf vendor events: Update POWER9 events

2018-03-20 Thread tip-bot for Sukadev Bhattiprolu
Commit-ID: 9749adc3b2a23c91b2eda8758ff0c650d731aa2f Gitweb: https://git.kernel.org/tip/9749adc3b2a23c91b2eda8758ff0c650d731aa2f Author: Sukadev Bhattiprolu AuthorDate: Tue, 13 Mar 2018 12:33:29 -0500 Committer: Arnaldo Carvalho de Melo

[tip:perf/core] perf report: Support forced leader feature in pipe mode

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: 57b5de463925b9fbd1eff56a38a510495ac9c2c0 Gitweb: https://git.kernel.org/tip/57b5de463925b9fbd1eff56a38a510495ac9c2c0 Author: Jiri Olsa AuthorDate: Wed, 14 Mar 2018 10:22:05 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf mmap: Discard head in overwrite_rb_find_range()

2018-03-20 Thread tip-bot for Yisheng Xie
Commit-ID: 699db111058798bcc9f92a93767062905a561bef Gitweb: https://git.kernel.org/tip/699db111058798bcc9f92a93767062905a561bef Author: Yisheng Xie AuthorDate: Tue, 13 Mar 2018 20:31:13 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri,

Re: [PATCH RESEND v2 0/2] drm/xen-front: Add support for Xen PV display frontend

2018-03-20 Thread Oleksandr Andrushchenko
On 03/20/2018 01:23 AM, Boris Ostrovsky wrote: On 03/13/2018 12:21 PM, Oleksandr Andrushchenko wrote: From: Oleksandr Andrushchenko Hello! Resending with all the patches squashed on Daniel's request. Which of the two series are we supposed to review? The

Re: [PATCH v3 1/3] ioremap: Update pgtable free interfaces with addr

2018-03-20 Thread Chintan Pandya
On 3/20/2018 12:31 AM, Kani, Toshi wrote: On Mon, 2018-03-19 at 18:10 +0530, Chintan Pandya wrote: This patch ("mm/vmalloc: Add interfaces to free unmapped page table") adds following 2 interfaces to free the page table in case we implement huge mapping. pud_free_pmd_page() and

Re: [PATCH v2] clk: Add driver for the si544 clock generator chip

2018-03-20 Thread Stephen Boyd
Quoting Mike Looijmans (2018-03-20 00:15:36) > Thanks, found them on patchwork, somehow they didn't end up in my mailbox. > > Comments are clear, will incorporate them, I only have trouble with your > remark on the DT documentation "Can this reference stuff go to the bottom of > this

Re: [PATCH 1/2] clk: mediatek: add devm_of_platform_populate() for MT7622 audsys

2018-03-20 Thread Stephen Boyd
Quoting Ryder Lee (2018-03-19 20:16:51) > Add devm_of_platform_populate() to populate devices which are children > of the root node. > > Signed-off-by: Ryder Lee > --- Applied to clk-next

Re: [PATCH 2/2] clk: mediatek: add audsys support for MT2701

2018-03-20 Thread Stephen Boyd
Quoting Ryder Lee (2018-03-19 20:16:52) > Add clock driver support for MT2701 audsys. > > Signed-off-by: Ryder Lee > --- Applied to clk-next

Re: [tip:irq/core 12/13] drivers/irqchip/irq-vic.c:295:2: error: implicit declaration of function 'set_handle_irq'; did you mean 'vic_handle_irq'?

2018-03-20 Thread Thomas Gleixner
On Tue, 20 Mar 2018, kbuild test robot wrote: > Hi Palmer, > > FYI, the error/warning still remains. Zapped the commit as well...

Re: [PATCH] vfio-mdev/samples: change RDI interrupt condition

2018-03-20 Thread Yang, Shunyong
Hi, Alex, Gentle ping. Could you please help to pull this patch? It's a small fix and Kirti has reviewed. Thanks. Shunyong. On Fri, 2018-03-09 at 11:36 +0530, Kirti Wankhede wrote: > Thanks for fixing it. > Patch looks good to me. > +Alex to pull this patch. > > Reviewed by: Kirti Wankhede

Re: linux-next on x60: network manager often complains "network is disabled" after resume

2018-03-20 Thread Pavel Machek
On Mon 2018-03-19 12:45:49, Dan Williams wrote: > On Mon, 2018-03-19 at 18:33 +0100, Pavel Machek wrote: > > On Mon 2018-03-19 10:40:08, Dan Williams wrote: > > > On Mon, 2018-03-19 at 10:21 +0100, Pavel Machek wrote: > > > > On Mon 2018-03-19 05:17:45, Woody Suwalski wrote: > > > > > Pavel Machek

[PATCH 2/6] staging: ks7010: Factor out code into helper methods.

2018-03-20 Thread Quytelda Kahja
Some cases in the switch statement in get_ap_information() are indented as much as five levels, which makes the code difficult to read because of all the wrapping. Factor them out into helper methods. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c |

[PATCH 5/6] staging: ks7010: Fix line over 80 characters.

2018-03-20 Thread Quytelda Kahja
There is no reason for comment describing the BSSID check for loop to be spaced so far to the right. Move it above the for loop. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 3/6] staging: ks7010: Remove unnecessary parentheses.

2018-03-20 Thread Quytelda Kahja
Remove unnecessary parentheses highlighted by checkpatch. Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c

[PATCH 1/6] staging: ks7010: Factor out repeated code.

2018-03-20 Thread Quytelda Kahja
Some of the code for reading IEs is replicated multiple times in the switch statement for get_ap_information(). Factor that code out into read_ie(). Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 48 +- 1 file

[tip:perf/core] perf tests: Add mem2node object test

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: 8185850ad603acfc66f5b3d284955809dffa5d2c Gitweb: https://git.kernel.org/tip/8185850ad603acfc66f5b3d284955809dffa5d2c Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:36 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

Re: [PATCH 5/7] staging: wilc1000: replace switch statement by simple if condition

2018-03-20 Thread
On Mon, Mar 19, 2018 at 07:45:46PM +0100, Greg KH wrote: > On Wed, Mar 14, 2018 at 06:15:03PM +0530, hariprasath.ela...@gmail.com wrote: > > From: HariPrasath Elango > > > > In this case,there is only a single switch case statement.So replacing > > by a simple if

[tip:perf/core] perf tools: Add mem2node object

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: 4acf6142de3fbc4fc9cc8da0a1aec073f05b724f Gitweb: https://git.kernel.org/tip/4acf6142de3fbc4fc9cc8da0a1aec073f05b724f Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:35 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

[tip:perf/core] perf env: Free memory nodes data

2018-03-20 Thread tip-bot for Jiri Olsa
Commit-ID: e725920cdb1c79fdc71f2f164f59be8c411cad68 Gitweb: https://git.kernel.org/tip/e725920cdb1c79fdc71f2f164f59be8c411cad68 Author: Jiri Olsa AuthorDate: Fri, 9 Mar 2018 11:14:34 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 16 Mar

Re: [PATCH 4.4 038/134] ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss

2018-03-20 Thread Sam Protsenko
On 20 March 2018 at 15:42, Greg Kroah-Hartman wrote: > On Tue, Mar 20, 2018 at 07:52:51AM +0800, Dan Rue wrote: >> On Mon, Mar 19, 2018 at 07:05:21PM +0100, Greg Kroah-Hartman wrote: >> > 4.4-stable review patch. If anyone has any objections, please let me know. >> >

Re: [PATCH 4.4 038/134] ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss

2018-03-20 Thread Dan Rue
On Tue, Mar 20, 2018 at 07:08:36AM +0200, Tero Kristo wrote: > On 20/03/18 01:52, Dan Rue wrote: > > On Mon, Mar 19, 2018 at 07:05:21PM +0100, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch. If anyone has any objections, please let me > > > know. > > > > > > -- > > > >

Re: [PATCH 1/2] powerpc/mm: Add missing tracepoint for tlbie

2018-03-20 Thread kbuild test robot
/Christophe-Leroy/powerpc-mm-Add-missing-tracepoint-for-tlbie/20180320-130831 config: powerpc-maple_defconfig (attached as .config) compiler: powerpc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin

[PATCH v3] clk: Add driver for the si544 clock generator chip

2018-03-20 Thread Mike Looijmans
This patch adds the driver and devicetree documentation for the Silicon Labs SI544 clock generator chip. This is an I2C controlled oscillator capable of generating clock signals ranging from 200kHz to 1500MHz. Signed-off-by: Mike Looijmans --- v2: Add u64 cast to

[PATCH] Staging: xgifb: XGI_main_26.c: Refactored the function

2018-03-20 Thread Pratik Jain
Refactored the function `XGIfb_search_refresh_rate` by removing a level of `if...else` block nesting. Removed unnecessary parantheses. Signed-off-by: Pratik Jain --- drivers/staging/xgifb/XGI_main_26.c | 63 +++-- 1 file changed, 33

  1   2   3   4   5   6   7   8   9   10   >