Re: [PATCH v3 1/5] arm64: vdso32: Introduce COMPAT_CC_IS_GCC

2019-10-01 Thread Vincenzo Frascino
On 10/1/19 2:27 PM, Catalin Marinas wrote: > On Tue, Oct 01, 2019 at 02:14:23PM +0100, Will Deacon wrote: >> On Thu, Sep 26, 2019 at 10:43:38PM +0100, Vincenzo Frascino wrote: >>> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig >>> index 37c610963eee..0e5beb928af5 100644 >>> ---

Re: [PATCH AUTOSEL 5.3 034/203] ASoC: meson: g12a-tohdmitx: override codec2codec params

2019-10-01 Thread Sasha Levin
On Mon, Sep 23, 2019 at 10:35:35AM +0200, Jerome Brunet wrote: On Sun 22 Sep 2019 at 14:41, Sasha Levin wrote: From: Jerome Brunet [ Upstream commit 2c4956bc1e9062e5e3c5ea7612294f24e6d4fbdd ] So far, forwarding the hw_params of the input to output relied on the .hw_params() callback of the

Re: [PATCH] HID: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter

2019-10-01 Thread Jiri Kosina
On Fri, 6 Sep 2019, Ethan Warth wrote: > >From 32bdfb1d652cc38ab13f8616df58dee726201785 Mon Sep 17 00:00:00 2001 > From: Ethan Warth > Date: Wed, 4 Sep 2019 16:07:45 -0500 > Subject: [PATCH] HID: add support for 0079:1846 Mayflash/Dragonrise USB > Gamecube > Adapter > > Mayflash/Dragonrise

RE: [RFC PATCH 21/22] thunderbolt: Update documentation with the USB4 information

2019-10-01 Thread Mario.Limonciello
> -Original Message- > From: Mika Westerberg > Sent: Tuesday, October 1, 2019 6:38 AM > To: linux-...@vger.kernel.org > Cc: Andreas Noever; Michael Jamet; Mika Westerberg; Yehezkel Bernat; Rajmohan > Mani; Nicholas Johnson; Lukas Wunner; Greg Kroah-Hartman; Alan Stern; > Limonciello,

Re: [PATCH 1/3] HID: google: whiskers: more robust tablet mode detection

2019-10-01 Thread Jiri Kosina
On Mon, 23 Sep 2019, Jiri Kosina wrote: > > > > The USB interface may get detected before the platform/EC one, so let's > > > > note the state of the base (if we receive event) and use it to correctly > > > > initialize the tablet mode switch state. > > > > > > > > Also let's start the HID

Re: [PATCH v2 0/4] sched/fair: Active balancer RT/DL preemption fix

2019-10-01 Thread Valentin Schneider
Hi Juri, On 01/10/2019 14:31, Juri Lelli wrote: > Hi Valentin, > > On 01/10/19 11:29, Valentin Schneider wrote: >> (expanded the Cc list) >> RT/DL folks, any thought on the thing? > > Even if I like your idea and it looks theoretically the right thing to > do, I'm not sure we want it in

Re: [PATCH v2 2/3] mm, page_owner: decouple freeing stack trace from debug_pagealloc

2019-10-01 Thread Vlastimil Babka
On 10/1/19 3:18 PM, Qian Cai wrote: > On Tue, 2019-10-01 at 14:35 +0200, Vlastimil Babka wrote: >> On 10/1/19 2:32 PM, Vlastimil Babka wrote: >> >> Or suggest how to replace page_owner=on with something else >> (page_owner=full?) >> and I can change that. But I don't want to implement a variant

Re: [PATCH 3/3] arm64: configs: unset CPU_BIG_ENDIAN

2019-10-01 Thread John Garry
On 26/09/2019 20:30, Anders Roxell wrote: When building allmodconfig KCONFIG_ALLCONFIG=$(pwd)/arch/arm64/configs/defconfig CONFIG_CPU_BIG_ENDIAN gets enabled. Which tends not to be what most people wants. Today allmodconfig does not enable CONFIG_ACPI due to BE config, which is quite

Re: ERROR: "__aeabi_uldivmod" [drivers/iio/common/hid-sensors/hid-sensor-iio-common.ko] undefined!

2019-10-01 Thread Andy Shevchenko
On Tue, Oct 01, 2019 at 09:26:33PM +0800, kbuild test robot wrote: > Hi Andy, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c > commit:

Re: [PATCH 06/24] tools headers uapi: Sync linux/usbdevice_fs.h with the kernel sources

2019-10-01 Thread Alan Stern
On Tue, 1 Oct 2019, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > To pick up the changes from: > > 4ed3350539aa ("USB: usbfs: Add a capability flag for runtime suspend") > 7794f486ed0b ("usbfs: Add ioctls for runtime power management") > > This triggers these

[PATCH v2 1/1] xen-netfront: do not use ~0U as error return value for xennet_fill_frags()

2019-10-01 Thread Dongli Zhang
xennet_fill_frags() uses ~0U as return value when the sk_buff is not able to cache extra fragments. This is incorrect because the return type of xennet_fill_frags() is RING_IDX and 0x is an expected value for ring buffer index. In the situation when the rsp_cons is approaching 0x,

Re: [PATCH] staging: rtl8723bs: hal: Fix memcpy calls

2019-10-01 Thread Dan Carpenter
On Mon, Sep 30, 2019 at 05:25:43PM +0300, Denis Efremov wrote: > On 9/30/19 4:18 PM, David Laight wrote: > > From: Denis Efremov > >> Sent: 30 September 2019 12:02 > >> memcpy() in phy_ConfigBBWithParaFile() and PHY_ConfigRFWithParaFile() is > >> called with "src == NULL && len == 0". This is an

Re: [PATCH v2 2/3] Maintainer Handbook: Maintainer Entry Profile

2019-10-01 Thread Jonathan Corbet
On Wed, 11 Sep 2019 08:48:54 -0700 Dan Williams wrote: > As presented at the 2018 Linux Plumbers conference [1], the Maintainer > Entry Profile (formerly Subsystem Profile) is proposed as a way to reduce > friction between committers and maintainers and encourage conversations > amongst

Re: [PATCH net 2/2] arm: dts: mediatek: Fix mt7629 dts to reflect the latest dt-binding

2019-10-01 Thread René van Dorst
Hi MarkLee, Quoting MarkLee : * Removes mediatek,physpeed property from dtsi that is useless in PHYLINK * Set gmac0 to fixed-link sgmii 2.5Gbit mode * Set gmac1 to gmii mode that connect to a internal gphy Signed-off-by: MarkLee --- arch/arm/boot/dts/mt7629-rfb.dts | 13 -

Re: [PATCH v2] RDMA: release allocated skb

2019-10-01 Thread Jason Gunthorpe
On Mon, Sep 23, 2019 at 10:52:59AM -0500, Navid Emamdoost wrote: > In create_cq, the allocated skb buffer needs to be released on error > path. > Moved the kfree_skb(skb) under err4 label. This didn't move anything > Signed-off-by: Navid Emamdoost > drivers/infiniband/hw/cxgb4/cq.c | 1 + > 1

Re: [RFC PATCH 01/22] thunderbolt: Introduce tb_switch_is_icm()

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 01:50:13PM +, mario.limoncie...@dell.com wrote: > > Here at Intel we use term "SW CM" and "FW CM" and IMHO they are better > > than ECM/ICM. But if people insist I can change them. > > I do agree with you, SW CM and FW CM are clearer than ECM/ICM, maybe just >

Re: [PATCH v1 1/4] lib/vsprintf: Print time64_t in human readable format

2019-10-01 Thread Alexandre Belloni
On 01/10/2019 16:33:35+0300, Andy Shevchenko wrote: > On Tue, Oct 01, 2019 at 02:13:21PM +0200, Alexandre Belloni wrote: > > On 01/10/2019 15:11:54+0300, Andy Shevchenko wrote: > > > On Tue, Oct 01, 2019 at 01:48:16PM +0200, Alexandre Belloni wrote: > > > > On 01/10/2019 14:36:55+0300, Andy

[PATCH v2 3/4] [media] usb: pulse8-cec: Switch to use %ptT

2019-10-01 Thread Andy Shevchenko
Use %ptT instead of open coded variant to print content of time64_t type in human readable format. Cc: Hans Verkuil Signed-off-by: Andy Shevchenko Acked-by: Hans Verkuil --- drivers/media/usb/pulse8-cec/pulse8-cec.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

Re: x86/random: Speculation to the rescue

2019-10-01 Thread Borislav Petkov
On Mon, Sep 30, 2019 at 09:06:36AM -0700, Linus Torvalds wrote: > Obviously, that can be a problem if you then need sshd in order to get > into a headless box, so my patch fixes things for you too, but at > least your box doesn't show the problem that Ahmed had, and the boot > completing

[PATCH v2 2/4] ARM: bcm2835: Switch to use %ptT

2019-10-01 Thread Andy Shevchenko
Use %ptT instead of open coded variant to print content of time64_t type in human readable format. Signed-off-by: Andy Shevchenko --- drivers/firmware/raspberrypi.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/firmware/raspberrypi.c

Re: [patch for-5.3 0/4] revert immediate fallback to remote hugepages

2019-10-01 Thread Vlastimil Babka
On 10/1/19 7:43 AM, Michal Hocko wrote: > so we do not get more that 12 huge pages which is really poor. Although > hugetlb pages tend to be allocated early after the boot they are still > an explicit admin request and having less than 5% success rate is really > bad. If anything the

RE: [RFC PATCH 01/22] thunderbolt: Introduce tb_switch_is_icm()

2019-10-01 Thread Mario.Limonciello
> -Original Message- > From: Mika Westerberg > Sent: Tuesday, October 1, 2019 8:48 AM > To: Limonciello, Mario > Cc: gre...@linuxfoundation.org; linux-...@vger.kernel.org; > andreas.noe...@gmail.com; michael.ja...@intel.com; yehezkel...@gmail.com; > rajmohan.m...@intel.com;

RE: [PATCH v2 2/4] dt-bindings: snps,dw-apb-ssi: Add optional clock domain information

2019-10-01 Thread Gareth Williams
Hi Rob, On Tue, Oct 01, 2019 at 13:02:34AM +0100, Rob Herring wrote: > On Wed, Sep 18, 2019 at 09:04:34AM +0100, Gareth Williams wrote: > > Note in the bindings documentation that pclk should be renamed if a > > clock domain is used to enable the optional bus clock. > > > > Signed-off-by: Gareth

Re: [PATCH v3 1/3] arm64: dts: meson: add reset controller for Meson-A1 SoC

2019-10-01 Thread Neil Armstrong
On 29/09/2019 08:24, Xingyu Chen wrote: > Add the reset controller device of Meson-A1 SoC family > > Signed-off-by: Xingyu Chen > --- > arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi >

Re: [PATCH 2/2] pwm: stm32: add power management support

2019-10-01 Thread Fabrice Gasnier
On 10/1/19 11:51 AM, Uwe Kleine-König wrote: > Hello Fabrice, > > On Tue, Oct 01, 2019 at 10:18:31AM +0200, Fabrice Gasnier wrote: >> On 10/1/19 9:04 AM, Uwe Kleine-König wrote: >>> On Mon, Sep 30, 2019 at 05:39:11PM +0200, Fabrice Gasnier wrote: Add suspend/resume PM sleep ops. When going

Re: [RFC PATCH 01/22] thunderbolt: Introduce tb_switch_is_icm()

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 01:36:49PM +, mario.limoncie...@dell.com wrote: > > -Original Message- > > From: Mika Westerberg > > Sent: Tuesday, October 1, 2019 7:47 AM > > To: Greg Kroah-Hartman > > Cc: linux-...@vger.kernel.org; Andreas Noever; Michael Jamet; Yehezkel > > Bernat; > >

[PATCH v2 1/4] lib/vsprintf: Print time64_t in human readable format

2019-10-01 Thread Andy Shevchenko
There are users which print time and date represented by content of time64_t type in human readable format. Instead of open coding that each time introduce %ptT[dt][r] specifier. Few test cases for %ptT specifier has been added as well. Cc: Hans Verkuil Cc: Mathias Nyman Cc: Jonathan Corbet

Re: [PATCH v3 2/3] dt-bindings: reset: add bindings for the Meson-A1 SoC Reset Controller

2019-10-01 Thread Rob Herring
On Sun, 29 Sep 2019 14:24:14 +0800, Xingyu Chen wrote: > Add DT bindings for the Meson-A1 SoC Reset Controller include file, > and also slightly update documentation. > > Signed-off-by: Xingyu Chen > --- > .../bindings/reset/amlogic,meson-reset.yaml| 1 + >

[PATCH v2 0/4] lib/vsprintf: Introduce %ptT for time64_t

2019-10-01 Thread Andy Shevchenko
It is a logical continuation of previously applied %ptR for struct rtc_time. We have few users of time64_t that would like to print it. In v2: - drop #ifdef CONFIG_RTC_LIB with time64_to_rtc_time() altogether (Petr, Alexandre) - update default error path message along with test case for it -

[PATCH v2 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-10-01 Thread Andy Shevchenko
Use %ptT instead of open coded variant to print content of time64_t type in human readable format. Cc: Thierry Reding Cc: Jonathan Hunter Signed-off-by: Andy Shevchenko --- drivers/usb/host/xhci-tegra.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

[PATCH 1/3] mfd: wm8998: Remove some unused registers

2019-10-01 Thread Charles Keepax
Signed-off-by: Charles Keepax --- Patch is new to the series. Thanks, Charles drivers/mfd/wm8998-tables.c | 12 include/linux/mfd/arizona/registers.h | 7 --- 2 files changed, 19 deletions(-) diff --git a/drivers/mfd/wm8998-tables.c b/drivers/mfd/wm8998-tables.c

[PATCH v3 3/3] mfd: madera: Add support for requesting the supply clocks

2019-10-01 Thread Charles Keepax
Add the ability to get the clock for each clock input pin of the chip and enable MCLK2 since that is expected to be a permanently enabled 32kHz clock. Signed-off-by: Charles Keepax --- Changes since v2: - Use new devm_clk_bulk_get_optional API Thanks, Charles drivers/mfd/madera-core.c

[PATCH v3 2/3] mfd: madera: Update DT binding document to support clock supplies

2019-10-01 Thread Charles Keepax
Add the 3 input clock sources for the chip into the device tree binding document. Reviewed-by: Rob Herring Signed-off-by: Charles Keepax --- No changes since v2. Thanks, Charles Documentation/devicetree/bindings/mfd/madera.txt | 8 1 file changed, 8 insertions(+) diff --git

RE: [PATCH] PCI:cadence:Driver refactored to use as a core library.

2019-10-01 Thread Tom Joseph
Hi Andrew, Thanks for the kind review. > -Original Message- > From: Andrew Murray > Sent: 01 October 2019 11:07 > To: Tom Joseph > Cc: linux-...@vger.kernel.org; Lorenzo Pieralisi ; > Bjorn Helgaas ; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] PCI:cadence:Driver refactored

Re: [PATCH] sched: Avoid spurious lock dependencies

2019-10-01 Thread Peter Zijlstra
On Tue, Oct 01, 2019 at 05:06:56PM +0530, Srikar Dronamraju wrote: > > Subject: sched: Avoid spurious lock dependencies > > > > While seemingly harmless, __sched_fork() does hrtimer_init(), which, > > when DEBUG_OBJETS, can end up doing allocations. > > > > NIT: s/DEBUG_OBJETS/DEBUG_OBJECTS >

Re: [RFC PATCH 00/22] thunderbolt: Add support for USB4

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:49:54PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2019 at 02:38:08PM +0300, Mika Westerberg wrote: > > Hi all, > > > > I'm sending this as RFC because the series is still missing important > > features such as power management so not ready for merging. However,

Re: [PATCH] usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()

2019-10-01 Thread Guenter Roeck
On 10/1/19 4:54 AM, Dan Carpenter wrote: On Thu, Sep 26, 2019 at 05:53:10AM -0700, Guenter Roeck wrote: On Wed, Sep 25, 2019 at 02:02:19PM +0300, Dan Carpenter wrote: The "port->typec_caps.data" and "port->typec_caps.type" variables are enums and in this context GCC will treat them as an

Re: [PATCH v4 2/3] dt-bindings: dma: ti-edma: Document dma-channel-mask for EDMA

2019-10-01 Thread Rob Herring
On Mon, 30 Sep 2019 14:40:54 +0300, Peter Ujfalusi wrote: > Similarly to paRAM slots, channels can be used by other cores. > > The common dma-channel-mask property can be used for specifying the > available channels. > > Signed-off-by: Peter Ujfalusi > --- >

Re: [PATCH v4 1/3] dt-bindings: dmaengine: dma-common: Change dma-channel-mask to uint32-array

2019-10-01 Thread Rob Herring
On Mon, 30 Sep 2019 14:40:53 +0300, Peter Ujfalusi wrote: > Make the dma-channel-mask to be usable for controllers with more than 32 > channels. > > Signed-off-by: Peter Ujfalusi > --- > Documentation/devicetree/bindings/dma/dma-common.yaml | 9 - > 1 file changed, 8 insertions(+), 1

Re: [PATCH v5 1/2] dt-bindings: at24: convert the binding document to yaml

2019-10-01 Thread Rob Herring
On Mon, Sep 30, 2019 at 10:59:56AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Convert the binding document for at24 EEPROMs from txt to yaml. The > compatible property uses a regex pattern to address all the possible > combinations of "vendor,model" strings. > >

Re: [PATCH v5 2/2] dt-bindings: timer: Use defines instead of numbers in Exynos MCT examples

2019-10-01 Thread Rob Herring
On Mon, 30 Sep 2019 17:44:18 +0200, Krzysztof Kozlowski wrote: > Make the examples in Exynos Multi Core Timer bindings more readable and > bring them closer to real DTS by using defines for interrupt flags. > Fix also GIC interrupt type in example for Exynos4412 (from SPI to PPI). > >

Re: [PATCH 2/2] can: C_CAN: add bus recovery events

2019-10-01 Thread Kurt Van Dijck
On di, 01 okt 2019 09:40:57 +0200, Kurt Van Dijck wrote: > On do, 26 sep 2019 08:50:51 +, Jeroen Hofstee wrote: > > While the state is update when the error counters increase and decrease, > > there is no event when the bus recovers and the error counters decrease > > again. So add that event

Re: [PATCH 0/3] tegra: use regulator_bulk_set_supply_names()

2019-10-01 Thread Thierry Reding
On Tue, Oct 01, 2019 at 03:23:30PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The regulator_bulk_set_supply_names() helper was merged upstream. Use it > in a couple tegra drivers. > > Bartosz Golaszewski (3): > ahci: tegra: use regulator_bulk_set_supply_names() > phy:

Re: [PATCH 1/2] can: D_CAN: perform a sofware reset on open

2019-10-01 Thread Kurt Van Dijck
On do, 26 sep 2019 08:50:44 +, Jeroen Hofstee wrote: > When the C_CAN interface is closed it is put in power down mode, but > does not reset the error counters / state. So reset the D_CAN on open, > so the reported state and the actual state match. > > According to [1], the C_CAN module

Re: [PATCH v5 1/2] dt-bindings: timer: Convert Exynos MCT bindings to json-schema

2019-10-01 Thread Rob Herring
On Mon, 30 Sep 2019 17:44:17 +0200, Krzysztof Kozlowski wrote: > Convert Samsung Exynos Soc Multi Core Timer bindings to DT schema format > using json-schema. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v4: > 1. Do not mention interrupts-extended in the bindings (old

RE: [RFC PATCH 01/22] thunderbolt: Introduce tb_switch_is_icm()

2019-10-01 Thread Mario.Limonciello
> -Original Message- > From: Mika Westerberg > Sent: Tuesday, October 1, 2019 7:47 AM > To: Greg Kroah-Hartman > Cc: linux-...@vger.kernel.org; Andreas Noever; Michael Jamet; Yehezkel Bernat; > Rajmohan Mani; Nicholas Johnson; Lukas Wunner; Alan Stern; Limonciello, Mario; > Anthony Wong;

Re: [PATCH] selinux: Remove load size limit

2019-10-01 Thread Paul Moore
On Fri, Sep 20, 2019 at 9:55 PM zhanglin wrote: > Load size was limited to 64MB, this was legacy limitation due to vmalloc() > which was removed a while ago. > > Limiting load size to 64MB is both pointless and affects real world use > cases. > > Signed-off-by: zhanglin > --- >

Re: [PATCH v1 1/4] lib/vsprintf: Print time64_t in human readable format

2019-10-01 Thread Andy Shevchenko
On Tue, Oct 01, 2019 at 02:13:21PM +0200, Alexandre Belloni wrote: > On 01/10/2019 15:11:54+0300, Andy Shevchenko wrote: > > On Tue, Oct 01, 2019 at 01:48:16PM +0200, Alexandre Belloni wrote: > > > On 01/10/2019 14:36:55+0300, Andy Shevchenko wrote: > > > > On Mon, Sep 30, 2019 at 10:08:09PM

[PATCH] KVM: x86: omit "impossible" pmu MSRs from MSR list

2019-10-01 Thread Paolo Bonzini
INTEL_PMC_MAX_GENERIC is currently 32, which exceeds the 18 contiguous MSR indices reserved by Intel for event selectors. Since some machines actually have MSRs past the reserved range, these may survive the filtering of msrs_to_save array and would be rejected by KVM_GET/SET_MSR. Cut the list to

Re: [PATCH 0/6] add the DDR clock controller on Meson8 and Meson8b

2019-10-01 Thread Jerome Brunet
On Mon 23 Sep 2019 at 22:49, Martin Blumenstingl wrote: > Hi Jerome, > > On Mon, Sep 23, 2019 at 12:06 PM Jerome Brunet wrote: >> >> On Sat 21 Sep 2019 at 17:18, Martin Blumenstingl >> wrote: >> >> > Meson8 and Meson8b SoCs embed a DDR clock controller in their MMCBUS >> > registers. This

Re: [PATCH v10 2/3] arm64: mm: implement arch_faults_on_old_pte() on arm64

2019-10-01 Thread Marc Zyngier
On Tue, 1 Oct 2019 13:50:32 +0100 Will Deacon wrote: > On Mon, Sep 30, 2019 at 09:57:39AM +0800, Jia He wrote: > > On arm64 without hardware Access Flag, copying fromuser will fail because > > the pte is old and cannot be marked young. So we always end up with zeroed > > page after fork() + CoW

Re: [PATCH v2 0/4] sched/fair: Active balancer RT/DL preemption fix

2019-10-01 Thread Juri Lelli
Hi Valentin, On 01/10/19 11:29, Valentin Schneider wrote: > (expanded the Cc list) > RT/DL folks, any thought on the thing? Even if I like your idea and it looks theoretically the right thing to do, I'm not sure we want it in practice if it adds complexity to CFS. I personally never noticed

Re: [PATCH v1 4/4] usb: host: xhci-tegra: Switch to use %ptT

2019-10-01 Thread Thierry Reding
On Fri, Jan 04, 2019 at 09:30:09PM +0200, Andy Shevchenko wrote: > Use %ptT instead of open coded variant to print content of > time64_t type in human readable format. > > Cc: Mathias Nyman > Cc: Thierry Reding > Cc: Jonathan Hunter > Signed-off-by: Andy Shevchenko > --- >

Re: [RFC PATCH 12/22] thunderbolt: Add Display Port CM handshake for Titan Ridge devices

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:44:09PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2019 at 02:38:20PM +0300, Mika Westerberg wrote: > > Titan Ridge devices and newer need an additional connection manager > > handshake in order to do proper Display Port tunneling so implement it > > here. > > >

[PATCH] powerpc/pseries: Remove confusing warning message.

2019-10-01 Thread Laurent Dufour
Since the commit 1211ee61b4a8 ("powerpc/pseries: Read TLB Block Invalidate Characteristics"), a warning message is displayed when booting a guest on top of KVM: lpar: arch/powerpc/platforms/pseries/lpar.c pseries_lpar_read_hblkrm_characteristics Error calling get-system-parameter (0xfffd)

Re: [PATCH 2/6] clk: meson: add a driver for the Meson8/8b/8m2 DDR clock controller

2019-10-01 Thread Jerome Brunet
On Sat 21 Sep 2019 at 17:18, Martin Blumenstingl wrote: > The Meson8/Meson8b/Meson8m2 SoCs embed a DDR clock controller in the > MMCBUS registers. There is no public documentation, but the u-boot GPL > sources from the Amlogic BSP show that the DDR clock controller is > identical on all three

Re: [PATCH 2/3] Staging: exfat: exfat_super.c: fixed multiple coding style issues with camelcase and parentheses

2019-10-01 Thread Dan Carpenter
On Sun, Sep 29, 2019 at 09:52:29AM -0500, Jesse Barton wrote: > Changed Function Names: > ffsGetVolInfo -> ffs_get_vol_info > ffsLookupFile -> ffs_lookup_file > ffsCreateFile -> ffs_create_file > ffsReadFile -> ffs_read_file > ffsWriteFile -> ffs_write_file > ffsTruncateFile -> ffs_truncate_file >

Re: [RFC PATCH 09/22] thunderbolt: Convert basic adapter register names to follow the USB4 spec

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:41:26PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2019 at 02:38:17PM +0300, Mika Westerberg wrote: > > Now that USB4 spec has names for these basic registers we can use them > > instead. This makes it easier to match certain register to the spec. > > > > No

Re: [PATCH v3 1/5] arm64: vdso32: Introduce COMPAT_CC_IS_GCC

2019-10-01 Thread Catalin Marinas
On Tue, Oct 01, 2019 at 02:14:23PM +0100, Will Deacon wrote: > On Thu, Sep 26, 2019 at 10:43:38PM +0100, Vincenzo Frascino wrote: > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > > index 37c610963eee..0e5beb928af5 100644 > > --- a/arch/arm64/Kconfig > > +++ b/arch/arm64/Kconfig > > @@

ERROR: "__aeabi_uldivmod" [drivers/iio/common/hid-sensors/hid-sensor-iio-common.ko] undefined!

2019-10-01 Thread kbuild test robot
Hi Andy, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c commit: 473d12f7638c93acbd9296a8cd455b203d5eb528 iio: hid-sensor-attributes: Convert to use int_pow() date: 6

Re: [PATCH v3 0/5]arm64: vdso32: Address various issues

2019-10-01 Thread Will Deacon
On Thu, Sep 26, 2019 at 10:43:37PM +0100, Vincenzo Frascino wrote: > this patch series is meant to address the various compilation issues you > reported about arm64 vdso32. Thanks, I've commented on the patches. Also, when you respin, please can you drop the "As reported by Will Deacon ..." lines

Re: [RFC PATCH 08/22] thunderbolt: Add downstream PCIe port mappings for Alpine and Titan Ridge

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:40:54PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2019 at 02:38:16PM +0300, Mika Westerberg wrote: > > In order to keep PCIe hierarchies consistent across hotplugs, add > > hard-coded PCIe downstream port to Thunderbolt port for Alpine Ridge and > > Titan Ridge

Re: [PATCH v3 2/5] arm64: vdso32: Detect binutils support for dmb ishld

2019-10-01 Thread Will Deacon
On Thu, Sep 26, 2019 at 10:43:39PM +0100, Vincenzo Frascino wrote: > As reported by Will Deacon, older versions of binutils that do not > support certain types of memory barriers can cause build failure of the > vdso32 library. > > Add a compilation time mechanism that detects if binutils

[PATCH 0/3] tegra: use regulator_bulk_set_supply_names()

2019-10-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The regulator_bulk_set_supply_names() helper was merged upstream. Use it in a couple tegra drivers. Bartosz Golaszewski (3): ahci: tegra: use regulator_bulk_set_supply_names() phy: tegra: use regulator_bulk_set_supply_names() usb: host: xhci-tegra: use

[PATCH 3/3] usb: host: xhci-tegra: use regulator_bulk_set_supply_names()

2019-10-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Use the new regulator helper instead of a for loop. Signed-off-by: Bartosz Golaszewski --- drivers/usb/host/xhci-tegra.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c index

[PATCH 1/3] ahci: tegra: use regulator_bulk_set_supply_names()

2019-10-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Use the new regulator helper instead of a for loop. Signed-off-by: Bartosz Golaszewski --- drivers/ata/ahci_tegra.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ata/ahci_tegra.c b/drivers/ata/ahci_tegra.c index

[PATCH 2/3] phy: tegra: use regulator_bulk_set_supply_names()

2019-10-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Use the new regulator helper instead of a for loop. Signed-off-by: Bartosz Golaszewski --- drivers/phy/tegra/xusb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/phy/tegra/xusb.c b/drivers/phy/tegra/xusb.c index

Re: [PATCH v3 3/5] arm64: vdso32: Fix compilation warning

2019-10-01 Thread Will Deacon
On Thu, Sep 26, 2019 at 10:43:40PM +0100, Vincenzo Frascino wrote: > As reported by Will Deacon the following compilation warning appears > during the compilation of the vdso32: > > In file included from ./arch/arm64/include/asm/thread_info.h:17:0, > from

Re: [PATCH] scripts/setlocalversion: clear local varaible to make it work for sh

2019-10-01 Thread Geert Uytterhoeven
Hi Yamada-san, s/varaible/variable/ in subject. On Tue, Oct 1, 2019 at 2:17 PM Masahiro Yamada wrote: > Geert Uytterhoeven reports a strange side-effect of commit 858805b336be > ("kbuild: add $(BASH) to run scripts with bash-extension"), which > inserts the contents of a localversion file in

[PATCH] regulator: lochnagar: Add on_off_delay for VDDCORE

2019-10-01 Thread Charles Keepax
The VDDCORE regulator takes a good length of time to discharge down, so add an on_off_delay to ensure DCVDD is removed before it is powered on again. Signed-off-by: Charles Keepax --- drivers/regulator/lochnagar-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v10 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()

2019-10-01 Thread Marc Zyngier
On Tue, 1 Oct 2019 13:54:47 +0100 Will Deacon wrote: > On Mon, Sep 30, 2019 at 09:57:38AM +0800, Jia He wrote: > > We unconditionally set the HW_AFDBM capability and only enable it on > > CPUs which really have the feature. But sometimes we need to know > > whether this cpu has the capability of

Re: [PATCH 2/3] Staging: exfat: exfat_super.c: fixed multiple coding style issues with camelcase and parentheses

2019-10-01 Thread Dan Carpenter
On Sat, Sep 28, 2019 at 07:22:33PM -0500, Jesse Barton wrote: > Fixed coding style issues with camelcase on functions and various parentheses > that were not needed > Do this as two separate patches. regards, dan carpenter

Re: [PATCH v2 2/3] mm, page_owner: decouple freeing stack trace from debug_pagealloc

2019-10-01 Thread Qian Cai
On Tue, 2019-10-01 at 14:35 +0200, Vlastimil Babka wrote: > On 10/1/19 2:32 PM, Vlastimil Babka wrote: > > On 10/1/19 2:26 PM, Qian Cai wrote: > > > On Tue, 2019-10-01 at 14:51 +0300, Kirill A. Shutemov wrote: > > > > On Tue, Oct 01, 2019 at 10:07:44AM +0200, Vlastimil Babka wrote: > > > > > On

Re: [PATCH 3/3] Staging: exfat: exfat_super.c Fixed coding style issues.

2019-10-01 Thread Dan Carpenter
On Sat, Sep 28, 2019 at 07:21:19PM -0500, Jesse Barton wrote: > Fixed Coding Style issues Which ones? > > Signed-off-by: Jesse Barton > --- > drivers/staging/exfat/exfat_super.c | 29 + > 1 file changed, 9 insertions(+), 20 deletions(-) > > diff --git

Re: [PATCH v2 1/4] dt-bindings: memory-controllers: Add Exynos5422 DMC interrupts description

2019-10-01 Thread Krzysztof Kozlowski
On Tue, Oct 01, 2019 at 02:54:33PM +0200, Lukasz Luba wrote: > Add description for optional interrupt lines. It provides a new operation > mode, which uses internal performance counters interrupt when overflow. > This is more reliable than using default polling mode implemented in > devfreq. > >

Re: [PATCH 1/1] clk: meson: gxbb: let sar_adc_clk_div set the parent clock rate

2019-10-01 Thread Jerome Brunet
On Sat 21 Sep 2019 at 17:04, Martin Blumenstingl wrote: > The meson-saradc driver manually sets the input clock for > sar_adc_clk_sel. Update the GXBB clock driver (which is used on GXBB, > GXL and GXM) so the rate settings on sar_adc_clk_div are propagated up > to sar_adc_clk_sel which will

Re: [PATCH 0/3] clk: meson: g12a: fixes for DVFS

2019-10-01 Thread Jerome Brunet
On Thu 19 Sep 2019 at 11:36, Neil Armstrong wrote: > This is the first serie of fixes for DVFS support on G12a: > - Patch 1 fixes a rebase issue where a CLK_SET_RATE_NO_REPARENT > appeared on the wrong clock and a SET_RATE_PARENT went missing > - Patch 2 helps CCF use the right clock tree

Re: [RFC PATCH 07/22] thunderbolt: Add default linking between ports if not provided by DROM

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:39:11PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2019 at 02:38:15PM +0300, Mika Westerberg wrote: > > Some cases the DROM information is not correct or is simply missing. > > What is "DROM"? It is "Device ROM". Essentially per-device information. I will spell

Re: [PATCH v3 1/5] arm64: vdso32: Introduce COMPAT_CC_IS_GCC

2019-10-01 Thread Will Deacon
On Thu, Sep 26, 2019 at 10:43:38PM +0100, Vincenzo Frascino wrote: > As reported by Will Deacon the .config file and the generated > include/config/auto.conf can end up out of sync after a set of > commands since CONFIG_CROSS_COMPILE_COMPAT_VDSO is not updated > correctly. > > The sequence can be

Re: [PATCH] staging: rtl8188eu: fix null dereference when kzalloc fails

2019-10-01 Thread Dan Carpenter
On Fri, Sep 27, 2019 at 02:44:15PM -0700, Connor Kuehl wrote: > If kzalloc() returns NULL, the error path doesn't stop the flow of > control from entering rtw_hal_read_chip_version() which dereferences the > null pointer. Fix this by adding a 'goto' to the error path to more > gracefully handle

Re: [RFC PATCH 17/22] thunderbolt: Add initial support for USB4

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:47:48PM +0200, Greg Kroah-Hartman wrote: > > - Thunderbolt Controller driver. This driver is required if you > > - want to hotplug Thunderbolt devices on Apple hardware or on PCs > > - with Intel Falcon Ridge or newer. > > + USB4 (Thunderbolt) driver.

Re: [PATCH v10 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()

2019-10-01 Thread Will Deacon
On Mon, Sep 30, 2019 at 09:57:38AM +0800, Jia He wrote: > We unconditionally set the HW_AFDBM capability and only enable it on > CPUs which really have the feature. But sometimes we need to know > whether this cpu has the capability of HW AF. So decouple AF from > DBM by new helper

[PATCH v2 1/4] dt-bindings: memory-controllers: Add Exynos5422 DMC interrupts description

2019-10-01 Thread Lukasz Luba
Add description for optional interrupt lines. It provides a new operation mode, which uses internal performance counters interrupt when overflow. This is more reliable than using default polling mode implemented in devfreq. Signed-off-by: Lukasz Luba ---

[PATCH v2 2/4] ARM: dts: exynos: Add interrupt to DMC controller in Exynos5422

2019-10-01 Thread Lukasz Luba
Add interrupt to Dynamic Memory Controller in Exynos5422 and Odroid XU3-family boards. It will be used instead of devfreq polling mode governor. The interrupt is connected to performance counters private for DMC, which might track utilisation of the memory channels. Signed-off-by: Lukasz Luba

[PATCH v2 3/4] ARM: dts: exynos: map 0x10000 SFR instead of 0x100 in DMC Exynos5422

2019-10-01 Thread Lukasz Luba
There is a need to access registers at address offset near 0x1. These registers are private DMC performance counters, which might be used as interrupt trigger when overflow. Potential usage is to skip polling in devfreq framework and switch to interrupt managed bandwidth control.

[PATCH v2 0/4] Exynos5 DMC interrupt mode

2019-10-01 Thread Lukasz Luba
Hi all, This is a v2 patch set for the Exynos5 Dynamic Memory Controller driver which could be found in Krzysztof's tree [1]. It is on top of a merge of the two branches [1][2]. It adds interrupt mode which does not relay on devfreq polling. Instead of checking the device state by the framework,

[PATCH v2 4/4] memory: samsung: exynos5422-dmc: Add support for interrupt from performance counters

2019-10-01 Thread Lukasz Luba
Introduce a new interrupt driven mechanism for managing speed of the memory controller. The interrupts are generated due to performance counters overflow. The performance counters might track memory reads, writes, transfers, page misses, etc. In the basic algorithm tracking read transfers and

Re: [PATCH v2] scripts/sphinx-pre-install: add how to exit virtualenv usage message

2019-10-01 Thread Jonathan Corbet
On Wed, 18 Sep 2019 18:37:54 -0600 Shuah Khan wrote: > Add usage message on how to exit the virtualenv after documentation > work is done. > > Signed-off-by: Shuah Khan > --- > Changes since v1: > Changed the message based on Mauro's review comments. Applied, thanks. jon

Re: [PATCH v10 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

2019-10-01 Thread Will Deacon
On Mon, Sep 30, 2019 at 09:57:40AM +0800, Jia He wrote: > When we tested pmdk unit test [1] vmmalloc_fork TEST1 in arm64 guest, there > will be a double page fault in __copy_from_user_inatomic of cow_user_page. > > Below call trace is from arm64 do_page_fault for debugging purpose > [

Re: [RFC PATCH 06/22] thunderbolt: Add support for lane bonding

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:38:08PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2019 at 02:38:14PM +0300, Mika Westerberg wrote: > > Lane bonding allows aggregating the two 10/20 Gb/s (depending on the > > generation) lanes into a single 20/40 Gb/s bonded link. This allows > > sharing the

Re :

2019-10-01 Thread Marzouk Marmouri
Good day , my name is Marzouk Marmouri , i sent you a mail and there was no response , please confirm that you did get this mail for more details. Regards. Marzouk Marmouri

Re: [PATCH] PCI: Add Loongson vendor ID and device IDs

2019-10-01 Thread Bjorn Helgaas
On Tue, Oct 01, 2019 at 10:53:44AM +0800, Tiezhu Yang wrote: > On 09/30/2019 10:02 PM, Andrew Murray wrote: > > On Mon, Sep 30, 2019 at 12:55:20PM +0800, Tiezhu Yang wrote: > > > Add the Loongson vendor ID and device IDs to pci_ids.h > > > to be used in the future. > > > > > > The Loongson IDs

Re: [PATCH v10 2/3] arm64: mm: implement arch_faults_on_old_pte() on arm64

2019-10-01 Thread Will Deacon
On Mon, Sep 30, 2019 at 09:57:39AM +0800, Jia He wrote: > On arm64 without hardware Access Flag, copying fromuser will fail because > the pte is old and cannot be marked young. So we always end up with zeroed > page after fork() + CoW for pfn mappings. we don't always have a > hardware-managed

Cher Monsieur, madame

2019-10-01 Thread Bénédicte LAMOU
Cher Monsieur, madame, Je n'ai pas un autre moyen de communiquer avec vous que de vous faire parvenir ce mail. Je suis dans le désespoir et mon cœur saigne au moment ou je vous fais ce message qui j'espère retiendra votre attention. Je vous contacte aujourd'hui car bien vrai que l'on ne se

Re: [RFC PATCH 00/22] thunderbolt: Add support for USB4

2019-10-01 Thread Greg Kroah-Hartman
On Tue, Oct 01, 2019 at 02:38:08PM +0300, Mika Westerberg wrote: > Hi all, > > I'm sending this as RFC because the series is still missing important > features such as power management so not ready for merging. However, I > think it is good to get any early feedback from the community. We are >

Re: [PATCH 2/2] docs: security: update base LSM documentation file

2019-10-01 Thread Jonathan Corbet
On Wed, 25 Sep 2019 13:06:28 -0700 Kees Cook wrote: > > +always appears first in the stack of LSM hooks. A > > +:c:func:`security_add_hooks()` function (in ``security/security.c``) > > IIUC, the :c:func:`...()` marking isn't needed any more, just having a > word followed by "()" should

Re: [RFC PATCH 03/22] thunderbolt: Log warning if adding switch fails

2019-10-01 Thread Mika Westerberg
On Tue, Oct 01, 2019 at 02:18:04PM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2019 at 02:38:11PM +0300, Mika Westerberg wrote: > > If we fail to add a switch for some reason log a warning with the error > > code. This is useful for debugging. > > > > Signed-off-by: Mika Westerberg > >

Re: [RFC PATCH 17/22] thunderbolt: Add initial support for USB4

2019-10-01 Thread Greg Kroah-Hartman
On Tue, Oct 01, 2019 at 02:38:25PM +0300, Mika Westerberg wrote: > USB4 is a public spec based on Thunderbolt protocol. There are some > differences in register layouts and flows. In addition to PCIe and DP > tunneling, USB4 supports tunneling of USB 3.x. USB4 is also backward > compatible with

Re: [PATCH -next] treewide: remove unused argument in lock_release()

2019-10-01 Thread Qian Cai
On Mon, 2019-09-30 at 09:29 +0200, Peter Zijlstra wrote: > On Thu, Sep 19, 2019 at 12:09:40PM -0400, Qian Cai wrote: > > Since the commit b4adfe8e05f1 ("locking/lockdep: Remove unused argument > > in __lock_release"), @nested is no longer used in lock_release(), so > > remove it from all

[PATCH] PM / devfreq: exynos-ppmu: remove useless assignment

2019-10-01 Thread Marek Szyprowski
The error code is propagated to the caller, so there is no need to keep it additionally in the unused variable. Signed-off-by: Marek Szyprowski --- drivers/devfreq/event/exynos-ppmu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/devfreq/event/exynos-ppmu.c

<    4   5   6   7   8   9   10   11   12   13   >