Re: [PATCH] docs: dt: Use full path to enable cross-reference

2020-11-30 Thread Jonathan Corbet
On Mon, 23 Nov 2020 12:13:46 + Nícolas F. R. A. Prado wrote: > Use full path to reference writing-schema.rst so that it becomes a > cross-reference. > > Signed-off-by: Nícolas F. R. A. Prado > --- > > Hi Jon, > > do you think this would be the way to go, or should we instead extend > aut

Re: [PATCH v2 4/6] PCI: brcmstb: Give 7216 SOCs their own config type

2020-11-30 Thread Florian Fainelli
On 11/30/2020 1:11 PM, Jim Quinlan wrote: > This distinction is required for an imminent commit. > > Signed-off-by: Jim Quinlan Acked-by: Florian Fainelli -- Florian

Re: [PATCH v2 6/6] PCI: brcmstb: check return value of clk_prepare_enable()

2020-11-30 Thread Florian Fainelli
On 11/30/2020 1:11 PM, Jim Quinlan wrote: > The check was missing on PCIe resume. > > Signed-off-by: Jim Quinlan Acked-by: Florian Fainelli Fixes: 8195b7417018 ("PCI: brcmstb: Add suspend and resume pm_ops") -- Florian

[PATCH v2 0/2] memcg: add pagetable comsumption to memory.stat

2020-11-30 Thread Shakeel Butt
Many workloads consumes significant amount of memory in pagetables. One specific use-case is the user space network driver which mmaps the application memory to provide zero copy transfer. This driver can consume a large amount memory in page tables. This patch series exposes the pagetable comsumpt

Re: linux-next: Signed-off-by missing for commit in the rockchip tree

2020-11-30 Thread Heiko Stübner
Hi Stephen, Am Montag, 30. November 2020, 22:21:07 CET schrieb Stephen Rothwell: > Hi all, > > Commit > > f166ed782080 ("arm64: defconfig: Enable RTC_DRV_HYM8563") > > is missing a Signed-off-by from its committer. thanks for catching this. I've addy the Signed-off-by and re-created the for

[PATCH v2 1/2] mm: move lruvec stats update functions to vmstat.h

2020-11-30 Thread Shakeel Butt
This patch does not change any functionality and only move the functions which update the lruvec stats to vmstat.h from memcontrol.h. The main reason for this patch is to be able to use these functions in the page table contructor function which is defined in mm.h and we can not include the memcont

[PATCH v2 2/2] mm: memcontrol: account pagetables per node

2020-11-30 Thread Shakeel Butt
For many workloads, pagetable consumption is significant and it makes sense to expose it in the memory.stat for the memory cgroups. However at the moment, the pagetables are accounted per-zone. Converting them to per-node and using the right interface will correctly account for the memory cgroups a

Re: [PATCH v4 13/25] coresight: etm4x: Cleanup secure exception level masks

2020-11-30 Thread Mathieu Poirier
On Thu, Nov 19, 2020 at 04:45:35PM +, Suzuki K Poulose wrote: > We rely on the ETM architecture version to decide whether > Secure EL2 is available on the CPU for excluding the level > for address comparators and viewinst main control register. > We must instead use the TRCDIDR3.EXLEVEL_S field

Re: [PATCH v2 5/6] PCI: brcmstb: Add panic/die handler to RC driver

2020-11-30 Thread Florian Fainelli
On 11/30/2020 1:11 PM, Jim Quinlan wrote: > Whereas most PCIe HW returns 0x on illegal accesses and the like, > by default Broadcom's STB PCIe controller effects an abort. This simple > handler determines if the PCIe controller was the cause of the abort and if > so, prints out diagnost

Re: [PATCH v2 3/6] PCI: brcmstb: Do not turn off regulators if EP can wake up

2020-11-30 Thread Florian Fainelli
On 11/30/2020 1:11 PM, Jim Quinlan wrote: > If any downstream device may wake up during S2/S3 suspend, we do not want > to turn off its power when suspending. > > Signed-off-by: Jim Quinlan Looks good to me, just one minor typo below: > +enum { > + TURN_OFF, /* Turn egulato

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

2020-11-30 Thread Stephen Rothwell
Hi all, In commit 107673613884 ("blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats") Fixes tag Fixes: ef45fe470e1 ("blk-cgroup: show global disk stats in root cgroup io.stat") has these problem(s): - SHA1 should be at least 12 digits long For the future, this can be fixed by

Re: [PATCH v2 1/3] irqchip: qcom-pdc: Fix phantom irq when changing between rising/falling

2020-11-30 Thread Doug Anderson
Hi, On Tue, Nov 24, 2020 at 9:47 AM Douglas Anderson wrote: > > We have a problem if we use gpio-keys and configure wakeups such that > we only want one edge to wake us up. AKA: > wakeup-event-action = ; > wakeup-source; > > Specifically we end up with a phantom interrupt that blocks suspend

Re: [PATCH v2 2/6] PCI: brcmstb: Add control of EP voltage regulator(s)

2020-11-30 Thread Florian Fainelli
On 11/30/2020 1:11 PM, Jim Quinlan wrote: > Control of EP regulators by the RC is needed because of the chicken-and-egg > situation: although the regulator is "owned" by the EP and would be best > handled on its driver, the EP cannot be discovered and probed unless its > regulator is already tur

Re: [PATCH v2 02/24] exec: Simplify unshare_files

2020-11-30 Thread Eric W. Biederman
Arnd Bergmann writes: > On Wed, Nov 25, 2020 at 2:16 AM Eric W. Biederman > wrote: >> > On 11/24/20 12:14 PM, Arnd Bergmann wrote: >> > >> > There are still PS3-Linux users out there. They use 'Homebrew' firmware >> > released through 'Hacker' forums that allow them to run Linux on >> > non-su

Re: [PATCH kernel v4 2/8] genirq/irqdomain: Clean legacy IRQ allocation

2020-11-30 Thread Thomas Gleixner
Alexey, On Tue, Nov 24 2020 at 17:17, Alexey Kardashevskiy wrote: > There are 10 users of __irq_domain_alloc_irqs() and only one - IOAPIC - > passes realloc==true. There is no obvious reason for handling this > specific case in the generic code. There is also no obvious reason for _NOT_ handling

Re: [PATCH v8 11/12] mm/vmalloc: Hugepage vmalloc mappings

2020-11-30 Thread Edgecombe, Rick P
On Mon, 2020-11-30 at 12:21 -0800, Rick Edgecombe wrote: > another option could be to use the changes here: > https://lore.kernel.org/lkml/20201125092208.12544-4-r...@kernel.org/ > to reset the direct map for a large page range at a time for large > vmalloc pages. Oops, sorry. This wouldn't be so

Re: [PATCH v2 3/3] pinctrl: qcom: Clear possible pending irq when remuxing GPIOs

2020-11-30 Thread Doug Anderson
Hi, On Mon, Nov 30, 2020 at 2:33 AM Maulik Shah wrote: > > > [1] > > https://lore.kernel.org/r/603c691f-3614-d87b-075a-0889e9ffc...@codeaurora.org > Please wait to land [1] before i confirm with HW team if this is indeed > valid case. Oh, oops. Somehow I thought your reply was in response to p

[PATCH] x86/platform/uv: Fix/cleanup ABI documentation of /sys/firmware/sgi_uv/

2020-11-30 Thread Justin Ernst
With the introduction of commit 7ac2f1017115 ("x86/platform/uv: Update ABI documentation of /sys/firmware/sgi_uv/") 3 new warnings were reported from the htmldocs build: Documentation/ABI/testing/sysfs-firmware-sgi_uv:2: WARNING: Unexpected indentation. Documentation/ABI/testing/sysfs-firmware-s

Re: [PATCH v4 14/25] coresight: etm4x: Clean up exception level masks

2020-11-30 Thread Mathieu Poirier
On Thu, Nov 19, 2020 at 04:45:36PM +, Suzuki K Poulose wrote: > etm4_get_access_type() calculates the exception level bits > for use in address comparator registers. This is also used > by the TRCVICTLR register by shifting to the required position. > > This patch cleans up the logic to make e

[GIT PULL] cpupower update for Linux 5.11-rc1

2020-11-30 Thread Shuah Khan
Hi Rafael, Please pull the following cpupower update for Linux 5.11-rc1. This cpupower update for Linux 5.11-rc1 consists of a change to provide online and offline CPU information. This change makes it easier to keep track of offline cpus whose cpuidle or cpufreq property aren't changed when upd

Re: [PATCH v4 15/25] coresight: etm4x: Handle ETM architecture version

2020-11-30 Thread Mathieu Poirier
On Thu, Nov 19, 2020 at 04:45:37PM +, Suzuki K Poulose wrote: > We are about to rely on TRCDEVARCH for detecting the ETM > and its architecture version, falling back to TRCIDR1 if > the former is not implemented (in older broken implementations). > > Also, we use the architecture version infor

Re: [PATCH 2/4] dt-bindings: display: Add ABT Y030XX067A panel bindings

2020-11-30 Thread Paul Cercueil
Le lun. 30 nov. 2020 à 13:18, Rob Herring a écrit : On Mon, Nov 30, 2020 at 12:39 PM Paul Cercueil wrote: Hi Rob, Le lun. 30 nov. 2020 à 7:32, Rob Herring a écrit : > On Mon, Nov 2, 2020 at 3:19 AM Paul Cercueil > wrote: >> >> >> >> Le dim. 1 nov. 2020 à 13:29, Sam Ravnbo

RE: [PATCH] platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init

2020-11-30 Thread Limonciello, Mario
> > Hi, > > +Cc Mario > > On 11/25/20 7:50 AM, Qinglang Miao wrote: > > Fix to return the error code -ENODEV when fails to init wmi and > > smm. > > > > Fixes: 41e36f2f85af ("platform/x86: dell-smbios: Link all dell-smbios-* > modules together") > > Reported-by: Hulk Robot > > Signed-off-by: Qi

Re: [PATCH v4 16/25] coresight: etm4x: Detect access early on the target CPU

2020-11-30 Thread Mathieu Poirier
On Thu, Nov 19, 2020 at 04:45:38PM +, Suzuki K Poulose wrote: > In preparation to detect the support for system instruction > support, move the detection of the device access to the target > CPU. > > Cc: Mathieu Poirier > Cc: Mike Leach > Signed-off-by: Suzuki K Poulose > --- > Changes sinc

Re: [PATCH] ASoC: adau1372: add missing dependencies

2020-11-30 Thread Alexandre Belloni
On 30/11/2020 22:56:26+0100, Alexandre Belloni wrote: > SND_SOC_ADAU1372_I2C and SND_SOC_ADAU1372_SPI prpoerly select the REGMAP > config they need but forget to depend on the underlying bus. > > Signed-off-by: Alexandre Belloni I forgot: Reported-by: kernel test robot > --- > sound/soc/code

Re: [PATCH v2] clk: renesas: r9a06g032: Drop __packed for portability

2020-11-30 Thread Stephen Rothwell
Hi Geert, On Mon, 30 Nov 2020 09:57:43 +0100 Geert Uytterhoeven wrote: > > The R9A06G032 clock driver uses an array of packed structures to reduce > kernel size. However, this array contains pointers, which are no longer > aligned naturally, and cannot be relocated on PPC64. Hence when > compi

RE: linux-next: build warnings after merge of the tip tree

2020-11-30 Thread Ernst, Justin
> On Mon, Nov 30, 2020 at 06:05:03PM +1100, Stephen Rothwell wrote: > > Hi all, > > > > After merging the tip tree, today's linux-next build (htmldocs) produced > > these warnings: > > > > Documentation/ABI/testing/sysfs-firmware-sgi_uv:2: WARNING: Unexpected > > indentation. > > Documentation/ABI

Re: [PATCH v6 1/4] dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID

2020-11-30 Thread Rob Herring
On Tue, Nov 24, 2020 at 09:59:46AM +0800, Alice Guo wrote: > Add DT Binding doc for the Unique ID of i.MX 8M series. > > Signed-off-by: Alice Guo > --- > > v2: remove the subject prefix "LF-2571-1" > v3: put it into Documentation/devicetree/bindings/arm/fsl.yaml No, I prefer this be a separate

[PATCH] ASoC: adau1372: add missing dependencies

2020-11-30 Thread Alexandre Belloni
SND_SOC_ADAU1372_I2C and SND_SOC_ADAU1372_SPI prpoerly select the REGMAP config they need but forget to depend on the underlying bus. Signed-off-by: Alexandre Belloni --- sound/soc/codecs/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kc

Re: [PATCH v5 2/8] dt-bindings: media: max9286: Document 'maxim,initial-reverse-channel-mV'

2020-11-30 Thread Rob Herring
On Mon, Nov 16, 2020 at 02:52:59PM +0100, Jacopo Mondi wrote: > Document the 'initial-reverse-channel-mV' vendor property in the > bindings document of the max9286 driver. > > The newly introduced property allows to specifying the initial > configuration of the GMSL reverse control channel to acco

Re: [PATCH] kunit: kunit_tool: Correctly parse diagnostic messages

2020-11-30 Thread Brendan Higgins
On Mon, Nov 9, 2020 at 11:29 PM David Gow wrote: > > Currently, kunit_tool expects all diagnostic lines in test results to > contain ": " somewhere, as both the subtest header and the crash report > do. Fix this to accept any line starting with (minus indent) "# " as > being a valid diagnostic lin

Re: [PATCH V5] dt-bindings: soc: imx: Add binding doc for spba bus

2020-11-30 Thread Rob Herring
On Wed, 18 Nov 2020 17:04:14 -0600, Adam Ford wrote: > Add binding doc for fsl,spba-bus. > > Signed-off-by: Adam Ford > --- > make dt_binding_check -j8 |grep spba > DTEXDocumentation/devicetree/bindings/bus/fsl,spba-bus.example.dts > DTC Documentation/devicetree/bindings/bus/fsl,spba-

Re: [PATCH v5 10/16] dt-bindings: phy: tegra-xusb: Add nvidia,pmc prop

2020-11-30 Thread Rob Herring
On Thu, 19 Nov 2020 16:53:59 +0800, JC Kuo wrote: > 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 > --- > v5: >replace "pmc@7000e400 node" -> with "PM

Re: [PATCH 02/40] drm/amd/amdgpu/gmc_v10_0: Suppy some missing function doc descriptions

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:278: warning: Function parameter or > member 'vmhub' not described in 'gmc_v10_0_flush_gpu_tlb' > drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:278: warning:

Re: [PATCH 04/40] drm/amd/amdgpu/iceland_ih: Add missing function param descriptions for 'ih' and 'entry'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/iceland_ih.c:191: warning: Function parameter or > member 'ih' not described in 'iceland_ih_get_wptr' > drivers/gpu/drm/amd/amdgpu/iceland_ih.c:223: warning: Func

Re: [PATCH 05/40] drm/amd/amdgpu/tonga_ih: Provide some missing descriptions for 'ih' and 'entry'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/tonga_ih.c:193: warning: Function parameter or > member 'ih' not described in 'tonga_ih_get_wptr' > drivers/gpu/drm/amd/amdgpu/tonga_ih.c:225: warning: Function p

Re: [PATCH 1/3] watchdog: iTCO_wdt: use module_platform_device() macro

2020-11-30 Thread Guenter Roeck
On Tue, Nov 17, 2020 at 04:22:12PM +0100, Enrico Weigelt, metux IT consult wrote: > Reducing init boilerplate by using the module_platform_device macro. > > Signed-off-by: Enrico Weigelt, metux IT consult Reviewed-by: Guenter Roeck > --- > drivers/watchdog/iTCO_wdt.c | 16 +--- >

Re: [PATCH 07/40] drm/amd/amdgpu/amdgpu_psp: Make local function 'parse_ta_bin_descriptor' static

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:2576:5: warning: no previous > prototype for ‘parse_ta_bin_descriptor’ [-Wmissing-prototypes] > > Cc: Alex Deucher > Cc: "Christian König" > Cc: Dav

Re: [PATCH 06/40] drm/amd/amdgpu/cz_ih: Add missing function param descriptions for 'ih' and 'entry'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/cz_ih.c:191: warning: Function parameter or > member 'ih' not described in 'cz_ih_get_wptr' > drivers/gpu/drm/amd/amdgpu/cz_ih.c:223: warning: Function parameter

Re: [PATCH v2 1/3] dt-bindings: net: fsl-fec add mdc/mdio bitbang option

2020-11-30 Thread Florian Fainelli
On 11/29/2020 3:04 PM, Andrew Lunn wrote: > On Sun, Nov 29, 2020 at 11:51:43PM +0100, Adrien Grassein wrote: >> Hi Andrew, >> >> Please find my answers below. >> >> Le dim. 29 nov. 2020 à 23:41, Andrew Lunn a écrit : >> >> On Sun, Nov 29, 2020 at 10:59:58PM +0100, Adrien Grassein wrote: >>

Re: [PATCH v5 1/4] dt-bindings: Document the hi3559a clock bindings

2020-11-30 Thread Rob Herring
On Thu, Nov 19, 2020 at 08:01:26PM +, Dongjiu Geng wrote: > Add DT bindings documentation for hi3559a SoC clock. > > Signed-off-by: Dongjiu Geng > --- > .../clock/hisilicon,hi3559av100-clock.yaml| 66 +++ > include/dt-bindings/clock/hi3559av100-clock.h | 165 ++ > 2

Re: [PATCH 2/3] watchdog: iTCO_wdt: use dev_*() instead of pr_*() for logging

2020-11-30 Thread Guenter Roeck
On Tue, Nov 17, 2020 at 04:22:13PM +0100, Enrico Weigelt, metux IT consult wrote: > For device log outputs, it's better to have device name / ID > prefixed in all messages, so use the proper dev_*() functions here. > > Explicit message on module load/unload don't seem to be really helpful > (we h

Re: [PATCH 10/40] drm/amd/amdgpu/navi10_ih: Add descriptions for 'ih' and 'entry'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/navi10_ih.c:453: warning: Function parameter or > member 'ih' not described in 'navi10_ih_get_wptr' > drivers/gpu/drm/amd/amdgpu/navi10_ih.c:512: warning: Functio

Re: [PATCH 09/40] drm/amd/amdgpu/vega10_ih: Add descriptions for 'ih' and 'entry'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/vega10_ih.c:377: warning: Function parameter or > member 'ih' not described in 'vega10_ih_get_wptr' > drivers/gpu/drm/amd/amdgpu/vega10_ih.c:440: warning: Functio

Re: [PATCH v5 3/4] dt: bindings: dma: Add DT bindings for HiSilicon Hiedma Controller

2020-11-30 Thread Rob Herring
On Thu, Nov 19, 2020 at 08:01:28PM +, Dongjiu Geng wrote: > The Hiedma Controller v310 Provides eight DMA channels, each > channel can be configured for one-way transfer. The data can > be transferred in 8-bit, 16-bit, 32-bit, or 64-bit mode. This > documentation describes DT bindings of this c

Re: [PATCH 11/40] drm/amd/amdgpu/psp_v11_0: Make local function 'psp_v11_0_wait_for_bootloader()' static

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/psp_v11_0.c:223:5: warning: no previous prototype > for ‘psp_v11_0_wait_for_bootloader’ [-Wmissing-prototypes] > > Cc: Alex Deucher > Cc: "Christian König" > Cc:

Re: [PATCH 13/40] drm/amd/amdgpu/dce_v11_0: Supply description for function param 'async'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:255: warning: Function parameter or > member 'async' not described in 'dce_v11_0_page_flip' > > Cc: Alex Deucher > Cc: "Christian König" > Cc: David

Re: [PATCH 12/40] drm/amd/amdgpu/dce_v10_0: Supply description for function param 'async'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:237: warning: Function parameter or > member 'async' not described in 'dce_v10_0_page_flip' > > Cc: Alex Deucher > Cc: "Christian König" > Cc: David

Re: [PATCH 14/40] drm/amd/amdgpu/gfx_v9_0: Make called-by-reference only function static

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2998:6: warning: no previous prototype > for ‘gfx_v9_0_rlc_stop’ [-Wmissing-prototypes] > > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airli

Re: [PATCH v2] Documentation: kunit: provide guidance for testing many inputs

2020-11-30 Thread Brendan Higgins
On Mon, Nov 23, 2020 at 2:59 PM Daniel Latypov wrote: > > usage.rst goes into a detailed section about faking out classes, but > currently lacks wording about how one might idiomatically test a range > of inputs. > > Add a new chapter for "Common Patterns" and group "Isolating behvaior" > and this

Re: [PATCH 3/3] watchdog: iTCO_wdt: use pm_ptr()

2020-11-30 Thread Guenter Roeck
On Tue, Nov 17, 2020 at 04:22:14PM +0100, Enrico Weigelt, metux IT consult wrote: > Reduce a little bit of boilerplate by using pm_ptr(). > > Signed-off-by: Enrico Weigelt, metux IT consult > --- > drivers/watchdog/iTCO_wdt.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff

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

2020-11-30 Thread Borislav Petkov
On Mon, Nov 30, 2020 at 09:56:27PM +, Ernst, Justin wrote: > After scratching my head for a while, I found that the issue was > missing empty lines before three different code-block sections. Oh great. > The line number is definitely bogus, but I wasn't able to discover > why. Very helpful t

Re: [PATCH 15/40] drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headers

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3698: warning: Excess function > parameter 'adev' description in 'DEFAULT_SH_MEM_BASES' > > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airli

RE: [PATCH] drm/kmb: fix array bounds warning

2020-11-30 Thread Chrisanthus, Anitha
Hi Arnd, Thanks for your patch. > -Original Message- > From: Arnd Bergmann > Sent: Sunday, November 29, 2020 12:09 PM > To: Chrisanthus, Anitha ; Dea, Edmund J > ; David Airlie ; Daniel Vetter > ; Sam Ravnborg > Cc: Arnd Bergmann ; lkp ; dri- > de...@lists.freedesktop.org; linux-kernel@v

Re: [PATCH kernel v4 5/8] genirq: Add free_irq hook for IRQ descriptor and use for mapping disposal

2020-11-30 Thread Thomas Gleixner
Alexey, On Tue, Nov 24 2020 at 17:17, Alexey Kardashevskiy wrote: > We want to make the irq_desc.kobj's release hook free associated resources > but we do not want to pollute the irqdesc code with domains. Can you please describe your changelog in factual ways without 'we and I and want'? See Doc

Re: [PATCH 16/40] drm/amd/amdgpu/gfx_v10_0: Remove a bunch of set but unused variables

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function ‘gfx_v10_rlcg_wreg’: > drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:1416:18: warning: variable ‘grbm_idx’ > set but not used [-Wunused-but-set-

Re: [PATCH 17/40] drm/amd/amdgpu/sdma_v2_4: Fix a bunch of kernel-doc function documentation issues

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:254: warning: Function parameter or > member 'job' not described in 'sdma_v2_4_ring_emit_ib' > drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:254: warning: Fu

Re: [PATCH v9 1/2] kunit: Support for Parameterized Testing

2020-11-30 Thread Brendan Higgins
On Mon, Nov 23, 2020 at 11:25 PM David Gow wrote: > > On Mon, Nov 23, 2020 at 9:08 PM Marco Elver wrote: > > > > On Tue, 17 Nov 2020 at 08:21, David Gow wrote: > > > On Mon, Nov 16, 2020 at 1:41 PM Arpitha Raghunandan <98.a...@gmail.com> > > > wrote: > > > > > > > > Implementation of support fo

Re: [PATCH v8 1/2] kunit: Support for Parameterized Testing

2020-11-30 Thread Brendan Higgins
On Sun, Nov 15, 2020 at 10:58 AM Arpitha Raghunandan <98.a...@gmail.com> wrote: > > Implementation of support for parameterized testing in KUnit. This > approach requires the creation of a test case using the > KUNIT_CASE_PARAM() macro that accepts a generator function as input. > > This generator

Re: [PATCH v5 01/16] dt-bindings: dma: Add YAML schemas for dw-axi-dmac

2020-11-30 Thread Rob Herring
On Mon, Nov 23, 2020 at 10:34:37AM +0800, Sia Jee Heng wrote: > YAML schemas Device Tree (DT) binding is the new format for DT to replace > the old format. Introduce YAML schemas DT binding for dw-axi-dmac and > remove the old version. > > Signed-off-by: Sia Jee Heng > --- > .../bindings/dma/snp

Re: [PATCH 18/40] drm/amd/amdgpu/sdma_v3_0: Fix a bunch of kernel-doc function documentation issues

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:428: warning: Function parameter or > member 'job' not described in 'sdma_v3_0_ring_emit_ib' > drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:428: warning: Fu

[patch 0/3] speakup: simplify relation between line disc and synth

2020-11-30 Thread Samuel Thibault
This series reworks the relation between the speakup line discipline and the speakup synthesizers. This is probably fixing a few minor issues, but since it is invasive it'll better wait for 5.11.

Re: [PATCH 19/40] drm/amd/amdgpu/sdma_v3_0: Fix incorrect param doc-rot issue

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1651: warning: Function parameter or > member 'ib' not described in 'sdma_v3_0_emit_copy_buffer' > drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1651: warnin

[patch 1/3] speakup: Add synth parameter to io functions

2020-11-30 Thread Samuel Thibault
This merely adds the missing synth parameter to all io functions. Signed-off-by: Samuel Thibault Index: linux-5.9/drivers/accessibility/speakup/spk_ttyio.c === --- linux-5.9.orig/drivers/accessibility/speakup/spk_ttyio.c +++ linux-5

Re: [PATCH v2 1/3] dt-bindings: net: fsl-fec add mdc/mdio bitbang option

2020-11-30 Thread Andrew Lunn
> >> I am currently upstreaming the "Nitrogen 8m Mini board" that seems to not > >> use a > >> "normal" mdio bus but a "bitbanged" one with the fsl fec driver. > > > > Any idea why? > > > > Anyway, you should not replicate code, don't copy bitbanging code into > > the FEC. Just use the existing

[patch 2/3] speakup: Reference synth from tty and tty from synth

2020-11-30 Thread Samuel Thibault
We do not actually need speakup_tty and spk_ttyio_synth global variables, the synth can store the pointer to the tty, and the tty ldisc_data can store the pointer to the synth. Along the way, we can clench the initialization of the synth and the creation of the tty, so that tty is never NULL. Even

[patch 3/3] speakup: Simplify spk_ttyio_out error handling.

2020-11-30 Thread Samuel Thibault
This avoids most code indentation Signed-off-by: Samuel Thibault Index: linux-5.9/drivers/accessibility/speakup/spk_ttyio.c === --- linux-5.9.orig/drivers/accessibility/speakup/spk_ttyio.c +++ linux-5.9/drivers/accessibility/speakup

Re: [PATCH 20/40] drm/amd/amdgpu/uvd_v5_0: Fix a bunch of kernel-doc function documentation issues

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c:153: warning: Function parameter or > member 'handle' not described in 'uvd_v5_0_hw_init' > drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c:153: warning: Excess

Re: [PATCH net-next v3 00/12] net: dsa: microchip: PTP support for KSZ956x

2020-11-30 Thread Richard Cochran
On Mon, Nov 30, 2020 at 09:01:25PM +, tristram...@microchip.com wrote: > The 1588 PTP engine in the KSZ switches was designed to be controlled closely > by > a PTP stack, so it is a little difficult to use when there is a layer of > kernel support > between the application and the driver. Ar

Re: [PATCH v5 10/16] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA

2020-11-30 Thread Rob Herring
On Mon, Nov 23, 2020 at 10:34:46AM +0800, Sia Jee Heng wrote: > Add support for Intel KeemBay AxiDMA to the dw-axi-dmac > Schemas DT binding. > > Signed-off-by: Sia Jee Heng > --- > .../bindings/dma/snps,dw-axi-dmac.yaml| 27 +++ > 1 file changed, 27 insertions(+) > > di

Re: [PATCH 21/40] drm/amd/amdgpu/sdma_v4_0: Repair a bunch of kernel-doc problems

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:848: warning: Function parameter or > member 'job' not described in 'sdma_v4_0_ring_emit_ib' > drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:848: warning: Fu

Re: [PATCH] HID: sony: Add support for tilt on guitar hero guitars

2020-11-30 Thread kernel test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20201130] [cannot apply to linus/master v5.10-rc6 v5.10-rc5 v5.10-rc4 v5.10-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--bas

Re: [PATCH 22/40] drm/amd/amdgpu/amdgpu_uvd: Fix some function documentation headers

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:95: warning: cannot understand > function prototype: 'struct amdgpu_uvd_cs_ctx ' > drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:555: warning: Function par

[PATCH] fanotify: Fix sys_fanotify_mark() on native x86-32

2020-11-30 Thread Brian Gerst
Commit 121b32a58a3a converted native x86-32 which take 64-bit arguments to use the compat handlers to allow conversion to passing args via pt_regs. sys_fanotify_mark() was however missed, as it has a general compat handler. Add a config option that will use the syscall wrapper that takes the split

Re: [PATCH] cpuidle: Select polling interval based on a c-state with a longer target residency

2020-11-30 Thread Mel Gorman
On Mon, Nov 30, 2020 at 08:06:44PM +0100, Rafael J. Wysocki wrote: > > diff --git a/Documentation/admin-guide/kernel-parameters.txt > > b/Documentation/admin-guide/kernel-parameters.txt > > index 526d65d8573a..5b8545022564 100644 > > --- a/Documentation/admin-guide/kernel-parameters.txt > > +++ b/

Re: [PATCH kernel v4 5/8] genirq: Add free_irq hook for IRQ descriptor and use for mapping disposal

2020-11-30 Thread Thomas Gleixner
On Mon, Nov 30 2020 at 23:18, Thomas Gleixner wrote: > On Tue, Nov 24 2020 at 17:17, Alexey Kardashevskiy wrote: >> We want to make the irq_desc.kobj's release hook free associated resources >> but we do not want to pollute the irqdesc code with domains. > > Can you please describe your changelog i

Re: [PATCH] mm: list_lru: hold nlru lock to avoid reading transient negative nr_items

2020-11-30 Thread Roman Gushchin
On Mon, Nov 30, 2020 at 12:57:47PM -0800, Yang Shi wrote: > On Mon, Nov 30, 2020 at 12:09 PM Roman Gushchin wrote: > > > > On Mon, Nov 30, 2020 at 10:45:14AM -0800, Yang Shi wrote: > > > When investigating a slab cache bloat problem, significant amount of > > > negative dentry cache was seen, but

Re: [PATCH 24/40] drm/amd/amdgpu/sdma_v5_2: Provide some missing and repair other function params

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:367: warning: Function parameter or > member 'job' not described in 'sdma_v5_2_ring_emit_ib' > drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:367: warning: Fu

Re: [PATCH v4] Add power/gpu_frequency tracepoint.

2020-11-30 Thread Peiyong Lin
On Tue, Nov 17, 2020 at 1:31 PM Peiyong Lin wrote: > > On Thu, Oct 22, 2020 at 10:34 AM Peiyong Lin wrote: > > > > Historically there is no common trace event for GPU frequency, in > > downstream Android each different hardware vendor implements their own > > way to expose GPU frequency, for exam

[PATCH v2] ARM: dts: mvebu: Add device tree for ATL-x530 Board

2020-11-30 Thread Aryan Srivastava
Add device tree file for x530 board. This has an Armada 385 SoC. Has NAND-flash for user storage and SPI for booting. Covers majority of x530 and GS980MX variants. Signed-off-by: Aryan Srivastava Reviewed-by: Chris Packham --- Notes: Changes in v2: -Adding to Makefile arch/arm/

Re: [PATCH 25/40] drm/amd/amdgpu/amdgpu_vce: Provide some missing and repair other function params

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:97: warning: Function parameter or > member 'size' not described in 'amdgpu_vce_sw_init' > drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:441: warning: Func

Re: [PATCH 26/40] drm/amd/amdgpu/uvd_v6_0: Fix a bunch of kernel-doc function documentation issues

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:44 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:211: warning: Function parameter or > member 'bo' not described in 'uvd_v6_0_enc_get_create_msg' > drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:211: warning:

Re: [PATCH 27/40] drm/amd/amdgpu/uvd_v7_0: Fix a bunch of kernel-doc function documentation issues

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c:219: warning: Function parameter or > member 'bo' not described in 'uvd_v7_0_enc_get_create_msg' > drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c:219: warning:

Re: [PATCH 28/40] drm/amd/amdgpu/gfx_v10_0: Make local function 'gfx_v10_0_rlc_stop()' static

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:5008:6: warning: no previous > prototype for ‘gfx_v10_0_rlc_stop’ [-Wmissing-prototypes] > > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Air

Re: [PATCH 29/40] drm/amd/amdgpu/vcn_v1_0: Fix a few kernel-doc misdemeanours

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c:439: warning: Excess function > parameter 'sw' description in 'vcn_v1_0_disable_clock_gating' > drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c:566: warning: Exc

Re: [PATCH v4 18/25] coresight: etm4x: Expose trcdevarch via trcidr

2020-11-30 Thread Mathieu Poirier
On Thu, Nov 19, 2020 at 04:45:40PM +, Suzuki K Poulose wrote: > Expose the TRCDEVARCH register via the sysfs for component > detection. Given that the TRCIDR1 may not completely identify > the ETM component and instead need to use TRCDEVARCH, expose > this via sysfs for tools to use it for iden

Re: [PATCH 30/40] drm/amd/amdgpu/jpeg_v1_0: Add some missing function param descriptions

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c:219: warning: Function parameter or > member 'addr' not described in 'jpeg_v1_0_decode_ring_emit_fence' > drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c:219:

Re: [PATCH 32/40] drm/amd/amdgpu/vcn_v2_0: Fix a few kernel-doc misdemeanours

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c:483: warning: Excess function > parameter 'sw' description in 'vcn_v2_0_disable_clock_gating' > drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c:644: warning: Exc

Re: [PATCH 31/40] drm/amd/amdgpu/jpeg_v2_0: Add some missing kernel-doc descriptions

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c:498: warning: Function parameter or > member 'addr' not described in 'jpeg_v2_0_dec_ring_emit_fence' > drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c:498: war

[PATCH v1 0/1] gpiolib: Don't free if pin ranges are not defined

2020-11-30 Thread Will McVicker
This patch fixes commit 2ab73c6d8323 ("gpio: Support GPIO controllers without pin-ranges") where an imbalance of requests and frees to the pinctrl driver were introduced. Edmond Chung (1): gpiolib: Don't free if pin ranges are not defined drivers/gpio/gpiolib.c | 5 + 1 file changed, 5 ins

Re: [PATCH 23/40] drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function params

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:403: warning: Function parameter or > member 'job' not described in 'sdma_v5_0_ring_emit_ib' > drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:403: warning: Fu

Re: [PATCH v15 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack

2020-11-30 Thread Yu, Yu-cheng
On 11/30/2020 10:15 AM, Borislav Petkov wrote: On Sat, Nov 28, 2020 at 08:23:59AM -0800, Yu, Yu-cheng wrote: We have X86_BRANCH_TRACKING_USER too. My thought was, X86_CET means any of kernel/user shadow stack/ibt. It is not about what it means - it is what you're going to use/need. You have i

[PATCH v1 1/1] gpiolib: Don't free if pin ranges are not defined

2020-11-30 Thread Will McVicker
From: Edmond Chung A similar check was added in gpiochip_generic_request, but not in free. This has caused an imbalance count of request vs. free calls to the pinctrl driver. This patch is targeted to fix that issue. Fixes: 2ab73c6d8323 ("gpio: Support GPIO controllers without pin-ranges") Signe

Re: [PATCH 33/40] drm/amd/amdgpu/vcn_v3_0: Remove unused variable 'direct_poll' from 'vcn_v3_0_start_sriov()'

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c: In function ‘vcn_v3_0_start_sriov’: > drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:1242:3: warning: variable > ‘direct_poll’ set but not used [-Wunused-but-s

Re: [PATCH 34/40] drm/amd/amdgpu/amdgpu_acp: Fix doc-rot issues pertaining to a couple of 'handle' params

2020-11-30 Thread Alex Deucher
On Tue, Nov 24, 2020 at 2:45 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:183: warning: Function parameter or > member 'handle' not described in 'acp_hw_init' > drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:183: warning: Excess f

Re: [RFC PATCH v1] scsi: ufs: Remove pre-defined initial VCC voltage values

2020-11-30 Thread Asutosh Das (asd)
On 11/30/2020 1:16 AM, Stanley Chu wrote: UFS specficication allows different VCC configurations for UFS devices, for example, (1). 2.70V - 3.60V (By default) (2). 1.70V - 1.95V (Activated if "vcc-supply-1p8" is declared in device tree) (3). 2.40

Re: [PATCH v5 1/4] dt-bindings: phy: Add sparx5-serdes bindings

2020-11-30 Thread Rob Herring
On Mon, Nov 23, 2020 at 12:42:31PM +0100, Steen Hegelund wrote: > Document the Sparx5 ethernet serdes phy driver bindings. > > Signed-off-by: Lars Povlsen > Signed-off-by: Steen Hegelund > --- > .../bindings/phy/microchip,sparx5-serdes.yaml | 387 ++ > 1 file changed, 387 insert

Re: [PATCH v5 2/6] dt-bindings: interrupt-controller: Add binding for few Microsemi interrupt controllers

2020-11-30 Thread Rob Herring
On Wed, 25 Nov 2020 11:32:02 +0100, Gregory CLEMENT wrote: > Add the Device Tree binding documentation for the Microsemi Jaguar2, > Luton and Serval interrupt controller that is part of the ICPU. It is > connected directly to the MIPS core interrupt controller. > > Signed-off-by: Gregory CLEMENT

Re: [PATCH v5 1/6] dt-bindings: interrupt-controller: convert icpu intr bindings to json-schema

2020-11-30 Thread Rob Herring
On Wed, 25 Nov 2020 11:32:01 +0100, Gregory CLEMENT wrote: > Convert device tree bindings for Microsemi Ocelot SoC ICPU Interrupt > Controller to YAML format > > Signed-off-by: Gregory CLEMENT > --- > .../mscc,ocelot-icpu-intr.txt | 21 --- > .../mscc,ocelot-icpu-intr.yaml

Re: [PATCH] mm: list_lru: hold nlru lock to avoid reading transient negative nr_items

2020-11-30 Thread Roman Gushchin
On Mon, Nov 30, 2020 at 12:57:47PM -0800, Yang Shi wrote: > On Mon, Nov 30, 2020 at 12:09 PM Roman Gushchin wrote: > > > > On Mon, Nov 30, 2020 at 10:45:14AM -0800, Yang Shi wrote: > > > When investigating a slab cache bloat problem, significant amount of > > > negative dentry cache was seen, but

<    7   8   9   10   11   12   13   14   15   16   >