Re: Commit 25f12ae45fc1 ("maccess: rename probe_kernel_address to get_kernel_nofault") causing several OOPSes

2020-06-21 Thread Kenneth R. Crudup
On Sat, 20 Jun 2020, Linus Torvalds wrote: > So yeah, I'd like to see what the code generation difference is for > you, since it seems to matter to your install for some odd reason. I could send up the .o if you'd think it would be helpful. LMK. (Eh, I'll just do it, and the .cmd as well).

Re: [PATCH v7 4/5] remoteproc: ingenic: Added remoteproc driver

2020-06-21 Thread Bjorn Andersson
On Fri 12 Jun 04:47 PDT 2020, Paul Cercueil wrote: > Le jeu. 11 juin 2020 à 19:21, Suman Anna a écrit : > > On 6/11/20 5:21 PM, Paul Cercueil wrote: > > > Le jeu. 11 juin 2020 à 16:47, Suman Anna a écrit : > > > > On 5/15/20 5:43 AM, Paul Cercueil wrote: [..] > > > > > diff --git a/drivers/remote

Re: Commit 25f12ae45fc1 ("maccess: rename probe_kernel_address to get_kernel_nofault") causing several OOPSes

2020-06-21 Thread Linus Torvalds
On Sun, Jun 21, 2020 at 12:30 PM Kenneth R. Crudup wrote: > > > Which is the obvious next step: would you mind compiling that file > > with and without the patch and sending me the two object files? > > It looks like you had already, do you still need me to do this? Yes please. For me that patch

Re: [PATCH] rcu/tree: Force quiescent state on callback overload

2020-06-21 Thread Paul E. McKenney
On Mon, Jun 22, 2020 at 12:07:27AM +0530, Neeraj Upadhyay wrote: > On callback overload, we want to force quiescent state immediately, > for the first and second fqs. Enforce the same, by including > RCU_GP_FLAG_OVLD flag, in fqsstart check. > > Signed-off-by: Neeraj Upadhyay Good catch! But wh

Re: [PATCH v3 3/4] counter: Add character device interface

2020-06-21 Thread William Breathitt Gray
On Sat, Jun 20, 2020 at 01:50:59PM -0500, David Lechner wrote: > On 6/16/20 8:40 PM, William Breathitt Gray wrote: > > This patch introduces a character device interface for the Counter > > subsystem. Device control is exposed through standard character device > > read and write operations. > > >

Re: [PATCH v1 1/2] mm: drop vm_total_pages

2020-06-21 Thread Pankaj Gupta
> The global variable "vm_total_pages" is a relict from older days. There > is only a single user that reads the variable - build_all_zonelists() - > and the first thing it does is updating it. Use a local variable in > build_all_zonelists() instead and drop the local variable. > > Cc: Andrew Morto

Re: [PATCH v1 2/2] mm/page_alloc: drop nr_free_pagecache_pages()

2020-06-21 Thread Pankaj Gupta
> nr_free_pagecache_pages() isn't used outside page_alloc.c anymore - and > the name does not really help to understand what's going on. Let's inline > it instead and add a comment. > > Cc: Andrew Morton > Cc: Johannes Weiner > Cc: Michal Hocko > Cc: Minchan Kim > Cc: Huang Ying > Cc: Wei Yang

[PATCH v6 0/4] Add support for SCD30 sensor

2020-06-21 Thread Tomasz Duszynski
Following series adds support for Sensirion SCD30 sensor module capable of measuring carbon dioxide, temperature and relative humidity. CO2 measurements base on NDIR principle while temperature and relative humidity are measured by the on board SHT31. As for sensor communication, both I2C and seria

[PATCH v6 4/4] dt-bindings: iio: scd30: add device binding file

2020-06-21 Thread Tomasz Duszynski
Add SCD30 sensor binding file. Signed-off-by: Tomasz Duszynski Reviewed-by: Rob Herring --- .../iio/chemical/sensirion,scd30.yaml | 68 +++ MAINTAINERS | 1 + 2 files changed, 69 insertions(+) create mode 100644 Documentation/devicetr

[PATCH v6 3/4] iio: chemical: scd30: add serial interface driver

2020-06-21 Thread Tomasz Duszynski
Add serial interface driver for the SCD30 sensor. Signed-off-by: Tomasz Duszynski Reviewed-by: Andy Shevchenko --- MAINTAINERS | 1 + drivers/iio/chemical/Kconfig| 11 ++ drivers/iio/chemical/Makefile | 1 + drivers/iio/chemical/scd30_serial.c | 263 ++

[PATCH v6 1/4] iio: chemical: scd30: add core driver

2020-06-21 Thread Tomasz Duszynski
Add Sensirion SCD30 carbon dioxide core driver. Signed-off-by: Tomasz Duszynski --- Documentation/ABI/testing/sysfs-bus-iio-scd30 | 34 + MAINTAINERS | 6 + drivers/iio/chemical/Kconfig | 11 + drivers/iio/chemical/Makefile |

[PATCH v6 2/4] iio: chemical: scd30: add I2C interface driver

2020-06-21 Thread Tomasz Duszynski
Add I2C interface driver for the SCD30 sensor. Signed-off-by: Tomasz Duszynski Reviewed-by: Andy Shevchenko --- MAINTAINERS | 1 + drivers/iio/chemical/Kconfig | 11 +++ drivers/iio/chemical/Makefile| 1 + drivers/iio/chemical/scd30_i2c.c | 139

Re: [PATCH] rcu/tree: Force quiescent state on callback overload

2020-06-21 Thread Neeraj Upadhyay
Hi Paul, On 6/22/2020 1:20 AM, Paul E. McKenney wrote: On Mon, Jun 22, 2020 at 12:07:27AM +0530, Neeraj Upadhyay wrote: On callback overload, we want to force quiescent state immediately, for the first and second fqs. Enforce the same, by including RCU_GP_FLAG_OVLD flag, in fqsstart check. Sig

Re: [PATCH] mm: Track mmu notifiers in fs_reclaim_acquire/release

2020-06-21 Thread Daniel Vetter
On Sun, Jun 21, 2020 at 08:07:08PM +0200, Daniel Vetter wrote: > On Sun, Jun 21, 2020 at 7:42 PM Qian Cai wrote: > > > > On Wed, Jun 10, 2020 at 09:41:01PM +0200, Daniel Vetter wrote: > > > fs_reclaim_acquire/release nicely catch recursion issues when > > > allocating GFP_KERNEL memory against shr

Re: kernel BUG at mm/huge_memory.c:2613!

2020-06-21 Thread David Rientjes
On Fri, 19 Jun 2020, Roman Gushchin wrote: > > > [ 40.287524] BUG: unable to handle page fault for address: > > > a77b833df000 > > > [ 40.287529] #PF: supervisor write access in kernel mode > > > [ 40.287531] #PF: error_code(0x000b) - reserved bit violation > > > [ 40.287532] PGD 40d1

Re: [GIT PULL] pin control fixes for v5.8

2020-06-21 Thread pr-tracker-bot
The pull request you sent on Sun, 21 Jun 2020 20:24:40 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git > tags/pinctrl-v5.8-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/16f4aa9b7c2304e439796bd097b2c0a7663f5d6e Thank you! -- Deet-d

Re: [GIT PULL] Kbuild fixes for v5.8-rc2

2020-06-21 Thread pr-tracker-bot
The pull request you sent on Mon, 22 Jun 2020 02:06:58 +0900: > git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git > tags/kbuild-fixes-v5.8 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/be9160a90de778758d499fe2cb8ee8cc4dda2cc7 Thank you! -- D

Re: [PATCH] net: phy: realtek: clear interrupt during init for rtl8211f

2020-06-21 Thread Heiner Kallweit
On 17.06.2020 11:09, Jisheng Zhang wrote: > On Fri, 15 May 2020 19:30:38 +0200 Heiner Kallweit wrote: > > >> >> >> On 15.05.2020 18:18, Florian Fainelli wrote: >>> >>> >>> On 5/15/2020 12:41 AM, Jisheng Zhang wrote: On Thu, 14 May 2020 21:50:53 +0200 Heiner Kallweit wrote: > >>>

Re: [PATCH v2] dma-pool: Fix too large DMA pools on medium systems

2020-06-21 Thread David Rientjes
On Sun, 21 Jun 2020, Guenter Roeck wrote: > >> This patch results in a boot failure in some of my powerpc boot tests, > >> specifically those testing boots from mptsas1068 devices. Error message: > >> > >> mptsas :00:02.0: enabling device ( -> 0002) > >> mptbase: ioc0: Initiating bringup >

Re: [RESEND PATCH v27 11/15] leds: lp55xx: Add multicolor framework support to lp55xx

2020-06-21 Thread Jacek Anaszewski
Dan, On 6/21/20 4:12 PM, Dan Murphy wrote: Jacek On 6/19/20 5:10 PM, Jacek Anaszewski wrote: Dan, On 6/19/20 6:35 PM, Dan Murphy wrote: Jacek On 6/18/20 6:26 PM, Jacek Anaszewski wrote: On 6/19/20 12:09 AM, Jacek Anaszewski wrote: Dan, On 6/18/20 11:44 PM, Dan Murphy wrote: Jacek On 6/

Re: [PATCH net-next v2 3/4] mlx5: become aware of when running as a bonding slave

2020-06-21 Thread Jarod Wilson
On Thu, Jun 11, 2020 at 5:51 PM Saeed Mahameed wrote: > > On Wed, 2020-06-10 at 14:59 -0400, Jarod Wilson wrote: > > I've been unable to get my hands on suitable supported hardware to > > date, > > but I believe this ought to be all that is needed to enable the mlx5 > > driver to also work with bo

Re: [PATCH v3 2/2] media: vimc: Add a control to display info on test image

2020-06-21 Thread Kaaira Gupta
On Sat, Jun 20, 2020 at 12:05:28PM +0200, Dafna Hirschfeld wrote: > Hi, thanks for the patch > > On 18.06.20 21:05, Kaaira Gupta wrote: > > Add a control in VIMC to display information such as the correct oder of > > colors for a given test pattern, brightness, hue, saturation, contrast > > and, w

[tip:master] BUILD SUCCESS b8b01e308e5d08b6bc3629d885de7c6c62d7ba1c

2020-06-21 Thread kernel test robot
fig parisc allmodconfig powerpc defconfig powerpc allyesconfig powerpc rhel-kconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-202

Re: DMA Engine: Transfer From Userspace

2020-06-21 Thread Federico Vaga
On Sun, Jun 21, 2020 at 12:54:57PM +0530, Vinod Koul wrote: On 19-06-20, 16:31, Dave Jiang wrote: On 6/19/2020 3:47 PM, Federico Vaga wrote: > Hello, > > is there the possibility of using a DMA engine channel from userspace? > > Something like: > - configure DMA using ioctl() (or whatever conf

[patch] dma-pool: warn when coherent pool is depleted

2020-06-21 Thread David Rientjes
When a DMA coherent pool is depleted, allocation failures may or may not get reported in the kernel log depending on the allocator. The admin does have a workaround, however, by using coherent_pool= on the kernel command line. Provide some guidance on the failure and a recommended minimum size fo

Re: DMA Engine: Transfer From Userspace

2020-06-21 Thread Richard Weinberger
On Sun, Jun 21, 2020 at 10:37 PM Federico Vaga wrote: > >Federico, what use case do you have in mind? > > Userspace drivers Is using vfio an option? -- Thanks, //richard

Re: [PATCH v3 08/14] crypto: sun8i-ce: split into prepare/run/unprepare

2020-06-21 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on sunxi/sunxi/for-next] [also build test WARNING on cryptodev/master crypto/master v5.8-rc1] [cannot apply to next-20200621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

Re: [Cocci] [PATCH v3] coccinelle: misc: add array_size_dup script to detect missed overflow checks

2020-06-21 Thread Julia Lawall
> +@as_next@ > +expression subE1 <= as.E1; > +expression subE2 <= as.E2; > +expression as.E1, as.E2, E3; > +assignment operator aop; > +position p1, p2; > +@@ > + > +* E1 * E2@p1 > + ... when != \(E1\|E2\|subE1\|subE2\) aop E3 > + when != &\(E1\|E2\|subE1\|subE2\) You don't need E1 and E2 in

Re: mt7612 suspend/resume issue

2020-06-21 Thread Lorenzo Bianconi
> Hello, Lorenzo. Hi Oleksandr, > > Thanks for the quick reply. Please see my observation below. > > On Thu, Jun 18, 2020 at 01:18:59PM +0200, Lorenzo Bianconi wrote: > > I have not reproduced the issue myself yet, but I guess we can try: > > 1- update to latest Felix's tree [1] > > 2- could yo

[GIT PULL] SELinux fixes for v5.8 (#1)

2020-06-21 Thread Paul Moore
git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20200621 for you to fetch changes up to 8231b0b9c322c894594fb42eb0eb9f93544a6acc: selinux: fix undefined return of cond_evaluate_expr (2020-06-17 17:36:40

Re: [Cocci] [PATCH v3] coccinelle: misc: add array_size_dup script to detect missed overflow checks

2020-06-21 Thread Julia Lawall
> +@script:python depends on report@ > +p1 << as_next.p1; > +p2 << as_next.p2; > +@@ > + > +coccilib.report.print_report(p1[0], > +f"WARNING: array_size is used down the code (line {p2[0].line}) to compute > the same size") I get python failures for all of these messages. I know nothing about py

Re: [PATCH v3 03/14] crypto: sun8i-ss: support hash algorithms

2020-06-21 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on sunxi/sunxi/for-next] [also build test WARNING on cryptodev/master crypto/master v5.8-rc1 next-20200621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch

Re: Banana Pi-R1 - kernel 5.6.0 and later broken - b43 DSA

2020-06-21 Thread Florian Fainelli
Le 2020-06-20 à 12:37, Gerhard Wiesinger a écrit : > Hello Florian, > > On 20.06.2020 21:13, Florian Fainelli wrote: >> Hi, >> >> On 6/20/2020 10:39 AM, Gerhard Wiesinger wrote: >> Can you share your network configuration again with me? > > Find the network config below. > > >>> # OK: Last goo

Re: [patch] dma-pool: warn when coherent pool is depleted

2020-06-21 Thread Guenter Roeck
On Sun, Jun 21, 2020 at 01:43:02PM -0700, David Rientjes wrote: > When a DMA coherent pool is depleted, allocation failures may or may not > get reported in the kernel log depending on the allocator. > > The admin does have a workaround, however, by using coherent_pool= on the > kernel command lin

Re: [PATCH v6 1/7] dt-bindings: pinctrl: add bindings for MediaTek MT6779 SoC

2020-06-21 Thread Pavel Machek
On Thu 2020-06-18 19:33:32, Hanks Chen wrote: > From: Andy Teng > > Add devicetree bindings for MediaTek MT6779 pinctrl driver. > > Signed-off-by: Andy Teng > + Pull up setings for 2 pull resistors, R0 and R1. User can > + configure those special pins. Valid argumen

Re: [PATCH] tty/sysrq: Add alternative SysRq key

2020-06-21 Thread Pavel Machek
Hi! > There exist machines which don't have SysRq key at all, e.g. chromebooks. > > This patch allows configuring an alternative key to act as SysRq. Devices > which declare KEY_SYSRQ in their 'keybit' bitmap continue using KEY_SYSRQ, > but other devices use the alternative SysRq key instead, by

Re: [PATCH v3 08/14] crypto: sun8i-ce: split into prepare/run/unprepare

2020-06-21 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on sunxi/sunxi/for-next] [also build test WARNING on cryptodev/master crypto/master v5.8-rc1] [cannot apply to next-20200621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

My Dear in the lord

2020-06-21 Thread Mrs. Mina A. Brunel
My Dear in the lord My name is Mrs. Mina A. Brunel I am a Norway Citizen who is living in Burkina Faso, I am married to Mr. Brunel Patrice, a politicians who owns a small gold company in Burkina Faso; He died of Leprosy and Radesyge, in year February 2010, During his lifetime he deposited t

[TEGRA194_CPUFREQ Patch v3 0/4] Add cpufreq driver for Tegra194

2020-06-21 Thread Sumit Gupta
The patch series adds cpufreq driver for Tegra194 SOC. v2[2] -> v3 - Set same policy for all cpus in a cluster[Viresh]. - Add compatible string for CPU Complex under cpus node[Thierry]. - Add reference to bpmp node under cpus node[Thierry]. - Bind cpufreq driver to CPU Complex compatible string[Th

[TEGRA194_CPUFREQ Patch v3 4/4] arm64: defconfig: Enable CONFIG_ARM_TEGRA194_CPUFREQ

2020-06-21 Thread Sumit Gupta
Enable Tegra194 CPU frequency scaling support by default. Signed-off-by: Sumit Gupta --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f9d378d..385bd35 100644 --- a/arch/arm64/configs/defconfig +

[TEGRA194_CPUFREQ Patch v3 1/4] dt-bindings: arm: Add t194 ccplex compatible and bpmp property

2020-06-21 Thread Sumit Gupta
To do frequency scaling on all CPUs within T194 CPU Complex, we need to query BPMP for data on valid operating points. Document a compatible string under 'cpus' node to represent the CPU Complex for binding drivers like cpufreq which don't have their node or CPU Complex node to bind to. Also, docum

[TEGRA194_CPUFREQ Patch v3 2/4] arm64: tegra: Add t194 ccplex compatible and bpmp property

2020-06-21 Thread Sumit Gupta
On Tegra194, data on valid operating points for the CPUs needs to be queried from BPMP. In T194, there is no node representing CPU complex. So, add compatible string to the 'cpus' node instead of using dummy node to bind cpufreq driver. Also, add reference to the BPMP instance for the CPU complex.

[TEGRA194_CPUFREQ Patch v3 3/4] cpufreq: Add Tegra194 cpufreq driver

2020-06-21 Thread Sumit Gupta
Add support for CPU frequency scaling on Tegra194. The frequency of each core can be adjusted by writing a clock divisor value to a MSR on the core. The range of valid divisors is queried from the BPMP. Signed-off-by: Mikko Perttunen Signed-off-by: Sumit Gupta --- drivers/cpufreq/Kconfig.arm

Re: [PATCH][next] drm/mm/selftests: fix unsigned comparison with less than zero

2020-06-21 Thread Nirmoy
On 6/18/20 12:39 PM, Dan Carpenter wrote: On Wed, Jun 17, 2020 at 04:59:59PM +0100, Colin King wrote: From: Colin Ian King Function get_insert_time can return error values that are cast to a u64. The checks of insert_time1 and insert_time2 check for the errors but because they are u64 variab

[PATCH 2/8] Documentation: Document pm660(l) SPMI GPIOs compatible

2020-06-21 Thread Konrad Dybcio
Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt index 7be5de8d253f..f8a5

[PATCH 3/8] soc: qcom: socinfo: Add socinfo entry for SDM630

2020-06-21 Thread Konrad Dybcio
This patch adds missing soc ID for SDM630. Signed-off-by: Konrad Dybcio --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 5983c6ffb078..705f142ee588 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/driver

[PATCH 0/8] Add support for Sony SDM630-based boards

2020-06-21 Thread Konrad Dybcio
This series brings support for Snapdragon 630 and a few smartphones based on this SoC, namely all sdm630-based Xperias. At the moment the things that the platform needs the most are RPM regulator support (but that's in the works already), MMCC/GPUCC drivers and perhaps some USB stuff. Overall, loo

[PATCH 4/8] clk: qcom: smd: Add support for SDM660 rpm clocks

2020-06-21 Thread Konrad Dybcio
Add rpm smd clocks, PMIC and bus clocks which are required on SDM630/660 (and APQ variants) for clients to vote on. Signed-off-by: Konrad Dybcio --- .../devicetree/bindings/clock/qcom,rpmcc.txt | 1 + drivers/clk/qcom/clk-smd-rpm.c| 77 +++ include/dt-bindings/c

[PATCH 1/8] pinctrl: qcom: spmi-gpio: Add pm660(l) compatibility

2020-06-21 Thread Konrad Dybcio
Add support for pm660(l) SPMI GPIOs. The PMICs feature 13 and 12 GPIOs respectively, though with a lot of holes inbetween. Signed-off-by: Konrad Dybcio --- drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c b

[PATCH 5/8] arm64: dts: qcom: pm660(l): Add base dts files

2020-06-21 Thread Konrad Dybcio
Add base DTS files for pm660(l) along with GPIOs, power-on and rtc nodes. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/pm660.dtsi | 60 arch/arm64/boot/dts/qcom/pm660l.dtsi | 45 + 2 files changed, 105 insertions(+) create mode 1006

[PATCH 7/8] arm64: dts: qcom: Add support for Sony Xperia XA2/Plus/Ultra (Nile platform)

2020-06-21 Thread Konrad Dybcio
Add device tree support for the Sony Xperia XA2, XA2 Plus and XA2 Ultra smartphones. They are all based on the Sony Nile platform (sdm630) and share a lot of common code. The differences are really minor, so a Nile-common DTSI has been created to reduce clutter. XA2 - Pioneer XA2 Plus - Voyager XA

[PATCH 6/8] arm64: dts: qcom: sdm630: Add sdm630 dts file

2020-06-21 Thread Konrad Dybcio
Add devicetree files for SDM630 SoC and its pin configuration. This commit adds basic nodes like cpu, psci and other required configuration for booting up from eMMC to the serial console. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sdm630-pins.dtsi | 268 ++ arch/arm64/boot/dts

[PATCH 8/8] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)

2020-06-21 Thread Konrad Dybcio
From: Martin Botka Add device tree support for the Sony Xperia 10 and 10 Plus smartphones. They are all based on the Sony Ganges platform (sdm630/636) and share a lot of common code. The differences are really minor, so a Ganges-common DTSI has been created to reduce clutter. 10 - Kirin 10 Plus

Good day To You

2020-06-21 Thread Nabil Alzam
Please i need your kind Assistance. I will be very glad if you can assist me to receive this sum of ( $22. Million US dollars.) into your bank account for the benefit of our both families, reply me if you are ready to receive this fund.

Re: [PATCH 8/8] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)

2020-06-21 Thread Martin Botka
Tested-by: Martin Botka ne 21. 6. 2020 o 23:38 Konrad Dybcio napísal(a): > > From: Martin Botka > > Add device tree support for the Sony Xperia 10 and 10 > Plus smartphones. They are all based on the Sony Ganges > platform (sdm630/636) and share a lot of common code. > The differences are real

Re: [PATCH bpf] security: Fix hook iteration for secid_to_secctx

2020-06-21 Thread KP Singh
On Fri, Jun 19, 2020 at 4:17 PM Ondrej Mosnacek wrote: > > On Fri, Jun 19, 2020 at 3:13 PM KP Singh wrote: > > Hi, > > > > On Fri, Jun 19, 2020 at 2:49 PM Ondrej Mosnacek wrote: > > > > > > On Wed, May 20, 2020 at 2:56 PM KP Singh wrote: > > > > From: KP Singh > > > > > > > > secid_to_secctx i

Re: [PATCH 7/8] arm64: dts: qcom: Add support for Sony Xperia XA2/Plus/Ultra (Nile platform)

2020-06-21 Thread LuK1337
Tested-by: Łukasz Patron

Re: [PATCH v3 11/14] crypto: sun8i-ce: support hash algorithms

2020-06-21 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on sunxi/sunxi/for-next] [also build test WARNING on cryptodev/master crypto/master v5.8-rc1] [cannot apply to next-20200621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide

2020-06-21 Thread Pavel Machek
Hi! > Rationale: > Reduces attack surface on kernel devs opening the links for MITM > as HTTPS traffic is much harder to manipulate. > +++ b/Documentation/admin-guide/README.rst > @@ -1,6 +1,6 @@ > .. _readme: > > -Linux kernel release 5.x > +Linux kernel release 5.x

Re: [PATCH 8/8] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)

2020-06-21 Thread Martin Botka
Sorry made a typo in mail. Tested-by: Martin Botka

Re: [PATCH] mm: Track mmu notifiers in fs_reclaim_acquire/release

2020-06-21 Thread Qian Cai
On Sun, Jun 21, 2020 at 10:01:03PM +0200, Daniel Vetter wrote: > On Sun, Jun 21, 2020 at 08:07:08PM +0200, Daniel Vetter wrote: > > On Sun, Jun 21, 2020 at 7:42 PM Qian Cai wrote: > > > > > > On Wed, Jun 10, 2020 at 09:41:01PM +0200, Daniel Vetter wrote: > > > > fs_reclaim_acquire/release nicely c

Re: [PATCH v3] KVM: LAPIC: Recalculate apic map in batch

2020-06-21 Thread Igor Mammedov
On Fri, 19 Jun 2020 16:10:43 +0200 Paolo Bonzini wrote: > On 19/06/20 14:36, Igor Mammedov wrote: > > qemu-kvm -m 2G -smp 4,maxcpus=8 -monitor stdio > > (qemu) device_add qemu64-x86_64-cpu,socket-id=4,core-id=0,thread-id=0 > > > > in guest fails with: > > > > smpboot: do_boot_cpu failed(-1) t

Re: [PATCH v3 14/14] crypto: sun8i-ce: Add support for the TRNG

2020-06-21 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on sunxi/sunxi/for-next] [also build test WARNING on cryptodev/master crypto/master v5.8-rc1] [cannot apply to next-20200621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

[PATCH v1 1/2] drm/panel-simple: Correct EDT ET057090DHU connector type

2020-06-21 Thread Dmitry Osipenko
The EDT ET057090DHU panel has a DPI connector and not LVDS. This patch corrects the panel's description. Reported-by: Laurent Pinchart Fixes: 94f07917ebe8 ("drm/panel-simple: Add missing connector type for some panels") Signed-off-by: Dmitry Osipenko --- drivers/gpu/drm/panel/panel-simple.c |

[PATCH v1 2/2] drm/panel-simple: Add missing BUS descriptions for some panels

2020-06-21 Thread Dmitry Osipenko
This patch adds missing BUS fields to the display panel descriptions of the panels which are found on NVIDIA Tegra devices: 1. AUO B101AW03 2. Chunghwa CLAA070WP03XG 3. Chunghwa CLAA101WA01A 4. Chunghwa CLAA101WB01 5. Innolux N156BGE L21 6. Samsung LTN101NT05 Suggested-by: Laurent Pin

[PATCH v1 0/2] Improve descriptions of a few simple-panels

2020-06-21 Thread Dmitry Osipenko
Hello, This is a follow up to [1], which was already applied to drm-misc and then Laurent Pinchart spotted some problems. This series addresses those problems. [1] https://patchwork.ozlabs.org/project/linux-tegra/patch/20200617222703.17080-8-dig...@gmail.com/ Dmitry Osipenko (2): drm/panel-si

Re: [PATCH v1 1/2] drm/panel-simple: Correct EDT ET057090DHU connector type

2020-06-21 Thread Laurent Pinchart
Hi Dmitry, Thank you for the patch. On Mon, Jun 22, 2020 at 01:27:41AM +0300, Dmitry Osipenko wrote: > The EDT ET057090DHU panel has a DPI connector and not LVDS. This patch > corrects the panel's description. > > Reported-by: Laurent Pinchart > Fixes: 94f07917ebe8 ("drm/panel-simple: Add missi

Re: DMA Engine: Transfer From Userspace

2020-06-21 Thread Federico Vaga
On Sun, Jun 21, 2020 at 10:45:04PM +0200, Richard Weinberger wrote: On Sun, Jun 21, 2020 at 10:37 PM Federico Vaga wrote: >Federico, what use case do you have in mind? Userspace drivers Is using vfio an option? I do not know the subsystem. Could be, thanks for the suggestion I will have a

Re: [PATCH v3 13/14] crypto: sun8i-ce: Add support for the PRNG

2020-06-21 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on sunxi/sunxi/for-next] [also build test WARNING on cryptodev/master crypto/master v5.8-rc1] [cannot apply to next-20200621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

Re: [GIT PULL] SELinux fixes for v5.8 (#1)

2020-06-21 Thread pr-tracker-bot
The pull request you sent on Sun, 21 Jun 2020 16:54:16 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git > tags/selinux-pr-20200621 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/817d914d17651c188f28a284261ff6091d80ad2c Thank you! --

RFC: KTAP documentation - expected messages

2020-06-21 Thread Frank Rowand
Tim Bird started a thread [1] proposing that he document the selftest result format used by Linux kernel tests. [1] https://lore.kernel.org/r/cy4pr13mb1175b804e31e502221bc8163fd...@cy4pr13mb1175.namprd13.prod.outlook.com The issue of messages generated by the kernel being tested (that are not

drivers/scsi/myrs.c:2275:34: sparse: sparse: incorrect type in argument 1 (different address spaces)

2020-06-21 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 16f4aa9b7c2304e439796bd097b2c0a7663f5d6e commit: 670d0a4b10704667765f7d18f7592993d02783aa sparse: use identifiers to define address spaces date: 3 days ago config: i386-randconfig-s002-20200622 (attached a

[RESEND PATCH] usb: common: usb-conn-gpio: Register optional charger

2020-06-21 Thread Paul Cercueil
Register a power supply charger, if the Kconfig option USB_CONN_GPIO_CHARGER is set, whose online state depends on whether the USB role is set to device or not. This is useful when the USB role is the only way to know if the device is charging from USB. The API is the standard power supply charger

Re: RFC: KTAP documentation - expected messages

2020-06-21 Thread Frank Rowand
On 2020-06-21 17:45, Frank Rowand wrote: > Tim Bird started a thread [1] proposing that he document the selftest result > format used by Linux kernel tests. > > [1] > https://lore.kernel.org/r/cy4pr13mb1175b804e31e502221bc8163fd...@cy4pr13mb1175.namprd13.prod.outlook.com > > The issue of messa

Re: RFC: KTAP documentation - expected messages

2020-06-21 Thread Frank Rowand
On 2020-06-21 17:45, Frank Rowand wrote: > Tim Bird started a thread [1] proposing that he document the selftest result > format used by Linux kernel tests. > > [1] > https://lore.kernel.org/r/cy4pr13mb1175b804e31e502221bc8163fd...@cy4pr13mb1175.namprd13.prod.outlook.com > > The issue of messa

Re: RFC: KTAP documentation - expected messages

2020-06-21 Thread Frank Rowand
On 2020-06-21 17:45, Frank Rowand wrote: > Tim Bird started a thread [1] proposing that he document the selftest result > format used by Linux kernel tests. > > [1] > https://lore.kernel.org/r/cy4pr13mb1175b804e31e502221bc8163fd...@cy4pr13mb1175.namprd13.prod.outlook.com > > The issue of messa

Re: RFC: KTAP documentation - expected messages

2020-06-21 Thread Frank Rowand
On 2020-06-21 17:45, Frank Rowand wrote: > Tim Bird started a thread [1] proposing that he document the selftest result > format used by Linux kernel tests. > > [1] > https://lore.kernel.org/r/cy4pr13mb1175b804e31e502221bc8163fd...@cy4pr13mb1175.namprd13.prod.outlook.com > > The issue of messa

Re: RFC: KTAP documentation - expected messages

2020-06-21 Thread Frank Rowand
On 2020-06-21 17:45, Frank Rowand wrote: > Tim Bird started a thread [1] proposing that he document the selftest result > format used by Linux kernel tests. > > [1] > https://lore.kernel.org/r/cy4pr13mb1175b804e31e502221bc8163fd...@cy4pr13mb1175.namprd13.prod.outlook.com > > The issue of messa

[PATCH] i2c: algo-pca: Add 0x78 as SCL stuck low status

2020-06-21 Thread Chris Packham
The PCA9665 datasheet says that I2CSTA = 78h indicates that SCL is stuck low, this differs to the PCA9564 which uses 90h for this indication. Treat either 0x78 or 0x90 as an indication that the SCL line is stuck. Signed-off-by: Chris Packham --- Based on looking through the PCA9564 and PCA9665 da

Re: [PATCH v6 00/19] The new cgroup slab memory controller

2020-06-21 Thread Qian Cai
t of a noticeable performance regression it can be reverted separately. Reverting this series and its dependency [1], i.e., git revert --no-edit 05923a2ccacd..07666ee77fb4 on the top of next-20200621 fixed an issue where kmemleak could report thousands of leaks like this below using this .con

Linux 5.8-rc2

2020-06-21 Thread Linus Torvalds
So 5.8 may end up- being a big release, but rc2 looks fairly normal. Despite having one pull request that missed rc1 by five minutes (and thus getting pulled into rc2) and having a couple of small series of "post-rc1 cleanup after we're past the conflicts", and despite being one of the largest me

Re: [PATCH v3 11/14] crypto: sun8i-ce: support hash algorithms

2020-06-21 Thread kernel test robot
Hi Corentin, I love your patch! Perhaps something to improve: [auto build test WARNING on sunxi/sunxi/for-next] [also build test WARNING on cryptodev/master crypto/master v5.8-rc1] [cannot apply to next-20200621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

My Dear in the lord

2020-06-21 Thread Mrs. Mina A. Brunel
My Dear in the lord My name is Mrs. Mina A. Brunel I am a Norway Citizen who is living in Burkina Faso, I am married to Mr. Brunel Patrice, a politician who owns a small gold company in Burkina Faso; He died of Leprosy and Radesyge, in the year February 2010, During his lifetime he deposite

Re: [PATCH AUTOSEL 5.7 004/388] ASoC: tegra: tegra_wm8903: Support nvidia, headset property

2020-06-21 Thread Sasha Levin
On Thu, Jun 18, 2020 at 03:39:30PM +0100, Mark Brown wrote: On Thu, Jun 18, 2020 at 10:30:46AM -0400, Sasha Levin wrote: On Thu, Jun 18, 2020 at 12:00:23PM +0100, Mark Brown wrote: > On Wed, Jun 17, 2020 at 09:01:41PM -0400, Sasha Levin wrote: > > From: Dmitry Osipenko > > > > [ Upstream commit

Re: [PATCH AUTOSEL 5.7 130/388] ASoC: Fix wrong dependency of da7210 and wm8983

2020-06-21 Thread Sasha Levin
On Thu, Jun 18, 2020 at 12:02:58PM +0100, Mark Brown wrote: On Wed, Jun 17, 2020 at 09:03:47PM -0400, Sasha Levin wrote: From: Wei Li [ Upstream commit c1c050ee74d67aeb879fd38e3a07139d7fdb79f4 ] As these two drivers support I2C and SPI, we should add the SND_SOC_I2C_AND_SPI dependency instead

Re: [PATCH 13/16] mm: support THP migration to device private memory

2020-06-21 Thread Zi Yan
On 19 Jun 2020, at 17:56, Ralph Campbell wrote: > Support transparent huge page migration to ZONE_DEVICE private memory. > A new flag (MIGRATE_PFN_COMPOUND) is added to the input PFN array to > indicate the huge page was fully mapped by the CPU. > Export prep_compound_page() so that device drivers

Re: [PATCH v6 00/19] The new cgroup slab memory controller

2020-06-21 Thread Roman Gushchin
of dynamic slab caches > > creation) but not without some regression risks, so this change sits > > on top of the patchset and is not completely merged in. So in the unlikely > > event of a noticeable performance regression it can be reverted separately. > > Reverting thi

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/process

2020-06-21 Thread Miguel Ojeda
Hi Alexander, On Sun, Jun 21, 2020 at 4:30 PM Alexander A. Klimov wrote: > > Which discussion? 93431e0607e5 ? IMAO the patches don't depend on each > other. The one we had the other day. It does not matter that the patches depend on each other. It is information for whoever sees this commit. >

Re: [PATCH] sparse: group the defines by functionality

2020-06-21 Thread Miguel Ojeda
Hi Luc, On Sun, Jun 21, 2020 at 4:37 PM Luc Van Oostenryck wrote: > > By popular demand, reorder the defines for sparse annotations > and group them by functionality. Thanks! Acked-by: Miguel Ojeda Cheers, Miguel

Re: [PATCH AUTOSEL 5.7 229/388] usb/ohci-platform: Fix a warning when hibernating

2020-06-21 Thread Sasha Levin
On Thu, Jun 18, 2020 at 10:56:01AM +0100, Qais Yousef wrote: Hi Sasha/Alan On 06/17/20 21:05, Sasha Levin wrote: [...] diff --git a/drivers/usb/host/ohci-platform.c b/drivers/usb/host/ohci-platform.c index 7addfc2cbadc..4a8456f12a73 100644 --- a/drivers/usb/host/ohci-platform.c +++ b/drivers/

Re: [PATCH 3/8] soc: qcom: socinfo: Add socinfo entry for SDM630

2020-06-21 Thread Alexey Minnekhanov
Hi, I also wanted to send this, but in this form: [PATCH] soc: qcom: socinfo: Add soc information for SDM630/636/660 Add socinfo support for SDM630/636/660. --- drivers/soc/qcom/socinfo.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/soc

Re: [PATCH v6 00/19] The new cgroup slab memory controller

2020-06-21 Thread Qian Cai
> On Jun 21, 2020, at 7:34 PM, Roman Gushchin wrote: > > My wild guess is that kmemleak is getting confused by modifying the lowest > bit of page->mem_cgroup/obhj_cgroups pointer: > > struct page { >... >union { >struct mem_cgroup *mem_cgroup; >struct obj_cgroup **obj_

Re: [PATCH] .clang-format: update column limit

2020-06-21 Thread Miguel Ojeda
Hi Joe, I didn't forget about this -- I was playing the other day with `ColumnLimit: 0` and the new options up to LLVM 11 to see what we could do... See below. On Thu, Jun 11, 2020 at 9:26 PM Joe Perches wrote: > > Hey again Miguel: > > A little script and some statistics: > > Today about 6% of

Re: [PATCH AUTOSEL 4.4 23/60] iio: buffer: Don't allow buffers without any channels enabled to be activated

2020-06-21 Thread Sasha Levin
On Fri, Jun 19, 2020 at 05:27:33PM +0100, Jonathan Cameron wrote: On Wed, 17 Jun 2020 21:29:27 -0400 Sasha Levin wrote: From: Lars-Peter Clausen [ Upstream commit b7329249ea5b08b2a1c2c3f24a2f4c495c4f14b8 ] Before activating a buffer make sure that at least one channel is enabled. Activating

Re: [PATCH AUTOSEL 4.4 03/60] iio: light: isl29125: fix iio_triggered_buffer_{predisable,postenable} positions

2020-06-21 Thread Sasha Levin
On Fri, Jun 19, 2020 at 05:31:01PM +0100, Jonathan Cameron wrote: On Wed, 17 Jun 2020 21:29:07 -0400 Sasha Levin wrote: From: Alexandru Ardelean [ Upstream commit 9b7a12c3e090cf3fba6f66f1f23abbc6e0e86021 ] The iio_triggered_buffer_{predisable,postenable} functions attach/detach the poll fun

Re: [PATCH 6/8] arm64: dts: qcom: sdm630: Add sdm630 dts file

2020-06-21 Thread Alexey Minnekhanov
Parts of this are similar or identical to sdm660.dtsi. SoCs should be very similar. Maybe this can be reorganized, so that we have some common base between sdm630/660. I'd like to avoid copying such large amounts of code to sdm660 .dtsi file.. пн, 22 июн. 2020 г. в 00:39, Konrad Dybcio : > > Add d

Re: [PATCH 14/16] mm/thp: add THP allocation helper

2020-06-21 Thread Zi Yan
On 19 Jun 2020, at 17:56, Ralph Campbell wrote: > Transparent huge page allocation policy is controlled by several sysfs > variables. Rather than expose these to each device driver that needs to > allocate THPs, provide a helper function. > > Signed-off-by: Ralph Campbell > --- > include/linux/g

Re: [PATCH 4/8] clk: qcom: smd: Add support for SDM660 rpm clocks

2020-06-21 Thread Alexey Minnekhanov
I have almost identical patch in my working sdm660 kernel tree, maybe this can be counted as tested by? Tested-by: Alexey Minnekhanov пн, 22 июн. 2020 г. в 00:40, Konrad Dybcio : > > Add rpm smd clocks, PMIC and bus clocks which are required on > SDM630/660 (and APQ variants) for clients to vote

RE: [PATCH] exfat: flush dirty metadata in fsync

2020-06-21 Thread Namjae Jeon
> generic_file_fsync() exfat used could not guarantee the consistency of a file > because it has flushed > not dirty metadata but only dirty data pages for a file. > > Instead of that, use exfat_file_fsync() for files and directories so that it > guarantees to commit both > the metadata and data

Re: kprobe: __blkdev_put probe is missed

2020-06-21 Thread Ming Lei
Hi Masami, On Sat, Jun 20, 2020 at 10:37:47AM +0900, Masami Hiramatsu wrote: > Hi Ming, > > On Sat, 20 Jun 2020 07:28:20 +0800 > Ming Lei wrote: > > > > > > > Ah, after all it is as expected. With your kconfig, the kernel is > > > very agressively optimized. > > > > > > $ objdump -dS vmlinux

<    1   2   3   4   5   >