Re: [PATCH] ARM: dts: da850-evm: add clock properties to the nand node

2018-02-06 Thread Sekhar Nori
On Tuesday 06 February 2018 06:38 PM, Bartosz Golaszewski wrote: > 2018-02-06 12:07 GMT+01:00 Sekhar Nori : >> On Monday 05 February 2018 09:22 PM, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski >>> >>> Make nand work with the common clock framework by specifying which >>> clock should b

Re: [PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask

2018-02-06 Thread Wolfram Sang
Hi Julia, > and got the results below. I can make a version for the kernel shortly. It should probably take care of right-shifting, too? Thanks, Wolfram signature.asc Description: PGP signature

Re: [PATCH] perf test: Fix test trace+probe_libc_inet_pton.sh for s390x

2018-02-06 Thread Arnaldo Carvalho de Melo
Em Wed, Jan 17, 2018 at 09:38:31AM +0100, Thomas Richter escreveu: > On Intel test case trace+probe_libc_inet_pton.sh succeeds and the > output is: > [root@f27 perf]# ./perf trace --no-syscalls > -e probe_libc:inet_pton/max-stack=3/ ping -6 -c 1 ::1 > PING ::1(::1) 56 data bytes >

Re: [PATCHv3] tlv320dac33: Add device tree bindings

2018-02-06 Thread Pavel Machek
On Tue 2018-02-06 12:11:22, Mark Brown wrote: > On Mon, Feb 05, 2018 at 09:24:45AM +0100, Pavel Machek wrote: > > > > This adds device tree bindings for tlv320dac33.c. > > > > Acked-by: Peter Ujfalusi > > Signed-off-by: Pavel Machek > > Please submit patches using subject lines reflecting the

Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

2018-02-06 Thread Mike Galbraith
On Tue, 2018-02-06 at 13:26 +0100, Paolo Valente wrote: > > ok, right in the middle of bfq this time ... Was this the first OOPS in your > kernel log? Yeah.

Re: [PATCH] ext4: report delalloc reserve as non-free in statfs mangled by project quota

2018-02-06 Thread Jan Kara
On Fri 02-02-18 13:40:05, Konstantin Khlebnikov wrote: > This reserved space isn't committed yet but cannot be used for allocations. > For userspace it has no difference from used space. XFS already does this. > > Signed-off-by: Konstantin Khlebnikov > Fixes: 689c958cbe6b ("ext4: add project quot

Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

2018-02-06 Thread Mike Galbraith
On Tue, 2018-02-06 at 13:16 +0100, Oleksandr Natalenko wrote: > Hi. > > 06.02.2018 12:57, Mike Galbraith wrote: > > Not me.  Box seems to be fairly sure that it is bfq. Twice again box > > went belly up on me in fairly short order with bfq, but seemed fine > > with deadline. I'm currently runnin

Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

2018-02-06 Thread Holger Hoffstätte
The plot thickens! Just as I was about to post that I didn't have any problems - because I didn't have any - I decided to do a second test, activated bfq on my workstation, on a hunch typed "sync" and .. the machine locked up, hard. Rebooted, activated bfq, typed sync..sync hangs. Luckily this t

Re: [PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask

2018-02-06 Thread Julia Lawall
On Tue, 6 Feb 2018, Dan Carpenter wrote: > On Tue, Feb 06, 2018 at 02:15:51PM +0100, Julia Lawall wrote: > > > > > > On Tue, 6 Feb 2018, Dan Carpenter wrote: > > > > > On Mon, Feb 05, 2018 at 09:09:57PM +0100, Wolfram Sang wrote: > > > > In one Renesas driver, I found a typo which turned an inte

[PATCH] Resolve RF Type mismatch

2018-02-06 Thread Kangmin Park
Match rf_type of staging/rtlwifi/wifi.h and staging/rtl8723bs/include/rtw_rf.h, and update some additional code that resulted. Signed-off-by: Kangmin Park Cc: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/hal/odm.h b/drivers/staging/rtl8723bs/hal/odm.h index 87a76ba..dbb78fe 10

Re: [PATCH v5 07/16] media: rkisp1: add ISP1 params driver

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > From: Jacob Chen > > Add the output video driver that accept params from userspace. > > Signed-off-by: Jacob Chen > Signed-off-by: Shunqian Zheng > Signed-off-by: Yichong Zhong > Signed-off-by: Jacob Chen > Signed-off-by: Eddie Cai > Signed-off-by:

Re: [PATCH v2 2/2] pinctrl: qcom: Add sdm845 pinctrl driver

2018-02-06 Thread Linus Walleij
On Thu, Jan 11, 2018 at 7:00 AM, Bjorn Andersson wrote: > From: Kyle Yan > > This adds the pinctrl definitions for the TLMM of SDM845. > > Signed-off-by: Kyle Yan > Signed-off-by: Rajendra Nayak > Signed-off-by: Bjorn Andersson Patch applied for v4.17. > Changes since v1: > - Corrected the

Re: [PATCH -mm] mm, swap, frontswap: Fix THP swap if frontswap enabled

2018-02-06 Thread huang ying
On Tue, Feb 6, 2018 at 5:02 PM, Minchan Kim wrote: > On Tue, Feb 06, 2018 at 04:39:18PM +0800, Huang, Ying wrote: >> Hi, Minchan, >> >> Minchan Kim writes: >> >> > Hi Huang, >> > >> > On Tue, Feb 06, 2018 at 02:54:04PM +0800, Huang, Ying wrote: >> >> From: Huang Ying >> >> >> >> It was reported

Re: [PATCH v2 1/2] dt-bindings: pinctrl: Add Qualcomm SDM845 TLMM binding

2018-02-06 Thread Linus Walleij
On Thu, Jan 11, 2018 at 7:00 AM, Bjorn Andersson wrote: > This adds the DeviceTree binding for the Qualcomm SDM845 TLMM block. > > Signed-off-by: Bjorn Andersson > --- > > Changes since v1: > - Added qspi related functions Folded in the small fix requested by Rob and applied for v4.17 with his

Re: [PATCH 1/1] ext4: don't put symlink in pagecache into highmem

2018-02-06 Thread Theodore Ts'o
On Mon, Feb 05, 2018 at 11:57:39AM -0800, Jin Qian wrote: > From: Jin Qian > > partial backport of 21fc61c73c3903c4c312d0802da01ec2b323d174. Hi Jin, When you do a partial backport like this, it would be helpful you could indicate which kernel version(s) it is meant for, since there are many sta

Re: [PATCH v5 06/16] media: rkisp1: add ISP1 statistics driver

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > From: Jacob Chen > > Add the capture video driver for rockchip isp1 statistics block. > > Signed-off-by: Jacob Chen > Signed-off-by: Shunqian Zheng > Signed-off-by: Yichong Zhong > Signed-off-by: Jacob Chen > Signed-off-by: Eddie Cai > Signed-off-b

Re: [PATCH] gpio-wm831x: Use seq_putc() in wm831x_gpio_dbg_show()

2018-02-06 Thread Linus Walleij
On Fri, Jan 12, 2018 at 9:37 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 12 Jan 2018 21:30:09 +0100 > > A single character (line break) should be put into a sequence. > Thus use the corresponding function "seq_putc". > > This issue was detected by using the Coccinelle softwa

Re: [PATCH v5 05/16] media: rkisp1: add Rockchip ISP1 subdev driver

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > From: Jacob Chen > > Add the subdev driver for rockchip isp1. > > Signed-off-by: Jacob Chen > Signed-off-by: Shunqian Zheng > Signed-off-by: Yichong Zhong > Signed-off-by: Jacob Chen > Signed-off-by: Eddie Cai > Signed-off-by: Jeffy Chen > Signed-

Re: [PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask

2018-02-06 Thread Dan Carpenter
On Tue, Feb 06, 2018 at 02:15:51PM +0100, Julia Lawall wrote: > > > On Tue, 6 Feb 2018, Dan Carpenter wrote: > > > On Mon, Feb 05, 2018 at 09:09:57PM +0100, Wolfram Sang wrote: > > > In one Renesas driver, I found a typo which turned an intended bit shift > > > ('<<') > > > into a comparison ('

Re: [PATCH v5 04/16] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > From: Jacob Chen > > This commit adds a subdev driver for Rockchip MIPI Synopsys DPHY driver > > Signed-off-by: Jacob Chen > Signed-off-by: Shunqian Zheng > Signed-off-by: Tomasz Figa > --- > .../media/platform/rockchip/isp1/mipi_dphy_sy.c| 787

Re: [PATCH v5 04/16] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > From: Jacob Chen > > This commit adds a subdev driver for Rockchip MIPI Synopsys DPHY driver > > Signed-off-by: Jacob Chen > Signed-off-by: Shunqian Zheng > Signed-off-by: Tomasz Figa > --- > .../media/platform/rockchip/isp1/mipi_dphy_sy.c| 787

[PATCH net 1/1 v3] rtnetlink: require unique netns identifier

2018-02-06 Thread Christian Brauner
Since we've added support for IFLA_IF_NETNSID for RTM_{DEL,GET,SET,NEW}LINK it is possible for userspace to send us requests with three different properties to identify a target network namespace. This affects at least RTM_{NEW,SET}LINK. Each of them could potentially refer to a different network n

[PATCH net 0/1 v3] rtnetlink: require unique netns identifier

2018-02-06 Thread Christian Brauner
Hey, Since we've added support for IFLA_IF_NETNSID for RTM_{DEL,GET,SET,NEW}LINK it is possible for userspace to send us requests with three different properties to identify a target network namespace. This affects at least RTM_{NEW,SET}LINK. Each of them could potentially refer to a different net

[PATCH v4] ARM: sun8i: h2+: add support for Banana Pi M2 Zero board

2018-02-06 Thread Icenowy Zheng
Banana Pi M2 Zero board is a H2+-based board by Sinovoip, with a form factor and GPIO holes similar to Raspberry Pi Zero. It features: - Allwinner H2+ SoC - Single-chip (16-bit) 512MiB DDR3 DRAM - Ampak AP6212 Wi-Fi/Bluetooth module - MicroSD slot - Two MicroUSB Type-B ports (one can only be used

Re: [PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask

2018-02-06 Thread Julia Lawall
On Tue, 6 Feb 2018, Dan Carpenter wrote: > On Mon, Feb 05, 2018 at 09:09:57PM +0100, Wolfram Sang wrote: > > In one Renesas driver, I found a typo which turned an intended bit shift > > ('<<') > > into a comparison ('<'). Because this is a subtle issue, I looked tree wide > > for > > similar p

Re: [PATCH v5 03/16] media: rkisp1: Add user space ABI definitions

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > From: Jeffy Chen > > Add the header for userspace > > Signed-off-by: Jeffy Chen > Signed-off-by: Jacob Chen > --- > include/uapi/linux/rkisp1-config.h | 757 > + > 1 file changed, 757 insertions(+) > create mode

Re: [PATCH 3.18 00/36] 3.18.94-stable review

2018-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 06, 2018 at 11:42:15AM +, Harsh Shandilya wrote: > On Tue 6 Feb, 2018, 4:04 PM Greg Kroah-Hartman, > wrote: > > > On Tue, Feb 06, 2018 at 06:48:53AM +, Harsh Shandilya wrote: > > > On Tue 6 Feb, 2018, 12:09 AM Greg Kroah-Hartman, < > > gre...@linuxfoundation.org> > > > wrote:

Re: [PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask

2018-02-06 Thread Dan Carpenter
On Mon, Feb 05, 2018 at 09:09:57PM +0100, Wolfram Sang wrote: > In one Renesas driver, I found a typo which turned an intended bit shift > ('<<') > into a comparison ('<'). Because this is a subtle issue, I looked tree wide > for > similar patterns. This small patch series is the outcome. > > Bu

[PATCH] kconfig: Remove last trace of GENERIC_IO

2018-02-06 Thread Robin Murphy
Since commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), this select has done nothing, and is now just confusing. Clean it up. Signed-off-by: Robin Murphy --- lib/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Kconfig b/lib/Kconfig index e96089499371..8ce8bcad6eff 10064

Re: [PATCH 06/14] kbuild: define PYTHON2 and PYTHON3 variables instead of PYTHON

2018-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 06, 2018 at 07:44:22PM +0900, Masahiro Yamada wrote: > 2018-02-06 18:34 GMT+09:00 Greg Kroah-Hartman : > > On Tue, Feb 06, 2018 at 09:34:46AM +0900, Masahiro Yamada wrote: > >> The variable 'PYTHON' allows users to specify a proper executable > >> name in case the default 'python' does

Re: [PATCH] ARM: dts: da850-evm: add clock properties to the nand node

2018-02-06 Thread Bartosz Golaszewski
2018-02-06 12:07 GMT+01:00 Sekhar Nori : > On Monday 05 February 2018 09:22 PM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> Make nand work with the common clock framework by specifying which >> clock should be used and what name to look up. >> >> Signed-off-by: Bartosz Golaszewsk

Re: [PATCH v2] drm/bridge/synopsys: dsi: Add 1.31 version support

2018-02-06 Thread Andrzej Hajda
On 06.02.2018 09:42, Philippe Cornu wrote: > Add support for the Synopsys DesignWare MIPI DSI version 1.31 > Two registers need to be updated/added for supporting 1.31: > * PHY_TMR_CFG 0x9c (updated) > 1.30 [31:24] phy_hs2lp_time >[23:16] phy_lp2hs_time >[14: 0] max_rd_time > >

Re: [PATCH/RFC 0/6] Allow compile-testing NO_DMA

2018-02-06 Thread Robin Murphy
On 06/02/18 10:14, Geert Uytterhoeven wrote: Hi all, If NO_DMA=y, get_dma_ops() returns a reference to the non-existing symbol bad_dma_ops, thus causing a link failure if it is ever used. The intention of this is twofold: 1. To catch users of the DMA API on systems that do no support

Re: [PATCH 8/8] ASoC: samsung,tm2-audio DT binding documentation update

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:44 PM, Sylwester Nawrocki wrote: > This patch documents additional entries of the audio-codec and > i2s-controller properties required for the HDMI audio support. > > Signed-off-by: Sylwester Nawrocki > --- > .../devicetree/bindings/sound/samsung,tm2-audio.txt| 1

[PATCH v2 02/15] ARM: omap2plus_defconfig: Enable CONFIG_MMC_SDHCI_OMAP

2018-02-06 Thread Kishon Vijay Abraham I
Enable CONFIG_MMC_SDHCI_OMAP so that TI's dra7 based SoC's can use sdhci-omap driver for eMMC/SD/SDIO controller. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/configs/omap2plus_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm

[PATCH v2 04/15] ARM: dts: dra76-evm: Shift to using common IOdelay data

2018-02-06 Thread Kishon Vijay Abraham I
From: Sekhar Nori Now that we have a device-tree include file with common MMC/SD IOdelay data for DRA76x SoC, shift the EVM device-tree file to using that. Tested-by: Jean-Jacques Hiblot Signed-off-by: Sekhar Nori Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra76-evm.dts | 41

[PATCH v2 07/15] ARM: dts: dra7-evm: Remove mmc specific pinmux

2018-02-06 Thread Kishon Vijay Abraham I
mmc specific pinmux is selected from dra74x-mmc-iodelay.dtsi, so remove it in dra7-evm.dts Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra7-evm.dts | 27 --- 1 file changed, 27 deletions(-) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/d

[PATCH v2 06/15] ARM: dts: am57xx-beagle-x15: Add "vqmmc-supply" property for mmc2

2018-02-06 Thread Kishon Vijay Abraham I
Add "vqmmc-supply" property for mmc2 to indicate the supply connected to the IO lines. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dt

Re: [PATCH 6/8] ASoC: samsung: i2s: Update clock-output-names property documentation

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:44 PM, Sylwester Nawrocki wrote: > The clock-output-names property is marked as deprecated. While at it, > #clock-cells property's value is corrected in the example snippet > and few typos are fixed. > > Signed-off-by: Sylwester Nawrocki > --- > .../devicetree/bindings/s

[PATCH v2 05/15] ARM: dts: dra76-evm: Add pinctrl data for higher speed MMC/SD modes

2018-02-06 Thread Kishon Vijay Abraham I
From: Sekhar Nori The SD card interface on DRA76x EVM can support high speed SD cards. The eMMC onboard can support upto HS200 mode. Enable support for these higher speed modes in the device-tree file. Signed-off-by: Sekhar Nori Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra

[PATCH v2 03/15] ARM: dts: dra76x: Create a common file with MMC/SD IOdelay data

2018-02-06 Thread Kishon Vijay Abraham I
From: Sekhar Nori Add a common device-tree include file with MMC/SD IOdelay data for DRA76x SoC. In the most common case, IOdelay data available in datamanual can directly be used. This file caters to that common case. Data is based on DRA76x datamanual, SPRS993A, revised July 2017. Tested-by:

[PATCH v2 09/15] ARM: dts: am57xx-idk: Add "vqmmc-supply" property for mmc2

2018-02-06 Thread Kishon Vijay Abraham I
Add "vqmmc-supply" property for mmc2 to indicate the supply connected to the IO lines. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/am57xx-idk-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-c

Re: [PATCH 7/8] ASoC: samsung: Add missing #sound-dai-cells property documentation

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:44 PM, Sylwester Nawrocki wrote: > The #sound-dai-cells property might be helpful in selecting primary > or secondary CPU DAI and it's already present in i2s nodes for some > exynos SoCs so let's add it to the DT binding documentation. The description above looks like you

Re: [PATCH 6/8] ASoC: samsung: i2s: Update clock-output-names property documentation

2018-02-06 Thread Krzysztof Kozlowski
On Tue, Feb 6, 2018 at 1:59 PM, Krzysztof Kozlowski wrote: > On Mon, Feb 5, 2018 at 4:44 PM, Sylwester Nawrocki > wrote: >> The clock-output-names property is marked as deprecated. While at it, >> #clock-cells property's value is corrected in the example snippet >> and few typos are fixed. >> >>

[PATCH v2 08/15] ARM: dts: dra7-evm: Add "vqmmc-supply" property for mmc2

2018-02-06 Thread Kishon Vijay Abraham I
Add "vqmmc-supply" property for mmc2 to indicate the supply connected to the IO lines. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra7-evm.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index a2769115c8a5..

[PATCH v2 14/15] ARM: dts: dra7: Use sdhci-omap programming model

2018-02-06 Thread Kishon Vijay Abraham I
Use sdhci-omap programming model based on the generic sdhci library for programming the first 2 instances of eMMC/SD/SDIO controller. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 3 +-- arch/arm/boot/dts/am57xx-idk-common.dtsi| 2 +- arch/

[PATCH v2 13/15] ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode

2018-02-06 Thread Kishon Vijay Abraham I
During a short period when the bus voltage is switched from 3.3v to 1.8v, (to enumerate UHS mode), the mmc module is disabled and the mmc IO lines are kept in a state according to the programmed pad mux pull type. According to 4.2.4.2 Timing to Switch Signal Voltage in "SD Specifications Part 1 Ph

[PATCH v2 11/15] ARM: dts: dra71-evm: Correct evm_sd regulator max voltage

2018-02-06 Thread Kishon Vijay Abraham I
From: Ravikumar Kattekola Correct vpo_sd_1v8_3v3 regulator max voltage to 3.3V Fixes: 9868bc585ae2 ("ARM: dts: Add support for dra718-evm") Signed-off-by: Ravikumar Kattekola Signed-off-by: Sekhar Nori Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra71-evm.dts | 4 ++-- 1 file

[PATCH v2 15/15] ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node

2018-02-06 Thread Kishon Vijay Abraham I
Add UHS/HS200/DDR speed mode capability to MMC1 and MMC2 dt nodes. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra7.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 7bf33d522b14..feb496e7c5ef 1006

[PATCH v2 10/15] ARM: dts: dra76-evm: Add "vqmmc-supply" property for mmc2

2018-02-06 Thread Kishon Vijay Abraham I
Add "vqmmc-supply" property for mmc2 to indicate the supply connected to the IO lines. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/boot/dts/dra76-evm.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts index 088853001c8

[PATCH v2 12/15] ARM: dts: dra71-evm: Select pull down for mmc1_clk line in default mode

2018-02-06 Thread Kishon Vijay Abraham I
During a short period when the bus voltage is switched from 3.3v to 1.8v, (to enumerate UHS mode), the mmc module is disabled and the mmc IO lines are kept in a state according to the programmed pad mux pull type. According to 4.2.4.2 Timing to Switch Signal Voltage in "SD Specifications Part 1 Ph

Re: Please apply these tiny, 4-month-old patches.

2018-02-06 Thread Andrew Lunn
> However, I'm fully versed on the scripture. > > I'm glad to report that the patches apply cleanly to `net-next'; the > actual patches are, of course, still available in my previous emails. > Also, as already described, they can be easily fetched from GitHub. > > Sincerely, > Michael Witten Hi

[PATCH v2 00/15] dra7: mmc: Update mmc dt node

2018-02-06 Thread Kishon Vijay Abraham I
The previous version of the patch series was sent with subject ARM: dra7/k2g: Use sdhci-omap for MMC/SD controller This series *) Adds missing vqmmc-supply property *) Adds pinctrl data (including IOdelay) for dra76 *) Updates pinctrl data (to select pull down for mmc1_clk) on some of the

[PATCH v2 01/15] ARM: multi_v7_defconfig: Enable CONFIG_MMC_SDHCI_OMAP

2018-02-06 Thread Kishon Vijay Abraham I
Enable CONFIG_MMC_SDHCI_OMAP so that TI's dra7/k2g based SoC's can use sdhci-omap for eMMC/SD/SDIO controller.. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/config

Re: [PATCH 5/8] ASoC: samsung: Add support for HDMI audio on TM2 board

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:44 PM, Sylwester Nawrocki wrote: > This patch defines I2S1 - HDMI DAI link and implements related > hw_params callback. The AUD PLL frequency is configured through > the CLK_SCLK_I2S1 leaf clock, the exynos5433 clock tree > definitions are updated in a separate patch. > >

Re: [PATCH v5 02/16] media: doc: add document for rkisp1 meta buffer format

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > From: Jacob Chen > > This commit add docuemnt for rkisp1 meta buffer format > > Signed-off-by: Jacob Chen > --- > Documentation/media/uapi/v4l/meta-formats.rst | 2 ++ > .../media/uapi/v4l/pixfmt-meta-rkisp1-params.rst | 17 +++

Re: [PATCH v5 01/16] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format

2018-02-06 Thread Hans Verkuil
On 12/29/17 08:52, Shunqian Zheng wrote: > Add the Rockchip ISP1 specific processing parameter format > V4L2_META_FMT_RK_ISP1_PARAMS and metadata format > V4L2_META_FMT_RK_ISP1_STAT_3A for 3A. > > Signed-off-by: Shunqian Zheng > Signed-off-by: Jacob Chen Acked-by: Hans Verkuil Thanks!

Re: [PATCH 2/2] net, can, ifi: loopback Tx message in IFI block

2018-02-06 Thread Marek Vasut
On 02/06/2018 01:02 PM, Heiko Schocher wrote: > Current ifi driver reads first Rx messages, than loopback > the Tx message, if the IFI_CANFD_INTERRUPT_TXFIFO_REMOVE > bit is set. This can lead into the case, that Rx messages > overhelm Tx messages! > > Fixed this in the following way: > > Set in

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

2018-02-06 Thread Mathieu Desnoyers
- On Feb 5, 2018, at 7:40 PM, Stephen Rothwell s...@canb.auug.org.au wrote: > Hi all, > > Today's linux-next merge of the tip tree got a conflict in: > > arch/arm64/kernel/entry.S > > between commit: > > 4bf3286d29f3 ("arm64: entry: Hook up entry trampoline to exception vectors") > > fr

Re: [PATCH 1/2] net, can, ifi: fix "write buffer full" error

2018-02-06 Thread Marek Vasut
On 02/06/2018 01:02 PM, Heiko Schocher wrote: > the driver reads in the ISR first the IRQpending register, > and clears after that in a write *all* bits in it. > > It could happen that the isr register raise bits between > this 2 register accesses, which leads in lost bits ... > > In case it clea

Re: [PATCH/RFC 4/6] mm: Add NO_DMA dummies for DMA pool API

2018-02-06 Thread Robin Murphy
Hi Geert, On 06/02/18 10:14, Geert Uytterhoeven wrote: Add dummies for dma{,m}_pool_{create,destroy,alloc,free}(), to allow compile-testing if NO_DMA=y. This prevents the following from showing up later: ERROR: "dma_pool_destroy" [drivers/usb/mtu3/mtu3.ko] undefined! ERROR: "dma_pool

Re: [PATCH 2/2] trace_uprobe: Simplify probes_seq_show()

2018-02-06 Thread Srikar Dronamraju
> Simplify probes_seq_show() function. We are using %lx to display > the offset and we don't prepend unnecessary 0s in the offset. > The prepending of 0s was introduced by tracing/uprobes: Do not print '0x (null)' when offset is 0 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.

Re: [PATCH RFC 1/1] iommu/arm-smmu: Fix context fault message considering non-NTS

2018-02-06 Thread Vivek Gautam
Hi Robin, On Tue, Feb 6, 2018 at 5:22 PM, Robin Murphy wrote: > Hi Vivek, > > On 06/02/18 10:16, Vivek Gautam wrote: >> >> SMMU_CBn_FSYNR0 definition from SMMU v2 architecture document >> says that, the S1CBNDX[23:16] field is only valid if SMMU_IDR0.NTS==1. >> So, update the fsynr in context ba

Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

2018-02-06 Thread Holger Hoffstätte
On 02/06/18 13:26, Paolo Valente wrote: (..) > As Oleksadr asked too, is it deadline or mq-deadline? You can use deadline as alias as long as blk-mq is active. This doesn't work when mq-deadline is built as a module, but that doesn't seem to be the problem here. >> [ 484.179292] BUG: unable to

Re: [PATCH v2] Documentation/ABI: update infiniband sysfs interfaces

2018-02-06 Thread Hal Rosenstock
On 2/6/2018 2:24 AM, Aishwarya Pant wrote: > Add documentation for core and hardware specific infiniband interfaces. > The descriptions have been collected from git commit logs, reading > through code and data sheets. Some drivers have incomplete doc and are > annotated with the comment '[to be doc

Re: [PATCH v3 1/2] drm/virtio: Add window server support

2018-02-06 Thread Tomeu Vizoso
On 02/05/2018 05:03 PM, Gerd Hoffmann wrote: On Mon, Feb 05, 2018 at 03:46:17PM +0100, Tomeu Vizoso wrote: On 02/05/2018 01:20 PM, Gerd Hoffmann wrote: Hi, Why not use virtio-vsock to run the wayland protocol? I don't like the idea to duplicate something with very simliar functionality in

Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

2018-02-06 Thread Paolo Valente
> Il giorno 06 feb 2018, alle ore 13:26, Paolo Valente > ha scritto: > > > >> Il giorno 06 feb 2018, alle ore 12:57, Mike Galbraith ha >> scritto: >> >> On Tue, 2018-02-06 at 10:38 +0100, Paolo Valente wrote: >>> >>> Hi Mike, >>> as you can imagine, I didn't get any failure in my pre-sub

Re: [PATCHv2 09/12] arm64/kvm: preserve host HCR_EL2 value

2018-02-06 Thread Christoffer Dall
On Mon, Nov 27, 2017 at 04:38:03PM +, Mark Rutland wrote: > When restoring HCR_EL2 for the host, KVM uses HCR_HOST_VHE_FLAGS, which > is a constant value. This works today, as the host HCR_EL2 value is > always the same, but this will get in the way of supporting extensions > that require HCR_E

Re: [PATCHv2 05/12] arm64: Don't trap host pointer auth use to EL2

2018-02-06 Thread Christoffer Dall
Hi Mark, On Mon, Nov 27, 2017 at 04:37:59PM +, Mark Rutland wrote: > To allow EL0 (and/or EL1) to use pointer authentication functionality, > we must ensure that pointer authentication instructions and accesses to > pointer authentication keys are not trapped to EL2 (where we will not be > abl

Re: [PATCHv2 10/12] arm64/kvm: context-switch ptrauth registers

2018-02-06 Thread Christoffer Dall
On Mon, Nov 27, 2017 at 04:38:04PM +, Mark Rutland wrote: > When pointer authentication is supported, a guest may wish to use it. > This patch adds the necessary KVM infrastructure for this to work, with > a semi-lazy context switch of the pointer auth state. > > When we schedule a vcpu, Tha

[PATCH] powerpc: wii: Probe the whole devicetree

2018-02-06 Thread Jonathan Neuschäfer
Previously, wii_device_probe would only initialize devices under the /hollywood node. After this patch, platform devices placed outside of /hollywood will also be initialized. The intended usecase for this are devices located outside of the Hollywood chip, such as GPIO LEDs and GPIO buttons. Sign

Re: [PATCH 3/6] struct page: add field for vm_struct

2018-02-06 Thread Matthew Wilcox
On Tue, Jan 30, 2018 at 05:14:43PM +0200, Igor Stoppa wrote: > @@ -1744,6 +1748,7 @@ void *__vmalloc_node_range(unsigned long size, unsigned > long align, > const void *caller) > { > struct vm_struct *area; > + unsigned int page_counter; > void *addr; >

Re: [PATCH v2 1/3] Kconfig : Remove HAS_IOMEM dependency for Graphics support

2018-02-06 Thread Thomas Huth
On 01.02.2018 19:41, Farhan Ali wrote: > The 'commit e25df1205f37 ("[S390] Kconfig: menus with depends on HAS_IOMEM.")' > added the HAS_IOMEM dependecy for "Graphics support". This disabled the > "Graphics support" menu for S390. But if we enable VT layer for S390, > we would also need to enable th

Re: [PATCH 0/2] trace-cmd: Improves python plugin support

2018-02-06 Thread Zamir SUN
Hi Steve, Do you have any thoughts for this? Thanks. On 02/04/2018 11:20 AM, szts...@gmail.com wrote: > From: Zamir SUN (Red Hat) > > This is a set of patch to improve trace-cmd python plugin support. > > Patch 1 fixes the detection for swig. With this patch, python-plugin can > be built succ

Re: [PATCH 4/8] ASoC: samsung: i2s: Define the parameters list for SAMSUNG_I2S_OPCLK

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:43 PM, Sylwester Nawrocki wrote: > The SAMSUNG_I2S_OPCLK is not currently used by any card driver thus we can > safely change semantics of 'dir' argument of the I2S set_sysclk() callback. > Now an anumeration is exported instead of directly using register bitfield > values

Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

2018-02-06 Thread Paolo Valente
> Il giorno 06 feb 2018, alle ore 12:57, Mike Galbraith ha > scritto: > > On Tue, 2018-02-06 at 10:38 +0100, Paolo Valente wrote: >> >> Hi Mike, >> as you can imagine, I didn't get any failure in my pre-submission >> tests on this patch. In addition, it is not that easy to link this >> patch

Re: [PATCH v2] arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mb

2018-02-06 Thread Alexey Brodkin
Hi Bartosz, On Tue, 2018-02-06 at 12:08 +0100, Bartosz Golaszewski wrote: > Using compatible strings without the part for at24 is > deprecated since commit 6da28acf745f ("dt-bindings: at24: consistently > document the compatible property"). Use a correct 'atmel,' > value. > > Signed-off-by: Bart

Re: [PATCH -next] meson-gx-socinfo: make local function meson_gx_socinfo_init static

2018-02-06 Thread Neil Armstrong
On 10/01/2018 15:19, Wei Yongjun wrote: > Fixes the following sparse warnings: > > drivers/soc/amlogic/meson-gx-socinfo.c:100:12: warning: > symbol 'meson_gx_socinfo_init' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > drivers/soc/amlogic/meson-gx-socinfo.c | 2 +

Re: [PATCH 3/8] ASoC: samsung: i2s: Prevent external abort on exynos5433 I2S1 access

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:43 PM, Sylwester Nawrocki wrote: > It seems both PCLK_I2S1 and SCLK_I2S1 clocks need to be enabled before > I2S1 control registers can be accessed on exynos5433, if SCLK clock Full stop before "if"? > is disabled an exception is triggered. To fix this parent clock of > t

Re: [PATCH 2/8] ASoC: samsung: i2s: Ensure names of supplied clocks are unique

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:43 PM, Sylwester Nawrocki wrote: > In order to support multiple instances of the I2S IP block the platform > device name is prepended to each clock registered by the driver. > The clock-output-names property is now not used, this should not cause > any issues as, for examp

[PATCH 2/5] genirq/affinity: move actual irq vector spread into one helper

2018-02-06 Thread Ming Lei
No functional change, just prepare for converting to 2-stage irq vector spread. Cc: Thomas Gleixner Cc: Christoph Hellwig Signed-off-by: Ming Lei --- kernel/irq/affinity.c | 99 +-- 1 file changed, 56 insertions(+), 43 deletions(-) diff --git a/

[PATCH 3/5] genirq/affinity: support to do irq vectors spread starting from any vector

2018-02-06 Thread Ming Lei
Now two parameters(start_vec, affv) are introduced to irq_build_affinity_masks(), then this helper can build the affinity of each irq vector starting from the irq vector of 'start_vec', and handle at most 'affv' vectors. This way is required to do 2-stages irq vectors spread among all possible CP

[PATCH 5/5] nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors

2018-02-06 Thread Ming Lei
84676c1f21 ("genirq/affinity: assign vectors to all possible CPUs") has switched to do irq vectors spread among all possible CPUs, so pass num_possible_cpus() as max vecotrs to be assigned. For example, in a 8 cores system, 0~3 online, 4~8 offline/not present, see 'lscpu': [ming@box]$lscp

[PATCH 1/5] genirq/affinity: rename *node_to_possible_cpumask as *node_to_cpumask

2018-02-06 Thread Ming Lei
The following patches will introduce two stage irq spread for improving irq spread on all possible CPUs. No funtional change. Cc: Thomas Gleixner Cc: Christoph Hellwig Signed-off-by: Ming Lei --- kernel/irq/affinity.c | 26 +- 1 file changed, 13 insertions(+), 13 delet

[PATCH 4/5] genirq/affinity: irq vector spread among online CPUs as far as possible

2018-02-06 Thread Ming Lei
84676c1f21 ("genirq/affinity: assign vectors to all possible CPUs") may cause irq vector assigned to all offline CPUs, and this kind of assignment may cause much less irq vectors mapped to online CPUs, and performance may get hurt. For example, in a 8 cores system, 0~3 online, 4~8 offline/not pres

Re: [PATCH net 1/1 v2] rtnetlink: require unique netns identifier

2018-02-06 Thread Christian Brauner
On Tue, Feb 06, 2018 at 01:49:10PM +0300, Kirill Tkhai wrote: > Hi, Christian, > > On 06.02.2018 02:24, Christian Brauner wrote: > > On Tue, Feb 06, 2018 at 12:47:46AM +0300, Kirill Tkhai wrote: > >> On 05.02.2018 18:55, Christian Brauner wrote: > >>> Since we've added support for IFLA_IF_NETNSID

[PATCH 0/5] genirq/affinity: irq vector spread among online CPUs as far as possible

2018-02-06 Thread Ming Lei
Hi, This patchset tries to spread among online CPUs as far as possible, so that we can avoid to allocate too less irq vectors with online CPUs mapped. For example, in a 8cores system, 4 cpu cores(4~7) are offline/non present, on a device with 4 queues: 1) before this patchset irq 39, cpu

Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

2018-02-06 Thread Oleksandr Natalenko
Hi. 06.02.2018 12:57, Mike Galbraith wrote: Not me.  Box seems to be fairly sure that it is bfq. Twice again box went belly up on me in fairly short order with bfq, but seemed fine with deadline. I'm currently running deadline again, and box again seems solid, thought I won't say _is_ solid un

Re: [PATCH 1/8] ASoC: samsung: i2s: Ensure the RCLK rate is properly determined

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 4:43 PM, Sylwester Nawrocki wrote: > If the RCLK mux clock configuration is specified in DT and no set_sysclk() > callback is used in the sound card driver the sclk_srcrate field will remain > set to 0, leading to an incorrect PSR divider setting. > To fix this the frequency

Re: [PATCHv3] tlv320dac33: Add device tree bindings

2018-02-06 Thread Mark Brown
On Mon, Feb 05, 2018 at 09:24:45AM +0100, Pavel Machek wrote: > > This adds device tree bindings for tlv320dac33.c. > > Acked-by: Peter Ujfalusi > Signed-off-by: Pavel Machek Please submit patches using subject lines reflecting the style for the subsystem. This makes it easier for people to i

Re: [PATCH] crypto: s5p-sss.c: Fix kernel Oops in AES-ECB mode

2018-02-06 Thread Krzysztof Kozlowski
On Mon, Feb 5, 2018 at 6:40 PM, Kamil Konieczny wrote: > > In AES-ECB mode crypt is done with key only, so any use of IV > can cause kernel Oops, as reported by Anand Moon. > Fixed it by using IV only in AES-CBC and AES-CTR. > > Signed-off-by: Kamil Konieczny > Reported-by: Anand Moon > --- > Te

Re: [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol

2018-02-06 Thread Mark Brown
On Mon, Feb 05, 2018 at 08:05:39PM +0100, Ulf Magnusson wrote: > The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove > support for AVR32 architecture"). Remove the remaining references to it > from the Kconfig files. > drivers/spi/Kconfig | 2 +- > drivers/video/console/

[tip:x86/pti] x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculation attack surface

2018-02-06 Thread tip-bot for Dan Williams
Commit-ID: 3ac6d8c787b835b997eb23e43e09aa0895ef7d58 Gitweb: https://git.kernel.org/tip/3ac6d8c787b835b997eb23e43e09aa0895ef7d58 Author: Dan Williams AuthorDate: Mon, 5 Feb 2018 17:18:11 -0800 Committer: Ingo Molnar CommitDate: Tue, 6 Feb 2018 11:47:44 +0100 x86/entry/64: Clear register

[tip:x86/pti] x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculation attack surface

2018-02-06 Thread tip-bot for Dan Williams
Commit-ID: 6b8cf5cc9965673951f1ab3f0e3cf23d06e3e2ee Gitweb: https://git.kernel.org/tip/6b8cf5cc9965673951f1ab3f0e3cf23d06e3e2ee Author: Dan Williams AuthorDate: Mon, 5 Feb 2018 17:18:17 -0800 Committer: Ingo Molnar CommitDate: Tue, 6 Feb 2018 11:47:57 +0100 x86/entry/64/compat: Clear r

[tip:perf/core] perf/core: Implement the 'perf_uprobe' PMU

2018-02-06 Thread tip-bot for Song Liu
Commit-ID: 33ea4b24277b06dbc55d7f5772a46f029600255e Gitweb: https://git.kernel.org/tip/33ea4b24277b06dbc55d7f5772a46f029600255e Author: Song Liu AuthorDate: Wed, 6 Dec 2017 14:45:16 -0800 Committer: Ingo Molnar CommitDate: Tue, 6 Feb 2018 11:29:28 +0100 perf/core: Implement the 'perf_u

[PATCH 1/2] net, can, ifi: fix "write buffer full" error

2018-02-06 Thread Heiko Schocher
the driver reads in the ISR first the IRQpending register, and clears after that in a write *all* bits in it. It could happen that the isr register raise bits between this 2 register accesses, which leads in lost bits ... In case it clears "TX message sent successfully", the driver never sends an

[PATCH 2/2] net, can, ifi: loopback Tx message in IFI block

2018-02-06 Thread Heiko Schocher
Current ifi driver reads first Rx messages, than loopback the Tx message, if the IFI_CANFD_INTERRUPT_TXFIFO_REMOVE bit is set. This can lead into the case, that Rx messages overhelm Tx messages! Fixed this in the following way: Set in the IFI_CANFD_TXFIFO_DLC register the FN value to 1, so the IF

[tip:perf/core] perf/core: Implement the 'perf_kprobe' PMU

2018-02-06 Thread tip-bot for Song Liu
Commit-ID: e12f03d7031a977356e3d7b75a68c2185ff8d155 Gitweb: https://git.kernel.org/tip/e12f03d7031a977356e3d7b75a68c2185ff8d155 Author: Song Liu AuthorDate: Wed, 6 Dec 2017 14:45:15 -0800 Committer: Ingo Molnar CommitDate: Tue, 6 Feb 2018 11:29:26 +0100 perf/core: Implement the 'perf_k

[tip:locking/urgent] locking/qrwlock: include asm/byteorder.h as needed

2018-02-06 Thread tip-bot for Arnd Bergmann
Commit-ID: ca66e797120fb09b8138623fb4b563e952586ef5 Gitweb: https://git.kernel.org/tip/ca66e797120fb09b8138623fb4b563e952586ef5 Author: Arnd Bergmann AuthorDate: Fri, 2 Feb 2018 16:40:44 +0100 Committer: Ingo Molnar CommitDate: Tue, 6 Feb 2018 10:28:58 +0100 locking/qrwlock: include as

[tip:sched/urgent] sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS

2018-02-06 Thread tip-bot for Mel Gorman
Commit-ID: 32e839dda3ba576943365f0f5817ce5c843137dc Gitweb: https://git.kernel.org/tip/32e839dda3ba576943365f0f5817ce5c843137dc Author: Mel Gorman AuthorDate: Tue, 30 Jan 2018 10:45:55 + Committer: Ingo Molnar CommitDate: Tue, 6 Feb 2018 10:20:37 +0100 sched/fair: Use a recently us

<    3   4   5   6   7   8   9   10   >