Re: [RFC/RFT PATCH v1 0/9] mtd: fsl: quadspi: Fixes for fsl-quadspi.c driver (vybrid HW)

2018-09-29 Thread Boris Brezillon
Hi Lukasz, On Sat, 29 Sep 2018 23:02:40 +0200 Lukasz Majewski wrote: > > Talking about that, can you try to port your fixes on top of Frieder's > > patchset? I'm pretty sure some bug fixes are irrelevant after the > > migration to spi-mem (patch 1, 3, 4, 5, 6, 7 and 9 should be dropped I > >

Re: [RFC/RFT PATCH v1 0/9] mtd: fsl: quadspi: Fixes for fsl-quadspi.c driver (vybrid HW)

2018-09-29 Thread Boris Brezillon
Hi Lukasz, On Sat, 29 Sep 2018 23:02:40 +0200 Lukasz Majewski wrote: > > Talking about that, can you try to port your fixes on top of Frieder's > > patchset? I'm pretty sure some bug fixes are irrelevant after the > > migration to spi-mem (patch 1, 3, 4, 5, 6, 7 and 9 should be dropped I > >

Re: [PATCH v2] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on asoc/for-next] [also build test ERROR on v4.19-rc5 next-20180928] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on asoc/for-next] [also build test ERROR on v4.19-rc5 next-20180928] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 0/3] namei: implement various scoping AT_* flags

2018-09-29 Thread Aleksa Sarai
On 2018-09-29, Christian Brauner wrote: > > Currently I've only enabled these for openat(2) and the stat(2) family. > > I would hope we could enable it for basically every *at(2) syscall -- > > but many of them appear to not have a @flags argument and thus we'll > > need to add several new

Re: [PATCH 0/3] namei: implement various scoping AT_* flags

2018-09-29 Thread Aleksa Sarai
On 2018-09-29, Christian Brauner wrote: > > Currently I've only enabled these for openat(2) and the stat(2) family. > > I would hope we could enable it for basically every *at(2) syscall -- > > but many of them appear to not have a @flags argument and thus we'll > > need to add several new

Re: [PATCH 1/3] namei: implement O_BENEATH-style AT_* flags

2018-09-29 Thread Aleksa Sarai
On 2018-09-29, Aleksa Sarai wrote: > * AT_XDEV: Disallow mount-point crossing (both *down* into one, or *up* > from one). The primary "scoping" use is to blocking resolution that > crosses a bind-mount, which has a similar property to a symlink (in > the way that it allows for escape from

Re: [PATCH 1/3] namei: implement O_BENEATH-style AT_* flags

2018-09-29 Thread Aleksa Sarai
On 2018-09-29, Aleksa Sarai wrote: > * AT_XDEV: Disallow mount-point crossing (both *down* into one, or *up* > from one). The primary "scoping" use is to blocking resolution that > crosses a bind-mount, which has a similar property to a symlink (in > the way that it allows for escape from

Re: [PATCH 0/9] AHCI and SATA PHY support for BCM63138

2018-09-29 Thread Florian Fainelli
On September 29, 2018 7:35:14 PM PDT, Jens Axboe wrote: >On 9/29/18 2:56 AM, Tejun Heo wrote: >> On Fri, Sep 28, 2018 at 03:41:23PM -0700, Florian Fainelli wrote: >>> On 09/25/2018 09:12 AM, Florian Fainelli wrote: On 09/24/2018 11:19 PM, Kishon Vijay Abraham I wrote: > On Friday 21

Re: [PATCH 0/9] AHCI and SATA PHY support for BCM63138

2018-09-29 Thread Florian Fainelli
On September 29, 2018 7:35:14 PM PDT, Jens Axboe wrote: >On 9/29/18 2:56 AM, Tejun Heo wrote: >> On Fri, Sep 28, 2018 at 03:41:23PM -0700, Florian Fainelli wrote: >>> On 09/25/2018 09:12 AM, Florian Fainelli wrote: On 09/24/2018 11:19 PM, Kishon Vijay Abraham I wrote: > On Friday 21

[PATCH V3 0/3] Add i.MX6ULZ SoC support

2018-09-29 Thread Anson Huang
This patch set adds i.MX6ULZ SoC support, i.MX6ULZ is a new SoC of i.MX6 family, compared to i.MX6ULL, it removes below modules: - UART5/UART6/UART7/UART8; - PWM5/PWM6/PWM7/PWM8; - eCSPI3/eCSPI4; - CAN1/CAN2; - FEC1/FEC2; - I2C3/I2C4; - EPIT2; - LCDIF; - GPT2;

[PATCH V3 1/3] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Anson Huang
The i.MX 6ULZ processor is a high-performance, ultra cost-efficient consumer Linux processor featuring an advanced implementation of a single Arm® Cortex®-A7 core, which operates at speeds up to 900 MHz. This patch adds basic MSL support for i.MX6ULZ, the i.MX6ULZ has same soc_id as i.MX6ULL, and

[PATCH V3 2/3] dt-bindings: arm: add compatible for i.MX6ULZ 14x14 EVK board

2018-09-29 Thread Anson Huang
This patch adds compatible for i.MX6ULZ 14x14 EVK board. Signed-off-by: Anson Huang --- changes since V2: Add "fsl,imx6ull" according to dts change. Documentation/devicetree/bindings/arm/fsl.txt | 4 1 file changed, 4 insertions(+) diff --git

[PATCH V3 0/3] Add i.MX6ULZ SoC support

2018-09-29 Thread Anson Huang
This patch set adds i.MX6ULZ SoC support, i.MX6ULZ is a new SoC of i.MX6 family, compared to i.MX6ULL, it removes below modules: - UART5/UART6/UART7/UART8; - PWM5/PWM6/PWM7/PWM8; - eCSPI3/eCSPI4; - CAN1/CAN2; - FEC1/FEC2; - I2C3/I2C4; - EPIT2; - LCDIF; - GPT2;

[PATCH V3 1/3] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Anson Huang
The i.MX 6ULZ processor is a high-performance, ultra cost-efficient consumer Linux processor featuring an advanced implementation of a single Arm® Cortex®-A7 core, which operates at speeds up to 900 MHz. This patch adds basic MSL support for i.MX6ULZ, the i.MX6ULZ has same soc_id as i.MX6ULL, and

[PATCH V3 2/3] dt-bindings: arm: add compatible for i.MX6ULZ 14x14 EVK board

2018-09-29 Thread Anson Huang
This patch adds compatible for i.MX6ULZ 14x14 EVK board. Signed-off-by: Anson Huang --- changes since V2: Add "fsl,imx6ull" according to dts change. Documentation/devicetree/bindings/arm/fsl.txt | 4 1 file changed, 4 insertions(+) diff --git

[PATCH V3 3/3] ARM: dts: imx: add i.mx6ulz and i.mx6ulz 14x14 evk support

2018-09-29 Thread Anson Huang
i.MX6ULZ is new SoC of i.MX6 family, compared to i.MX6ULL, it removes below modules: - UART5/UART6/UART7/UART8; - PWM5/PWM6/PWM7/PWM8; - eCSPI3/eCSPI4; - CAN1/CAN2; - FEC1/FEC2; - I2C3/I2C4; - EPIT2; - LCDIF; - GPT2; - ADC1; - TSC; This patch adds support for i.MX6ULZ and i.MX6ULZ 14x14 EVK

[PATCH V3 3/3] ARM: dts: imx: add i.mx6ulz and i.mx6ulz 14x14 evk support

2018-09-29 Thread Anson Huang
i.MX6ULZ is new SoC of i.MX6 family, compared to i.MX6ULL, it removes below modules: - UART5/UART6/UART7/UART8; - PWM5/PWM6/PWM7/PWM8; - eCSPI3/eCSPI4; - CAN1/CAN2; - FEC1/FEC2; - I2C3/I2C4; - EPIT2; - LCDIF; - GPT2; - ADC1; - TSC; This patch adds support for i.MX6ULZ and i.MX6ULZ 14x14 EVK

[LKP] [timens] 3cc8de9dcb: RIP:posix_get_boottime

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-6): commit: 3cc8de9dcbe53955edcc65122f169666b4f6cbd9 ("[RFC 04/20] timens: Introduce CLOCK_BOOTTIME offset") url: https://github.com/0day-ci/linux/commits/Dmitry-Safonov/ns-Introduce-Time-Namespace/20180920-194322 in testcase: boot on test

[LKP] [timens] 3cc8de9dcb: RIP:posix_get_boottime

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-6): commit: 3cc8de9dcbe53955edcc65122f169666b4f6cbd9 ("[RFC 04/20] timens: Introduce CLOCK_BOOTTIME offset") url: https://github.com/0day-ci/linux/commits/Dmitry-Safonov/ns-Introduce-Time-Namespace/20180920-194322 in testcase: boot on test

[LKP] [rcutorture] 5aa56a54ce: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_fwd_prog

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-7): commit: 5aa56a54ce92761e974f93592f69b75b8c2398a8 ("rcutorture: Add call_rcu() flooding forward-progress tests") https://git.kernel.org/cgit/linux/kernel/git/paulmck/linux-rcu.git dev in testcase: trinity with following parameters:

[LKP] [rcutorture] 5aa56a54ce: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_fwd_prog

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-7): commit: 5aa56a54ce92761e974f93592f69b75b8c2398a8 ("rcutorture: Add call_rcu() flooding forward-progress tests") https://git.kernel.org/cgit/linux/kernel/git/paulmck/linux-rcu.git dev in testcase: trinity with following parameters:

[LKP] [posix] 25217c6e39: BUG:KASAN:null-ptr-deref_in_c

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-4.9): commit: 25217c6e39560eeadb338e0140ee215410200b67 ("[RFC 13/20] posix-timers/timens: Take into account clock offsets") url: https://github.com/0day-ci/linux/commits/Dmitry-Safonov/ns-Introduce-Time-Namespace/20180920-194322 in

[LKP] [posix] 25217c6e39: BUG:KASAN:null-ptr-deref_in_c

2018-09-29 Thread kernel test robot
FYI, we noticed the following commit (built with gcc-4.9): commit: 25217c6e39560eeadb338e0140ee215410200b67 ("[RFC 13/20] posix-timers/timens: Take into account clock offsets") url: https://github.com/0day-ci/linux/commits/Dmitry-Safonov/ns-Introduce-Time-Namespace/20180920-194322 in

RE: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Anson Huang
Hi, Shawn Anson Huang Best Regards! > -Original Message- > From: Shawn Guo > Sent: Sunday, September 30, 2018 11:06 AM > To: Anson Huang > Cc: robh...@kernel.org; mark.rutl...@arm.com; s.ha...@pengutronix.de; > ker...@pengutronix.de; Fabio Estevam ; > li...@armlinux.org.uk;

RE: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Anson Huang
Hi, Shawn Anson Huang Best Regards! > -Original Message- > From: Shawn Guo > Sent: Sunday, September 30, 2018 11:06 AM > To: Anson Huang > Cc: robh...@kernel.org; mark.rutl...@arm.com; s.ha...@pengutronix.de; > ker...@pengutronix.de; Fabio Estevam ; > li...@armlinux.org.uk;

Re: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Shawn Guo
On Fri, Sep 28, 2018 at 09:07:28AM +, Anson Huang wrote: > Hi, Shawn > > Anson Huang > Best Regards! > > > > -Original Message- > > From: Shawn Guo > > Sent: Friday, September 28, 2018 4:45 PM > > To: Anson Huang > > Cc: robh...@kernel.org; mark.rutl...@arm.com;

Re: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Shawn Guo
On Fri, Sep 28, 2018 at 09:07:28AM +, Anson Huang wrote: > Hi, Shawn > > Anson Huang > Best Regards! > > > > -Original Message- > > From: Shawn Guo > > Sent: Friday, September 28, 2018 4:45 PM > > To: Anson Huang > > Cc: robh...@kernel.org; mark.rutl...@arm.com;

[PATCH 07/11] ALSA: hda/ca0132 - Add ZxR DSP post-download commands

2018-09-29 Thread Connor McAdams
This patch adds commands for setting up the ZxR after the DSP is downloaded. The ZxR already shares most of the post-download commands from the regular Sound Blaster Z. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 37 - 1 file changed, 24

[PATCH 05/11] ALSA: hda/ca0132 - Add DBpro hda_codec_ops

2018-09-29 Thread Connor McAdams
This patch adds separate hda_codec_ops for the DBPro daughter board, as it behaves more like a generic HDA codec than the other ca0132 cards, despite having a ca0132 on board. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 100 +++ 1

[PATCH 07/11] ALSA: hda/ca0132 - Add ZxR DSP post-download commands

2018-09-29 Thread Connor McAdams
This patch adds commands for setting up the ZxR after the DSP is downloaded. The ZxR already shares most of the post-download commands from the regular Sound Blaster Z. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 37 - 1 file changed, 24

[PATCH 05/11] ALSA: hda/ca0132 - Add DBpro hda_codec_ops

2018-09-29 Thread Connor McAdams
This patch adds separate hda_codec_ops for the DBPro daughter board, as it behaves more like a generic HDA codec than the other ca0132 cards, despite having a ca0132 on board. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 100 +++ 1

[PATCH 10/11] ALSA: hda/ca0132 - Add ZxR 600 ohm gain control

2018-09-29 Thread Connor McAdams
This patch adds a control for 600 ohm gain on the Sound Blaster ZxR. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 44 ++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 10/11] ALSA: hda/ca0132 - Add ZxR 600 ohm gain control

2018-09-29 Thread Connor McAdams
This patch adds a control for 600 ohm gain on the Sound Blaster ZxR. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 44 ++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 04/11] ALSA: hda/ca0132 - Add ZxR pincfg

2018-09-29 Thread Connor McAdams
This patch adds a pincfg for the ZxR, and defines which pins are used for both. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 50 1 file changed, 50 insertions(+) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 09/11] ALSA: hda/ca0132 - Remove input select enum for ZxR

2018-09-29 Thread Connor McAdams
This patch removes the input select control for the ZxR, as it only has one input option, rear microphone. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 02/11] ALSA: hda/ca0132 - Fix surround sound with output effects

2018-09-29 Thread Connor McAdams
This patch fixes an issue where if surround sound was the selected output and output effects were enabled, the sound wasn't sent to all channels correctly. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-)

[PATCH 03/11] ALSA: hda/ca0132 - Add ZxR quirks + new quirk check function

2018-09-29 Thread Connor McAdams
This patch adds quirk ID's for the ZxR and it's daughter board, the DBPro. It also adds a function for determining the quirk for each board through HDA subsytem ID's instead of PCI subsystem ID's. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 28

[PATCH 11/11] ALSA: hda/ca0132 - Add ZxR exit commands

2018-09-29 Thread Connor McAdams
This patch adds exit operations for the Sound Blaster ZxR. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 33 + 1 file changed, 33 insertions(+) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 90e6a96..b098504

[PATCH 06/11] ALSA: hda/ca0132 - Add ZxR init commands

2018-09-29 Thread Connor McAdams
This patch adds init commands for the main Sound Blaster ZxR card. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index a543b23..6e48c3d

[PATCH 04/11] ALSA: hda/ca0132 - Add ZxR pincfg

2018-09-29 Thread Connor McAdams
This patch adds a pincfg for the ZxR, and defines which pins are used for both. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 50 1 file changed, 50 insertions(+) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 09/11] ALSA: hda/ca0132 - Remove input select enum for ZxR

2018-09-29 Thread Connor McAdams
This patch removes the input select control for the ZxR, as it only has one input option, rear microphone. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 02/11] ALSA: hda/ca0132 - Fix surround sound with output effects

2018-09-29 Thread Connor McAdams
This patch fixes an issue where if surround sound was the selected output and output effects were enabled, the sound wasn't sent to all channels correctly. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-)

[PATCH 03/11] ALSA: hda/ca0132 - Add ZxR quirks + new quirk check function

2018-09-29 Thread Connor McAdams
This patch adds quirk ID's for the ZxR and it's daughter board, the DBPro. It also adds a function for determining the quirk for each board through HDA subsytem ID's instead of PCI subsystem ID's. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 28

[PATCH 11/11] ALSA: hda/ca0132 - Add ZxR exit commands

2018-09-29 Thread Connor McAdams
This patch adds exit operations for the Sound Blaster ZxR. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 33 + 1 file changed, 33 insertions(+) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 90e6a96..b098504

[PATCH 06/11] ALSA: hda/ca0132 - Add ZxR init commands

2018-09-29 Thread Connor McAdams
This patch adds init commands for the main Sound Blaster ZxR card. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index a543b23..6e48c3d

[PATCH 08/11] ALSA: hda/ca0132 - Add ZxR input/output select commands

2018-09-29 Thread Connor McAdams
This patch adds commands for selecting input and output on the Sound Blaster ZxR. The ZxR has no front panel header, and has line-in on the separate daughter board, so it only does rear-mic. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 25 + 1 file

[PATCH 01/11] ALSA: hda/ca0132 - Fix AE-5 control type

2018-09-29 Thread Connor McAdams
This patch corrects the control type of the additional AE-5 controls added in a previous patch from HDA_INPUT to HDA_OUTPUT. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 00/11] Add ZxR support + bugfixes

2018-09-29 Thread Connor McAdams
This patch series adds support for the Sound Blaster ZxR, as well as a few bug fixes. This should be the last ca0132 based Creative card that needed support to be added. Also, I did check to make sure each patch compiles properly this time, but you can check yourself just to be sure. :) Connor

[PATCH 08/11] ALSA: hda/ca0132 - Add ZxR input/output select commands

2018-09-29 Thread Connor McAdams
This patch adds commands for selecting input and output on the Sound Blaster ZxR. The ZxR has no front panel header, and has line-in on the separate daughter board, so it only does rear-mic. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 25 + 1 file

[PATCH 01/11] ALSA: hda/ca0132 - Fix AE-5 control type

2018-09-29 Thread Connor McAdams
This patch corrects the control type of the additional AE-5 controls added in a previous patch from HDA_INPUT to HDA_OUTPUT. Signed-off-by: Connor McAdams --- sound/pci/hda/patch_ca0132.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/pci/hda/patch_ca0132.c

[PATCH 00/11] Add ZxR support + bugfixes

2018-09-29 Thread Connor McAdams
This patch series adds support for the Sound Blaster ZxR, as well as a few bug fixes. This should be the last ca0132 based Creative card that needed support to be added. Also, I did check to make sure each patch compiles properly this time, but you can check yourself just to be sure. :) Connor

RE: [PATCH 2/2] spi: spi-fsl-dspi: Fix support for XSPI transport mode

2018-09-29 Thread Chuanhua Han
> -Original Message- > From: Esben Haabendal On Behalf Of Esben > Haabendal > Sent: 2018年9月29日 22:56 > To: Chuanhua Han > Cc: broo...@kernel.org; linux-...@vger.kernel.org; > linux-kernel@vger.kernel.org; boris.brezil...@bootlin.com > Subject: Re: [PATCH 2/2] spi: spi-fsl-dspi: Fix

RE: [PATCH 2/2] spi: spi-fsl-dspi: Fix support for XSPI transport mode

2018-09-29 Thread Chuanhua Han
> -Original Message- > From: Esben Haabendal On Behalf Of Esben > Haabendal > Sent: 2018年9月29日 22:56 > To: Chuanhua Han > Cc: broo...@kernel.org; linux-...@vger.kernel.org; > linux-kernel@vger.kernel.org; boris.brezil...@bootlin.com > Subject: Re: [PATCH 2/2] spi: spi-fsl-dspi: Fix

[PATCH] ARM: makefile: pass -march=armv4 to assembler even on CPU32v3

2018-09-29 Thread Jason A. Donenfeld
Per the discussion about half-way down in [1], the kernel doesn't actually support the ARMv3 ISA, but selects it for some ARMv4 ISA hardware that benefits from ARMv3 code generation. Such a consideration, then, only applies to the compiler but not to the assembler. This commit passes -march=armv4

[PATCH] ARM: makefile: pass -march=armv4 to assembler even on CPU32v3

2018-09-29 Thread Jason A. Donenfeld
Per the discussion about half-way down in [1], the kernel doesn't actually support the ARMv3 ISA, but selects it for some ARMv4 ISA hardware that benefits from ARMv3 code generation. Such a consideration, then, only applies to the compiler but not to the assembler. This commit passes -march=armv4

[PATCH v2] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread zhong jiang
Fix the following compile warning: sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined but not used [-Wunused-function] sound/soc/codecs/wm8731.c:600:12: warning: 'wm8731_hw_init' defined but not used [-Wunused-function] Signed-off-by: zhong jiang --- v1->v2: - Move

[PATCH v2] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread zhong jiang
Fix the following compile warning: sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined but not used [-Wunused-function] sound/soc/codecs/wm8731.c:600:12: warning: 'wm8731_hw_init' defined but not used [-Wunused-function] Signed-off-by: zhong jiang --- v1->v2: - Move

Re: [PATCH 0/9] AHCI and SATA PHY support for BCM63138

2018-09-29 Thread Jens Axboe
On 9/29/18 2:56 AM, Tejun Heo wrote: > On Fri, Sep 28, 2018 at 03:41:23PM -0700, Florian Fainelli wrote: >> On 09/25/2018 09:12 AM, Florian Fainelli wrote: >>> On 09/24/2018 11:19 PM, Kishon Vijay Abraham I wrote: On Friday 21 September 2018 12:49 AM, Florian Fainelli wrote: > On

Re: [PATCH 0/9] AHCI and SATA PHY support for BCM63138

2018-09-29 Thread Jens Axboe
On 9/29/18 2:56 AM, Tejun Heo wrote: > On Fri, Sep 28, 2018 at 03:41:23PM -0700, Florian Fainelli wrote: >> On 09/25/2018 09:12 AM, Florian Fainelli wrote: >>> On 09/24/2018 11:19 PM, Kishon Vijay Abraham I wrote: On Friday 21 September 2018 12:49 AM, Florian Fainelli wrote: > On

Re: [PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread zhong jiang
On 2018/9/30 10:17, Joe Perches wrote: > On Sun, 2018-09-30 at 09:45 +0800, zhong jiang wrote: >> Fix the following compile warning: >> >> sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined >> but not used [-Wunused-function] >> sound/soc/codecs/wm8731.c:600:12: warning:

Re: [PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread zhong jiang
On 2018/9/30 10:17, Joe Perches wrote: > On Sun, 2018-09-30 at 09:45 +0800, zhong jiang wrote: >> Fix the following compile warning: >> >> sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined >> but not used [-Wunused-function] >> sound/soc/codecs/wm8731.c:600:12: warning:

Re: [PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on asoc/for-next] [also build test ERROR on v4.19-rc5 next-20180928] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on asoc/for-next] [also build test ERROR on v4.19-rc5 next-20180928] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread Joe Perches
On Sun, 2018-09-30 at 09:45 +0800, zhong jiang wrote: > Fix the following compile warning: > > sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined > but not used [-Wunused-function] > sound/soc/codecs/wm8731.c:600:12: warning: 'wm8731_hw_init' defined but not > used

Re: [PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread Joe Perches
On Sun, 2018-09-30 at 09:45 +0800, zhong jiang wrote: > Fix the following compile warning: > > sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined > but not used [-Wunused-function] > sound/soc/codecs/wm8731.c:600:12: warning: 'wm8731_hw_init' defined but not > used

Re: [PATCH v2 1/3] arm64: dts: actions: s900: Enable Tx DMA for UART5

2018-09-29 Thread kbuild test robot
/linux/commits/Manivannan-Sadhasivam/Add-slave-DMA-support-for-Actions-Semi-S900-SoC/20180929-155016 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing config: arm64-defconfig (attached as .config) compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce

Re: [PATCH v2 1/3] arm64: dts: actions: s900: Enable Tx DMA for UART5

2018-09-29 Thread kbuild test robot
/linux/commits/Manivannan-Sadhasivam/Add-slave-DMA-support-for-Actions-Semi-S900-SoC/20180929-155016 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing config: arm64-defconfig (attached as .config) compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce

[PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread zhong jiang
Fix the following compile warning: sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined but not used [-Wunused-function] sound/soc/codecs/wm8731.c:600:12: warning: 'wm8731_hw_init' defined but not used [-Wunused-function] Signed-off-by: zhong jiang ---

[PATCH] ASoC: wm8731: Fix a unused function gcc warning

2018-09-29 Thread zhong jiang
Fix the following compile warning: sound/soc/codecs/wm8731.c:575:12: warning: 'wm8731_request_supplies' defined but not used [-Wunused-function] sound/soc/codecs/wm8731.c:600:12: warning: 'wm8731_hw_init' defined but not used [-Wunused-function] Signed-off-by: zhong jiang ---

RE: [kbuild-all] [PATCH RT 2/2] watchdog, rt: prevent deferral of watchdogd wakeup

2018-09-29 Thread Li, Philip
> Subject: Re: [kbuild-all] [PATCH RT 2/2] watchdog, rt: prevent deferral of > watchdogd wakeup > > On 2018-09-29 08:38:55 [+0200], Thomas Gleixner wrote: > > On Sat, 29 Sep 2018, kbuild test robot wrote: > > > [also build test ERROR on v4.19-rc5 next-20180928] > > > [if your patch is applied to

RE: [kbuild-all] [PATCH RT 2/2] watchdog, rt: prevent deferral of watchdogd wakeup

2018-09-29 Thread Li, Philip
> Subject: Re: [kbuild-all] [PATCH RT 2/2] watchdog, rt: prevent deferral of > watchdogd wakeup > > On 2018-09-29 08:38:55 [+0200], Thomas Gleixner wrote: > > On Sat, 29 Sep 2018, kbuild test robot wrote: > > > [also build test ERROR on v4.19-rc5 next-20180928] > > > [if your patch is applied to

linux-next: commits in the cisco tree

2018-09-29 Thread Stephen Rothwell
Hi Daniel, I noticed that you have added some commits to the cisco tree today. Just a couple of comments: Fristly, commits 734245aec283 ("This code allows architectures to use a generic builtin command line." and b17f223f16f2 ("This code allows architectures to use a generic builtin

linux-next: commits in the cisco tree

2018-09-29 Thread Stephen Rothwell
Hi Daniel, I noticed that you have added some commits to the cisco tree today. Just a couple of comments: Fristly, commits 734245aec283 ("This code allows architectures to use a generic builtin command line." and b17f223f16f2 ("This code allows architectures to use a generic builtin

[PATCH net] r8169: always autoneg on resume

2018-09-29 Thread Alex Xu (Hello71)
This affects at least versions 25 and 33, so assume all cards are broken and just renegotiate by default. Fixes: a2965f12fde6 ("r8169: remove rtl8169_set_speed_xmii") Signed-off-by: Alex Xu (Hello71) --- drivers/net/ethernet/realtek/r8169.c | 7 +++ 1 file changed, 3 insertions(+), 4

[PATCH net] r8169: always autoneg on resume

2018-09-29 Thread Alex Xu (Hello71)
This affects at least versions 25 and 33, so assume all cards are broken and just renegotiate by default. Fixes: a2965f12fde6 ("r8169: remove rtl8169_set_speed_xmii") Signed-off-by: Alex Xu (Hello71) --- drivers/net/ethernet/realtek/r8169.c | 7 +++ 1 file changed, 3 insertions(+), 4

Re: [PATCH v6 2/2] iio: proximity: vl53l0x: add interrupt support

2018-09-29 Thread Rob Herring
On Sat, Sep 29, 2018 at 6:10 AM Jonathan Cameron wrote: > > On Fri, 28 Sep 2018 18:52:13 -0500 > Rob Herring wrote: > > > On Fri, Sep 28, 2018 at 4:36 AM Song Qiang > > wrote: > > > > > > On Wed, Sep 26, 2018 at 05:46:18PM -0500, Rob Herring wrote: > > > > On Sat, Sep 22, 2018 at 04:05:23PM

Re: [PATCH v6 2/2] iio: proximity: vl53l0x: add interrupt support

2018-09-29 Thread Rob Herring
On Sat, Sep 29, 2018 at 6:10 AM Jonathan Cameron wrote: > > On Fri, 28 Sep 2018 18:52:13 -0500 > Rob Herring wrote: > > > On Fri, Sep 28, 2018 at 4:36 AM Song Qiang > > wrote: > > > > > > On Wed, Sep 26, 2018 at 05:46:18PM -0500, Rob Herring wrote: > > > > On Sat, Sep 22, 2018 at 04:05:23PM

Re: [GIT pull] timer fixes for 4.19

2018-09-29 Thread Greg Kroah-Hartman
On Sat, Sep 29, 2018 at 08:25:47PM +0200, Thomas Gleixner wrote: > Greg, > > please pull the latest timers-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > timers-urgent-for-linus Now pulled, thanks. greg k-h

Re: [GIT pull] perf fix for 4.19

2018-09-29 Thread Greg Kroah-Hartman
On Sat, Sep 29, 2018 at 08:25:47PM +0200, Thomas Gleixner wrote: > Greg, > > please pull the latest perf-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > perf-urgent-for-linus Now pulled, thanks. greg k-h

Re: [GIT pull] timer fixes for 4.19

2018-09-29 Thread Greg Kroah-Hartman
On Sat, Sep 29, 2018 at 08:25:47PM +0200, Thomas Gleixner wrote: > Greg, > > please pull the latest timers-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > timers-urgent-for-linus Now pulled, thanks. greg k-h

Re: [GIT pull] perf fix for 4.19

2018-09-29 Thread Greg Kroah-Hartman
On Sat, Sep 29, 2018 at 08:25:47PM +0200, Thomas Gleixner wrote: > Greg, > > please pull the latest perf-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > perf-urgent-for-linus Now pulled, thanks. greg k-h

Re: [GIT pull] x86 fix for 4.19

2018-09-29 Thread Greg Kroah-Hartman
On Sat, Sep 29, 2018 at 08:25:48PM +0200, Thomas Gleixner wrote: > Greg, > > please pull the latest x86-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-urgent-for-linus Now pulled, thanks. greg k-h

Re: [GIT pull] x86 fix for 4.19

2018-09-29 Thread Greg Kroah-Hartman
On Sat, Sep 29, 2018 at 08:25:48PM +0200, Thomas Gleixner wrote: > Greg, > > please pull the latest x86-urgent-for-linus git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-urgent-for-linus Now pulled, thanks. greg k-h

Re: [PATCH RT 2/2] watchdog, rt: prevent deferral of watchdogd wakeup

2018-09-29 Thread Sebastian Andrzej Siewior
On 2018-09-29 08:38:55 [+0200], Thomas Gleixner wrote: > On Sat, 29 Sep 2018, kbuild test robot wrote: > > [also build test ERROR on v4.19-rc5 next-20180928] > > [if your patch is applied to the wrong git tree, please drop us a note to > > help improve the system] > > > > It's against the RT

Re: [PATCH RT 2/2] watchdog, rt: prevent deferral of watchdogd wakeup

2018-09-29 Thread Sebastian Andrzej Siewior
On 2018-09-29 08:38:55 [+0200], Thomas Gleixner wrote: > On Sat, 29 Sep 2018, kbuild test robot wrote: > > [also build test ERROR on v4.19-rc5 next-20180928] > > [if your patch is applied to the wrong git tree, please drop us a note to > > help improve the system] > > > > It's against the RT

[PATCH 3.16 013/131] x86/speculation: Create spec-ctrl.h to avoid include hell

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 28a2775217b17208811fa43a9e96bd1fdf417b86 upstream. Having everything in nospec-branch.h creates a hell of dependencies when adding the prctl based switching mechanism.

[PATCH 3.16 013/131] x86/speculation: Create spec-ctrl.h to avoid include hell

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 28a2775217b17208811fa43a9e96bd1fdf417b86 upstream. Having everything in nospec-branch.h creates a hell of dependencies when adding the prctl based switching mechanism.

[PATCH 3.16 015/131] x86/process: Allow runtime control of Speculative Store Bypass

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 885f82bfbc6fefb6664ea27965c3ab9ac4194b8c upstream. The Speculative Store Bypass vulnerability can be mitigated with the Reduced Data Speculation (RDS) feature. To allow

[PATCH 3.16 017/131] nospec: Allow getting/setting on non-current task

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 7bbf1373e228840bb0295a2ca26d548ef37f448e upstream. Adjust arch_prctl_get/set_spec_ctrl() to operate on tasks other than current. This is needed both for /proc/$pid/status

[PATCH 3.16 015/131] x86/process: Allow runtime control of Speculative Store Bypass

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 885f82bfbc6fefb6664ea27965c3ab9ac4194b8c upstream. The Speculative Store Bypass vulnerability can be mitigated with the Reduced Data Speculation (RDS) feature. To allow

[PATCH 3.16 017/131] nospec: Allow getting/setting on non-current task

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 7bbf1373e228840bb0295a2ca26d548ef37f448e upstream. Adjust arch_prctl_get/set_spec_ctrl() to operate on tasks other than current. This is needed both for /proc/$pid/status

[PATCH 3.16 019/131] seccomp: Enable speculation flaw mitigations

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 5c3070890d06ff82eecb808d02d2ca39169533ef upstream. When speculation flaw mitigations are opt-in (via prctl), using seccomp will automatically opt-in to these protections,

[PATCH 3.16 016/131] x86/speculation: Add prctl for Speculative Store Bypass mitigation

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit a73ec77ee17ec556fe7f165d00314cb7c047b1ac upstream. Add prctl based control for Speculative Store Bypass mitigation and make it the default mitigation for Intel and AMD.

[PATCH 3.16 018/131] proc: Provide details on speculation flaw mitigations

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit fae1fa0fc6cca8beee3ab8ed71d54f9a78fa3f64 upstream. As done with seccomp and no_new_privs, also show speculation flaw mitigation state in /proc/$pid/status. Signed-off-by:

[PATCH 3.16 002/131] x86/bugs: Concentrate bug detection into a separate function

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk commit 4a28bfe3267b68e22c663ac26185aa16c9b879ef upstream. Combine the various logic which goes through all those x86_cpu_id matching structures in one function.

[PATCH 3.16 014/131] prctl: Add speculation control prctls

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit b617cfc858161140d69cc0b5cc211996b557a1c7 upstream. Add two new prctls to control aspects of speculation related vulnerabilites and their mitigations to provide finer

[PATCH 3.16 007/131] x86/cpufeatures: Add X86_FEATURE_RDS

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk commit 0cc5fa00b0a88dad140b4e5c2cead9951ad36822 upstream. Add the CPU feature bit CPUID.7.0.EDX[31] which indicates whether the CPU supports Reduced Data Speculation. [

[PATCH 3.16 019/131] seccomp: Enable speculation flaw mitigations

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 5c3070890d06ff82eecb808d02d2ca39169533ef upstream. When speculation flaw mitigations are opt-in (via prctl), using seccomp will automatically opt-in to these protections,

[PATCH 3.16 016/131] x86/speculation: Add prctl for Speculative Store Bypass mitigation

2018-09-29 Thread Ben Hutchings
3.16.59-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit a73ec77ee17ec556fe7f165d00314cb7c047b1ac upstream. Add prctl based control for Speculative Store Bypass mitigation and make it the default mitigation for Intel and AMD.

  1   2   3   4   5   6   7   >