Re: [PATCH] blkcg: remove unused __blkg_release_rcu()

2018-12-20 Thread Jens Axboe
On 12/19/18 3:43 PM, Dennis Zhou wrote: > An earlier commit 7fcf2b033b84 ("blkcg: change blkg reference counting > to use percpu_ref") moved around the release call from blkg_put() to be > a part of the percpu_ref cleanup. Remove the additional unused code > which should have been removed earlier.

Re: [PATCH 2/8] Input: dt-bindings: tm2-touchkey: Add support for midas touchkey

2018-12-20 Thread Rob Herring
On Fri, 7 Dec 2018 11:58:05 +0100, =?UTF-8?q?Pawe=C5=82=20Chmiel?= wrote: > From: Simon Shields > > Document compatible for midas touchkey. > > Signed-off-by: Simon Shields > Signed-off-by: Paweł Chmiel > --- > .../devicetree/bindings/input/cypress,tm2-touchkey.txt| 4 +++- > 1 file

Re: [PATCH] drm: add capability DRM_CAP_ASYNC_UPDATE

2018-12-20 Thread Daniel Vetter
On Thu, Dec 20, 2018 at 6:03 PM Alex Deucher wrote: > > + Harry > > On Thu, Dec 20, 2018 at 11:54 AM Daniel Vetter wrote: > > > > On Thu, Dec 20, 2018 at 5:40 PM Alex Deucher wrote: > > > > > > + Nicholas > > > > > > On Thu, Dec 20, 2018 at 5:47 AM Daniel Vetter wrote: > > > > > > > > On Thu,

Re: [PATCH 8/8] Input: dt-bindings: tm2-touchkey: Add support for aries touchkey

2018-12-20 Thread Rob Herring
On Fri, 7 Dec 2018 11:58:11 +0100, =?UTF-8?q?Pawe=C5=82=20Chmiel?= wrote: > From: Jonathan Bakker > > Document compatible for aries touchkey. > > Signed-off-by: Jonathan Bakker > Signed-off-by: Paweł Chmiel > --- > Documentation/devicetree/bindings/input/cypress,tm2-touchkey.txt | 1 + > 1

Re: [PATCH 1/3] dt-bindings: ufs: Add HI3670 UFS controller binding

2018-12-20 Thread Rob Herring
On Fri, Dec 07, 2018 at 11:21:49PM +0530, Manivannan Sadhasivam wrote: > Add devicetree binding for HI3670 UFS controller. HI3760 SoC is very > similar to HI3660 SoC with almost same IPs. Only major difference interms s/interms/in terms/ > of UFS is the PHY. HI3670 has 10nm PHY. > >

Re: [PATCH] ALSA: isa/wavefront: Fix potential Spectre v1 vulnerabilities

2018-12-20 Thread Gustavo A. R. Silva
On 12/20/18 2:11 AM, Takashi Iwai wrote: On Thu, 20 Dec 2018 00:31:43 +0100, Gustavo A. R. Silva wrote: header->number is indirectly controlled by user-space, hence leading to a potential exploitation of the Spectre variant 1 vulnerability. This issue was detected with the help of

[PATCH] staging: fsl-dpaa2: fix SPDX identifiers in header files

2018-12-20 Thread Michael Straube
Use the correct comment style for SPDX identifiers in header files. Reported by checkpatch. Signed-off-by: Michael Straube --- drivers/staging/fsl-dpaa2/ethsw/dpsw-cmd.h | 2 +- drivers/staging/fsl-dpaa2/ethsw/dpsw.h | 2 +- drivers/staging/fsl-dpaa2/ethsw/ethsw.h| 2 +- 3 files

Re: [PATCH] drm: add capability DRM_CAP_ASYNC_UPDATE

2018-12-20 Thread Michel Dänzer
On 2018-12-20 6:09 p.m., Daniel Vetter wrote: > On Thu, Dec 20, 2018 at 6:03 PM Alex Deucher wrote: >> On Thu, Dec 20, 2018 at 11:54 AM Daniel Vetter wrote: > >>> Not sure about the gamma thing since we had opposite bugs on i915 >>> about gamma not being vsynced and tearing terribly. Cursor is

Re: [PATCH v10 16/27] drivers: firmware: psci: Prepare to use OS initiated suspend mode

2018-12-20 Thread Daniel Lezcano
On 20/12/2018 16:41, Ulf Hansson wrote: > On Thu, 20 Dec 2018 at 15:09, Daniel Lezcano > wrote: >> >> On 29/11/2018 18:46, Ulf Hansson wrote: >>> To enable the OS initiated mode, the CPU topology needs to be described >>> using the hierarchical model in DT. When used, the idle state bits for the

[PATCH v3 06/19] mailbox: hi3660: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Kevin Wangtao Cc: Kaihua Zhong Cc: Leo Yan Tested-by: Leo Yan Signed-off-by: Thierry Reding --- drivers/mailbox/hi3660-mailbox.c | 11 +-- 1 file

[PATCH v3 09/19] mailbox: altera: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Ley Foon Tan Signed-off-by: Thierry Reding --- drivers/mailbox/mailbox-altera.c | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git

[PATCH v3 08/19] mailbox: imx: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Oleksij Rempel Cc: Dong Aisheng Cc: Vladimir Zapolskiy Reviewed-by: Oleksij Rempel Signed-off-by: Thierry Reding --- drivers/mailbox/imx-mailbox.c | 3 +-- 1

[PATCH v3 01/19] mailbox: Add device-managed registration functions

2018-12-20 Thread Thierry Reding
From: Thierry Reding Add device-managed equivalents of the mbox_controller_register() and mbox_controller_unregister() functions that can be used to have the devres infrastructure automatically unregister mailbox controllers on driver probe failure or driver removal. This can help remove a lot

[PATCH v3 18/19] mailbox: stm32-ipcc: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Fabien Dessenne Cc: Ludovic Barre Reviewed-by: Ludovic Barre Signed-off-by: Thierry Reding --- drivers/mailbox/stm32-ipcc.c | 4 +--- 1 file changed, 1

[PATCH v3 00/19] mailbox: Device-managed registration

2018-12-20 Thread Thierry Reding
From: Thierry Reding Hi, This series of patches adds device-managed registration functions for mailbox controllers. A number of drivers can be simplified by making use of this new API both in the error cleanup paths in their probe functions and in the driver remove implementation. In addition

[PATCH v3 19/19] mailbox: ti-msgmgr: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Nishanth Menon Signed-off-by: Thierry Reding --- drivers/mailbox/ti-msgmgr.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git

Re: [PATCH 04/12] __wr_after_init: x86_64: __wr_op

2018-12-20 Thread Thiago Jung Bauermann
Hello Igor, > +/* > + * The following two variables are statically allocated by the linker > + * script at the the boundaries of the memory region (rounded up to > + * multiples of PAGE_SIZE) reserved for __wr_after_init. > + */ > +extern long __start_wr_after_init; > +extern long

[PATCH v3 14/19] mailbox: omap: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Tony Lindgren Cc: Suman Anna Signed-off-by: Thierry Reding --- Changes in v2: - fix build failure reported by the kbuild test robot

[PATCH v3 16/19] mailbox: qcom-apcs: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Bjorn Andersson Cc: Georgi Djakov Cc: Sibi Sankar Reviewed-by: Bjorn Andersson Signed-off-by: Thierry Reding --- drivers/mailbox/qcom-apcs-ipc-mailbox.c | 3

[PATCH v3 17/19] mailbox: rockchip: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Caesar Wang Reviewed-by: Caesar Wang Signed-off-by: Thierry Reding --- drivers/mailbox/rockchip-mailbox.c | 15 +-- 1 file changed, 1 insertion(+),

[PATCH v3 15/19] mailbox: platform-mhu: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Neil Armstrong Acked-by: Neil Armstrong Signed-off-by: Thierry Reding --- drivers/mailbox/platform_mhu.c | 12 +--- 1 file changed, 1 insertion(+), 11

[PATCH v3 11/19] mailbox: xgene-slimpro: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Signed-off-by: Thierry Reding --- drivers/mailbox/mailbox-xgene-slimpro.c | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git

[PATCH v3 07/19] mailbox: hi6220: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Leo Yan Reviewed-by: Leo Yan Signed-off-by: Thierry Reding --- drivers/mailbox/hi6220-mailbox.c | 11 +-- 1 file changed, 1 insertion(+), 10

[PATCH v3 03/19] mailbox: bcm2835: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Eric Anholt Cc: Stefan Wahren Reviewed-by: Eric Anholt Signed-off-by: Thierry Reding --- drivers/mailbox/bcm2835-mailbox.c | 10 +- 1 file changed, 1

[PATCH v3 13/19] mailbox: mtk-cmdq: Remove needless devm_kfree() calls

2018-12-20 Thread Thierry Reding
From: Thierry Reding Memory allocated through device-managed functions doesn't need to be explicitly freed, so these calls can be removed. Cc: Houlong Wei Cc: HS Liao Cc: CK Hu Signed-off-by: Thierry Reding --- drivers/mailbox/mtk-cmdq-mailbox.c | 8 1 file changed, 8 deletions(-)

[PATCH v3 05/19] mailbox: bcm-pdc: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Florian Fainelli Cc: Rob Rice Cc: Andy Gospodarek Signed-off-by: Thierry Reding --- drivers/mailbox/bcm-pdc-mailbox.c | 4 +--- 1 file changed, 1 insertion(+),

[PATCH v3 10/19] mailbox: sti: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Lee Jones Acked-by: Lee Jones Signed-off-by: Thierry Reding --- drivers/mailbox/mailbox-sti.c | 13 + 1 file changed, 1 insertion(+), 12

[PATCH v3 04/19] mailbox: bcm-flexrm: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Vikram Prakash Cc: Scott Branden Cc: Florian Fainelli Cc: Ray Jui Signed-off-by: Thierry Reding --- drivers/mailbox/bcm-flexrm-mailbox.c | 4 +--- 1 file

[PATCH v3 12/19] mailbox: mtk-cmdq: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Houlong Wei Cc: HS Liao Cc: CK Hu Signed-off-by: Thierry Reding --- drivers/mailbox/mtk-cmdq-mailbox.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH v3 02/19] mailbox: arm-mhu: Use device-managed registration API

2018-12-20 Thread Thierry Reding
From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Sudeep Holla Reviewed-by: Sudeep Holla Signed-off-by: Thierry Reding --- drivers/mailbox/arm_mhu.c | 12 +--- 1 file changed, 1 insertion(+), 11

Re: 4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect

2018-12-20 Thread Willem de Bruijn
On Thu, Dec 20, 2018 at 11:17 AM Ido Schimmel wrote: > > On Thu, Dec 20, 2018 at 03:09:22PM +0100, Christian Borntraeger wrote: > > On 20.12.2018 10:12, Ido Schimmel wrote: > > > +Willem > > > > > > On Thu, Dec 20, 2018 at 08:45:40AM +0100, Christian Borntraeger wrote: > > >> Folks, > > >> > > >>

Re: [PATCH 3/3] sched/fair: fix unnecessary increase of balance interval

2018-12-20 Thread Valentin Schneider
On 20/12/2018 14:50, Vincent Guittot wrote: [...] >> So now we reset the interval for all active balances (expect last active >> balance case), even when it is done as a last resort because all other >> tasks were pinned. >> >> Arguably the current code isn't much better (always increase the

Re: [PATCH] drm: add capability DRM_CAP_ASYNC_UPDATE

2018-12-20 Thread Daniel Vetter
On Thu, Dec 20, 2018 at 6:16 PM Michel Dänzer wrote: > > On 2018-12-20 6:09 p.m., Daniel Vetter wrote: > > On Thu, Dec 20, 2018 at 6:03 PM Alex Deucher wrote: > >> On Thu, Dec 20, 2018 at 11:54 AM Daniel Vetter wrote: > > > >>> Not sure about the gamma thing since we had opposite bugs on i915 >

perf: Use strcmp(str, "const") instead of strncmp(str, "const", sizeof("const"))

2018-12-20 Thread Steven Rostedt
As strncmp(str, "const", sizeof("const") is exactly the same as strcmp(str, "const") use that instead, otherwise it is confusing. sizeof("const") includes the nul terminator ('\0') of the string "const", and that means strncmp() will only return a match if str and "const" are exactly the same,

[PATCH v2] perf: Use strcmp(str, "const") instead of strncmp(str, "const", sizeof("const"))

2018-12-20 Thread Steven Rostedt
As strncmp(str, "const", sizeof("const") is exactly the same as strcmp(str, "const") use that instead, otherwise it is confusing. sizeof("const") includes the nul terminator ('\0') of the string "const", and that means strncmp() will only return a match if str and "const" are exactly the same,

Re: [PATCH] pwm: imx: add ipg clock operation

2018-12-20 Thread Thierry Reding
On Wed, Dec 19, 2018 at 05:24:58AM +, Anson Huang wrote: > i.MX PWM module's ipg_clk_s is for PWM register access, on > most of i.MX SoCs, this ipg_clk_s is from system ipg clock > or perclk which is always enabled, but on i.MX7D, the ipg_clk_s > is from PWM1_CLK_ROOT which is controlled by

Re: [PATCH 11/12] IMA: turn ima_policy_flags into __wr_after_init

2018-12-20 Thread Thiago Jung Bauermann
Hello Igor, Igor Stoppa writes: > diff --git a/security/integrity/ima/ima_init.c > b/security/integrity/ima/ima_init.c > index 59d834219cd6..5f4e13e671bf 100644 > --- a/security/integrity/ima/ima_init.c > +++ b/security/integrity/ima/ima_init.c > @@ -21,6 +21,7 @@ > #include > #include >

[PATCH v3 2/3] dt-bindings: drm/msm/a6xx: Document interconnect properties for GPU

2018-12-20 Thread Jordan Crouse
Add documentation for the interconnect and interconnect-names bindings for the GPU node as detailed by bindings/interconnect/interconnect.txt. Signed-off-by: Jordan Crouse --- Documentation/devicetree/bindings/display/msm/gpu.txt | 4 1 file changed, 4 insertions(+) diff --git

[PATCH v3 0/3] arm64: dts: sdm845: Add sdm845 GPU interconnect

2018-12-20 Thread Jordan Crouse
Add interconnect consumer definitions for the sdm845 GPU to device tree. This patchset includes the a6xx gpu support for interconnect as previously seen here: https://patchwork.kernel.org/patch/10718587/ It was pulled into this patchset because the interconnect-name was removed from the DT at

[PATCH v3 1/3] drm/msm/a6xx: Add support for an interconnect path

2018-12-20 Thread Jordan Crouse
Try to get the interconnect path for the GPU and vote for the maximum bandwidth to support all frequencies. This is needed for performance. Later we will want to scale the bandwidth based on the frequency to also optimize for power but that will require some device tree infrastructure that does

[PATCH v3 3/3] arm64: dts: sdm845: Add interconnect for GPU

2018-12-20 Thread Jordan Crouse
Define an interconnect port for the GPU to set bus capabilities. Signed-off-by: Jordan Crouse --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index

Re: [PATCH] x86/intel_rdt: use rdmsr_safe() to workaround AWS host issue

2018-12-20 Thread Vitaly Kuznetsov
Borislav Petkov writes: > On Thu, Dec 20, 2018 at 02:40:46PM +0100, Vitaly Kuznetsov wrote: >> It was found that AWS x1 instances (Xen-based) lack xen.git commit >> 1f1d183d4900 (x86/HVM: don't give the wrong impression of WRMSR succeeding) >> and because of that the wrmsr_safe() check in

Re: [PATCH] rts5208: add a missing check for the status of command sending

2018-12-20 Thread kbuild test robot
Hi Kangjie, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.20-rc7 next-20181220] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https

[PATH v7 0/2] Xilinx ZynqMP IPI Mailbox Controller Driver

2018-12-20 Thread Wendy Liang
Introduce mailbox controller driver for ZynqMP IPI(Inter-processor interrupt) IP core. As the device tree bindings have been updated. Do not have "Reviewed-by" nor "Acked-by" in the dt-bindings commit. v7: - Fix sparse warning, and documentation check. - Add emply block to the end of

[PATH v7 2/2] dt-bindings: mailbox: Add Xilinx IPI Mailbox

2018-12-20 Thread Wendy Liang
Xilinx ZynqMP IPI(Inter Processor Interrupt) is a hardware block in ZynqMP SoC used for the communication between various processor systems. Signed-off-by: Wendy Liang Reviewed-by: Rob Herring --- .../bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt | 127 + 1 file changed,

[PATH v7 1/2] mailbox: ZynqMP IPI mailbox controller

2018-12-20 Thread Wendy Liang
This patch is to introduce ZynqMP IPI mailbox controller driver to use the ZynqMP IPI block as mailboxes. Signed-off-by: Wendy Liang --- drivers/mailbox/Kconfig | 11 + drivers/mailbox/Makefile | 2 + drivers/mailbox/zynqmp-ipi-mailbox.c | 764

Re: [PATCH] dt-bindings: pwm: rcar: Add r8a774c0 support

2018-12-20 Thread Thierry Reding
On Thu, Dec 13, 2018 at 08:20:15PM +, Fabrizio Castro wrote: > Document RZ/G2E (R8A774C0) SoC bindings. > > Signed-off-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. Thierry signature.asc

Re: [PATCH] ALSA: isa/wavefront: Fix potential Spectre v1 vulnerabilities

2018-12-20 Thread Takashi Iwai
On Thu, 20 Dec 2018 18:13:31 +0100, Gustavo A. R. Silva wrote: > > On 12/20/18 2:11 AM, Takashi Iwai wrote: > > On Thu, 20 Dec 2018 00:31:43 +0100, > > Gustavo A. R. Silva wrote: > >> > >> header->number is indirectly controlled by user-space, hence leading > >> to a potential exploitation of

[PATCH] perf: Use strcmp() for "ftrace:function" check

2018-12-20 Thread Steven Rostedt
As strncmp(str, "const", sizeof("const") is exactly the same as strcmp(str, "const") use that instead, otherwise it is confusing. The test if the event name is "ftrace:function" in perf_evsel__set_sample_id() is rather strange as it makes an unnecessary macro of FUNCTION_EVENT to equal

Re: ensure dma_alloc_coherent always returns zeroed memory

2018-12-20 Thread h...@lst.de
Btw, can you try wit the very latests dma-mapping-for-next tree which has a new fix from Thierry Reding that might be related.

Re: [PATCH 1/2] fbdev: fbmem: make fb_show_logo_line return the end instead of the height

2018-12-20 Thread Bartlomiej Zolnierkiewicz
On 11/26/2018 10:57 PM, Peter Rosin wrote: > In preparation for allowing centering of the bootup logo, make > fb_show_logo_line return where the next free framebuffer line is, > instead of returning the height of the shown logo. > > Signed-off-by: Peter Rosin Patch queued for 4.21, thanks.

Re: [PATCH 1/2] dt-bindings: Add Qualcomm USB Super-Speed PHY bindings

2018-12-20 Thread Jack Pham
Hi Rob, Jorge, On Thu, Dec 20, 2018 at 11:05:31AM -0600, Rob Herring wrote: > On Fri, Dec 07, 2018 at 10:55:57AM +0100, Jorge Ramirez-Ortiz wrote: > > Binding description for Qualcomm's Synopsys 1.0.0 super-speed PHY > > controller embedded in QCS404. > > > > Based on Sriharsha Allenki's

Re: [PATCH 2/2] fbdev: fbmem: add config option to center the bootup logo

2018-12-20 Thread Bartlomiej Zolnierkiewicz
On 11/26/2018 10:57 PM, Peter Rosin wrote: > If there are extra logos (CONFIG_FB_LOGO_EXTRA) the heights of these > extra logos are not considered when centering the first logo vertically. > > Signed-off-by: Peter Rosin Patch queued for 4.21, thanks. Best regards, -- Bartlomiej

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-12-20 Thread Guenter Roeck
gt; > turn results in boot failures for those configurations, with an error > > message of > > > > of_serial: probe of e0004500.serial failed with error -22 > > > > which wasn't seen before. > > > > Not sure if replacing a potential problem with a real one is reall

Re: [PATCH] drm: add capability DRM_CAP_ASYNC_UPDATE

2018-12-20 Thread Kazlauskas, Nicholas
On 12/20/18 12:09 PM, Daniel Vetter wrote: > On Thu, Dec 20, 2018 at 6:03 PM Alex Deucher wrote: >> >> + Harry >> >> On Thu, Dec 20, 2018 at 11:54 AM Daniel Vetter wrote: >>> >>> On Thu, Dec 20, 2018 at 5:40 PM Alex Deucher wrote: + Nicholas On Thu, Dec 20, 2018 at 5:47 AM

Re: [PATCH v8 15/26] pwm: jz4740: Add support for the JZ4725B

2018-12-20 Thread Thierry Reding
On Mon, Dec 17, 2018 at 08:53:21AM +0100, Uwe Kleine-König wrote: > On Sun, Dec 16, 2018 at 03:18:52PM +0100, Paul Cercueil wrote: > > Hi, > > > > Le ven. 14 déc. 2018 à 15:26, Uwe Kleine-König > > a écrit : > > > Hello, > > > > > > On Fri, Dec 14, 2018 at 02:50:20PM +0100, Linus Walleij wrote:

Re: [PATCH] drm/xen-front: Make shmem backed display buffer coherent

2018-12-20 Thread Christoph Hellwig
On Thu, Dec 20, 2018 at 05:49:39PM +0200, Oleksandr Andrushchenko wrote: > This is the only patch [1], no series. And at the moment I think > there is nothing to review as I am not sure how to deal with those > shmem pages: this patch is rather to start a discussion on how shmem > pages can be

Re: [PATCH] fbdev: uvesafb: fix spelling mistake "memoery" -> "memory"

2018-12-20 Thread Bartlomiej Zolnierkiewicz
On 11/28/2018 04:37 PM, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in the module parameter description, fix it. > > Signed-off-by: Colin Ian King Patch queued for 4.21, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung

[PATCH] MIPS: math-emu: Write-protect delay slot emulation pages

2018-12-20 Thread Paul Burton
Mapping the delay slot emulation page as both writeable & executable presents a security risk, in that if an exploit can write to & jump into the page then it can be used as an easy way to execute arbitrary code. Prevent this by mapping the page read-only for userland, and using

Re: [PATCH 04/12] __wr_after_init: x86_64: __wr_op

2018-12-20 Thread Igor Stoppa
Hi, On 20/12/2018 19:20, Thiago Jung Bauermann wrote: Hello Igor, +/* + * The following two variables are statically allocated by the linker + * script at the the boundaries of the memory region (rounded up to + * multiples of PAGE_SIZE) reserved for __wr_after_init. + */ +extern long

Re: [PATCH v3 04/19] mailbox: bcm-flexrm: Use device-managed registration API

2018-12-20 Thread Scott Branden
Looks fine - thanks. On 2018-12-20 9:19 a.m., Thierry Reding wrote: From: Thierry Reding Get rid of some boilerplate driver removal code by using the newly added device-managed registration API. Cc: Vikram Prakash Cc: Scott Branden Cc: Florian Fainelli Cc: Ray Jui Signed-off-by: Thierry

Re: [PATCH 11/12] IMA: turn ima_policy_flags into __wr_after_init

2018-12-20 Thread Igor Stoppa
Hi, On 20/12/2018 19:30, Thiago Jung Bauermann wrote: Hello Igor, Igor Stoppa writes: diff --git a/security/integrity/ima/ima_init.c b/security/integrity/ima/ima_init.c index 59d834219cd6..5f4e13e671bf 100644 --- a/security/integrity/ima/ima_init.c +++ b/security/integrity/ima/ima_init.c

Re: [PATCH v3 1/6] Documentation: ARM: sunxi: pwm: add Allwinner sun8i.

2018-12-20 Thread Thierry Reding
On Mon, Nov 26, 2018 at 12:18:59AM +0800, Hao Zhang wrote: > This patch adds Allwinner sun8i pwm binding document. > > Signed-off-by: Hao Zhang > --- > .../devicetree/bindings/pwm/pwm-sun8i.txt | 24 > ++ > 1 file changed, 24 insertions(+) > create mode 100644

Re: [PATCH] lib/rhashtable: Fix work initialization in rhashtable_init()

2018-12-20 Thread Bart Van Assche
On Tue, 2018-12-18 at 21:32 -0800, David Miller wrote: > From: Bart Van Assche > Date: Mon, 17 Dec 2018 13:40:58 -0800 > > > The test_insert_dup() function from lib/test_rhashtable.c passes a > > pointer to a stack object to rhltable_init(). Avoid that the following > > is reported with object

Re: [PATCH] ALSA: isa/wavefront: Fix potential Spectre v1 vulnerabilities

2018-12-20 Thread Gustavo A. R. Silva
On 12/20/18 11:35 AM, Takashi Iwai wrote: Well, no, my question is whether it makes sense to patch the code path for such ISA drivers. Spectre seems applicable since the model around 2006 or so, and ISA slot has been already dead for very long time. And yet with this minor board... I bet

Re: [GIT PULL 00/63] perf/core improvements and fixes

2018-12-20 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > Best regards, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit ca46afdb2754dbb4a5d5772332fa16957d9bc618: > > Merge tag

Re: [PATCH v2] media: omap2: omapfb: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-20 Thread Bartlomiej Zolnierkiewicz
On 12/02/2018 05:14 AM, Yangtao Li wrote: > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yangtao Li Patch queued for 4.21, thanks. [ subject line was fixed to "fbdev" from "media" while applying ] Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute

Re: [PATCH v7 11/25] arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking

2018-12-20 Thread Ard Biesheuvel
On Wed, 19 Dec 2018 at 18:01, Julien Thierry wrote: > > Hi Ard, > > On 14/12/2018 16:40, Julien Thierry wrote: > > > > > > On 14/12/2018 15:49, Ard Biesheuvel wrote: > >> On Fri, 14 Dec 2018 at 16:23, Julien Thierry > >> wrote: > >>> > >>> Hi, > >>> > >>> On 13/12/2018 15:03, Julien Thierry

Re: Fixing MIPS delay slot emulation weakness?

2018-12-20 Thread Paul Burton
Hi Hugh, On Wed, Dec 19, 2018 at 01:12:58PM -0800, Hugh Dickins wrote: > > is_cow_mapping() returns true if the VM_MAYWRITE flag is set and > > VM_SHARED is not set - this suggests a private & potentially-writable > > area, right? That fits in nicely with an area we'd want to COW. Why then > >

Re: [PATCH v3 6/6] ARM: PWM: add allwinner sun8i R40/T3/V40 PWM support.

2018-12-20 Thread Thierry Reding
On Mon, Nov 26, 2018 at 12:23:19AM +0800, Hao Zhang wrote: > The sun8i R40/T3/V40 PWM has 8 PWM channals and divides to 4 PWM pairs, > each PWM pair built-in 1 clock module, 2 timer logic module and 1 > programmable dead-time generator, it also support waveform capture. > It has 2 clock sources

[tip:perf/core] perf dso: Export data_file_size() method there are no symbols

2018-12-20 Thread tip-bot for Adrian Hunter
Commit-ID: b5c2161cc415babb84d2b49599df8bd03b2b9b69 Gitweb: https://git.kernel.org/tip/b5c2161cc415babb84d2b49599df8bd03b2b9b69 Author: Adrian Hunter AuthorDate: Tue, 27 Nov 2018 10:46:34 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:21:44 -0300 perf dso:

[tip:perf/core] perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbols

2018-12-20 Thread tip-bot for Adrian Hunter
Commit-ID: 571766010ea6bf9726b288eb2db1abb59b1841af Gitweb: https://git.kernel.org/tip/571766010ea6bf9726b288eb2db1abb59b1841af Author: Adrian Hunter AuthorDate: Tue, 27 Nov 2018 10:46:34 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:21:44 -0300 perf

Re: [PATCH] fbdev: fsl-diu: remove redundant null check on cmap

2018-12-20 Thread Bartlomiej Zolnierkiewicz
On 12/03/2018 03:53 PM, Timur Tabi wrote: > On 12/3/18 12:43 AM, Wen Yang wrote: >> The null check on >cmap is redundant since cmap is a struct >> inside fb_info and can never be null, so the check is always true. >> we may remove it. >> >> Signed-off-by: Wen Yang > > Acked-by: Timur Tabi

[tip:perf/core] tools lib traceevent: Fix processing of dereferenced args in bprintk events

2018-12-20 Thread tip-bot for Steven Rostedt (VMware)
Commit-ID: f024cf085c423bac7512479f45c34ee9a24af7ce Gitweb: https://git.kernel.org/tip/f024cf085c423bac7512479f45c34ee9a24af7ce Author: Steven Rostedt (VMware) AuthorDate: Mon, 10 Dec 2018 13:45:22 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:21:44 -0300

Re: linux-next: Tree for Dec 14 (security/integrity/ima/)

2018-12-20 Thread James Morris
On Fri, 14 Dec 2018, Paul Gortmaker wrote: > >From 31081a8b46e84d64e2fbda8d0d82ba26d56cc468 Mon Sep 17 00:00:00 2001 > From: Paul Gortmaker > Date: Fri, 14 Dec 2018 16:48:07 -0500 > Subject: [PATCH] security: integrity: partial revert of make ima_main > explicitly non-modular > > In commit

[tip:perf/core] perf trace: Rename delivery functions to ease making ordered_events selectable

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 7ba61524fa0337a919b2ec5fcce26db23c611ca7 Gitweb: https://git.kernel.org/tip/7ba61524fa0337a919b2ec5fcce26db23c611ca7 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2018 16:09:51 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:38 -0300

[tip:perf/core] perf trace: Allow selecting use the use of the ordered_events code

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a761a8d102e2a6edfef3ad5bb22baeb715f93abd Gitweb: https://git.kernel.org/tip/a761a8d102e2a6edfef3ad5bb22baeb715f93abd Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2018 16:27:33 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:55 -0300

Re: [PATCH] ata: pata_macio: add of_node_put()

2018-12-20 Thread Jens Axboe
On 12/20/18 10:03 AM, Bartlomiej Zolnierkiewicz wrote: > > On 11/21/2018 02:04 PM, Yangtao Li wrote: >> of_find_node_by_path() acquires a reference to the node >> returned by it and that reference needs to be dropped by its caller. >> bl_idle_init() doesn't do that, so fix it. >> >>

[tip:perf/core] perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWD

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 84a835412cdc36f3821a1daa10853f9c9aa3fc7c Gitweb: https://git.kernel.org/tip/84a835412cdc36f3821a1daa10853f9c9aa3fc7c Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 09:53:21 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:55 -0300

Re: [PATCH] pxa168fb: trivial typo fix

2018-12-20 Thread Bartlomiej Zolnierkiewicz
[ added dri-devel ML & fbdev ML to Cc: ] On 12/03/2018 12:47 PM, Lubomir Rintel wrote: > A missing space in an error message. > > Signed-off-by: Lubomir Rintel Patch queued for 4.21, thanks. > --- > drivers/video/fbdev/pxa168fb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

pull-request: wireless-drivers-next 2018-12-20

2018-12-20 Thread Kalle Valo
Hi Dave, here's a pull request to net-next for 4.21. More info in the signed below. As I have been too busy this cycle not all of these have been in linux-next, but most of them has been tested by the kbuild bot and the last few remaining patches are being tested while I write this. So I'm not

[tip:perf/core] perf beauty: Add a string table generator for renameat2's flags constants

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: bdc2a9d64a4c4c77c63ce2561bd644d233fcb1fc Gitweb: https://git.kernel.org/tip/bdc2a9d64a4c4c77c63ce2561bd644d233fcb1fc Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 10:16:42 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:55 -0300

[tip:perf/core] perf beauty: Wire up the renameat flags table generator to the Makefile

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 5a1cb7edfbf6ee8087b75d32461775501213a8e9 Gitweb: https://git.kernel.org/tip/5a1cb7edfbf6ee8087b75d32461775501213a8e9 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 10:26:13 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:56 -0300

[tip:perf/core] perf trace: Beautify renameat2's flags argument

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: ca7ff2c8e7add62b661c414257e7ef12cd40a950 Gitweb: https://git.kernel.org/tip/ca7ff2c8e7add62b661c414257e7ef12cd40a950 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 10:39:30 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:56 -0300

[tip:perf/core] perf trace beauty: renameat's newdirfd may also be AT_FDCWD

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 436651caa1ca3fd1d61e8daaff57453881f35a14 Gitweb: https://git.kernel.org/tip/436651caa1ca3fd1d61e8daaff57453881f35a14 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 11:19:23 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:56 -0300

[tip:perf/core] tools lib subcmd: Don't add the kernel sources to the include path

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: ece9804985b57e1ccd83b1fb6288520955a29d51 Gitweb: https://git.kernel.org/tip/ece9804985b57e1ccd83b1fb6288520955a29d51 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 15:00:52 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:56 -0300

[tip:perf/core] perf tools: Add missing sigqueue() prototype for systems lacking it

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 748fe0889c1ff12d378946bd5326e8ee8eacf5cf Gitweb: https://git.kernel.org/tip/748fe0889c1ff12d378946bd5326e8ee8eacf5cf Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 15:48:47 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:56 -0300

[tip:perf/core] perf header: Fix up argument to ctime()

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0afcf29bab35d3785204cd9bd51693b231ad7181 Gitweb: https://git.kernel.org/tip/0afcf29bab35d3785204cd9bd51693b231ad7181 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 16:11:54 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:56 -0300

[tip:perf/core] perf tools: Add missing open_memstream() prototype for systems lacking it

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: d7a8c4a6a055097a67ccfa3ca7c9ff1b64603a70 Gitweb: https://git.kernel.org/tip/d7a8c4a6a055097a67ccfa3ca7c9ff1b64603a70 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 16:31:19 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:57 -0300

Re: [PATCH v10 17/27] drivers: firmware: psci: Prepare to support PM domains

2018-12-20 Thread Daniel Lezcano
On 20/12/2018 16:49, Ulf Hansson wrote: [ ... ] >>> +#ifdef CONFIG_CPU_IDLE >> >> It would be nicer if you can remove the CONFIG_CPU_IDLE by replacing it >> with a specific one (eg. CONFIG_PSCI_IDLE) and make it depend on >> CONFIG_CPU_IDLE, so the config options stay contained in their >>

Re: [PATCH v5] fbdev: Remove depends on HAS_DMA in case of platform dependency

2018-12-20 Thread Bartlomiej Zolnierkiewicz
On 12/03/2018 01:24 PM, Geert Uytterhoeven wrote: > Remove dependencies on HAS_DMA where a Kconfig symbol depends on another > symbol that implies HAS_DMA, and, optionally, on "|| COMPILE_TEST". > In most cases this other symbol is an architecture or platform specific > symbol, or PCI. > >

Re: [PATCH v2 4/4] ARM: dts: aspeed: Add lpc ctrl for Facebook

2018-12-20 Thread Vijay Khemka
Joel, Can you please take care of these patches merge. On 12/17/18, 12:04 PM, "Vijay Khemka" wrote: Added lpc ctrl device to enable LPC clock in Facebook Tiogapass device tree. Signed-off-by: Vijay Khemka --- .../boot/dts/aspeed-bmc-facebook-tiogapass.dts | 17

[tip:perf/core] perf tools: Cast off_t to s64 to avoid warning on bionic libc

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 866053bb644f754d1a93aaa9db9998fecf7a8978 Gitweb: https://git.kernel.org/tip/866053bb644f754d1a93aaa9db9998fecf7a8978 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2018 16:43:40 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:57 -0300

[tip:perf/core] tools lib traceevent: Use LDFLAGS in the build commands

2018-12-20 Thread tip-bot for Jiri Olsa
Commit-ID: 41fa483aeee567cc34f9fc4c2e7035f2df25299d Gitweb: https://git.kernel.org/tip/41fa483aeee567cc34f9fc4c2e7035f2df25299d Author: Jiri Olsa AuthorDate: Wed, 12 Dec 2018 10:12:14 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:57 -0300 tools lib

[tip:perf/core] perf tools: Link libperf-jvmti.so with LDFLAGS variable

2018-12-20 Thread tip-bot for Jiri Olsa
Commit-ID: 3f643937aaab04881236b5aabec00f9802c1eda8 Gitweb: https://git.kernel.org/tip/3f643937aaab04881236b5aabec00f9802c1eda8 Author: Jiri Olsa AuthorDate: Wed, 12 Dec 2018 14:29:40 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:57 -0300 perf tools:

[tip:perf/core] perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filter

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 246fbe03edaab9dfa5bd1f0e223c7c960d987982 Gitweb: https://git.kernel.org/tip/246fbe03edaab9dfa5bd1f0e223c7c960d987982 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Dec 2018 11:06:53 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:57 -0300

[tip:perf/core] perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentation

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0df50e0b0e0f315c0d5e2ce8556aafe1403b4a4b Gitweb: https://git.kernel.org/tip/0df50e0b0e0f315c0d5e2ce8556aafe1403b4a4b Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Dec 2018 13:47:40 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:57 -0300

[tip:perf/core] perf trace: Implement syscall filtering in augmented_syscalls

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: b27b38ed9427b32e0194e03281e3a79dd49887b2 Gitweb: https://git.kernel.org/tip/b27b38ed9427b32e0194e03281e3a79dd49887b2 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Dec 2018 13:39:24 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:58 -0300

[tip:perf/core] perf bpf: Move perf_event_output() from stdio.h to bpf.h

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 61d007138a44dc69265cf948eadd1759edbd3875 Gitweb: https://git.kernel.org/tip/61d007138a44dc69265cf948eadd1759edbd3875 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Dec 2018 15:31:28 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:58 -0300

[tip:perf/core] perf augmented_syscalls: Switch to using a struct for the syscalls map values

2018-12-20 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 27f2992e7bb12ca28e886e48838ba740d2eb95f4 Gitweb: https://git.kernel.org/tip/27f2992e7bb12ca28e886e48838ba740d2eb95f4 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Dec 2018 16:46:13 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Dec 2018 12:23:58 -0300

<    3   4   5   6   7   8   9   10   11   12   >