Re: [PATCH 5.2 00/61] 5.2.1-stable review

2019-07-14 Thread Greg Kroah-Hartman
On Sat, Jul 13, 2019 at 03:04:16PM -0700, Guenter Roeck wrote: > On 7/12/19 5:19 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.2.1 release. > > There are 61 patches in this series, all will be posted as a response > > to this one. If anyone has any

Re: [PATCH 5.1 000/138] 5.1.18-stable review

2019-07-14 Thread Greg Kroah-Hartman
On Sat, Jul 13, 2019 at 07:56:55PM +0100, Jon Hunter wrote: > > On 13/07/2019 15:31, Greg Kroah-Hartman wrote: > > On Sat, Jul 13, 2019 at 10:16:58AM +0100, Jon Hunter wrote: > >> > >> On 12/07/2019 16:30, Greg Kroah-Hartman wrote: > >>> On Fri, Jul 12, 2019 at 02:26:57PM +0100, Jon Hunter wrote:

Re: [PATCH 5.2 00/61] 5.2.1-stable review

2019-07-14 Thread Greg Kroah-Hartman
On Sat, Jul 13, 2019 at 01:37:51PM -0700, Luke Nowakowski-Krijger wrote: > On Fri, Jul 12, 2019 at 02:19:13PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.2.1 release. > > There are 61 patches in this series, all will be posted as a response > > to

Re: [PATCH 5.2 00/61] 5.2.1-stable review

2019-07-14 Thread Greg Kroah-Hartman
On Sat, Jul 13, 2019 at 11:35:10PM -0600, Kelsey Skunberg wrote: > On Fri, Jul 12, 2019 at 02:19:13PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.2.1 release. > > There are 61 patches in this series, all will be posted as a response > > to this one.

[PATCH] test_firmware: fix a memory leak bug

2019-07-14 Thread Wenwen Wang
From: Wenwen Wang In test_firmware_init(), the buffer pointed to by the global pointer 'test_fw_config' is allocated through kzalloc(). Then, the buffer is initialized in __test_firmware_config_init(). In the case that the initialization fails, the following execution in test_firmware_init()

Re: [PATCH] vmw_balloon: Remove Julien from the maintainers list

2019-07-14 Thread Nadav Amit
> On Jul 13, 2019, at 7:49 AM, Greg Kroah-Hartman > wrote: > > On Tue, Jul 02, 2019 at 03:05:19AM -0700, Nadav Amit wrote: >> Julien will not be a maintainer anymore. >> >> Signed-off-by: Nadav Amit >> --- >> MAINTAINERS | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/MAINTAINERS

Ingenic pinctrl patchs.

2019-07-14 Thread Zhou Yanjie
Add support for Ingenic JZ4760, JZ4760B, X1000, X1000E and X1500.

[PATCH 1/6] dt-bindings: pinctrl: Add JZ4760 and JZ4760B bindings.

2019-07-14 Thread Zhou Yanjie
Add the pinctrl bindings for the JZ4760 Soc and the JZ4760B Soc from Ingenic. Signed-off-by: Zhou Yanjie --- Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[PATCH 2/6] pinctrl: Ingenic: Add pinctrl driver for JZ4760 and JZ4760B.

2019-07-14 Thread Zhou Yanjie
Add support for probing the pinctrl-ingenic driver on the JZ4760 Soc and the JZ4760B Soc from Ingenic. Signed-off-by: Zhou Yanjie --- drivers/pinctrl/pinctrl-ingenic.c | 336 ++ 1 file changed, 305 insertions(+), 31 deletions(-) diff --git

[PATCH 3/6] dt-bindings: pinctrl: Add X1000 and X1000E bindings.

2019-07-14 Thread Zhou Yanjie
Add the pinctrl bindings for the X1000 Soc and the X1000E Soc from Ingenic. Signed-off-by: Zhou Yanjie --- .../devicetree/bindings/pinctrl/ingenic,pinctrl.txt | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

Re: [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions

2019-07-14 Thread Aleksa Sarai
On 2019-07-12, Al Viro wrote: > On Fri, Jul 12, 2019 at 10:20:17PM +1000, Aleksa Sarai wrote: > > On 2019-07-12, Al Viro wrote: > > > On Sun, Jul 07, 2019 at 12:57:28AM +1000, Aleksa Sarai wrote: > > > > @@ -514,7 +516,14 @@ static void set_nameidata(struct nameidata *p, int > > > > dfd, struct

[PATCH 4/6] pinctrl: Ingenic: Add pinctrl driver for X1000 and X1000E.

2019-07-14 Thread Zhou Yanjie
Add support for probing the pinctrl-ingenic driver on the X1000 Soc and the X1000E Soc from Ingenic. Signed-off-by: Zhou Yanjie --- drivers/pinctrl/pinctrl-ingenic.c | 307 -- 1 file changed, 296 insertions(+), 11 deletions(-) diff --git

[PATCH 5/6] dt-bindings: pinctrl: Add X1500 bindings.

2019-07-14 Thread Zhou Yanjie
Add the pinctrl bindings for the X1500 Soc from Ingenic. Signed-off-by: Zhou Yanjie --- Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt

[PATCH 6/6] pinctrl: Ingenic: Add pinctrl driver for X1500.

2019-07-14 Thread Zhou Yanjie
Add support for probing the pinctrl-ingenic driver on the X1500 Soc from Ingenic. Signed-off-by: Zhou Yanjie --- drivers/pinctrl/pinctrl-ingenic.c | 118 +- 1 file changed, 117 insertions(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-ingenic.c

Linux 4.19.59

2019-07-14 Thread Greg KH
I'm announcing the release of the 4.19.59 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

Linux 5.1.18

2019-07-14 Thread Greg KH
I'm announcing the release of the 5.1.18 kernel. All users of the 5.1 kernel series must upgrade. The updated 5.1.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.1.y and can be browsed at the normal kernel.org git web browser:

Linux 5.2.1

2019-07-14 Thread Greg KH
I'm announcing the release of the 5.2.1 kernel. All users of the 5.2 kernel series must upgrade. The updated 5.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.2.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 5.2.1

2019-07-14 Thread Greg KH
diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst index ffc064c1ec68..49311f3da6f2 100644 --- a/Documentation/admin-guide/hw-vuln/index.rst +++ b/Documentation/admin-guide/hw-vuln/index.rst @@ -9,5 +9,6 @@ are configurable at compile, boot or

Re: [PATCH v4] builddeb: generate multi-arch friendly linux-libc-dev package

2019-07-14 Thread Cedric Hombourger
On 7/11/2019 4:46 PM, Masahiro Yamada wrote: On Tue, Jul 9, 2019 at 4:44 PM Cedric Hombourger wrote: Debian-based distributions place libc header files in a machine specific directory (/usr/include/) instead of /usr/include/asm to support installation of the linux-libc-dev package from

Re: linux-next: Fixes tag needs some work in the net tree

2019-07-14 Thread Tariq Toukan
On 7/12/2019 9:50 AM, Stephen Rothwell wrote: > Hi all, > > In commit > >c93dfec10f1d ("net/mlx5e: Fix compilation error in TLS code") > > Fixes tag > >Fixes: 90687e1a9a50 ("net/mlx5: Kconfig, Better organize compilation > flags") > > has these problem(s): > >- Target SHA1

Re: Linux 5.2.1

2019-07-14 Thread Bhaskar Chowdhury
Thanks, a bunch Greg! On 09:19 Sun 14 Jul , Greg KH wrote: diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst index ffc064c1ec68..49311f3da6f2 100644 --- a/Documentation/admin-guide/hw-vuln/index.rst +++

Re: [PATCH v2] jffs2: remove C++ style comments from uapi header

2019-07-14 Thread Richard Weinberger
- Ursprüngliche Mail - > Looks like this trivial patch missed the pull request. > > > My motivation is to make sure UAPI headers > are really compilable in user-space, > and now checked by the following commit: > > commit d6fc9fcbaa655cff2d2be05e16867d1918f78b85 > Author: Masahiro

Re: [PATCH 1/2] ASoC: samsung: odroid: fix an use-after-free issue for codec

2019-07-14 Thread Markus Elfring
> @@ -317,6 +316,7 @@ static int odroid_audio_probe(struct platform_device > *pdev) > goto err_put_clk_i2s; > } > > + of_node_put(codec); I would prefer to avoid a bit of duplicate source code also at this place. Thus I would find a statement like “goto put_node;”

OFFER

2019-07-14 Thread Ms.Ella Gola
I am Ms.Ella Golan, I am the Executive Vice President Banking Division with FIRST INTERNATIONAL BANK OF ISRAEL LTD (FIBI). I am getting in touch with you regarding an extremely important and urgent matter. If you would oblige me the opportunity, I shall provide you with details upon your

Re: [PATCH] proc: revert /proc/*/cmdline rewrite

2019-07-14 Thread Alexey Dobriyan
[re-add lists] On Sat, Jul 13, 2019 at 10:50:20AM -0700, Linus Torvalds wrote: > On Sat, Jul 13, 2019 at 12:29 AM Alexey Dobriyan wrote: > > > > /proc/*/cmdline continues to cause problems: > > If we're reverting this, then we should revert all the way back to the > original

Re: [PATCH 0/2] ASoC: samsung: odroid: fix err handling of odroid_audio_probe

2019-07-14 Thread Markus Elfring
Would a subject like “ASoC: samsung: odroid: Fix handling of device node references in odroid_audio_probe” be more appropriate (instead of using the abbreviation “err”)? > We developed a coccinelle SmPL to detect … * I would find a slightly different wording better. * How do you think about

Re: [PATCH] IIO: stm32: Remove quadrature related functions from trigger driver

2019-07-14 Thread Jonathan Cameron
On Thu, 11 Jul 2019 21:16:20 +0900 William Breathitt Gray wrote: > On Thu, Jul 11, 2019 at 02:12:27PM +0200, Benjamin Gaignard wrote: > > Le jeu. 11 juil. 2019 à 13:51, William Breathitt Gray > > a écrit : > > > > > > On Tue, May 07, 2019 at 11:12:24AM +0200, Benjamin Gaignard wrote: > > >

Re: [PATCH 1/3][V3] lib: fix __sysfs_match_string() helper when n != -1

2019-07-14 Thread Jonathan Cameron
On Wed, 8 May 2019 14:19:11 +0300 Alexandru Ardelean wrote: > The documentation the `__sysfs_match_string()` helper mentions that `n` > (the size of the given array) should be: > * @n: number of strings in the array or -1 for NULL terminated arrays > > The behavior of the function is

Re: [PATCH v3 1/2] x86/mm: Identify the end of the kernel area to be reserved

2019-07-14 Thread Thomas Gleixner
On Sat, 13 Jul 2019, Mike Lothian wrote: > This appears to be causing issues with gold again: > > axion /usr/src/linux # make > CALLscripts/checksyscalls.sh > CALLscripts/atomic/check-atomics.sh > DESCEND objtool > CHK include/generated/compile.h > VDSOCHK

[GIT PULL] scheduler fix

2019-07-14 Thread Ingo Molnar
Linus, Please pull the latest sched-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-for-linus # HEAD: e3d85487fba42206024bc3ed32e4b581c7cb46db sched/core: Fix preempt warning in ttwu Fix a sched statistics related bug that would

Re: [PATCH v3 3/3] iio: Add PAT9125 optical tracker sensor

2019-07-14 Thread Jonathan Cameron
On Thu, 11 Jul 2019 21:39:10 +0200 Alexandre Mergnat wrote: > Le dim. 16 juin 2019 à 17:39, Jonathan Cameron a écrit : > > > > On Mon, 10 Jun 2019 11:29:45 +0200 > > Alexandre Mergnat wrote: > ... > > > > > +/* > > > + * To detect if a new value is available, register status is checked.

Re: [PATCH v3 1/2] x86/mm: Identify the end of the kernel area to be reserved

2019-07-14 Thread Mike Lothian
Will the fix be in the next RC? On Sun, 14 Jul 2019 at 11:16, Thomas Gleixner wrote: > > On Sat, 13 Jul 2019, Mike Lothian wrote: > > > This appears to be causing issues with gold again: > > > > axion /usr/src/linux # make > > CALLscripts/checksyscalls.sh > > CALL

Re: [PATCH v4 3/3] iio: Add PAT9125 optical tracker sensor

2019-07-14 Thread Jonathan Cameron
On Sat, 13 Jul 2019 10:04:55 +0200 Alexandre Mergnat wrote: > This adds support for PixArt Imaging’s miniature low power optical > navigation chip using LASER light source enabling digital surface tracking. > > Features and datasheet: [0] > > This IIO driver allows to read relative position

Re: [1/2] ASoC: samsung: odroid: fix an use-after-free issue for codec

2019-07-14 Thread Markus Elfring
> Fixes: bc3cf17b575a ("ASoC: samsung: odroid: Add support for secondary CPU > DAI") * Can it be that this commit identification is relevant more for the second update step? * Was the handling of device node references questionable already before this change? Regards, Markus

Re: [PATCH v4 2/3] dt-bindings: iio: position: Add docs pat9125

2019-07-14 Thread Jonathan Cameron
On Sat, 13 Jul 2019 10:04:54 +0200 Alexandre Mergnat wrote: > Add documentation for the optical tracker PAT9125 and > "position" directory for chip which can provides position data. > > Signed-off-by: Alexandre Mergnat Whilst this one predates my statement that I wanted all bindings in YAML

[PATCH] sky2: Disable MSI on P5W DH Deluxe

2019-07-14 Thread Tasos Sahanidis
The onboard sky2 NICs send IRQs after S3, resulting in ethernet not working after resume. Maskable MSI and MSI-X are also not supported, so fall back to INTx. Signed-off-by: Tasos Sahanidis --- drivers/net/ethernet/marvell/sky2.c | 7 +++ 1 file changed, 7 insertions(+) diff --git

[GIT PULL] x86 fix

2019-07-14 Thread Ingo Molnar
Linus, 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 # HEAD: e9a1379f9219be439f47a0f063431a92dc529eda x86/vdso: Fix flip/flop vdso build bug A single build system bugfix. Thanks, Ingo

[GIT PULL] locking fix

2019-07-14 Thread Ingo Molnar
Linus, Please pull the latest locking-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-urgent-for-linus # HEAD: 68d41d8c94a31dfb8233ab90b9baf41a2ed2da68 locking/lockdep: Fix lock used or unused stats error A single fix for a locking

Re: [PATCH 1/2] dt-bindings: iio: chemical: pms7003: convert bindings to yaml

2019-07-14 Thread Jonathan Cameron
On Wed, 10 Jul 2019 14:12:26 -0600 Rob Herring wrote: > On Wed, Jul 10, 2019 at 1:22 PM Tomasz Duszynski wrote: > > > > Convert existing device tree bindings to yaml. > > > > Signed-off-by: Tomasz Duszynski > > --- > > .../iio/chemical/plantower,pms7003.txt| 26 -- > >

Re: [PATCH 2/2] MAINTAINERS: add entry for plantower pms7003 driver

2019-07-14 Thread Jonathan Cameron
On Wed, 10 Jul 2019 21:21:55 +0200 Tomasz Duszynski wrote: > Add myself as a plantower pms7003 driver maintainer. > > Signed-off-by: Tomasz Duszynski Applied, Thanks, Jonathan > --- > MAINTAINERS | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS >

Re: [PATCH 04/12] iio: adc: max9611: Fix misuse of GENMASK macro

2019-07-14 Thread Jonathan Cameron
On Tue, 9 Jul 2019 22:04:17 -0700 Joe Perches wrote: > Arguments are supposed to be ordered high then low. > > Signed-off-by: Joe Perches Applied to the fixes-togreg branch of iio.git and marked for stable etc. Thanks, Jonathan > --- > drivers/iio/adc/max9611.c | 2 +- > 1 file changed, 1

[GIT PULL] perf fixes

2019-07-14 Thread Ingo Molnar
Linus, 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 # HEAD: e4557c1a46b0d32746bd309e1941914b5a6912b4 perf/x86/intel: Fix spurious NMI on fixed counter A number of PMU driver corner case

[PATCH] clone: fix CLONE_PIDFD support

2019-07-14 Thread Dmitry V. Levin
The introduction of clone3 syscall accidentally broke CLONE_PIDFD support in traditional clone syscall on compat x86 and those architectures that use do_fork to implement clone syscall. This bug was found by strace test suite. Link: https://strace.io/logs/strace/2019-07-12 Fixes: 7f192e3cd316

[PATCH] gve: Remove the exporting of gve_probe

2019-07-14 Thread Denis Efremov
The function gve_probe is declared static and marked EXPORT_SYMBOL, which is at best an odd combination. Because the function is not used outside of the drivers/net/ethernet/google/gve/gve_main.c file it is defined in, this commit removes the EXPORT_SYMBOL() marking. Signed-off-by: Denis Efremov

Re: linux-next: Fixes tag needs some work in the net tree

2019-07-14 Thread Stephen Rothwell
Hi Tariq, On Sun, 14 Jul 2019 07:55:48 + Tariq Toukan wrote: > > How do you think we should handle this? Dave doesn't rebase his trees, so all you can really do is learn from it and not do it again :-) -- Cheers, Stephen Rothwell pgpW7Fu4bWILm.pgp Description: OpenPGP digital signature

Re: linux-next: Fixes tag needs some work in the net tree

2019-07-14 Thread Tariq Toukan
On 7/14/2019 3:15 PM, Stephen Rothwell wrote: > Hi Tariq, > > On Sun, 14 Jul 2019 07:55:48 + Tariq Toukan wrote: >> >> How do you think we should handle this? > > Dave doesn't rebase his trees, so all you can really do is learn from > it and not do it again :-) > Sure. My bad, used the

Re: [PATCH] clone: fix CLONE_PIDFD support

2019-07-14 Thread Christian Brauner
On Sun, Jul 14, 2019 at 03:02:06PM +0300, Dmitry V. Levin wrote: > The introduction of clone3 syscall accidentally broke CLONE_PIDFD > support in traditional clone syscall on compat x86 and those > architectures that use do_fork to implement clone syscall. > > This bug was found by strace test

Re: [PATCH 04/12] iio: adc: max9611: Fix misuse of GENMASK macro

2019-07-14 Thread Joe Perches
On Sun, 2019-07-14 at 12:54 +0100, Jonathan Cameron wrote: > On Tue, 9 Jul 2019 22:04:17 -0700 > Joe Perches wrote: > > > Arguments are supposed to be ordered high then low. > > > > Signed-off-by: Joe Perches > > Applied to the fixes-togreg branch of iio.git and marked for > stable etc.

Re: [PATCH] phy: Change the configuration interface param to void* to make it more general

2019-07-14 Thread kbuild test robot
Hi Zeng, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.2 next-20190712] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [2/2] ASoC: samsung: odroid: fix a double-free issue for cpu_dai

2019-07-14 Thread Markus Elfring
> The cpu_dai variable is still being used after the of_node_put() call, Such an implementation detail is questionable. https://wiki.sei.cmu.edu/confluence/display/c/MEM30-C.+Do+not+access+freed+memory > which may result in double-free: This consequence is also undesirable.

linux-next: Fixes tag needs some work in the hyperv-fixes tree

2019-07-14 Thread Stephen Rothwell
Hi all, In commit 2e6d7851bdeb ("PCI: pci-hyperv: fix build errors on non-SYSFS config") Fixes tag Fixes: a15f2c08c708 ("PCI: hv: support reporting serial number as slot has these problem(s): - Subject has leading but no trailing parentheses - Subject has leading but no trailing

Re: [PATCH v4 3/3] iio: Add PAT9125 optical tracker sensor

2019-07-14 Thread Peter Meerwald-Stadler
On Sat, 13 Jul 2019, Alexandre Mergnat wrote: some comments below inline > This adds support for PixArt Imaging’s miniature low power optical > navigation chip using LASER light source enabling digital surface tracking. > > Features and datasheet: [0] > > This IIO driver allows to read

Re: [PATCH] m68k: One function call less in cf_tlb_miss()

2019-07-14 Thread Geert Uytterhoeven
Hi Markus, On Sat, Jul 6, 2019 at 1:57 AM Finn Thain wrote: > On Fri, 5 Jul 2019, Markus Elfring wrote: > > From: Markus Elfring > > Date: Fri, 5 Jul 2019 17:11:37 +0200 > > > > Avoid an extra function call > > by using a ternary operator instead of a conditional statement for a > > setting

[PATCH] sit: use dst_cache in ipip6_tunnel_xmit

2019-07-14 Thread Haishuang Yan
Same as other ip tunnel, use dst_cache in xmit action to avoid unnecessary fib lookups. Signed-off-by: Haishuang Yan --- net/ipv6/sit.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index 8061089..b2ccbc4 100644 ---

Re: [PATCH] rcu: Make jiffies_till_sched_qs writable

2019-07-14 Thread Byungchul Park
On Sun, Jul 14, 2019 at 2:41 AM Paul E. McKenney wrote: > > On Sat, Jul 13, 2019 at 11:42:57AM -0400, Joel Fernandes wrote: > > On Sat, Jul 13, 2019 at 08:13:30AM -0700, Paul E. McKenney wrote: > > > On Sat, Jul 13, 2019 at 10:20:02AM -0400, Joel Fernandes wrote: > > > > On Sat, Jul 13, 2019 at

Re: [PATCH] vmw_balloon: Remove Julien from the maintainers list

2019-07-14 Thread Julien Freche
On Jul 14, 2019, at 12:18 AM, Nadav Amit wrote: >> On Jul 13, 2019, at 7:49 AM, Greg Kroah-Hartman >> wrote: >> >>> On Tue, Jul 02, 2019 at 03:05:19AM -0700, Nadav Amit wrote: >>> Julien will not be a maintainer anymore. >>> >>> Signed-off-by: Nadav Amit >>> --- >>> MAINTAINERS | 1 - >>>

Re: [PATCH] rcu: Make jiffies_till_sched_qs writable

2019-07-14 Thread Paul E. McKenney
On Sun, Jul 14, 2019 at 10:39:58PM +0900, Byungchul Park wrote: > On Sun, Jul 14, 2019 at 2:41 AM Paul E. McKenney > wrote: > > > > On Sat, Jul 13, 2019 at 11:42:57AM -0400, Joel Fernandes wrote: > > > On Sat, Jul 13, 2019 at 08:13:30AM -0700, Paul E. McKenney wrote: > > > > On Sat, Jul 13, 2019

Re: [PATCH] clone: fix CLONE_PIDFD support

2019-07-14 Thread Dmitry V. Levin
On Sun, Jul 14, 2019 at 02:17:25PM +0200, Christian Brauner wrote: > On Sun, Jul 14, 2019 at 03:02:06PM +0300, Dmitry V. Levin wrote: > > The introduction of clone3 syscall accidentally broke CLONE_PIDFD > > support in traditional clone syscall on compat x86 and those > > architectures that use

Re: [PATCH] clone: fix CLONE_PIDFD support

2019-07-14 Thread Christian Brauner
On Sun, Jul 14, 2019 at 05:10:08PM +0300, Dmitry V. Levin wrote: > On Sun, Jul 14, 2019 at 02:17:25PM +0200, Christian Brauner wrote: > > On Sun, Jul 14, 2019 at 03:02:06PM +0300, Dmitry V. Levin wrote: > > > The introduction of clone3 syscall accidentally broke CLONE_PIDFD > > > support in

Re: [PATCH v5 04/13] media: rc: sunxi: Add RXSTA bits definition

2019-07-14 Thread Clément Péron
Hi Sean, You acked the whole v3 series but this patch has been introduced in v5 could you ack this one too? Thanks, Clément On Mon, 10 Jun 2019 at 11:52, Maxime Ripard wrote: > > On Sat, Jun 08, 2019 at 01:10:51AM +0200, Clément Péron wrote: > > We are using RXINT bits definition when

Re: [PATCH 2/2] s390: add Linux banner to the compressed image

2019-07-14 Thread Vasily Gorbik
On Fri, Jul 12, 2019 at 07:21:01PM +0200, Petr Tesarik wrote: > Various tools determine the kernel version from a given binary by > scanning for the Linux banner string. This does not work if the > banner string is compressed, but we can link it once more into the > uncompressed portion of

Re: [PATCH 04/12] iio: adc: max9611: Fix misuse of GENMASK macro

2019-07-14 Thread Jacopo Mondi
Hi Joe, Jonathan, On Sun, Jul 14, 2019 at 05:19:32AM -0700, Joe Perches wrote: > On Sun, 2019-07-14 at 12:54 +0100, Jonathan Cameron wrote: > > On Tue, 9 Jul 2019 22:04:17 -0700 > > Joe Perches wrote: > > > > > Arguments are supposed to be ordered high then low. > > > > > > Signed-off-by: Joe

Re: [PATCH v21 00/28] Intel SGX foundations

2019-07-14 Thread Jarkko Sakkinen
On Sat, Jul 13, 2019 at 08:07:36PM +0300, Jarkko Sakkinen wrote: > v21: > * Check on mmap() that the VMA does cover an area that does not have > enclave pages. Only mapping with PROT_NONE can do that to reserve > initial address space for an enclave. > * Check om mmap() and mprotect() that the

Re: [PATCH] fTPM: fix PTR_ERR() usage

2019-07-14 Thread Jarkko Sakkinen
On Sat, Jul 13, 2019 at 11:10:59AM -0400, Sasha Levin wrote: > > Started also wondering tha tpm_ftpm_tee is a too generic name given that > > this is for ARM TZ only. Would it make sense to rename it as something > > like tpm_ftpm_tee_arm? Other proposals are welcome. Just made something > > up. >

Re: [v3] staging: most: remove redundant print statement when kfifo_alloc fails

2019-07-14 Thread Markus Elfring
> This print statement is redundant as kfifo_alloc just calls kmalloc_array > and without the __GFP_NOWARN flag, already does a dump_stack(). I suggest to omit the word “and” from this sentence. Will any further wording adjustments become helpful for commit descriptions? > Changes in v3: > -

Re: INFO: rcu detected stall in ext4_write_checks

2019-07-14 Thread Dmitry Vyukov
On Sun, Jul 7, 2019 at 4:17 AM Paul E. McKenney wrote: > > > > I suppose RCU could take the dueling-banjos approach and use > > > > increasingly > > > > aggressive scheduler policies itself, up to and including > > > > SCHED_DEADLINE, > > > > until it started getting decent forward progress.

Re: [PATCH 01/14] iio: adc: sc27xx: Introduce local variable 'struct device *dev'

2019-07-14 Thread Jonathan Cameron
On Mon, 8 Jul 2019 20:32:21 +0800 Fuqian Huang wrote: > Introduce local variable 'struct device *dev' and use it instead of > dereferencing it repeatly. > > Signed-off-by: Fuqian Huang Ok, this is a fair bit of churn but probably on balance a worthwhile little improvement. Applied to the

Re: [PATCH 02/14] iio: adc: sc27xx: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()

2019-07-14 Thread Jonathan Cameron
On Mon, 8 Jul 2019 20:32:43 +0800 Fuqian Huang wrote: > devm_add_action_or_reset() is introduced as a helper function which > internally calls devm_add_action(). If devm_add_action() fails > then it will execute the action mentioned and return the error code. > This reduce source code size

Re: [PATCH 09/14] iio: imu: mpu6050: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()

2019-07-14 Thread Jonathan Cameron
On Mon, 8 Jul 2019 20:33:41 +0800 Fuqian Huang wrote: > devm_add_action_or_reset() is introduced as a helper function which > internally calls devm_add_action(). If devm_add_action() fails > then it will execute the action mentioned and return the error code. > This reduce source code size

Re: [RFC PATCH v4 1/3] selftests/x86/sgx: Fix Makefile for SGX selftest

2019-07-14 Thread Jarkko Sakkinen
On Sat, Jul 13, 2019 at 10:29:12AM -0700, Xing, Cedric wrote: > Please note that your patchset hasn't been upstreamed yet. Your Makefile is > problematic to begin with. Technically it's your job to make it work before > sending out any patches. You didn't explain what's done for each line of >

[GIT PULL] platform-drivers-x86 for 5.3-1

2019-07-14 Thread Andy Shevchenko
Hi Linus, Gathered bunch of PDx86 changes. It's rather big, since includes two big refactors and completely new driver. Nevertheless, no conflicts for merge with current HEAD. Thanks, With Best Regards, Andy Shevchenko The following changes since commit

Re: linux-next: Fixes tag needs some work in the hyperv-fixes tree

2019-07-14 Thread Randy Dunlap
On 7/14/19 5:55 AM, Stephen Rothwell wrote: > Hi all, > > In commit > > 2e6d7851bdeb ("PCI: pci-hyperv: fix build errors on non-SYSFS config") > > Fixes tag > > Fixes: a15f2c08c708 ("PCI: hv: support reporting serial number as slot oops, copy-paste error. > > has these problem(s): > >

Re: [PATCH v2] IIO: Ingenic JZ47xx: Set clock divider on probe

2019-07-14 Thread Jonathan Cameron
On Thu, 4 Jul 2019 19:36:56 +0200 Artur Rojek wrote: > From: Maarten ter Huurne > > The SADC component can run at up to 8 MHz on JZ4725B, but is fed > a 12 MHz input clock (EXT). Divide it by two to get 6 MHz, then > set up another divider to match, to produce a 10us clock. > > If the clock

[PATCH v4] staging: most: remove redundant print statement when kfifo_alloc fails

2019-07-14 Thread Keyur Patel
This print statement is redundant as kfifo_alloc just calls kmalloc_array without the __GFP_NOWARN flag, already does a dump_stack(). Signed-off-by: Keyur Patel --- Changes in v3: - fix checkpatch warning drivers/staging/most/cdev/cdev.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

Re: [RFC v2 00/27] Kernel Address Space Isolation

2019-07-14 Thread Andy Lutomirski
On Fri, Jul 12, 2019 at 12:06 PM Peter Zijlstra wrote: > > On Fri, Jul 12, 2019 at 06:37:47PM +0200, Alexandre Chartre wrote: > > On 7/12/19 5:16 PM, Thomas Gleixner wrote: > > > > Right. If we decide to expose more parts of the kernel mappings then > > > that's > > > just adding more stuff to

Re: [PATCH 3/8] PCI/VPD: Add VPD release quirk for Amazon Annapurna Labs host bridge

2019-07-14 Thread Chocron, Jonathan
On Fri, 2019-07-12 at 08:10 -0500, Bjorn Helgaas wrote: > On Thu, Jul 11, 2019 at 05:55:56PM +0300, Jonathan Chocron wrote: > > The Amazon Annapurna Labs pcie host bridge exposes the VPD > > capability, > > but there is no actual support for it. > > s/pcie/PCIe/ > s/host bridge/Root Port/ Ack. >

Re: [PATCH] iio: adc: gyroadc: fix uninitialized return code

2019-07-14 Thread Jonathan Cameron
On Thu, 4 Jul 2019 21:55:58 +0200 Wolfram Sang wrote: > > >> This is correct but missing that the above 'return ret' is broken, too. > > >> ret is initialized but 0 in that case. > > > > > > Nice catch! Oh well, given enough eyeballs, ... > > > > I don't think ret is initialized, reg is,

Re: [PATCH 4/8] PCI: Add quirk to disable MSI support for Amazon's Annapurna Labs host bridge

2019-07-14 Thread Chocron, Jonathan
On Fri, 2019-07-12 at 08:04 -0500, Bjorn Helgaas wrote: > On Thu, Jul 11, 2019 at 05:56:25PM +0300, Jonathan Chocron wrote: > > On some platforms, the host bridge exposes an MSI-X capability but > > doesn't actually support it. > > This causes a crash during initialization by the pcieport driver,

Re: [PATCH 2/3] dt-bindings: iio: light: add stk33xx

2019-07-14 Thread Jonathan Cameron
On Fri, 5 Jul 2019 10:23:11 -0600 Rob Herring wrote: > On Wed, Jul 3, 2019 at 12:06 PM Luca Weiss wrote: > > > > Add binding documentation for the stk33xx family of ambient light > > sensors. > > > > Signed-off-by: Luca Weiss > > --- > > .../bindings/iio/light/stk33xx.yaml | 49

Re: [PATCH 1/3] dt-bindings: Add vendor prefix for sensortek

2019-07-14 Thread Jonathan Cameron
On Wed, 3 Jul 2019 20:05:57 +0200 Luca Weiss wrote: > Sensortek Technology Corp. produces Proximity Sensors with ALS and > Accelerometers. > > Signed-off-by: Luca Weiss Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan

[PATCH] x86/apic: Initialize TPR to block interrupts 16-31

2019-07-14 Thread Andy Lutomirski
The APIC, per spec, is fundamentally confused and thinks that interrupt vectors 16-31 are valid. This makes no sense -- the CPU reserves vectors 0-31 for exceptions (faults, traps, etc). Obviously, no device should actually produce an interrupt with vector 16-31, but we can improve robustness by

Re: [PATCH 3/3] iio: light: stk3310: Add device tree support

2019-07-14 Thread Jonathan Cameron
On Wed, 3 Jul 2019 20:05:59 +0200 Luca Weiss wrote: > Add device tree support for the stk33xx family of ambient light sensors. > > Tested-by: Martijn Braam > Signed-off-by: Luca Weiss Applied, Thanks, Jonathan > --- > drivers/iio/light/stk3310.c | 9 + > 1 file changed, 9

Re: [v4] staging: most: remove redundant print statement when kfifo_alloc fails

2019-07-14 Thread Markus Elfring
> --- > Changes in v3: Thanks for your quick response. I find the change log incomplete (even if corresponding information can be determined also from public message archives). Regards, Markus

[RFC PATCH] modpost: check for static EXPORT_SYMBOL* functions

2019-07-14 Thread Denis Efremov
This patch adds a check to warn about static EXPORT_SYMBOL* functions during the modpost. In most of the cases, a static symbol marked for exporting is an odd combination that should be fixed either by deleting the exporting mark or by removing the static attribute and adding the appropriate

Re: [PATCH] IIO: stm32: Remove quadrature related functions from trigger driver

2019-07-14 Thread Benjamin GAIGNARD
On 7/14/19 12:09 PM, Jonathan Cameron wrote: > On Thu, 11 Jul 2019 21:16:20 +0900 > William Breathitt Gray wrote: > >> On Thu, Jul 11, 2019 at 02:12:27PM +0200, Benjamin Gaignard wrote: >>> Le jeu. 11 juil. 2019 à 13:51, William Breathitt Gray >>> a écrit : On Tue, May 07, 2019 at

Re: [RFC] Fix python feature detection

2019-07-14 Thread Jiri Olsa
On Sun, Jul 07, 2019 at 10:44:17AM -0400, Joel Fernandes (Google) wrote: > I am having a hard time building BPF samples by doing a make in > samples/bpf. While I am debugging that, I ran into the Python issue. > Even though the system has libpython2.7-dev: > > If I just do a 'make' inside

Re: [PATCH] mtd: spi-nor: Add Winbond w25q256jvm

2019-07-14 Thread Avi Fishman
Hi Tudor, Boris & Tudor, I see that you pushed this kind of commit of Winbond chip previously, can you please approve also this? On Tue, Jul 2, 2019 at 5:23 PM Avi Fishman wrote: > > Similar to w25q256 (besides not supporting QPI mode) but with different ID. > The "JVM" suffix is in the

Re: [v4] staging: most: remove redundant print statement when kfifo_alloc fails

2019-07-14 Thread Keyur Patel

Re: [v4] staging: most: remove redundant print statement when kfifo_alloc fails

2019-07-14 Thread Keyur Patel
I didn't get you. I stiil need to update changelog and send more version or not. If you say so, I can send one more. Thnaks. On Sun, Jul 14, 2019 at 05:23:34PM +0200, Markus Elfring wrote: > > --- > > Changes in v3: > > Thanks for your quick response. > > I find the change log incomplete (even

Re: [PATCH v1] perf session: fix loading of compressed data split across adjacent records

2019-07-14 Thread Jiri Olsa
On Tue, Jul 09, 2019 at 05:48:14PM +0300, Alexey Budankov wrote: SNIP > decomp->file_pos = file_offset; > + decomp->mmap_len = mmap_len; > decomp->head = 0; > > - if (decomp_last) { > - decomp_last_rem = decomp_last->size - decomp_last->head; > + if

Re: m68k: One function call less in cf_tlb_miss()

2019-07-14 Thread Markus Elfring
>>> Avoid an extra function call by using a ternary operator >>> instead of a conditional statement for a setting selection. > > Have you looked at the actual assembler output generated by the compiler? Not yet. * Can the suggested small refactoring matter for a specific software combination

Re: [PATCH v2 2/3] iio: adc: stm32-adc: add analog switches supply control

2019-07-14 Thread Jonathan Cameron
On Wed, 3 Jul 2019 12:08:15 +0200 Fabrice Gasnier wrote: > On stm32h7 and stm32mp1, the ADC inputs are multiplexed with analog > switches which have reduced performances when their supply is below 2.7V > (vdda by default): > - 3.3V embedded booster can be used, to get full ADC performances >

Re: [PATCH v2 1/3] dt-bindings: iio: adc: stm32: add analog switches supply control

2019-07-14 Thread Jonathan Cameron
On Wed, 3 Jul 2019 12:08:14 +0200 Fabrice Gasnier wrote: > On stm32h7 and stm32mp1, the ADC inputs are multiplexed with analog > switches which have reduced performances when their supply is below 2.7V > (vdda by default). Booster or vdd can be used, to get full ADC > performances. > > Add

Re: [PATCH v2 3/3] ARM: dts: stm32: add syscfg to ADC on stm32mp157c

2019-07-14 Thread Jonathan Cameron
On Wed, 3 Jul 2019 12:08:16 +0200 Fabrice Gasnier wrote: > On stm32mp157c, the ADC inputs are multiplexed with analog switches which > have reduced performances when their supply is below 2.7V (vdda by > default). > Add syscfg registers that can be used on stm32mp157c, to get full ADC > analog

Re: [PATCH] clone: fix CLONE_PIDFD support

2019-07-14 Thread Dmitry V. Levin
On Sun, Jul 14, 2019 at 04:23:05PM +0200, Christian Brauner wrote: > On Sun, Jul 14, 2019 at 05:10:08PM +0300, Dmitry V. Levin wrote: > > On Sun, Jul 14, 2019 at 02:17:25PM +0200, Christian Brauner wrote: > > > On Sun, Jul 14, 2019 at 03:02:06PM +0300, Dmitry V. Levin wrote: > > > > The

Re: [PATCH v2] Documentation: ABI: iio: Add missing newline at end of file

2019-07-14 Thread Jonathan Cameron
On Mon, 1 Jul 2019 15:56:31 +0200 Geert Uytterhoeven wrote: > "git diff" says: > > \ No newline at end of file > > after modifying the files. > > Signed-off-by: Geert Uytterhoeven Applied. Thanks, Jonathan > --- > v2: > - Split patches per maintainer. > --- >

Re: [PATCH v4 1/1] iio: common: cros_ec_sensors: determine protocol version

2019-07-14 Thread Jonathan Cameron
On Tue, 2 Jul 2019 10:49:38 +0200 Fabien Lahoudere wrote: > This patch adds a function to determine which version of the > protocol is used to communicate with EC. > > Signed-off-by: Fabien Lahoudere > Signed-off-by: Nick Vaccaro > Reviewed-by: Gwendal Grignou > Tested-by: Gwendal Grignou

[PATCH v2] clone: fix CLONE_PIDFD support

2019-07-14 Thread Dmitry V. Levin
The introduction of clone3 syscall accidentally broke CLONE_PIDFD support in traditional clone syscall on compat x86 and those architectures that use do_fork to implement clone syscall. This bug was found by strace test suite. Link: https://strace.io/logs/strace/2019-07-12 Fixes: 7f192e3cd316

Re: [v4] staging: most: remove redundant print statement when kfifo_alloc fails

2019-07-14 Thread Markus Elfring
> I didn't get you. I stiil need to update changelog I would appreciate the completion of the listing for V2 till V4. I guess that a message resend could be sufficient for these adjustments. > and send more version This could be another opportunity if you would like to improve the commit

Re: [PATCH 2/2] s390: add Linux banner to the compressed image

2019-07-14 Thread Petr Tesarik
On Sun, 14 Jul 2019 16:35:33 +0200 Vasily Gorbik wrote: > On Fri, Jul 12, 2019 at 07:21:01PM +0200, Petr Tesarik wrote: > > Various tools determine the kernel version from a given binary by > > scanning for the Linux banner string. This does not work if the > > banner string is compressed, but

  1   2   3   >