Re: Linux 4.19.136

2020-07-31 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 1253143f3f6f..a76c159bb605 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 135 +SUBLEVEL = 136 EXTRAVERSION = NAME = "People's Front" diff --git

Re: Linux 5.7.12

2020-07-31 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 12777a95833f..401d58b35e61 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 7 -SUBLEVEL = 11 +SUBLEVEL = 12 EXTRAVERSION = NAME = Kleptomaniac Octopus diff --git

Linux 5.4.55

2020-07-31 Thread Greg Kroah-Hartman
I'm announcing the release of the 5.4.55 kernel. All users of the 5.4 kernel series must upgrade. The updated 5.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH v2] scripts/kernel-doc: optionally treat warnings as errors

2020-07-31 Thread Jonathan Corbet
On Tue, 28 Jul 2020 11:20:40 -0500 Pierre-Louis Bossart wrote: > he kbuild bot recently added the W=1 option, which triggered > documentation cleanups to squelch hundreds of kernel-doc warnings. > > To make sure new kernel contributions don't add regressions to > kernel-doc descriptors, this

Re: [RFC PATCH 0/5] madvise MADV_DOEXEC

2020-07-31 Thread Steven Sistare
On 7/31/2020 12:56 PM, Jason Gunthorpe wrote: > On Fri, Jul 31, 2020 at 12:11:52PM -0400, Steven Sistare wrote: >>> Your preservation-across-exec use-case might or might not need the >>> VMA to be mapped at the same address. >> >> It does. qemu registers memory with vfio which remembers the

Linux 5.7.12

2020-07-31 Thread Greg Kroah-Hartman
I'm announcing the release of the 5.7.12 kernel. All users of the 5.7 kernel series must upgrade. The updated 5.7.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.7.y and can be browsed at the normal kernel.org git web browser:

Linux 4.19.136

2020-07-31 Thread Greg Kroah-Hartman
I'm announcing the release of the 4.19.136 kernel. All users of the 4.19 kernel series must upgrade. The updated 4.19.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y and can be browsed at the normal kernel.org git web

Re: Linux 5.4.55

2020-07-31 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index ea711f30de29..072fe0eaa740 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 54 +SUBLEVEL = 55 EXTRAVERSION = NAME = Kleptomaniac Octopus diff --git

Linux 4.9.232

2020-07-31 Thread Greg Kroah-Hartman
I'm announcing the release of the 4.9.232 kernel. All users of the 4.9 kernel series must upgrade. The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 4.4.232

2020-07-31 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 46178c83906c..47a0a6c8272b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 4 -SUBLEVEL = 231 +SUBLEVEL = 232 EXTRAVERSION = NAME = Blurry Fish Butt @@ -607,7 +607,7 @@ ifeq ($(cc-name),clang) ifneq ($(CROSS_COMPILE),)

Re: Linux 4.14.191

2020-07-31 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 4e5f6615fd98..e31c1ce12895 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 190 +SUBLEVEL = 191 EXTRAVERSION = NAME = Petit Gorille diff --git

Linux 4.14.191

2020-07-31 Thread Greg Kroah-Hartman
I'm announcing the release of the 4.14.191 kernel. All users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can be browsed at the normal kernel.org git web

Re: Linux 4.9.232

2020-07-31 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 1b1342a8785a..934db3609c16 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 9 -SUBLEVEL = 231 +SUBLEVEL = 232 EXTRAVERSION = NAME = Roaring Lionus @@ -505,7 +505,7 @@ ifeq ($(cc-name),clang) ifneq ($(CROSS_COMPILE),)

Re: [PATCH 5.4 00/19] 5.4.55-rc1 review

2020-07-31 Thread Greg Kroah-Hartman
On Fri, Jul 31, 2020 at 04:02:16PM +0530, Naresh Kamboju wrote: > On Thu, 30 Jul 2020 at 13:36, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.4.55 release. > > There are 19 patches in this series, all will be posted as a response > > to this one. If

Linux 4.4.232

2020-07-31 Thread Greg Kroah-Hartman
I'm announcing the release of the 4.4.232 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH 5.7 00/20] 5.7.12-rc1 review

2020-07-31 Thread Greg Kroah-Hartman
On Thu, Jul 30, 2020 at 09:48:23AM -0700, Guenter Roeck wrote: > On Thu, Jul 30, 2020 at 10:03:50AM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.7.12 release. > > There are 20 patches in this series, all will be posted as a response > > to this one.

Re: [PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor

2020-07-31 Thread Madhavan T. Venkataraman
On 7/30/20 3:54 PM, Andy Lutomirski wrote: > On Thu, Jul 30, 2020 at 7:24 AM Madhavan T. Venkataraman > wrote: >> ... >> Creating a code page >> >> >> We can do this in one of the following ways: >> >> - Allocate a writable page at run time, write the template code into >>

[PATCH][next] cifs: fix double free error on share and prefix

2020-07-31 Thread Colin King
From: Colin Ian King Currently if the call dfs_cache_get_tgt_share fails we cannot fully guarantee that share and prefix are set to NULL and the next iteration of the loop can end up potentially double freeing these pointers. Since the semantics of dfs_cache_get_tgt_share are ambiguous for

Re: [PATCH] docs: ia64: correct typo

2020-07-31 Thread Jonathan Corbet
On Thu, 30 Jul 2020 12:17:30 +0200 Julia Lawall wrote: > Replace RTC_WKLAM_RD with RTC_WKALM_RD. > > Signed-off-by: Julia Lawall > > --- > Documentation/ia64/efirtc.rst |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ia64/efirtc.rst

Re: [PATCH] mailmap: add entry for

2020-07-31 Thread Jonathan Corbet
On Thu, 30 Jul 2020 16:59:45 + Alexander Lobakin wrote: > My Marvell account has been suspended, map the address to my private mail. > > Signed-off-by: Alexander Lobakin > --- > .mailmap | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.mailmap b/.mailmap > index

[PATCH 2/2][next] mm: memcontrol: Use the preferred form for passing the size of a structure type

2020-07-31 Thread Gustavo A. R. Silva
Use the preferred form for passing the size of a structure type. The alternative form where the structure type is spelled out hurts readability and introduces an opportunity for a bug when the object type is changed but the corresponding object identifier to which the sizeof operator is applied is

[PATCH 1/2][next] mm: memcontrol: Use flex_array_size() helper in memcpy()

2020-07-31 Thread Gustavo A. R. Silva
Make use of the flex_array_size() helper to calculate the size of a flexible array member within an enclosing structure. This helper offers defense-in-depth against potential integer overflows, while at the same time makes it explicitly clear that we are dealing with a flexible array member.

[PATCH 0/2][next] Use flexible_array_size() helper in memcpy()

2020-07-31 Thread Gustavo A. R. Silva
Hi, This small series aims to: 1. Make use of the flexible_array_size() helper in a call to memcpy() 2. While there, use the preferred form for passing the size of a structure type Thanks Gustavo A. R. Silva (2): mm: memcontrol: Use flex_array_size() helper in memcpy() mm: memcontrol: Use

[PATCH] PM: runtime: Improve kerneldoc of pm_runtime_get_if_active()

2020-07-31 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The kerneldoc comment of pm_runtime_get_if_active() doesn't list the second argument of the function properly, so fix that and while at it clarify that comment somewhat and add some markup to it. Signed-off-by: Rafael J. Wysocki --- drivers/base/power/runtime.c | 26

KASAN: slab-out-of-bounds Read in qrtr_endpoint_post (2)

2020-07-31 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:83bdc727 random32: remove net_rand_state from the latent e.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=11b2f56c90 kernel config: https://syzkaller.appspot.com/x/.config?x=e59ee776d5aa8d55

KASAN: null-ptr-deref Write in amp_read_loc_assoc_final_data

2020-07-31 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:83bdc727 random32: remove net_rand_state from the latent e.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=176e5d1290 kernel config: https://syzkaller.appspot.com/x/.config?x=e59ee776d5aa8d55

[PATCH] PM: runtime: Add kerneldoc comments to multiple helpers

2020-07-31 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Add kerneldoc comments to multiple PM-runtime helper functions defined as static inline wrappers around lower-level routines to provide quick reference decumentation of their behavior. Some of them are similar to each other with subtle differences only and the behavior

Re: [PATCH] vim: linux-kernel: Increase columns highlighting to 100+

2020-07-31 Thread Gustavo A. R. Silva
On Fri, Jul 31, 2020 at 09:35:42AM -0700, Joe Perches wrote: > On Fri, 2020-07-31 at 11:33 -0500, Gustavo A. R. Silva wrote: > > Increase columns highlighting to 100+ once the 80-column warning has > > been deprecated in the Linux kernel[1]. > > > > [1] commit bdc48fa11e46

Re: [PATCH 2/5] dmaengine: dw: Activate FIFO-mode for memory peripherals only

2020-07-31 Thread Serge Semin
On Fri, Jul 31, 2020 at 10:22:54PM +0530, Vinod Koul wrote: > On 30-07-20, 20:13, Serge Semin wrote: > > On Thu, Jul 30, 2020 at 07:47:03PM +0300, Andy Shevchenko wrote: > > > On Thu, Jul 30, 2020 at 07:31:54PM +0300, Serge Semin wrote: > > > > On Thu, Jul 30, 2020 at 07:24:28PM +0300, Andy

Re: [RFC PATCH 0/5] madvise MADV_DOEXEC

2020-07-31 Thread Jason Gunthorpe
On Fri, Jul 31, 2020 at 12:11:52PM -0400, Steven Sistare wrote: > > Your preservation-across-exec use-case might or might not need the > > VMA to be mapped at the same address. > > It does. qemu registers memory with vfio which remembers the va's in kernel > metadata for the device. Once the

INFO: trying to register non-static key in skb_dequeue

2020-07-31 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:83bdc727 random32: remove net_rand_state from the latent e.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=119bc40490 kernel config: https://syzkaller.appspot.com/x/.config?x=c0cfcf935bcc94d2

INFO: trying to register non-static key in skb_queue_purge

2020-07-31 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:83bdc727 random32: remove net_rand_state from the latent e.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=1108820490 kernel config: https://syzkaller.appspot.com/x/.config?x=e59ee776d5aa8d55

Re: [RFC][PATCH] exec: Conceal the other threads from wakeups during exec

2020-07-31 Thread Eric W. Biederman
Oleg Nesterov writes: > Eric, I won't comment the intent, but I too do not understand this idea. > > On 07/30, Eric W. Biederman wrote: >> >> [This change requires more work to handle TASK_STOPPED and TASK_TRACED] > > Yes. And it is not clear to me how can you solve this. I was imagining

Re: [PATCH 2/5] dmaengine: dw: Activate FIFO-mode for memory peripherals only

2020-07-31 Thread Vinod Koul
On 30-07-20, 20:13, Serge Semin wrote: > On Thu, Jul 30, 2020 at 07:47:03PM +0300, Andy Shevchenko wrote: > > On Thu, Jul 30, 2020 at 07:31:54PM +0300, Serge Semin wrote: > > > On Thu, Jul 30, 2020 at 07:24:28PM +0300, Andy Shevchenko wrote: > > > > On Thu, Jul 30, 2020 at 06:45:42PM +0300, Serge

Re: [PATCH v4] scsi: ufs: Cleanup completed request without interrupt notification

2020-07-31 Thread Bart Van Assche
On 2020-07-31 01:00, Can Guo wrote: > AFAIK, sychronization of scsi_done is not a problem here, because scsi > layer > use the atomic state, namely SCMD_STATE_COMPLETE, of a scsi cmd to prevent > the concurrency of abort and real completion of it. > > Check func scsi_times_out(), hope it helps. >

[PATCH v7 2/3] leds: pwm: add support for default-state device property

2020-07-31 Thread Denis Osterland-Heim
This patch adds support for "default-state" devicetree property, which allows to defer pwm init to first use of led. This allows to configure the PWM early in bootloader to let the LED blink until an application in Linux userspace sets something different. Signed-off-by: Denis Osterland-Heim

[PATCH v7 3/3] leds: pwm: add reference to common leds for default-state

2020-07-31 Thread Denis Osterland-Heim
The default-state is now supported for PWM leds. Signed-off-by: Denis Osterland-Heim Acked-by: Jacek Anaszewski Acked-by: Pavel Machek Acked-by: Rob Herring --- Documentation/devicetree/bindings/leds/leds-pwm.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v7 0/3] leds: pwm: add support for default-state device

2020-07-31 Thread Denis Osterland-Heim
v6 -> v7: apply comments from Jacek refactore default state read to separate function and use it in leds-gpio and leds-pwm @Pavel I hope that it is okay to keep your acked-by on 2/3, the logic is the same but with switch, in favour of if

[PATCH v7 1/3] leds: move default_state read from fwnode to core

2020-07-31 Thread Denis Osterland-Heim
This patch introduces a new function to read initial default_state from fwnode. Signed-off-by: Denis Osterland-Heim --- drivers/leds/led-core.c | 15 +++ drivers/leds/leds-gpio.c | 12 ++-- drivers/leds/leds.h | 1 + include/linux/leds.h | 12 +--- 4 files

[PATCH v3 04/15] iio: sx9310: Remove acpi and of table macros

2020-07-31 Thread Daniel Campello
Avoids unused warnings due to acpi/of table macros. Reported-by: kbuild test robot Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko Reviewed-by: Stephen Boyd --- Changes in v3: None Changes in v2: - Added #include drivers/iio/proximity/sx9310.c | 6 +++--- 1 file changed, 3

[PATCH v3 09/15] iio: sx9310: Update copyright

2020-07-31 Thread Daniel Campello
Fixes wrong copyright year. Signed-off-by: Daniel Campello --- Changes in v3: None Changes in v2: None drivers/iio/proximity/sx9310.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/iio/proximity/sx9310.c b/drivers/iio/proximity/sx9310.c index

[PATCH v3 14/15] iio: sx9310: Enable vdd and svdd regulators at probe

2020-07-31 Thread Daniel Campello
From: Stephen Boyd Enable the main power supply (vdd) and digital IO power supply (svdd) during probe so that the i2c communication and device works properly on boards that aggressively power gate these supplies. Signed-off-by: Stephen Boyd Reviewed-by: Douglas Anderson Signed-off-by: Daniel

[PATCH v3 06/15] iio: sx9310: Fixes various memory handling

2020-07-31 Thread Daniel Campello
Makes use __aligned(8) to ensure that the timestamp is correctly aligned when we call io_push_to_buffers_with_timestamp(). Also makes use of sizeof() for regmap_bulk_read instead of static value. Signed-off-by: Daniel Campello --- Changes in v3: - Changed buffer to struct type to align

[PATCH v3 11/15] iio: sx9310: Use variable to hold >dev

2020-07-31 Thread Daniel Campello
Improves readability by storing >dev in a local variable. Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko Reviewed-by: Stephen Boyd --- Changes in v3: None Changes in v2: - Added '\n' to dev_err() drivers/iio/proximity/sx9310.c | 30 +++--- 1 file

[PATCH v3 05/15] iio: sx9310: Change from .probe to .probe_new

2020-07-31 Thread Daniel Campello
Uses .probe_new in place of .probe. Also uses device_get_match_data() for whoami matching. Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko Reviewed-by: Stephen Boyd --- Changes in v3: None Changes in v2: - Added '\n' to dev_err() drivers/iio/proximity/sx9310.c | 39

[PATCH v3 15/15] iio: sx9310: Use irq trigger flags from firmware

2020-07-31 Thread Daniel Campello
From: Stephen Boyd We shouldn't need to set default irq trigger flags here as the firmware should have properly indicated the trigger type, i.e. level low, in the DT or ACPI tables. Signed-off-by: Stephen Boyd Signed-off-by: Daniel Campello --- Changes in v3: - Added irq trigger flags

[PATCH v3 03/15] iio: sx9310: Fix irq handling

2020-07-31 Thread Daniel Campello
Fixes enable/disable irq handling at various points. The driver needs to only enable/disable irqs if there is an actual irq handler installed. Signed-off-by: Daniel Campello --- Changes in v3: - Moved irq presence check down to lower methods Changes in v2: - Reordered error handling on

[PATCH v3 10/15] iio: sx9310: Simplify error return handling

2020-07-31 Thread Daniel Campello
Checks for non-zero return values to signal error conditions. Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko Reviewed-by: Stephen Boyd --- Changes in v3: None Changes in v2: None drivers/iio/proximity/sx9310.c | 56 +- 1 file changed, 28

[PATCH v3 13/15] iio: sx9310: Drop channel_users[]

2020-07-31 Thread Daniel Campello
From: Stephen Boyd This struct member isn't used. Drop it. Fixes: 72ad02b15d63 ("iio: Add SEMTECH SX9310/9311 sensor driver") Signed-off-by: Stephen Boyd Reviewed-by: Douglas Anderson Reviewed-by: Daniel Campello Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko --- Changes in

[PATCH v3 01/15] dt-bindings: iio: Add bindings for sx9310 sensor

2020-07-31 Thread Daniel Campello
Adds device tree bandings for sx9310 sensor. Signed-off-by: Daniel Campello Cc: Hartmut Knaack Cc: Lars-Peter Clausen Cc: Peter Meerwald-Stadler Cc: Rob Herring Reviewed-by: Douglas Anderson [swb...@chromium.org: Add both regulators and make them optional] Signed-off-by: Stephen Boyd ---

[PATCH v3 07/15] iio: sx9310: Use long instead of int for channel bitmaps

2020-07-31 Thread Daniel Campello
Uses for_each_set_bit() macro to loop over channel bitmaps. Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko --- Changes in v3: - Added static assert for number of channels. Changes in v2: - Changed prox_stat to chan_prox_stat bitmap. drivers/iio/proximity/sx9310.c | 39

[PATCH v3 12/15] iio: sx9310: Miscellaneous format fixes

2020-07-31 Thread Daniel Campello
Miscellaneous format fixes throughout the whole file. Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko Reviewed-by: Stephen Boyd --- Changes in v3: None Changes in v2: None drivers/iio/proximity/sx9310.c | 28 ++-- 1 file changed, 10 insertions(+), 18

[PATCH v3 02/15] iio: sx9310: Update macros declarations

2020-07-31 Thread Daniel Campello
Follows spec sheet for macro declarations. Signed-off-by: Daniel Campello Reviewed-by: Stephen Boyd --- Changes in v3: None Changes in v2: None drivers/iio/proximity/sx9310.c | 143 +++-- 1 file changed, 67 insertions(+), 76 deletions(-) diff --git

[PATCH v3 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-07-31 Thread Daniel Campello
Simplify compensation stage by using regmap_read_poll_timeout(). Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko --- Changes in v3: None Changes in v2: - Fixed dev_err() message drivers/iio/proximity/sx9310.c | 25 ++--- 1 file changed, 10 insertions(+), 15

[PATCH v3 00/15] sx9310 iio driver updates

2020-07-31 Thread Daniel Campello
The first patch resends the DT binding for the driver that was merged in v5.8-rc1 with a small change to update for proper regulators. The second through the eleventh patch fixes several issues dropped from v8 to v9 when the initial patch was merged. The twelveth patch drops channel_users because

[PATCH v7 0/5] Provide basic driver to control Arm R5 co-processor found on

2020-07-31 Thread Ben Levinsky
The driver was tested on Xilinx ZynqMP and Versal. v2: - remove domain struct as per review from Mathieu v3: - add xilinx-related platform mgmt fn's instead of wrapping around function pointer in xilinx eemi ops struct - update zynqmp_r5 yaml parsing to not raise warnings for extra

[PATCH v7 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-07-31 Thread Ben Levinsky
R5 is included in Xilinx Zynq UltraScale MPSoC so by adding this remotproc driver, we can boot the R5 sub-system in different configurations. Acked-by: Stefano Stabellini Acked-by: Ben Levinsky Reviewed-by: Radhey Shyam Pandey Signed-off-by: Ben Levinsky Signed-off-by: Wendy Liang

[PATCH v7 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration.

2020-07-31 Thread Ben Levinsky
Add ZynqMP firmware ioctl enums for RPU configuration. Signed-off-by: Ben Levinsky --- v3: - add xilinx-related platform mgmt fn's instead of wrapping around function pointer in xilinx eemi ops struct v4: - add default values for enums --- include/linux/firmware/xlnx-zynqmp.h | 19

[PATCH v7 3/5] firmware: xilinx: Add RPU configuration APIs

2020-07-31 Thread Ben Levinsky
This patch adds APIs to provide access and a configuration interface to the current power state of a sub-system on Zynqmp sub-system. Signed-off-by: Ben Levinsky --- v3: - add xilinx-related platform mgmt fn's instead of wrapping around function pointer in xilinx eemi ops struct v4: - add

[PATCH v7 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings

2020-07-31 Thread Ben Levinsky
Add binding for ZynqMP R5 OpenAMP. Represent the RPU domain resources in one device node. Each RPU processor is a subnode of the top RPU domain node. Signed-off-by: Ben Levinsky Signed-off-by: Jason Wu Signed-off-by: Wendy Liang Signed-off-by: Michal Simek --- v3: - update zynqmp_r5 yaml

[PATCH v7 2/5] firmware: xilinx: Add shutdown/wakeup APIs

2020-07-31 Thread Ben Levinsky
Add shutdown/wakeup a resource eemi operations to shutdown or bringup a resource. Signed-off-by: Ben Levinsky --- v3: - add xilinx-related platform mgmt fn's instead of wrapping around function pointer in xilinx eemi ops struct - fix formatting v4: - add default values for enum ---

Re: [PATCH] drm/vkms: add missing drm_crtc_vblank_put to the get/put pair on flush

2020-07-31 Thread Melissa Wen
On 07/31, Sidong Yang wrote: > On Fri, Jul 31, 2020 at 11:08:34AM +0200, dan...@ffwll.ch wrote: > > On Thu, Jul 30, 2020 at 07:09:25AM -0300, Melissa Wen wrote: > > > On 07/29, Daniel Vetter wrote: > > > > On Wed, Jul 29, 2020 at 9:09 PM Melissa Wen > > > > wrote: > > > > > > > > > > Melissa Wen

Re: [GIT PULL] Please pull RDMA subsystem changes

2020-07-31 Thread pr-tracker-bot
The pull request you sent on Fri, 31 Jul 2020 12:17:02 -0300: > git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ae2911de2eb5dc9ccb88c6502c776a8fbb7acc67 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.8-8 tag

2020-07-31 Thread pr-tracker-bot
The pull request you sent on Fri, 31 Jul 2020 23:05:17 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.8-8 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/deacdb3e3979979016fcd0ffd518c320a62ad166 Thank you! --

Re: [GIT PULL] sound fixes for 5.8

2020-07-31 Thread pr-tracker-bot
The pull request you sent on Fri, 31 Jul 2020 10:09:14 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.8 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/78431ab723aa6f10258979acf88d9aaac2462cbe Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] arm64 fixes for -rc8/final

2020-07-31 Thread pr-tracker-bot
The pull request you sent on Fri, 31 Jul 2020 13:31:05 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/14aab7eeb9f0b9c424aab0f07eb82b1baf2e5bbd Thank you! -- Deet-doot-dot, I am

Re: clocksource: dw_apb_timer: commit 6d2e16a3181b broke Arria10 platform

2020-07-31 Thread Serge Semin
On Fri, Jul 31, 2020 at 10:56:37AM -0500, Dinh Nguyen wrote: > Hi Serge, > > On 7/31/20 1:48 AM, Serge Semin wrote: > > Hello Dinh, > > It must be something wrong with your timer2 and timer3 declared in the > > Arria10 > > dts because the patch didn't change anything for the first two timers >

[GIT PULL] Btrfs updates for 5.9

2020-07-31 Thread David Sterba
Hi, we don't have any big feature updates this time, there are lots of small enhacements or fixes. A hilight perhaps are the parallel fsync performance improvements, numbers below. Regarding the dio/iomap that was reverted last time, the required API changes are likely to land in the upcoming

Re: [RFC PATCH 00/16] Core scheduling v6

2020-07-31 Thread Vineeth Pillai
On 20/07/26 06:49AM, Vineeth Pillai wrote: > > > Sixth iteration of the Core-Scheduling feature. > I am no longer with DigitalOcean. Kindly use this email address for all future responses. Thanks, Vineeth

[PATCH 1/2] fbcon: prevent user font height or width change from causing potential out-of-bounds access

2020-07-31 Thread George Kennedy
Add a check to fbcon_resize() to ensure that a possible change to user font height or user font width will not allow a font data out-of-bounds access. NOTE: must use original charcount in calculation as font charcount can change and cannot be used to determine the font data allocated size.

[PATCH 2/2] vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()

2020-07-31 Thread George Kennedy
vc_resize() can return with an error after failure. Change VT_RESIZEX ioctl to save struct vc_data values that are modified and restore the original values in case of error. Signed-off-by: George Kennedy Reported-by: syzbot+38a3699c7eaf165b9...@syzkaller.appspotmail.com --- Version of patch

Re: [PATCH 2/6] perf tools: Store clock references for -k/--clockid option

2020-07-31 Thread David Ahern
On 7/31/20 10:15 AM, Jiri Olsa wrote: >> It might also want to be implemented in a loop and iteration with minimal >> time delta is chosen to improve synchronization accuracy and also mitigate >> possible context switches between gettimeofday() and clock_gettime() calls. > right, we could make

Re: [PATCH] vim: linux-kernel: Increase columns highlighting to 100+

2020-07-31 Thread Joe Perches
On Fri, 2020-07-31 at 11:33 -0500, Gustavo A. R. Silva wrote: > Increase columns highlighting to 100+ once the 80-column warning has > been deprecated in the Linux kernel[1]. > > [1] commit bdc48fa11e46 ("checkpatch/coding-style: deprecate 80-column > warning") > > Signed-off-by: Gustavo A. R.

Re: [PATCH v3 3/3] media: i2c: imx274: Add IMX274 power on and off sequence

2020-07-31 Thread Sowjanya Komatineni
On 7/31/20 9:26 AM, Sakari Ailus wrote: Hi Sowjanya, Thanks for the patch. On Mon, Jul 20, 2020 at 10:01:34AM -0700, Sowjanya Komatineni wrote: IMX274 has VANA analog 2.8V supply, VDIG digital core 1.8V supply, and VDDL digital io 1.2V supply which are optional based on camera module

Re: [RFC PATCH v6 09/10] media: tegra-video: Add CSI MIPI pads calibration

2020-07-31 Thread Sowjanya Komatineni
On 7/31/20 9:14 AM, Dmitry Osipenko wrote: 31.07.2020 18:46, Sowjanya Komatineni пишет: On 7/31/20 4:39 AM, Dmitry Osipenko wrote: 31.07.2020 12:02, Sowjanya Komatineni пишет: ... @@ -249,13 +249,47 @@ static int tegra_csi_enable_stream(struct v4l2_subdev *subdev)   return ret;    

Re: [PATCH v3 2/3] dt-bindings: media: imx274: Add optional input clock and supplies

2020-07-31 Thread Mark Brown
On Fri, Jul 31, 2020 at 07:19:08PM +0300, Sakari Ailus wrote: > > +- VANA-supply: Sensor 2.8v analog supply. > > +- VDIG-supply: Sensor 1.8v digital core supply. > > +- VDDL-supply: Sensor digital IO 1.2v supply. > I believe lower case is preferred. Either is fine from my POV. The code always

Re: [PATCH v3 3/3] media: i2c: imx274: Add IMX274 power on and off sequence

2020-07-31 Thread Sakari Ailus
Hi Sowjanya, Thanks for the patch. On Mon, Jul 20, 2020 at 10:01:34AM -0700, Sowjanya Komatineni wrote: > IMX274 has VANA analog 2.8V supply, VDIG digital core 1.8V supply, > and VDDL digital io 1.2V supply which are optional based on camera > module design. > > IMX274 also need external 24Mhz

[PATCH] vim: linux-kernel: Increase columns highlighting to 100+

2020-07-31 Thread Gustavo A. R. Silva
Increase columns highlighting to 100+ once the 80-column warning has been deprecated in the Linux kernel[1]. [1] commit bdc48fa11e46 ("checkpatch/coding-style: deprecate 80-column warning") Signed-off-by: Gustavo A. R. Silva --- plugin/linuxsty.vim | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] vim: linux-kernel: Increase columns highlighting to 100+

2020-07-31 Thread Gustavo A. R. Silva
Increase columns highlighting to 100+ once the 80-column warning has been deprecated in the Linux kernel[1]. [1] commit bdc48fa11e46 ("checkpatch/coding-style: deprecate 80-column warning") Signed-off-by: Gustavo A. R. Silva --- plugin/linuxsty.vim | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: upstream boot error: BUG: soft lockup in __do_softirq

2020-07-31 Thread Dmitry Vyukov
On Fri, Jul 31, 2020 at 6:21 PM Dmitry Vyukov wrote: > > On Fri, Jul 31, 2020 at 6:08 PM Randy Dunlap wrote: > > > > On 7/30/20 11:50 PM, Dmitry Vyukov wrote: > > > On Fri, Jul 31, 2020 at 8:44 AM syzbot > > > wrote: > > >> > > >> Hello, > > >> > > >> syzbot found the following issue on: > > >>

Re: [PATCH v2 3/7] mm: introduce memfd_secret system call to create "secret" memory areas

2020-07-31 Thread Catalin Marinas
On Fri, Jul 31, 2020 at 03:29:05PM +0100, Mark Rutland wrote: > On Thu, Jul 30, 2020 at 05:22:10PM +0100, Catalin Marinas wrote: > > On Mon, Jul 27, 2020 at 07:29:31PM +0300, Mike Rapoport wrote: > > > +static int secretmem_mmap(struct file *file, struct vm_area_struct *vma) > > > +{ > > > +

Re: upstream boot error: BUG: soft lockup in __do_softirq

2020-07-31 Thread Dmitry Vyukov
On Fri, Jul 31, 2020 at 6:08 PM Randy Dunlap wrote: > > On 7/30/20 11:50 PM, Dmitry Vyukov wrote: > > On Fri, Jul 31, 2020 at 8:44 AM syzbot > > wrote: > >> > >> Hello, > >> > >> syzbot found the following issue on: > >> > >> HEAD commit:92ed3019 Linux 5.8-rc7 > >> git tree: upstream >

Re: [PATCH v4 2/2] iio: light: as73211: New driver

2020-07-31 Thread Jonathan Cameron
On Fri, 31 Jul 2020 18:41:47 +0300 Andy Shevchenko wrote: > On Fri, Jul 31, 2020 at 1:52 PM Christian Eggers wrote: > > > > W=1 (not V=1) runs kernel doc validation script. > > without V=1, I get nothing. Neither excess nor missing members > > are reported on my system. > > It's strange.

Re: [PATCH v3 2/3] dt-bindings: media: imx274: Add optional input clock and supplies

2020-07-31 Thread Sakari Ailus
Hi Sowjanya, On Mon, Jul 20, 2020 at 10:01:33AM -0700, Sowjanya Komatineni wrote: > This patch adds IMX274 optional external clock input and voltage > supplies to device tree bindings. > > Reviewed-by: Luca Ceresoli > Signed-off-by: Sowjanya Komatineni > --- >

Re: [PATCH 1/6] perf tools: Add clockid_name function

2020-07-31 Thread Jiri Olsa
On Fri, Jul 31, 2020 at 08:33:37AM -0700, Andi Kleen wrote: > > diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h > > index f486fdd3a538..126dad238ee3 100644 > > --- a/tools/perf/util/util.h > > +++ b/tools/perf/util/util.h > > @@ -62,4 +62,6 @@ char *perf_exe(char *buf, int len); > >

Re: [PATCH bpf-next v3] Documentation/bpf: Use valid and new links in index.rst

2020-07-31 Thread Daniel Borkmann
On 7/31/20 10:29 AM, Tiezhu Yang wrote: There exists an error "404 Not Found" when I click the html link of "Documentation/networking/filter.rst" in the BPF documentation [1], fix it. Additionally, use the new links about "BPF and XDP Reference Guide" and "bpf(2)" to avoid redirects. [1]

Re: [PATCH 2/6] perf tools: Store clock references for -k/--clockid option

2020-07-31 Thread Jiri Olsa
On Fri, Jul 31, 2020 at 06:52:36PM +0300, Alexey Budankov wrote: > > On 31.07.2020 0:39, Jiri Olsa wrote: > > Adding new CLOCK_DATA feature that stores reference times > > when -k/--clockid option is specified. > > > > It contains clock id and its reference time together with > > wall clock time

Re: [RFC PATCH 0/5] madvise MADV_DOEXEC

2020-07-31 Thread Steven Sistare
On 7/31/2020 11:27 AM, Matthew Wilcox wrote: > On Fri, Jul 31, 2020 at 10:57:44AM -0400, Steven Sistare wrote: >> Matthews sileby/mshare proposal has the same issue. If a process opts-in >> and mmap's an address in the shared region, then content becomes mapped at >> a VA that was known to the

drivers/iommu/sun50i-iommu.c:890:14: warning: variable 'iova' set but not used

2020-07-31 Thread kernel test robot
: ia64-randconfig-r003-20200731 (attached as .config) compiler: ia64-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout

Re: [RFC PATCH v6 09/10] media: tegra-video: Add CSI MIPI pads calibration

2020-07-31 Thread Dmitry Osipenko
31.07.2020 18:46, Sowjanya Komatineni пишет: > > On 7/31/20 4:39 AM, Dmitry Osipenko wrote: >> 31.07.2020 12:02, Sowjanya Komatineni пишет: >> ... >>> @@ -249,13 +249,47 @@ static int tegra_csi_enable_stream(struct >>> v4l2_subdev *subdev) >>>   return ret; >>>   } >>>   +    if

Re: [PATCH 5/9] KVM: x86: Pull the PGD's level from the MMU instead of recalculating it

2020-07-31 Thread Sean Christopherson
On Wed, Jul 22, 2020 at 07:11:26PM +0200, Vitaly Kuznetsov wrote: > Sean Christopherson writes: > > diff --git a/arch/x86/kvm/vmx/nested.c b/arch/x86/kvm/vmx/nested.c > > index 4d561edf6f9ca..50b56622e16a6 100644 > > --- a/arch/x86/kvm/vmx/nested.c > > +++ b/arch/x86/kvm/vmx/nested.c > > @@

Re: [PATCH] drm/vkms: add missing drm_crtc_vblank_put to the get/put pair on flush

2020-07-31 Thread Sidong Yang
On Fri, Jul 31, 2020 at 11:08:34AM +0200, dan...@ffwll.ch wrote: > On Thu, Jul 30, 2020 at 07:09:25AM -0300, Melissa Wen wrote: > > On 07/29, Daniel Vetter wrote: > > > On Wed, Jul 29, 2020 at 9:09 PM Melissa Wen wrote: > > > > > > > > Melissa Wen > > > > > > > > On Sat, Jul 25, 2020 at 3:12 PM

[PATCH] ext4: move buffer_mapped() to proper position

2020-07-31 Thread Xianting Tian
As you know, commit a17712c8 has added below code to aviod a crash( 'BUG_ON(!buffer_mapped(bh))' in submit_bh_wbc) when device hot-removed(a physical device is unpluged from pcie slot or a nbd device's network is shutdown). static int ext4_commit_super(): if (!sbh ||

[PATCH v2 2/2] Show /proc/self/net only for CAP_NET_ADMIN

2020-07-31 Thread Alexey Gladkov
Cache the mounters credentials and make access to the net directories contingent of the permissions of the mounter of proc. Show /proc/self/net only if mounter has CAP_NET_ADMIN and if proc is mounted with subset=pid option. Signed-off-by: Alexey Gladkov --- fs/proc/proc_net.c | 8

Re: upstream boot error: BUG: soft lockup in __do_softirq

2020-07-31 Thread Randy Dunlap
On 7/30/20 11:50 PM, Dmitry Vyukov wrote: > On Fri, Jul 31, 2020 at 8:44 AM syzbot > wrote: >> >> Hello, >> >> syzbot found the following issue on: >> >> HEAD commit:92ed3019 Linux 5.8-rc7 >> git tree: upstream >> console output: https://syzkaller.appspot.com/x/log.txt?x=10e84cdf10

Re: [PATCH v2 05/18] gpiolib: cdev: support GPIO_GET_LINE_IOCTL and GPIOLINE_GET_VALUES_IOCTL

2020-07-31 Thread Bartosz Golaszewski
On Sun, Jul 26, 2020 at 3:12 AM Kent Gibson wrote: > [snip] > > > > > +static bool padding_not_zeroed(__u32 *padding, int pad_size) > > > +{ > > > + int i, sum = 0; > > > + > > > + for (i = 0; i < pad_size; i++) > > > + sum |= padding[i]; > > > + > > > + return

Re: [PATCH v1 3/3] lib/vsprintf: Force type of flags for gfp_t

2020-07-31 Thread Steven Rostedt
On Fri, 31 Jul 2020 18:49:46 +0300 Andy Shevchenko wrote: > > > +++ b/lib/vsprintf.c > > > @@ -1937,7 +1937,7 @@ char *flags_string(char *buf, char *end, void > > > *flags_ptr, > > > names = vmaflag_names; > > > break; > > > case 'g': > > > - flags

[PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859

2020-07-31 Thread Jagan Teki
RK3399 boards like ROC-RK3399-PC is using MP8859 DC/DC converter for 12V supply. roc-rk3399-pc initially used 12V fixed regulator for this supply, but the below commit has switched to use MP8859. commit <1fc61ed04d309b0b8b3562acf701ab988eee12de> "arm64: dts: rockchip: Enable mp8859 regulator on

Re: [PATCH 1/2] media: i2c: ov772x: Add support for BT656 mode

2020-07-31 Thread Sakari Ailus
Hi Prabhakar, On Fri, Jul 24, 2020 at 04:08:15PM +0100, Lad Prabhakar wrote: > Add support to read the bus-type and enable BT656 mode if needed. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das The DT bindings should also be changed. The default should be parallel, I guess, since the

Re: [net-next v4 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices

2020-07-31 Thread Andy Shevchenko
On Fri, Jul 31, 2020 at 6:22 PM Vadym Kochan wrote: > On Mon, Jul 27, 2020 at 03:59:13PM +0300, Andy Shevchenko wrote: > > On Mon, Jul 27, 2020 at 3:23 PM Vadym Kochan > > wrote: ... > > > Signed-off-by: Andrii Savka > > > Signed-off-by: Oleksandr Mazur > > > Signed-off-by: Serhiy Boiko >

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