Attention: E-Mail Address Owner,

2019-03-01 Thread WESTERN UNION
Website: www.westernunion.com Address: Plot 1261, Adela Hopewell Street CO / B / REP, Republic of Benin. Email: westerniunio...@gmail.com Attention: E-Mail Address Owner, Sequel to the meeting held with the Federal Bureau of Investigation, The International Monetary Fund (IMF) is compensating all

[PATCH net-next] drivers: net: Remove unnecessary semicolon

2019-03-01 Thread Yue Haibing
From: YueHaibing drivers/net/dsa/mt7530.c:649:3-4: Unneeded semicolon drivers/net/ethernet/cisco/enic/enic_clsf.c:35:2-3: Unneeded semicolon drivers/net/ethernet/faraday/ftgmac100.c:1640:2-3: Unneeded semicolon drivers/net/ethernet/mediatek/mtk_eth_soc.c:229:2-3: Unneeded semicolon drivers/net/us

[PATCH] intel_th: gth: Fix an off-by-one in output unassigning

2019-03-01 Thread Alexander Shishkin
Commit 9ed3f3c3 ("intel_th: Don't reference unassigned outputs") fixes a NULL dereference for all masters except the last one ("256+"), which keeps the stale pointer after the output driver had been unassigned. Fix the off-by-one. Signed-off-by: Alexander Shishkin Fixes: 9ed3f3c3 ("intel

Re: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2019-03-01 Thread Marc Zyngier
On Fri, 1 Mar 2019 02:13:44 + Qiang Zhao wrote: > Anybody help to review on this patchset? I'm afraid reviving reviving a series from 2017 by sending a ping like this isn't going to have much effect. If you want people to review it, please send an updated series on top of current mainline, a

Re: [PATCH 2/2] mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning

2019-03-01 Thread Faiz Abbas
Hi, On 01/03/19 12:52 PM, kbuild test robot wrote: > Hi Faiz, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on ulf.hansson-mmc/next] > [also build test ERROR on v5.0-rc8 next-20190228] > [if your patch is applied to the wrong git tree, please drop us a note to

Re: [GIT PULL v1 0/7] stm class/intel_th: Updates for v5.1

2019-03-01 Thread Alexander Shishkin
Greg Kroah-Hartman writes: > On Thu, Feb 21, 2019 at 05:49:59PM +0200, Alexander Shishkin wrote: >> Hi Greg, >> >> Second attempt. Added stable CC and Fixes tags to fixes. >> >> Here are the STM and Intel TH changes that I have for v5.1. Nothing big, >> a few fixes that are too late for the v5.

RE: [PATCH v3] net: e1000e: add MAC address kernel cmd line parameter

2019-03-01 Thread Flavio Suligoi
> >> > Hi Flavio > >> > > >> > u-boot should be able to write the MAC address in the correct part of > >> > device tree. Boards have been doing this a long time. > >> > > >> > Module parameters are considered bad. You should only do it if you > >> > have no other option. Here you do have another op

[PATCH v3] mfd: cros_ec: instantiate properly CrOS ISH MCU device

2019-03-01 Thread Rushikesh S Kadam
Integrated Sensor Hub (ISH) is also a MCU running EC having feature bit EC_FEATURE_ISH. Instantiate it as a special CrOS EC device with device name 'cros_ish'. Signed-off-by: Rushikesh S Kadam --- v3 - Dropped "Intel" in commments in cros_ec header file. CrOS EC ISH device is a generic ISH. Thi

Re: next/master boot bisection: next-20190215 on beaglebone-black

2019-03-01 Thread Guillaume Tucker
On 01/03/2019 00:55, Dan Williams wrote: > On Thu, Feb 28, 2019 at 3:14 PM Andrew Morton > wrote: >> >> On Tue, 26 Feb 2019 16:04:04 -0800 Dan Williams >> wrote: >> >>> On Tue, Feb 26, 2019 at 4:00 PM Andrew Morton >>> wrote: On Fri, 15 Feb 2019 18:51:51 + Mark Brown wrote: >>>

Re: [PATCH 3/3] DRM: Add KMS driver for the Ingenic JZ47xx SoCs

2019-03-01 Thread Daniel Vetter
On Thu, Feb 28, 2019 at 07:07:56PM -0300, Paul Cercueil wrote: > Add a KMS driver for the Ingenic JZ47xx family of SoCs. > This driver is meant to replace the aging jz4740-fb driver. > > Signed-off-by: Paul Cercueil > Tested-by: Artur Rojek Yay, more fbdev drivers moving to atmic! Going on vac

linux-next: Tree for Mar 1

2019-03-01 Thread Stephen Rothwell
Hi all, News: I will not be doing linux-next releases from next Thursday (Mar 7) to the following Friday (Mar 15). Sorry this happened to fall across most of the merge window. Changes since 20190228: The arm-soc tree gained a conflict against the arm64 tree. The bpf-next tree lost its build fa

Re: [PATCH RFC] mac80211: Use IFF_ECHO to force delivery of tx_status frames

2019-03-01 Thread Johannes Berg
> Let us briefly describe our test setup to ensure everyone on this mailing > list is one the same page. > > Our general setup looks like this: > 1 $ iw wlp1s0 info > Interface wlp1s0 > ifindex 5 > wdev 0x1 > addr 4c:5e:0c:11:43:ac > type managed > wiphy 0 > txp

[PATCH v2 2/2] mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning

2019-03-01 Thread Faiz Abbas
commit 5b0d62108b46 ("mmc: sdhci-omap: Add platform specific reset callback") skips data resets during tuning operation. Because of this, a data error or data finish interrupt might still arrive after a command error has been handled and the mrq ended. This ends up with a "mmc0: Got data interrupt

[PATCH v2 1/2] mmc: sdhci: Add platform_cmd_err() to sdhci_ops

2019-03-01 Thread Faiz Abbas
Some platforms might need a custom method for handling command error interrupts. Add a callback to sdhci_ops to facilitate the same. Move default command error handling to its own non-static function so it can be called from platform drivers. Also make sdhci_finish_command() non-static. Fixes: 5b0

[PATCH v2 0/2] Fixes for command errors during tuning

2019-03-01 Thread Faiz Abbas
These patches fix the following error message in dra7xx boards: [4.833198] mmc1: Got data interrupt 0x0002 even though no data operation was in progress. Tested with 100 times boot tests on dra71x-evm, dra72x-evm and dra7xx-evm. v2: Added EXPORT_SYMBOL_GPL for sdhci_cmd_err and sdhci_send_co

Re: [PATCH v4 0/9] staging: iio: ad7780: move out of staging

2019-03-01 Thread Ardelean, Alexandru
On Thu, 2019-02-28 at 11:23 -0300, Renato Lui Geh wrote: > The patch-series is a bit big. I guess that the intent is to move this out-of-staging, but various patches are holding this in it's place. For patch series above a certain size, you could get many re-spins [V2,3,4... so on]. You could se

Re: [PATCH 11/11] regulator: wm831x-dcdc: Convert to use regulator_set/get_current_limit_regmap

2019-03-01 Thread Charles Keepax
On Thu, Feb 28, 2019 at 09:40:22PM +0800, Axel Lin wrote: > Use regulator_set/get_current_limit_regmap helpers to save some code. > > Signed-off-by: Axel Lin > --- Acked-by: Charles Keepax Thanks, Charles

Re: [PATCH v2] mm: vmscan: add tracepoints for node reclaim

2019-03-01 Thread Souptick Joarder
On Fri, Mar 1, 2019 at 11:54 AM Yafang Shao wrote: > > In the page alloc fast path, it may do node reclaim, which may cause > latency spike. > We should add tracepoint for this event, and also measure the latency > it causes. > > So bellow two tracepoints are introduced, > mm_vmscan_node_r

Re: [PATCH v4 1/7] s390: ap: kvm: add PQAP interception for AQIC

2019-03-01 Thread Christian Borntraeger
On 28.02.2019 16:35, Tony Krowiak wrote: > On 2/28/19 4:42 AM, Christian Borntraeger wrote: >> >> >> On 27.02.2019 19:00, Tony Krowiak wrote: >>> On 2/27/19 3:09 AM, Pierre Morel wrote: On 26/02/2019 16:47, Tony Krowiak wrote: > On 2/26/19 6:47 AM, Pierre Morel wrote: >> On 25/02/20

Re: [PATCH] netfilter: nf_ct_helper: Fix possible panic when nf_conntrack_helper_unregister is used in an unloadable module

2019-03-01 Thread Sergei Shtylyov
Hello! On 01.03.2019 8:56, Su Yanjun wrote: From: Su Yanjun Because nf_conntrack_helper_unregister maybe used in an unloadable module, it uses 'synchronize_rcu' which may cause kernel panic. According to the artical: Article? RCU and Unloadable Modules https://lwn.net/Articles/217484/

Re: [PATCH v2] mfd: cros_ec: instantiate properly CrOS ISH MCU device

2019-03-01 Thread Rushikesh S Kadam
Hi Andy On Fri, Mar 01, 2019 at 09:28:11AM +0200, Andy Shevchenko wrote: > On Fri, Mar 01, 2019 at 09:36:11AM +0530, Rushikesh S Kadam wrote: > > Integrated Sensor Hub (ISH) is also a MCU running EC > > having feature bit EC_FEATURE_ISH. Instantiate it as > > a special CrOS EC device with device n

[PATCH 4/7] ARM: dts: stm32: add sdmmc1 support on stm32h743i disco board

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch adds sdmmc1 support on stm32h743i disco board. Signed-off-by: Ludovic Barre --- arch/arm/boot/dts/stm32h743i-disco.dts | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/stm32h743i-disco.dts b/arch/arm/boot/dts/stm32h743i

[PATCH 6/7] ARM: dts: stm32: add sdmmc1 support on stm32mp157c ed1 board

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch adds sdmmc1 support on stm32mp157c ed1 board. Signed-off-by: Ludovic Barre --- arch/arm/boot/dts/stm32mp157-pinctrl.dtsi | 68 +++ arch/arm/boot/dts/stm32mp157c-ed1.dts | 37 + 2 files changed, 105 insertions(+) di

[PATCH 0/7] ARM: dts: stm32: add support of sdmmc1 on stm32

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch series adds support of sdmmc1 on: -stm32h743i (boards: eval, disco) -stm32mp1 (boards: ed1, dk1) Ludovic Barre (7): ARM: stm32: add AMBA support for stm32 family ARM: dts: stm32: add sdmmc1 support on stm32h743 ARM: dts: stm32: add sdmmc1 support on stm32h743

[PATCH 1/7] ARM: stm32: add AMBA support for stm32 family

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch enables AMBA support for stm32 family. stm32 family embeds different amba pl180 variants. Signed-off-by: Ludovic Barre --- arch/arm/mach-stm32/Kconfig | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/m

[PATCH 5/7] ARM: dts: stm32: add sdmmc1 support on stm32mp157c

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch adds support of sdmmc1 on stm32mp157c. Signed-off-by: Ludovic Barre --- arch/arm/boot/dts/stm32mp157c.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi index f8bbfff..

[PATCH 3/7] ARM: dts: stm32: add sdmmc1 support on stm32h743i eval board

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch adds sdmmc1 support on stm32h743i eval board. This board has an external driver to control signal direction polarity. Signed-off-by: Ludovic Barre --- arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 68 arch/arm/boot/dts/stm32h743i-eva

[PATCH 7/7] ARM: dts: stm32: add sdmmc1 support on stm32mp157a dk1 board

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch adds sdmmc1 support on stm32mp157a dk1 board. Signed-off-by: Ludovic Barre --- arch/arm/boot/dts/stm32mp157a-dk1.dts | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp157a-dk1.dts b/arch/arm/boot/dts/stm32mp157a-d

[PATCH 2/7] ARM: dts: stm32: add sdmmc1 support on stm32h743

2019-03-01 Thread Ludovic Barre
From: Ludovic Barre This patch adds support of sdmmc1 on stm32h743. Signed-off-by: Ludovic Barre --- arch/arm/boot/dts/stm32h743.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi index cbdd69c..7c47129 1

[PATCH v6] panic: Avoid the extra noise dmesg

2019-03-01 Thread Feng Tang
When kernel panic happens, it will first print the panic call stack, then the ending msg like: [ 35.743249] ---[ end Kernel panic - not syncing: Fatal exception [ 35.749975] [ cut here ] The above message are very useful for debugging. But if system is configured to n

Re: [PATCH v5] panic: Avoid the extra noise dmesg

2019-03-01 Thread Petr Mladek
On Fri 2019-03-01 12:11:31, Feng Tang wrote: > Hi Andrew, > > Thanks for the review! > > On Thu, Feb 28, 2019 at 12:00:14PM -0800, Andrew Morton wrote: > > On Fri, 22 Feb 2019 14:09:59 +0800 Feng Tang wrote: > > > > > When kernel panic happens, it will first print the panic call stack, > > > th

Re: [PATCH RFC 1/1] uio: Add dma-buf import ioctls

2019-03-01 Thread Daniel Vetter
On Thu, Feb 28, 2019 at 04:18:57PM -0800, Hyun Kwon wrote: > Hi Daniel, > > On Thu, 2019-02-28 at 02:01:46 -0800, Daniel Vetter wrote: > > On Wed, Feb 27, 2019 at 04:36:06PM -0800, Hyun Kwon wrote: > > > Hi Daniel, > > > > > > On Wed, 2019-02-27 at 06:13:45 -0800, Daniel Vetter wrote: > > > > On

[PATCH] PCI: imx6: Don't request "pci_aux" clock on i.MX7

2019-03-01 Thread Andrey Smirnov
The clock in question is not present on i.MX7, so move the code requesting it into i.MX8MQ-only path. Fixes: eeb61c4e8530 ("PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQ") Reported-by: Trent Piepho Signed-off-by: Andrey Smirnov Cc: Bjorn Helgaas Cc: Chris Healy Cc: Lucas

[PATCH 03/15] ARM: exynos: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-exynos/firmware.c:201:2-8: ERROR: missing of_node_put; acquired a node pointer with refco

[PATCH 02/15] ARM: bcm: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-bcm/board_bcm281xx.c:43:2-8: ERROR: missing of_node_put; acquired a node pointer with ref

[PATCH 04/15] ARM: hisi: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-hisi/platsmp.c:74:3-9: ERROR: missing of_node_put; acquired a node pointer with refcount

[PATCH 15/15] ARM: axxia: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-axxia/platsmp.c:46:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount

[PATCH 05/15] ARM: imx51: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-imx/mach-imx51.c:64:2-8: ERROR: missing of_node_put; acquired a node pointer with refcoun

[PATCH 01/15] ARM: actions: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-actions/platsmp.c:112:2-8: ERROR: missing of_node_put; acquired a node pointer with refco

[PATCH 09/15] ARM: socfpga: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-socfpga/platsmp.c:93:2-8: ERROR: missing of_node_put; acquired a node pointer with refcou

[PATCH 13/15] ARM: zynq: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-zynq/common.c:89:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount i

[PATCH 11/15] ARM: versatile: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-versatile/versatile_dt.c:315:2-8: ERROR: missing of_node_put; acquired a node pointer wit

[PATCH 07/15] ARM: rockchip: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-rockchip/pm.c:269:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount

[PATCH 06/15] arm: npcm: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-npcm/platsmp.c:52:1-7: ERROR: missing of_node_put; acquired a node pointer with refcount

[PATCH 08/15] ARM: shmobile: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-shmobile/pm-rcar-gen2.c:77:2-8: ERROR: missing of_node_put; acquired a node pointer with

[PATCH 10/15] ARM: sunxi: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-sunxi/platsmp.c:55:2-8: ERROR: missing of_node_put; acquired a node pointer with refcount

[PATCH 12/15] ARM: vexpress: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm/mach-vexpress/dcscb.c:150:2-8: ERROR: missing of_node_put; acquired a node pointer with refcou

[PATCH 14/15] arm64: cpu_ops: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Wen Yang
The call to of_get_next_child returns a node pointer with refcount incremented thus it must be explicitly decremented after the last usage. Detected by coccinelle with the following warnings: ./arch/arm64/kernel/cpu_ops.c:102:1-7: ERROR: missing of_node_put; acquired a node pointer with refcount

Re: next/master boot bisection: next-20190215 on beaglebone-black

2019-03-01 Thread Vlastimil Babka
On 2/27/19 1:04 AM, Dan Williams wrote: > On Tue, Feb 26, 2019 at 4:00 PM Andrew Morton > wrote: >> >> On Fri, 15 Feb 2019 18:51:51 + Mark Brown wrote: >> >>> On Fri, Feb 15, 2019 at 10:43:25AM -0800, Andrew Morton wrote: On Fri, 15 Feb 2019 10:20:10 -0800 (PST) "kernelci.org bot"

Re: [PATCH] netfilter: nf_ct_helper: Fix possible panic when nf_conntrack_helper_unregister is used in an unloadable module

2019-03-01 Thread Su Yanjun
On 2019/3/1 16:43, Sergei Shtylyov wrote: Hello! On 01.03.2019 8:56, Su Yanjun wrote: From: Su Yanjun Because nf_conntrack_helper_unregister maybe used in an unloadable module, it uses 'synchronize_rcu' which may cause kernel panic. According to the artical:    Article? I got it. R

(.init.text+0x134): multiple definition of `plat_irq_setup'; arch/sh/kernel/cpu/sh2/setup-sh7619.o:(.init.text+0x30): first defined here

2019-03-01 Thread kbuild test robot
Hi Takashi, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 7d762d69145a54d169f58e56d6dac57a5508debc commit: c97617a81a7616d49bc3700959e08c6c6f447093 ALSA: hda/ca0132 - Fix build error without CONFIG_PCI date: 3 w

Re: [PATCH 03/15] ARM: exynos: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Krzysztof Kozlowski
On Fri, 1 Mar 2019 at 09:57, Wen Yang wrote: > > The call to of_get_next_child returns a node pointer with refcount > incremented thus it must be explicitly decremented after the last > usage. > > Detected by coccinelle with the following warnings: > ./arch/arm/mach-exynos/firmware.c:201:2-8: ERRO

Re: [PATCH 2/5] iommu/arm-smmu-v3: make smmu can be enabled in kdump kernel

2019-03-01 Thread Leizhen (ThunderTown)
It seems that the picture is too big, I change it from jpg to png. On 2019/3/1 17:02, Leizhen (ThunderTown) wrote: > Hi All, > I drew a flowchart, hope this can help you to understand my method. > > On 2019/2/19 15:54, Zhen Lei wrote: >> To reduce the risk of further crash, the device_shutdo

[PATCH 2/3] ARM: dts: stm32: enable IPCC mailbox support on STM32MP157c-ed1

2019-03-01 Thread Fabien Dessenne
Enable STM32 IPCC mailbox driver for STM32MP157c-ed1 board. Signed-off-by: Fabien Dessenne --- arch/arm/boot/dts/stm32mp157c-ed1.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts index 10dc7c0..626ceb3 10064

Dear Friend,

2019-03-01 Thread Mrs Alice Johnson
Dear Friend, I am Mrs Alice Johnson.am sending you this brief letter to solicit your partnership to transfer $23.5 million US Dollars.I shall send you more information and procedures when I receive positive response from you. please send me a message in my Email box (mrsalicejohns...@gmail.com) as

[PATCH 1/3] ARM: dts: stm32: add IPCC mailbox support on STM32MP157c

2019-03-01 Thread Fabien Dessenne
Add configuration on DT for IPCC mailbox driver. Signed-off-by: Fabien Dessenne --- arch/arm/boot/dts/stm32mp157c.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi index 10bf338..c664b55 100644 --- a

[PATCH 3/3] ARM: dts: stm32: enable IPCC mailbox support on STM32MP157a-dk1

2019-03-01 Thread Fabien Dessenne
Enable STM32 IPCC mailbox driver for STM32MP157a-dk1 board. Signed-off-by: Fabien Dessenne --- arch/arm/boot/dts/stm32mp157a-dk1.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stm32mp157a-dk1.dts b/arch/arm/boot/dts/stm32mp157a-dk1.dts index b229ab1..85a761a 10064

[PATCH 0/3] ARM: dts: stm32: IPCC mailbox support on STM32MP157c

2019-03-01 Thread Fabien Dessenne
Support IPCC mailbox on STM32MP157c-ed1 and STM32MP157a-dk1 boards. Fabien Dessenne (3): ARM: dts: stm32: add IPCC mailbox support on STM32MP157c ARM: dts: stm32: enable IPCC mailbox support on STM32MP157c-ed1 ARM: dts: stm32: enable IPCC mailbox support on STM32MP157a-dk1 arch/arm/boot/dt

Re: [PATCH 0/4] iommu/vt-d: Several fixes for 5.1

2019-03-01 Thread Joerg Roedel
On Fri, Mar 01, 2019 at 11:23:09AM +0800, Lu Baolu wrote: > Hi Joerg, > > This includes several small fixes. All are stable kernel irrelated. > Please consider it for 5.1-rc1. > > Best regards, > Lu Baolu > > Lu Baolu (4): > iommu/vt-d: Disable ATS support on untrusted devices > iommu/vt-d:

[PATCH v7 1/4] drm: move i915_kick_out_vgacon to vgaarb

2019-03-01 Thread Gerd Hoffmann
Also rename it to vga_remove_vgacon and add kerneldoc text. Signed-off-by: Gerd Hoffmann Reviewed-by: Daniel Vetter --- include/linux/vgaarb.h | 2 ++ drivers/gpu/drm/i915/i915_drv.c | 35 + drivers/gpu/vga/vgaarb.c| 49 +

[PATCH v7 3/4] drm/qxl: remove conflicting framebuffers earlier

2019-03-01 Thread Gerd Hoffmann
Add error checking while being at it. Signed-off-by: Gerd Hoffmann Reviewed-by: Daniel Vetter --- drivers/gpu/drm/qxl/qxl_drv.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/qxl/qxl_drv.c b/drivers/gpu/drm/qxl/qxl_drv.c index bb81e310eb6d..578d867a81d5

[PATCH v7 2/4] drm/fb-helper: call vga_remove_vgacon automatically.

2019-03-01 Thread Gerd Hoffmann
Add vga_remove_vgacon() call to drm_fb_helper_remove_conflicting_pci_framebuffers(). Signed-off-by: Gerd Hoffmann Reviewed-by: Daniel Vetter --- include/drm/drm_fb_helper.h | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/include/drm/drm_fb_helper.h b/include/

[PATCH v7 4/4] drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffers

2019-03-01 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/i915/i915_drv.c | 38 ++ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 9df65d386d11..c6f1e0dbdd58 100644 --- a/drivers/gpu/

Re: Banana Pi-R1 stabil

2019-03-01 Thread Maxime Ripard
On Thu, Feb 28, 2019 at 08:41:53PM +0100, Gerhard Wiesinger wrote: > On 28.02.2019 10:35, Maxime Ripard wrote: > > On Wed, Feb 27, 2019 at 07:58:14PM +0100, Gerhard Wiesinger wrote: > > > On 27.02.2019 10:20, Maxime Ripard wrote: > > > > On Sun, Feb 24, 2019 at 09:04:57AM +0100, Gerhard Wiesinger w

[GIT PULL] i3c: Changes for 5.1

2019-03-01 Thread Boris Brezillon
Hello Linus, I know the merge window is not opened yet, but I'll be on vacation next week, so I'm sending my I3C PR a bit earlier this time (already sent the MTD one earlier this week, but for a different reason: I didn't check if there was an -rc8 :)). Regards, Boris The following changes sinc

Re: [PATCH 1/2][RFC v2] ACPI: add "processor.broadcast_ppc" hook to broadcast _PPC

2019-03-01 Thread Rafael J. Wysocki
On Thu, Feb 28, 2019 at 11:18 PM Rafael J. Wysocki wrote: > > On Thu, Feb 28, 2019 at 6:59 PM Chen Yu wrote: > > > > On some problematic platforms, the _PPC notifier is > > only delivered to one CPU, which might cause information > > inconsistent between CPUs within the package. Thus introduce a

Re: [PATCH v6 3/6] arm64/kvm: context-switch ptrauth registers

2019-03-01 Thread Amit Daniel Kachhap
Hi, On 2/21/19 9:23 PM, Dave Martin wrote: On Tue, Feb 19, 2019 at 02:54:28PM +0530, Amit Daniel Kachhap wrote: From: Mark Rutland When pointer authentication is supported, a guest may wish to use it. This patch adds the necessary KVM infrastructure for this to work, with a semi-lazy context

Re: [PATCH v4 5/7] s390: ap: implement PAPQ AQIC interception in kernel

2019-03-01 Thread Pierre Morel
On 28/02/2019 21:20, Christian Borntraeger wrote: On 22.02.2019 16:29, Pierre Morel wrote: We register the AP PQAP instruction hook during the open of the mediated device. And unregister it on release. In the AP PQAP instruction hook, if we receive a demand to enable IRQs, - we retrieve the v

[PATCH v2] tty: xilinx_uartps: Correct return value in probe

2019-03-01 Thread Rajan Vaja
Existing driver checks for alternate clock if devm_clk_get() fails and returns error code for last clock failure. If xilinx_uartps is called before clock driver, devm_clk_get() returns -EPROBE_DEFER. In this case, probe should not check for alternate clock as main clock is already present in DTS an

Re: [PATCH v4 0/7] vfio: ap: AP Queue Interrupt Control

2019-03-01 Thread Pierre Morel
On 28/02/2019 16:08, Halil Pasic wrote: On Fri, 22 Feb 2019 16:29:53 +0100 Pierre Morel wrote: This patch implement PQAP/AQIC interception in KVM. To implement this we need to add a new structure, vfio_ap_queue,to be able to retrieve the mediated device associated with a queue and specific va

Re: [PATCH v6 4/6] arm64/kvm: add a userspace option to enable pointer authentication

2019-03-01 Thread Amit Daniel Kachhap
Hi, On 2/21/19 9:23 PM, Dave Martin wrote: On Tue, Feb 19, 2019 at 02:54:29PM +0530, Amit Daniel Kachhap wrote: This feature will allow the KVM guest to allow the handling of pointer authentication instructions or to treat them as undefined if not set. It uses the existing vcpu API KVM_ARM_VCPU

[PATCH v2] Documentation/locking/lockdep: Drop last two chars of sample states

2019-03-01 Thread Geert Uytterhoeven
Since the removal of FS_RECLAIM annotations, lockdep states contain four characters, not six. Fixes: e5684bbfc3f03480 ("Documentation/locking/lockdep: Update info about states") Fixes: d92a8cfcb37ecd13 ("locking/lockdep: Rework FS_RECLAIM annotation") Signed-off-by: Geert Uytterhoeven --- v2:

Re: [PATCH 4/5] dt-bindings: serial: sprd: Add dma properties to support DMA mode

2019-03-01 Thread Baolin Wang
On Fri, 1 Mar 2019 at 03:53, Rob Herring wrote: > > On Tue, Feb 19, 2019 at 03:31:14PM +0800, Baolin Wang wrote: > > From: Lanqing Liu > > > > This patch adds dmas and dma-names properties for the UART DMA mode. > > > > Signed-off-by: Lanqing Liu > > Signed-off-by: Baolin Wang > > --- > > .../

RE: [PATCH 4/4] soc/fsl/qe: qe.c: support fsl,qe-snums property

2019-03-01 Thread Qiang Zhao
On 01/03/2019 15.50,Rasmus Villemoes wrote: > -Original Message- > From: Rasmus Villemoes > Sent: 2019年3月1日 15:50 > To: Qiang Zhao ; Leo Li > Cc: Scott Wood ; linux-kernel@vger.kernel.org; Timur Tabi > ; Rasmus Villemoes > Subject: Re: [PATCH 4/4] soc/fsl/qe: qe.c: support fsl,qe-snums p

Re: [RFC/RFT] HID: primax: Fix wireless keyboards descriptor

2019-03-01 Thread Benjamin Tissoires
On Thu, Feb 28, 2019 at 7:01 PM Nicolas Saenz Julienne wrote: > > On Thu, 2019-02-28 at 17:02 +, Junge, Terry wrote: > > This could also be a parser error. In the HID specification section 6.2.2.8 > > it > > states that the last declared Usage Page is applied to Usages when the Main > > item

Re: [PATCH v3] mfd: cros_ec: instantiate properly CrOS ISH MCU device

2019-03-01 Thread Enric Balletbo i Serra
Hi Rushikesh, On 1/3/19 9:20, Rushikesh S Kadam wrote: > Integrated Sensor Hub (ISH) is also a MCU running EC > having feature bit EC_FEATURE_ISH. Instantiate it as > a special CrOS EC device with device name 'cros_ish'. > > Signed-off-by: Rushikesh S Kadam > --- > v3 > - Dropped "Intel" in comm

Re: [PATCH 08/15] ARM: shmobile: fix a leaked reference by addingmissing of_node_put

2019-03-01 Thread Geert Uytterhoeven
On Fri, Mar 1, 2019 at 9:57 AM Wen Yang wrote: > The call to of_get_next_child returns a node pointer with refcount > incremented thus it must be explicitly decremented after the last > usage. > > Detected by coccinelle with the following warnings: > ./arch/arm/mach-shmobile/pm-rcar-gen2.c:77:2-8:

Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433

2019-03-01 Thread Krzysztof Kozlowski
On Fri, 22 Feb 2019 at 13:22, Kamil Konieczny wrote: > > Add AES crypto HW acceleration for Exynos5433, with the help of SlimSSS IP. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Kamil Konieczny > --- > drivers/crypto/s5p-sss.c | 50 > 1 file cha

Re: [PATCH 1/7] drm: atmel-hlcdc: add config option for clock selection

2019-03-01 Thread Claudiu.Beznea
On 28.02.2019 23:38, Sam Ravnborg wrote: > Hi Claudiu > > One more reply to this patch... > > On Wed, Feb 27, 2019 at 04:24:16PM +, claudiu.bez...@microchip.com wrote: >> From: Claudiu Beznea >> >> SAM9x60 LCD Controller has no option to select clock source as previous >> controllers have.

Re: [PATCH v6] panic: Avoid the extra noise dmesg

2019-03-01 Thread Petr Mladek
On Fri 2019-03-01 16:49:46, Feng Tang wrote: > When kernel panic happens, it will first print the panic call stack, > then the ending msg like: > > [ 35.743249] ---[ end Kernel panic - not syncing: Fatal exception > [ 35.749975] [ cut here ] > > The above message are v

Re: [PATCH 6/7] drm: atmel-hlcdc: enable sys_clk during initalization.

2019-03-01 Thread Claudiu.Beznea
On 28.02.2019 23:55, Sam Ravnborg wrote: > Hi Claudiu > > On Wed, Feb 27, 2019 at 04:24:40PM +, claudiu.bez...@microchip.com wrote: >> From: Sandeep Sheriker Mallikarjun >> >> >> For SAM9X60 SoC, sys_clk is through lcd_gclk clock source and this >> needs to be enabled before enabling lcd_c

Re: [PATCH 1/7] drm: atmel-hlcdc: add config option for clock selection

2019-03-01 Thread Claudiu.Beznea
On 28.02.2019 23:25, Sam Ravnborg wrote: > Hi Claudiu > > On Wed, Feb 27, 2019 at 04:24:16PM +, claudiu.bez...@microchip.com wrote: >> From: Claudiu Beznea >> >> SAM9x60 LCD Controller has no option to select clock source as previous >> controllers have. To be able to use the same driver ev

Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433

2019-03-01 Thread Ard Biesheuvel
On Fri, 1 Mar 2019 at 10:56, Krzysztof Kozlowski wrote: > > On Fri, 22 Feb 2019 at 13:22, Kamil Konieczny > wrote: > > > > Add AES crypto HW acceleration for Exynos5433, with the help of SlimSSS IP. > > > > Reviewed-by: Krzysztof Kozlowski > > Signed-off-by: Kamil Konieczny > > --- > > drivers

Re: [PATCH 0/7] add LCD support for SAM9X60

2019-03-01 Thread Claudiu.Beznea
On 28.02.2019 23:13, Sam Ravnborg wrote: > Hi Alexandre. > These patches adds support for SAM9X60's LCD controller. >>> Can you elaborate a little more which chips that are relevant. >>> To be able to look into the right data-sheet, while reviewing. >>> Link to data-sheet would be nice

Re: [PATCH] aio: take an extra file reference before call vfs_poll()

2019-03-01 Thread Hou Tao
ping ? On 2019/2/25 17:03, Hou Tao wrote: > Taking an extra file reference before call vfs_poll(), else > the file may be released by aio_poll_wake() if an expected > event is triggered immediately (e.g., by the close of a > pair of pipes) after the return of vfs_poll(), and we may > hit a use-aft

Re: [RFC PATCH 2/2] spi: spi-mem: Add support for Zynq QSPI controller

2019-03-01 Thread Vignesh Raghavendra
On 28/02/19 12:32 PM, Naga Sureshkumar Relli wrote: > Add support for QSPI controller driver used by Xilinx Zynq SOC. > > Signed-off-by: Naga Sureshkumar Relli > --- > drivers/spi/Kconfig | 8 + > drivers/spi/Makefile| 1 + > drivers/spi/spi-zynq-qspi.c | 780 > ++

Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433

2019-03-01 Thread Krzysztof Kozlowski
On Fri, 1 Mar 2019 at 11:07, Ard Biesheuvel wrote: > > On Fri, 1 Mar 2019 at 10:56, Krzysztof Kozlowski wrote: > > > > On Fri, 22 Feb 2019 at 13:22, Kamil Konieczny > > wrote: > > > > > > Add AES crypto HW acceleration for Exynos5433, with the help of SlimSSS > > > IP. > > > > > > Reviewed-by:

Re: [PATCH 4/4] soc/fsl/qe: qe.c: support fsl,qe-snums property

2019-03-01 Thread Rasmus Villemoes
On 01/03/2019 10.43, Qiang Zhao wrote: > On 01/03/2019 15.50,Rasmus Villemoes wrote: >> -Original Message- >> From: Rasmus Villemoes >> Sent: 2019年3月1日 15:50 >> To: Qiang Zhao ; Leo Li >> Cc: Scott Wood ; linux-kernel@vger.kernel.org; Timur Tabi >> ; Rasmus Villemoes >> Subject: Re: [PAT

[PATCH 0/2] clk: meson: g12a: Add CPU Clock support

2019-03-01 Thread Neil Armstrong
This patchset adds support for the clock tree feeding the 4xCortex A53 cpu cluster. This patchet does not handle clock changing, this will be added in a secondary patchset. The CPU clock can either use the SYS_PLL for > 1GHz frequencies or use a couple of div+mux from 1GHz/667MHz/24MHz source wit

[PATCH 2/2] clk: meson: g12a: add cpu clocks

2019-03-01 Thread Neil Armstrong
Add the Amlogic G12A Family CPU Clock tree in read/only for now. The CPU clock can either use the SYS_PLL for > 1GHz frequencies or use a couple of div+mux from 1GHz/667MHz/24MHz source with 2 non-glitch muxes. Proper DVFS support will come in a second time. Signed-off-by: Neil Armstrong --- d

[PATCH 1/2] clk: meson-g12a: add cpu clock bindings

2019-03-01 Thread Neil Armstrong
Add Amlogic G12A Family CPU clocks bindings, only export CPU_CLK since it should be the only ID used. Signed-off-by: Neil Armstrong --- drivers/clk/meson/g12a.h | 24 +++- include/dt-bindings/clock/g12a-clkc.h | 1 + 2 files changed, 24 insertions(+), 1 deletion

Re: [PATCH 4/8] dt-bindings: usb: dwc3: Add Amlogic G12A DWC3 Glue Bindings

2019-03-01 Thread Neil Armstrong
On 28/02/2019 17:29, Rob Herring wrote: > On Tue, Feb 12, 2019 at 04:14:09PM +0100, Neil Armstrong wrote: >> Adds the bindings for the Amlogic G12A USB Glue HW. >> >> The Amlogic G12A SoC Family embeds 2 USB Controllers : >> - a DWC3 IP configured as Host for USB2 and USB3 >> - a DWC2 IP configured

Re: [PATCH] perf c2c: Fix c2c report for empty numa node

2019-03-01 Thread Jiri Olsa
On Fri, Mar 01, 2019 at 12:35:39PM +0530, Ravi Bangoria wrote: > > On 2/28/19 9:52 PM, Jiri Olsa wrote: > > how about attached change (untested)? > > LGTM. Would you mind sending a patch. attached, please test on your system thanks, jirka --- Ravi Bangoria reported that we fail with empty numa

Re: [PATCH] printk: Remove no longer used LOG_PREFIX.

2019-03-01 Thread Tetsuo Handa
Can this patch go to Linux 5.1? On 2019/02/22 18:59, Tetsuo Handa wrote: > When commit 5becfb1df5ac8e49 ("kmsg: merge continuation records while > printing") introduced LOG_PREFIX, we used KERN_DEFAULT etc. as a flag > for setting LOG_PREFIX in order to tell whether to call cont_add() > (i.e. whet

Re: [PATCH net-next] net: dsa: Do not configure VLAN ID 0

2019-03-01 Thread Michal Vokáč
On 01. 03. 19 0:49, Florian Fainelli wrote: Because we skip the prepare phase, we would not get a chance to have the port_vlan_prepare() callback return -EOPNOTSUPP and tell us about that. This causes problems with mv88e6xxx which specifically checks for VLAN ID = 0. Turns out we do not actually

Re: [PATCH 6/8] i915,uaccess: Fix redundant CLAC

2019-03-01 Thread Peter Zijlstra
On Thu, Feb 28, 2019 at 08:01:11PM +0100, Peter Zijlstra wrote: > On Thu, Feb 28, 2019 at 10:29:25AM -0800, Linus Torvalds wrote: > > On Thu, Feb 28, 2019 at 10:02 AM Peter Zijlstra > > wrote: > > > > > > Weird, that jump is from C, not from a .fixup table. objtool _should_ > > > see that and com

Re: [kvmtool PATCH v6 6/6] arm/kvm: arm64: Add a vcpu feature for pointer authentication

2019-03-01 Thread Amit Daniel Kachhap
Hi, On 2/21/19 9:24 PM, Dave Martin wrote: On Tue, Feb 19, 2019 at 02:54:31PM +0530, Amit Daniel Kachhap wrote: This is a runtime capabality for KVM tool to enable Armv8.3 Pointer Authentication in guest kernel. A command line option --ptrauth is required for this. Signed-off-by: Amit Daniel K

Re: [PATCH RFC] mm/vmscan: try to protect active working set of cgroup from reclaim.

2019-03-01 Thread Andrey Ryabinin
On 2/26/19 3:50 PM, Andrey Ryabinin wrote: > > > On 2/22/19 10:15 PM, Johannes Weiner wrote: >> On Fri, Feb 22, 2019 at 08:58:25PM +0300, Andrey Ryabinin wrote: >>> In a presence of more than 1 memory cgroup in the system our reclaim >>> logic is just suck. When we hit memory limit (global or

Re: next/master boot bisection: next-20190215 on beaglebone-black

2019-03-01 Thread Mike Rapoport
On Fri, Mar 01, 2019 at 09:25:24AM +0100, Guillaume Tucker wrote: > On 01/03/2019 00:55, Dan Williams wrote: > > On Thu, Feb 28, 2019 at 3:14 PM Andrew Morton > > wrote: > >> > >> On Tue, 26 Feb 2019 16:04:04 -0800 Dan Williams > >> wrote: > >> > >>> On Tue, Feb 26, 2019 at 4:00 PM Andrew Morto

net/strparser/strparser.c:526 strp_done+0x41/0x50

2019-03-01 Thread Naresh Kamboju
Do you see this Kernel warning while running selftests bpf tes_sock on x86_64 running Linux kernel version 5.0.0-rc8-next-20190301 ? selftests: bpf: test_sock Test case: bind4 load with invalid access: src_ip6 .. [PASS] Test case: bind4 load with invalid access: mark .. [PASS] Test case: bind6

  1   2   3   4   5   6   7   8   >