[PATCH bpf-next v2] samples/bpf: Update README.rst and Makefile for manually compiling LLVM and clang

2021-01-19 Thread Tiezhu Yang
The current llvm/clang build procedure in samples/bpf/README.rst is out of date. See below that the links are not accessible any more. $ git clone http://llvm.org/git/llvm.git Cloning into 'llvm'... fatal: unable to access 'http://llvm.org/git/llvm.git/': Maximum (20) redirects followed $ git clo

Re: Live patching on ARM64

2021-01-19 Thread Julien Thierry
Hi Madhavan, On 1/17/21 6:25 PM, Madhavan T. Venkataraman wrote: On 1/15/21 6:33 AM, Mark Rutland wrote: It looks like the most recent work in this area has been from the following folks: Mark Brown and Mark Rutland: Kernel changes to providing reliable stack traces. Julien Thierry

Re: [PATCH v2] drivers/soc/litex: Add restart handler

2021-01-19 Thread Geert Uytterhoeven
Hi Stafford, On Mon, Jan 18, 2021 at 10:16 PM Stafford Horne wrote: > On Mon, Jan 18, 2021 at 01:27:32PM +0100, Geert Uytterhoeven wrote: > > On Mon, Jan 18, 2021 at 12:43 PM Stafford Horne wrote: > > > On Thu, Jan 14, 2021 at 02:48:49PM +0100, Geert Uytterhoeven wrote: > > > > On Thu, Jan 14, 2

[PATCH v3] rtlwifi: rtl8192se: Simplify bool comparison

2021-01-19 Thread Jiapeng Zhong
Fix the follow coccicheck warnings: ./drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c:2305:6-27: WARNING: Comparison of 0/1 to bool variable. ./drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c:1376:5-26: WARNING: Comparison of 0/1 to bool variable. Reported-by: Abaci Robot Signed-off-by:

Re: [PATCH v2] rtlwifi: rtl8192se: Simplify bool comparison.

2021-01-19 Thread Kalle Valo
Pkshih writes: > On Tue, 2021-01-19 at 14:32 +0800, Jiapeng Zhong wrote: >> Fix the follow coccicheck warnings: >> >> ./drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c:2305:6-27: >> WARNING: Comparison of 0/1 to bool variable. >> >> ./drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c:1376

Re: [PATCH] venus: core: Fix platform driver shutdown

2021-01-19 Thread Stanimir Varbanov
On 1/19/21 9:40 AM, Shawn Guo wrote: > On Mon, Dec 21, 2020 at 11:58:20AM +0200, Stanimir Varbanov wrote: >> With TZ system reboot cannot finish successfully. To fix that >> enable core clocks by runtime pm before TZ calls and disable >> clocks after that. >> >> Fixes: 7399139be6b2 ("media: venu

[PATCH] octeontx2-af: rvu.c: Remove unneeded semicolon

2021-01-19 Thread Xu Wang
fix semicolon.cocci warnings: drivers/net/ethernet/marvell/octeontx2/af/rvu.c:1326:2-3: Unneeded semicolon Signed-off-by: Xu Wang --- drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu.

Re: [PATCH] of: unittest: Statically apply overlays using fdtoverlay

2021-01-19 Thread Viresh Kumar
On 18-01-21, 20:21, frowand.l...@gmail.com wrote: > From: Frank Rowand > > These changes apply on top of the patches in: > > [PATCH] of: unittest: Statically apply overlays using fdtoverlay > Message-Id: > <1e42183ccafa1afba33b3e79a4e3efd3329fd133.1610095159.git.viresh.ku...@linaro.org> >

Re: [kvm-unit-tests PATCH] x86: Add tests for PKS

2021-01-19 Thread Chenyi Qiang
On 1/19/2021 2:27 AM, Paolo Bonzini wrote: On 18/01/21 18:45, Thomas Huth wrote: On 05/11/2020 09.18, Chenyi Qiang wrote: This unit-test is intended to test the KVM support for Protection Keys for Supervisor Pages (PKS). If CR4.PKS is set in long mode, supervisor pkeys are checked in additio

[PATCH] mt76: mt7915: Remove unneeded semicolon

2021-01-19 Thread Xu Wang
fix semicolon.cocci warnings: drivers/net/wireless/mediatek/mt76/mt7915/mac.c:1694:2-3: Unneeded semicolon Signed-off-by: Xu Wang --- drivers/net/wireless/mediatek/mt76/mt7915/mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/mediatek/mt76/mt7915/mac.

[PATCH v4] drivers/soc/litex: Add restart handler

2021-01-19 Thread Geert Uytterhoeven
Let the LiteX SoC Controller register a restart handler, which resets the LiteX SoC by writing 1 to CSR_CTRL_RESET_ADDR. Signed-off-by: Geert Uytterhoeven --- v4: - Drop bogus "a" from description, - Get rid of static litex_soc_ctrl_device and litex_reset_nb instances, - Unregister hand

[PATCH] extcon: Fix error handling in extcon_dev_register

2021-01-19 Thread Dinghao Liu
When devm_kcalloc() fails, we should execute device_unregister() to unregister edev->dev from system. Fixes: 046050f6e623e ("extcon: Update the prototype of extcon_register_notifier() with enum extcon") Signed-off-by: Dinghao Liu --- drivers/extcon/extcon.c | 1 + 1 file changed, 1 insertion(+)

[PATCH] ACPI / device_sysfs: Use OF_MODALIAS for "compatible" modalias

2021-01-19 Thread Kai-Heng Feng
Commit 8765c5ba1949 ("ACPI / scan: Rework modalias creation when "compatible" is present") may create two "MODALIAS=" in uevent file if conditions are met. This breaks systemd-udevd, which assumes each "key" in uevent file is unique. The internal implementation of systemd-udevd overwrites the firs

Re: [PATCH v4] drivers/soc/litex: Add restart handler

2021-01-19 Thread Anup Patel
Hi, On Tue, Jan 19, 2021 at 1:40 PM Geert Uytterhoeven wrote: > > Let the LiteX SoC Controller register a restart handler, which resets > the LiteX SoC by writing 1 to CSR_CTRL_RESET_ADDR. > > Signed-off-by: Geert Uytterhoeven We have SBI System Reset Extension (SRST) in upcoming SBI v0.3 spec.

Re: [PATCH v7 12/17] PCI: Revoke mappings like devmem

2021-01-19 Thread Daniel Vetter
On Fri, Nov 27, 2020 at 5:42 PM Daniel Vetter wrote: > > Since 3234ac664a87 ("/dev/mem: Revoke mappings when a driver claims > the region") /dev/kmem zaps ptes when the kernel requests exclusive > acccess to an iomem region. And with CONFIG_IO_STRICT_DEVMEM, this is > the default for all driver us

Re: [PATCH v2] iio: core: register chardev only if needed

2021-01-19 Thread Alexandru Ardelean
On Sun, Dec 13, 2020 at 4:31 PM Jonathan Cameron wrote: > > On Wed, 9 Dec 2020 17:55:22 +0200 > Alexandru Ardelean wrote: > > > On Wed, Dec 9, 2020 at 5:53 PM Andy Shevchenko > > wrote: > > > > > > On Wed, Dec 9, 2020 at 5:45 PM Alexandru Ardelean > > > wrote: > > > > On Wed, Dec 9, 2020 at 5:3

Re: [PATCH 1/2] usb typec: tcpci: mt6360: Add vsafe0v support and external vbus supply control

2021-01-19 Thread ChiYuan Huang
Chunfeng Yun 於 2021年1月19日 週二 下午3:33寫道: > > On Sun, 2021-01-17 at 09:43 -0800, Guenter Roeck wrote: > > On 1/15/21 6:13 AM, cy_huang wrote: > > > From: ChiYuan Huang > > > > > > MT6360 not support for TCPC command to control source and sink. > > > > does not > > > > > Uses external 5V vbus regulat

Re: [PATCH] venus: core: Fix platform driver shutdown

2021-01-19 Thread Shawn Guo
On Tue, Jan 19, 2021 at 09:59:41AM +0200, Stanimir Varbanov wrote: > On 1/19/21 9:40 AM, Shawn Guo wrote: > > On Mon, Dec 21, 2020 at 11:58:20AM +0200, Stanimir Varbanov wrote: > >> With TZ system reboot cannot finish successfully. To fix that > >> enable core clocks by runtime pm before TZ calls a

Re: [PATCH v6 4/6] mfd: ahc1ec0: Add support for Advantech embedded controller

2021-01-19 Thread Lee Jones
On Tue, 19 Jan 2021, AceLan Kao wrote: > Campion Kang 於 2021年1月18日 週一 下午8:37寫道: > > > > AHC1EC0 is the embedded controller driver for Advantech industrial > > products. This provides sub-devices such as hwmon and watchdog, and also > > expose functions for sub-devices to read/write the value to e

Re: [PATCH 1/2] usb typec: tcpci: mt6360: Add vsafe0v support and external vbus supply control

2021-01-19 Thread ChiYuan Huang
Chunfeng Yun 於 2021年1月19日 週二 下午3:38寫道: > > On Mon, 2021-01-18 at 16:28 +0800, ChiYuan Huang wrote: > > Guenter Roeck 於 2021年1月18日 週一 上午1:43寫道: > > > > > > On 1/15/21 6:13 AM, cy_huang wrote: > > > > From: ChiYuan Huang > > > > > > > > MT6360 not support for TCPC command to control source and sin

YOU HAVE WON

2021-01-19 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: [PATCH 00/29] [Set 15] Finally rid W=1 warnings from GPU!

2021-01-19 Thread Lee Jones
On Mon, 18 Jan 2021, Daniel Vetter wrote: > On Mon, Jan 18, 2021 at 03:09:45PM +, Lee Jones wrote: > > On Mon, 18 Jan 2021, Daniel Vetter wrote: > > > > > On Fri, Jan 15, 2021 at 06:27:15PM +, Zack Rusin wrote: > > > > > > > > > On Jan 15, 2021, at 13:15, Lee Jones wrote: > > > > > > >

Re: [PATCH] ACPI / device_sysfs: Use OF_MODALIAS for "compatible" modalias

2021-01-19 Thread Greg Kroah-Hartman
On Tue, Jan 19, 2021 at 04:15:13PM +0800, Kai-Heng Feng wrote: > Commit 8765c5ba1949 ("ACPI / scan: Rework modalias creation when > "compatible" is present") may create two "MODALIAS=" in uevent file if > conditions are met. > > This breaks systemd-udevd, which assumes each "key" in uevent file is

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-19 Thread Arend Van Spriel
On 1/15/2021 3:57 PM, Alvin Šipraga wrote: Hi Arend, On 1/15/21 3:10 PM, Arend Van Spriel wrote: + Johannes - netdevs On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: Add support for CQM RSSI measurement reporting and advertise the NL80211_EXT_FEATURE_CQM_RSSI_LIST feat

Re: [PATCH net] net: mrp: use stp state as substitute for unimplemented mrp state

2021-01-19 Thread Horatiu Vultur
The 01/18/2021 21:27, Vladimir Oltean wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Mon, Jan 18, 2021 at 09:20:36PM +0100, Horatiu Vultur wrote: > > The 01/18/2021 19:46, Vladimir Oltean wrote: > > > > > > On Mon, Jan 18, 2021 at 07:5

[PATCH] sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()

2021-01-19 Thread Dietmar Eggemann
dl_add_task_root_domain() is called during sched domain rebuild: rebuild_sched_domains_locked() partition_and_rebuild_sched_domains() rebuild_root_domains() for all top_cpuset descendants: update_tasks_root_domain() for all tasks of cpuset:

RE: [PATCH] coresight: etm4x: Add config to exclude kernel mode tracing

2021-01-19 Thread Al Grant
Hi Sai, > From: saiprakash.ranjan=codeaurora@mg.codeaurora.org > Hi Mathieu, > > On 2021-01-19 01:53, Mathieu Poirier wrote: > > On Fri, Jan 15, 2021 at 11:16:24AM +0530, Sai Prakash Ranjan wrote: > >> Hello Mathieu, Suzuki > >> > >> On 2020-10-15 21:32, Mathieu Poirier wrote: > >> > On Thu,

Re: [PATCH] coresight: etm4x: Add config to exclude kernel mode tracing

2021-01-19 Thread Sai Prakash Ranjan
Hi Mathieu, On 2021-01-19 01:53, Mathieu Poirier wrote: On Fri, Jan 15, 2021 at 11:16:24AM +0530, Sai Prakash Ranjan wrote: Hello Mathieu, Suzuki On 2020-10-15 21:32, Mathieu Poirier wrote: > On Thu, Oct 15, 2020 at 06:15:22PM +0530, Sai Prakash Ranjan wrote: > > On production systems with ETM

Re: [PATCH] ACPI / device_sysfs: Use OF_MODALIAS for "compatible" modalias

2021-01-19 Thread Kai-Heng Feng
On Tue, Jan 19, 2021 at 4:27 PM Greg Kroah-Hartman wrote: > > On Tue, Jan 19, 2021 at 04:15:13PM +0800, Kai-Heng Feng wrote: > > Commit 8765c5ba1949 ("ACPI / scan: Rework modalias creation when > > "compatible" is present") may create two "MODALIAS=" in uevent file if > > conditions are met. > > >

Re: [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

2021-01-19 Thread Daniel Scally
Hi Laurent On 19/01/2021 06:19, Laurent Pinchart wrote: > Hi Daniel, > > On Mon, Jan 18, 2021 at 08:46:34PM +, Daniel Scally wrote: >> Hi Laurent, thanks for the comments - really appreciate the detail. >> >> Some specific responses below but assume a general "will do" to >> everything you men

Re: [PATCH v1 1/1] arm64: dts: stingray: fix usb dma address translation

2021-01-19 Thread Arnd Bergmann
On Tue, Jan 19, 2021 at 6:34 AM Rayagonda Kokatanur wrote: > > From: Bharat Gooty > > Add a non-empty dma-ranges so that dma address translation > happens. > > Fixes: 2013a4b684b6 ("arm64: dts: broadcom: clear the warnings caused by > empty dma-ranges") > > Signed-off-by: Bharat Gooty > Signed-

Re: [PATCH v1] of: property: Add fw_devlink support for "gpio" and "gpios" binding

2021-01-19 Thread Geert Uytterhoeven
Hi Saravana, On Mon, Jan 18, 2021 at 11:14 PM Saravana Kannan wrote: > On Mon, Jan 18, 2021 at 7:32 AM Linus Walleij > wrote: > > On Fri, Jan 15, 2021 at 10:02 PM Saravana Kannan > > wrote: > > > To provide backward compatibility for boards that use deprecated DT > > > bindings, we need to ad

Re: [PATCH v2 2/2] clocksource: Add Intel Keem Bay Timer Support

2021-01-19 Thread andriy.shevche...@linux.intel.com
On Tue, Jan 19, 2021 at 02:56:36AM +, Ayyathurai, Vijayakannan wrote: ... > > > + data.base = of_iomap(np, 2); > > > + if (!data.base) > > > + return -ENXIO; > > > + > > > + ret = keembay_clocksource_init(np, &data); > > > + if (ret) > > > + goto exit; > > > + > > > + ret = ke

RE: [EXT] Re: vfio-pci: protect remap_pfn_range() from simultaneous calls

2021-01-19 Thread Bharat Bhushan
Hi Ankur, > -Original Message- > From: Ankur Arora > Sent: Wednesday, January 6, 2021 11:44 PM > To: Bharat Bhushan ; alex.william...@redhat.com > Cc: linux-kernel@vger.kernel.org; Sunil Kovvuri Goutham > > Subject: [EXT] Re: vfio-pci: protect remap_pfn_range() from simultaneous calls >

Re: arch/powerpc/kernel/head_44x.S:601: Error: invalid operands and sections) for `|'

2021-01-19 Thread Christophe Leroy
Le 10/01/2021 à 23:16, kernel test robot a écrit : Hi Christophe, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0653161f0faca68b77b3f36fb4b4b9b8b07050e5 commit: 03fd42d458fb9cb69e712600bd69ff77ff3a45a8 power

Re: drivers/net/wan/fsl_ucc_hdlc.c:305:57: sparse: sparse: incorrect type in argument 2 (different address spaces)

2021-01-19 Thread Christophe Leroy
Le 09/01/2021 à 12:06, kernel test robot a écrit : tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 996e435fd401de35df62ac943ab9402cfe85c430 commit: 894fa235eb4ca0bfa692dbe4932c2f940cdc8c1e powerpc: inline iomap accessors The exact same sparse warnin

Re: [PATCH] scsi: qla2xxx: fix description for parameter ql2xenforce_iocb_limit

2021-01-19 Thread Daniel Wagner
On Mon, Jan 18, 2021 at 03:49:22PM -0300, Enzo Matsumiya wrote: > Parameter ql2xenforce_iocb_limit is enabled by default. > > Fixes: 89c72f4245a8 ("scsi: qla2xxx: Add IOCB resource tracking") > Signed-off-by: Enzo Matsumiya Reviewed-by: Daniel Wagner

[PATCH v6 04/15] phy: tegra: xusb: tegra210: Do not reset UPHY PLL

2021-01-19 Thread JC Kuo
Once UPHY PLL hardware power sequencer is enabled, do not assert reset to PEX/SATA PLLs, otherwise UPHY PLL operation will be broken. This commit removes reset_control_assert(pcie->rst) and reset_control_assert(sata->rst) from PEX/SATA UPHY disable procedure. Signed-off-by: JC Kuo --- v6: no c

[PATCH v6 12/15] phy: tegra: xusb: Tegra210 host mode VBUS control

2021-01-19 Thread JC Kuo
To support XUSB host controller ELPG, this commit moves VBUS control .phy_power_on()/.phy_power_off() to .phy_init()/.phy_exit(). When XUSB host controller enters ELPG, host driver invokes .phy_power_off(), VBUS should remain ON so that USB devices will not disconnect. VBUS can be turned OFF when h

[PATCH v6 00/15] Tegra XHCI controller ELPG support

2021-01-19 Thread JC Kuo
Tegra XHCI controler can be placed in ELPG (Engine Level PowerGated) state for power saving when all of the connected USB devices are in suspended state. This patch series includes clk, phy and pmc changes that are required for properly place controller in ELPG and bring controller out of ELPG. JC

Re: [PATCH] media: hantro: Fix reset_raw_fmt initialization

2021-01-19 Thread Ricardo Ribalda
Hi Gustavo On Mon, Jan 18, 2021 at 11:26 PM Gustavo A. R. Silva wrote: > > Hey Ricardo, > > On 1/14/21 07:03, Ricardo Ribalda wrote: > > raw_fmt->height in never initialized. But width in initialized twice. > > Nice catch! Thanks :) > > How did you find this? Pure luck. I was backporting a patc

[PATCH v6 15/15] xhci: tegra: Enable ELPG for runtime/system PM

2021-01-19 Thread JC Kuo
This commit implements the complete programming sequence for ELPG entry and exit. 1. At ELPG entry, invokes tegra_xusb_padctl_enable_phy_sleepwalk() and tegra_xusb_padctl_enable_phy_wake() to configure XUSB PADCTL sleepwalk and wake detection circuits to maintain USB lines level and r

drivers/scsi/qedi/qedi_main.c:924 qedi_get_boot_tgt_info() error: snprintf() chops off the last chars of 256 vs 255

2021-01-19 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0da0a8a0a0e1845f495431c3d8d733d2bbf9e9e5 commit: 2f1ea39870c95aa9fff6a0b48757625a0b22f551 scsi: qedi: Remove additional char from boot target iqnname config: x86_64-randconfig-m001-20210117 (attached as .con

[PATCH v6 14/15] usb: host: xhci-tegra: Unlink power domain devices

2021-01-19 Thread JC Kuo
This commit unlinks xhci-tegra platform device with SS/host power domain devices. Reasons for this change is - at ELPG entry, PHY sleepwalk and wake configuration need to be done before powering down SS/host partitions, and PHY need be powered off after powering down SS/host partitions. Sequence lo

Re: [RFC PATCH] ARM: dts: imx6qdl: specify vcc-supply for NOP USB PHYs

2021-01-19 Thread Shawn Guo
On Fri, Nov 13, 2020 at 04:28:55PM +0100, Ahmad Fatoum wrote: > The SoC dtsi lists a NOP USB PHY for each of the two HSIC-only USB > controllers. Their device tree node doesn't indicate a vcc-supply > resulting in: > > usb_phy_generic usbphynop1: supply vcc not found, using dummy regulator > u

[PATCH v6 13/15] phy: tegra: xusb: Add wake/sleepwalk for Tegra186

2021-01-19 Thread JC Kuo
This commit implements Tegra186/Tegra194 XUSB PADCTL/AO wake and sleepwalk operations. Signed-off-by: JC Kuo --- v6: no change v5: no change v4: move sleepwalk/wake stubs from 'struct tegra_xusb_padctl_ops' to 'struct tegra_xusb_lane_ops' v3: move 'ao_regs' to the top of 'struct te

mm/z3fold.c:280:37: warning: unused function 'handle_to_z3fold_header'

2021-01-19 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 1e2a199f6ccdc15cf111d68d212e2fd4ce65682e commit: fc5488651c7d840c9cad9b0f273f2f31bd03413a z3fold: simplify freeing slots date: 5 weeks ago config: mips-randconfig-r033-20210119 (attached as .config

YOU HAVE WON

2021-01-19 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: [PATCH 1/2] arm64: dts: fsl-ls1012a-rdb: add i2c devices

2021-01-19 Thread Shawn Guo
On Mon, Jan 18, 2021 at 11:08:11AM +0100, Paweł Dembicki wrote: > On 18.01.2021 at 08:36 Shawn Guo wrote: > > > > On Fri, Jan 15, 2021 at 11:16:12AM +0100, Pawel Dembicki wrote: > > > LS1012A-RDB equipped in some i2c devices: > > > - 3x GPIO Expander: PCAL9555A (NXP) > > > - Gyro: FXAS21002 (N

[PATCH] powerpc/kvm: Force selection of CONFIG_PPC_FPU

2021-01-19 Thread Christophe Leroy
book3s/32 kvm is designed with the assumption that an FPU is always present. Force selection of FPU support in the kernel when build KVM. Reported-by: kernel test robot Fixes: 7d68c8916950 ("powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832x") Signed-off-by: Christophe Leroy --- arch/pow

drivers/net/wireless/intel/iwlegacy/4965-mac.c:2822 il4965_hdl_tx() error: uninitialized symbol 'tid'.

2021-01-19 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0da0a8a0a0e1845f495431c3d8d733d2bbf9e9e5 commit: 3f649ab728cda8038259d8f14492fe400fbab911 treewide: Remove uninitialized_var() usage config: x86_64-randconfig-m001-20210117 (attached as .config) compiler: gc

Re: [PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm

2021-01-19 Thread Auger Eric
Hi Vivek, On 1/15/21 1:13 PM, Vivek Gautam wrote: > This patch-series aims at enabling Nested stage translation in guests > using virtio-iommu as the paravirtualized iommu. The backend is supported > with Arm SMMU-v3 that provides nested stage-1 and stage-2 translation. > > This series derives it

Re: [PATCH 1/2] of: device: Allow DMA range map to be set before of_dma_configure_id

2021-01-19 Thread Paul Kocialkowski
Hi Robin, On Mon 18 Jan 21, 13:27, Robin Murphy wrote: > On 2021-01-16 17:07, Paul Kocialkowski wrote: > > Hi Robin, > > > > Le Sat 16 Jan 21, 14:57, Robin Murphy a écrit : > > > On 2021-01-15 17:58, Paul Kocialkowski wrote: > > > > A mechanism was recently introduced for the sunxi architecture w

drivers/net/ethernet/mellanox/mlx5/core/main.c:1187 mlx5_load_one() warn: missing error code 'err'

2021-01-19 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: e2da783614bb8930aa89753d3c3cd53d5604665d commit: 4162f58b476b248d0718f3d6aad2e57da2b08a63 net/mlx5: Have single error unwinding path config: i386-randconfig-m021-20210118 (attached as .config) compiler: gcc-

Re: linux-next: build warnings after merge of the jc_docs tree

2021-01-19 Thread Mauro Carvalho Chehab
Hi Stephen, Em Tue, 19 Jan 2021 17:13:03 +1100 Stephen Rothwell escreveu: > Hi all, > > After merging the jc_docs tree, today's linux-next build (KCONFIG_NAME) > produced these warnings: > > fs/pstore/zone.c:39: warning: expecting prototype for struct psz_head. > Prototype was for struct psz_

[PATCH v6 06/15] phy: tegra: xusb: Add Tegra210 lane_iddq operation

2021-01-19 Thread JC Kuo
As per Tegra210 TRM, before changing lane assignments, driver should keep lanes in IDDQ and sleep state; after changing lane assignments, driver should bring lanes out of IDDQ. This commit implements the required operations. Signed-off-by: JC Kuo Acked-by: Thierry Reding --- v6: no change v5:

[PATCH v6 01/15] clk: tegra: Add PLLE HW power sequencer control

2021-01-19 Thread JC Kuo
PLLE has a hardware power sequencer logic which is a state machine that can power on/off PLLE without any software intervention. The sequencer has two inputs, one from XUSB UPHY PLL and the other from SATA UPHY PLL. PLLE provides reference clock to XUSB and SATA UPHY PLLs. When both of the downstre

[PATCH v6 02/15] clk: tegra: Don't enable PLLE HW sequencer at init

2021-01-19 Thread JC Kuo
PLLE hardware power sequencer references PEX/SATA UPHY PLL hardware power sequencers' output to enable/disable PLLE. PLLE hardware power sequencer has to be enabled only after PEX/SATA UPHY PLL's sequencers are enabled. Signed-off-by: JC Kuo Acked-by: Thierry Reding --- v6: no change v5: n

[PATCH v6 03/15] phy: tegra: xusb: Move usb3 port init for Tegra210

2021-01-19 Thread JC Kuo
The programming sequence in tegra210_usb3_port_enable() is required for both cold boot and SC7 exit, and must be performed only after PEX/SATA UPHY is initialized. Therefore, this commit moves the programming sequence to tegra210_usb3_phy_power_on(). PCIE/SATA phy .power_on() stub will invoke tegra

[PATCH v6 05/15] phy: tegra: xusb: Rearrange UPHY init on Tegra210

2021-01-19 Thread JC Kuo
This commit is a preparation for enabling XUSB SC7 support. It rearranges Tegra210 XUSB PADCTL UPHY initialization sequence, for the following reasons: 1. PLLE hardware power sequencer has to be enabled only after both PEX UPHY PLL and SATA UPHY PLL are initialized. tegra210_uphy_init() -> t

Re: [PATCH] printk: fix buffer overflow potential for print_text()

2021-01-19 Thread John Ogness
On 2021-01-19, Sergey Senozhatsky wrote: > John, how did you spot these problems? I am preparing my series to remove the logbuf_lock, which also refactors and consolidates code from syslog_print_all() and kmsg_dump_get_buffer(). While testing/verifying my series, I noticed the these oddities in t

[PATCH v6 07/15] phy: tegra: xusb: Add sleepwalk and suspend/resume

2021-01-19 Thread JC Kuo
This commit adds sleepwalk/wake and suspend/resume interfaces to Tegra XUSB PHY driver. Tegra XUSB host controller driver makes use of sleepwalk functions to enable/disable sleepwalk circuit which is in always-on partition and can respond to USB resume signals when controller is not powered. Sleep

Re: [PATCH v3 1/4] PCI: rockchip: Make 'ep-gpios' DT property optional

2021-01-19 Thread Heiko Stübner
Am Mittwoch, 6. Januar 2021, 14:46:14 CET schrieb Chen-Yu Tsai: > From: Chen-Yu Tsai > > The Rockchip PCIe controller DT binding clearly states that 'ep-gpios' is > an optional property. And indeed there are boards that don't require it. > > Make the driver follow the binding by using devm_gpiod

Re: [PATCH v4] tools/x86: Add a kcpuid tool to show raw CPU features

2021-01-19 Thread Borislav Petkov
On Tue, Jan 19, 2021 at 01:19:42PM +0800, Feng Tang wrote: > Sorry, after testing on more platforms, the following is needed to fix > a potential array overflow ((a full patch with fix is also attached) > > diff --git a/tools/arch/x86/kcpuid/kcpuid.c b/tools/arch/x86/kcpuid/kcpuid.c > index 3ea607

Re: [PATCH V4 0/3] arm64: topology: improvements

2021-01-19 Thread Viresh Kumar
On 08-01-21, 16:46, Viresh Kumar wrote: > Hi, > > Here is the V4 with the general improvements for topology stuff. This > cleans up the code and makes it work with cpufreq modules. > > V4: > - Added Rby from Ionela. > - In 3/3, Print cpus instead of amu_fie_cpus and make it pr_debug > instead.

Re: [PATCH v6 06/33] of/device: Move dma_range_map before of_iommu_configure

2021-01-19 Thread Paul Kocialkowski
Hi, On Mon 18 Jan 21, 15:49, Robin Murphy wrote: > On 2021-01-15 05:30, Yong Wu wrote: > > On Thu, 2021-01-14 at 13:27 -0600, Rob Herring wrote: > > > On Mon, Jan 11, 2021 at 07:18:47PM +0800, Yong Wu wrote: > > > > "dev->dma_range_map" contains the devices' dma_ranges information, > > > > This pa

[PATCH] powerpc/uprobes: Don't allow probe on suffix of prefixed instruction

2021-01-19 Thread Ravi Bangoria
Probe on 2nd word of a prefixed instruction is invalid scenario and should be restricted. There are two ways probed instruction is changed in mapped pages. First, when Uprobe is activated, it searches for all the relevant pages and replace instruction in them. In this case, if we notice that probe

Re: [PATCH v3 1/4] PCI: rockchip: Make 'ep-gpios' DT property optional

2021-01-19 Thread Chen-Yu Tsai
On Tue, Jan 19, 2021 at 5:11 PM Heiko Stübner wrote: > > Am Mittwoch, 6. Januar 2021, 14:46:14 CET schrieb Chen-Yu Tsai: > > From: Chen-Yu Tsai > > > > The Rockchip PCIe controller DT binding clearly states that 'ep-gpios' is > > an optional property. And indeed there are boards that don't requir

Re: [PATCH 00/10] Fix documentation warnings at linux-next

2021-01-19 Thread William Breathitt Gray
On Sun, Jan 17, 2021 at 03:42:18PM +, Jonathan Cameron wrote: > On Fri, 15 Jan 2021 13:47:20 + > Jonathan Cameron wrote: > > > On Fri, 15 Jan 2021 10:49:47 +0100 > > Mauro Carvalho Chehab wrote: > > > > > Hi Lukas, > > > > > > Em Fri, 15 Jan 2021 07:12:38 +0100 > > > Lukas Bulwahn esc

[PATCH v6 09/15] arm64: tegra210: XUSB PADCTL add "nvidia,pmc" prop

2021-01-19 Thread JC Kuo
PMC driver provides USB sleepwalk registers access to XUSB PADCTL driver. This commit adds a "nvidia,pmc" property which points to PMC node to XUSB PADCTL device node. Signed-off-by: JC Kuo --- v6: no change v5: no change v4: no change v3: no change arch/arm64/boot/dts/nvidia/tegra2

[PATCH v6 11/15] phy: tegra: xusb: Add wake/sleepwalk for Tegra210

2021-01-19 Thread JC Kuo
This commit implements Tegra210 XUSB PADCTL wake and sleepwalk routines. Sleepwalk logic is in PMC (always-on) hardware block. PMC driver provides managed access to the sleepwalk registers via regmap framework. Signed-off-by: JC Kuo --- v6: no change v5: no change v4: move sleepwalk/wake

[PATCH v6 08/15] soc/tegra: pmc: Provide USB sleepwalk register map

2021-01-19 Thread JC Kuo
This commit implements a register map which grants USB (UTMI and HSIC) sleepwalk registers access to USB PHY drivers. The USB sleepwalk logic is in PMC hardware block but USB PHY drivers have the best knowledge of proper programming sequence. Signed-off-by: JC Kuo Acked-by: Thierry Reding --- v6

[PATCH v4 3/5] MIPS: Add Realtek RTL838x/RTL839x support as generic MIPS system

2021-01-19 Thread Bert Vermeulen
This is just enough system to boot the kernel with earlycon working. Signed-off-by: Bert Vermeulen Signed-off-by: Sander Vanheule --- arch/mips/Kconfig | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0a17bedf4f0d..0986d0c440

Re: [PATCH 4.19 00/42] 4.19.169-rc2 review

2021-01-19 Thread Pavel Machek
Hi1 > This is the start of the stable review cycle for the 4.19.169 release. > There are 42 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 20 Jan 2021 15:24:51 +

[PATCH v2] ACPI / device_sysfs: Use OF_MODALIAS for "compatible" modalias

2021-01-19 Thread Kai-Heng Feng
Commit 8765c5ba1949 ("ACPI / scan: Rework modalias creation when "compatible" is present") may create two "MODALIAS=" in uevent file if conditions are met. This breaks systemd-udevd, which assumes each "key" in uevent file is unique. The internal implementation of systemd-udevd overwrites the firs

[PATCH v6 10/15] dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop

2021-01-19 Thread JC Kuo
This commit describes the "nvidia,pmc" property for Tegra210 tegra-xusb PHY driver. It is a phandle and specifier referring to the Tegra210 pmc@7000e400 node. Signed-off-by: JC Kuo Acked-by: Rob Herring --- v6: no change v5: replace "pmc@7000e400 node" -> with "PMC node" v4: new change

Re: [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

2021-01-19 Thread Andy Shevchenko
On Mon, Jan 18, 2021 at 09:19:52PM +, Daniel Scally wrote: > On 18/01/2021 14:46, Andy Shevchenko wrote: > > On Mon, Jan 18, 2021 at 11:15:21AM +0200, Laurent Pinchart wrote: > >> On Mon, Jan 18, 2021 at 12:34:27AM +, Daniel Scally wrote: ... > >>> +static struct i2c_driver int3472_tps684

Re: [PATCH 5.10 000/152] 5.10.9-rc1 review

2021-01-19 Thread Pavel Machek
Hi! > This is the start of the stable review cycle for the 5.10.9 release. > There are 152 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 20 Jan 2021 11:33:23 +0

[PATCH v4 5/5] mips: dts: Add support for Cisco SG220-26 switch

2021-01-19 Thread Bert Vermeulen
Signed-off-by: Bert Vermeulen --- arch/mips/Kconfig | 10 arch/mips/boot/dts/realtek/Makefile | 2 ++ arch/mips/boot/dts/realtek/cisco_sg220-26.dts | 25 +++ 3 files changed, 37 insertions(+) create mode 100644 arch/mips/boot/dts/re

[PATCH v4 2/5] Add support for Realtek RTL838x/RTL839x switch SoCs

2021-01-19 Thread Bert Vermeulen
The RTL838x/839x family of SoCs are Realtek switches with an embedded MIPS core. * RTL838x - 500MHz 4kce single core - 1Gbit ports and L2 features * RTL839x - 700MHz 34Kc single core - 1Gbit ports and L2 features These switches, depending on the exact part number, will have anywhere between 8 and

[PATCH v4 1/5] dt-bindings: mips: Add support for RTL83xx SoC series

2021-01-19 Thread Bert Vermeulen
Signed-off-by: Bert Vermeulen --- .../devicetree/bindings/mips/realtek-rtl.yaml | 24 +++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/realtek-rtl.yaml diff --git a/Documentation/devicetree/bindings/mips/realtek-rtl.yaml b/Documenta

Re: [PATCH v6 3/5] counter: Add character device interface

2021-01-19 Thread Oleksij Rempel
On Sun, Nov 22, 2020 at 03:29:54PM -0500, William Breathitt Gray wrote: > This patch introduces a character device interface for the Counter > subsystem. Device data is exposed through standard character device read > operations. Device data is gathered when a Counter event is pushed by > the respe

[PATCH v4 4/5] dt-bindings: Add Cisco prefix to vendor list

2021-01-19 Thread Bert Vermeulen
Signed-off-by: Bert Vermeulen --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 041ae90b0d8f..e6e3a51fc2e3 100644 -

[PATCH v4 0/5] Add support for Realtek RTL838x/RTL839x switch SoCs

2021-01-19 Thread Bert Vermeulen
v4: - Device tree bindings for SoC in separate patch. - Removed ioremap.h, and declare physical address bases in device tree. v3: - all code removed, the base system is now only device tree files and docs and some build config. - ioremap.h restored to the v1 version, with hardcoded I/O ranges,

Re: [PATCH v6 06/33] of/device: Move dma_range_map before of_iommu_configure

2021-01-19 Thread Yong Wu
On Mon, 2021-01-18 at 15:49 +, Robin Murphy wrote: > On 2021-01-15 05:30, Yong Wu wrote: > > On Thu, 2021-01-14 at 13:27 -0600, Rob Herring wrote: > >> On Mon, Jan 11, 2021 at 07:18:47PM +0800, Yong Wu wrote: > >>> "dev->dma_range_map" contains the devices' dma_ranges information, > >>> This pa

Re: [RFC PATCH] ARM: dts: imx6qdl: specify vcc-supply for NOP USB PHYs

2021-01-19 Thread Ahmad Fatoum
Hello Shawn, On 19.01.21 09:57, Shawn Guo wrote: > On Fri, Nov 13, 2020 at 04:28:55PM +0100, Ahmad Fatoum wrote: >> The SoC dtsi lists a NOP USB PHY for each of the two HSIC-only USB >> controllers. Their device tree node doesn't indicate a vcc-supply >> resulting in: >> >> usb_phy_generic usbph

Développement de projets

2021-01-19 Thread Pierre Musso
Bonjour, Nous recevons des signaux du marché sur la demande accrue de développement de projets logiciels. Vous recherchez des développeurs expérimentés? Nous formons des équipes de développement à distance pour soutenir le développement logiciel interne de nos clients et accélérer la croissan

[RESEND PATCH v6 1/6] ASoC: dt-bindings: tegra: Add graph bindings

2021-01-19 Thread Sameer Pujar
Add device tree binding properties of generic graph to ASoC component devices. This allows to define audio ports out of these components or DAIs and audio graph based sound card can be realised with this. Signed-off-by: Sameer Pujar Reviewed-by: Jon Hunter --- .../bindings/sound/nvidia,tegra186

[PATCH] powerpc/47x: Disable 256k page size

2021-01-19 Thread Christophe Leroy
PPC47x_TLBE_SIZE isn't defined for 256k pages, so this size of page shall not be selected for 47x. Reported-by: kernel test robot Fixes: e7f75ad01d59 ("powerpc/47x: Base ppc476 support") Signed-off-by: Christophe Leroy --- arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[RESEND PATCH v6 0/6] Tegra210 audio graph card

2021-01-19 Thread Sameer Pujar
This series adds audio graph based sound card support for Tegra210 platforms like Jetson-TX1 an Jetson-Nano. The following preparatory audio graph enhancement series is already merged. * https://patchwork.kernel.org/project/alsa-devel/list/?series=375629&state=* Following are the summary of chang

[RESEND PATCH v6 4/6] arm64: defconfig: Enable Tegra audio graph card driver

2021-01-19 Thread Sameer Pujar
This commit enables Tegra audio graph card driver which is based on the generic audio-graph card driver. This is intended to be used on platforms based on Tegra210 and later chips. Signed-off-by: Sameer Pujar Reviewed-by: Jon Hunter --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 inse

[RESEND PATCH v6 5/6] arm64: tegra: Audio graph header for Tegra210

2021-01-19 Thread Sameer Pujar
Expose a header which describes DT bindings required to use audio-graph based sound card. All Tegra210 based platforms can include this header and add platform specific information. Currently, from SoC point of view, all links are exposed for ADMAIF, AHUB, I2S and DMIC components. Signed-off-by: S

[RESEND PATCH v6 6/6] arm64: tegra: Audio graph sound card for Jetson Nano and TX1

2021-01-19 Thread Sameer Pujar
Enable support for audio-graph based sound card on Jetson-Nano and Jetson-TX1. Depending on the platform, required I/O interfaces are enabled. * Jetson-Nano: Enable I2S3, I2S4, DMIC1 and DMIC2. * Jetson-TX1: Enable all I2S and DMIC interfaces. Signed-off-by: Sameer Pujar Reviewed-by: Jon Hunte

RE: [PATCH] scsi: ufs: delete redundant if statement in ufshcd_intr()

2021-01-19 Thread Avri Altman
> > > From: Bean Huo > > Once going into while-do loop, intr_status is already true, > this if-statement is redundant, remove it. > > Signed-off-by: Bean Huo Reviewed-by: Avri Altman

[RESEND PATCH v6 2/6] ASoC: dt-bindings: tegra: Add json-schema for Tegra audio graph card

2021-01-19 Thread Sameer Pujar
Add YAML schema for Tegra audio graph sound card DT bindings. It uses the same DT bindings provided by generic audio graph driver. Along with this few standard clock DT bindings are added which are specifically required for Tegra audio. Signed-off-by: Sameer Pujar Reviewed-by: Jon Hunter --- ..

[RESEND PATCH v6 3/6] ASoC: tegra: Add audio graph based card driver

2021-01-19 Thread Sameer Pujar
Add Tegra audio machine driver which is based on generic audio graph card driver. It re-uses most of the common stuff from audio graph driver and uses the same DT binding. Required Tegra specific customizations are done in the driver and additional DT bindings are required for clock handling. Deta

Re: [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

2021-01-19 Thread Andy Shevchenko
On Tue, Jan 19, 2021 at 12:11:40AM +, Daniel Scally wrote: > On 18/01/2021 21:19, Daniel Scally wrote: > I'm more and more confident that this will work, but it has some > knock-on effects: > > The both clk and regulator gpio driver expects to be able to fetch the > GPIO using devm_gpiod_get(

Re: [PATCH v6 1/6] scsi: ufs: Add "wb_on" sysfs node to control WB on/off

2021-01-19 Thread Bean Huo
On Tue, 2021-01-19 at 09:01 +0200, Adrian Hunter wrote: > On 18/01/21 10:10 pm, Bean Huo wrote: > > From: Bean Huo > > > > Currently UFS WriteBooster driver uses clock scaling up/down to set > > WB on/off, for the platform which doesn't support > > UFSHCD_CAP_CLK_SCALING, > > WB will be always on

Re: [PATCH v2 6/7] platform: x86: Add intel_skl_int3472 driver

2021-01-19 Thread Daniel Scally
Morning Andy On 19/01/2021 09:33, Andy Shevchenko wrote: > On Tue, Jan 19, 2021 at 12:11:40AM +, Daniel Scally wrote: >> On 18/01/2021 21:19, Daniel Scally wrote: >> I'm more and more confident that this will work, but it has some >> knock-on effects: >> >> The both clk and regulator gpio driv

Re: [PATCH 6/6] wlan-ng: clean up reused macros

2021-01-19 Thread Dan Carpenter
On Mon, Jan 18, 2021 at 02:09:56AM +0100, Johannes Czekay wrote: > This patch cleans up two "macro argument reuse" warnings by checkpatch. > This should also make the code much more readable. > > Signed-off-by: Johannes Czekay > Co-developed-by: Nicolai Fischer > Signed-off-by: Nicolai Fischer

  1   2   3   4   5   6   7   8   9   10   >