backport patches to linux-5.4.y

2021-04-13 Thread Anders Roxell
Hi, Can these patches be backported to linux-5.4.y, I've tried to build perf on arm and it failed without these patches. fc8c0a992233 ("perf tools: Use %define api.pure full instead of %pure-parser") 20befbb10803 ("perf tools: Use %zd for size_t printf formats on 32-bit") 77d02bd00cea ("perf map:

Re: [PATCH 5.11 225/254] arm64/mm: define arch_get_mappable_range()

2021-03-29 Thread Anders Roxell
On Mon, 29 Mar 2021 at 13:35, Greg Kroah-Hartman wrote: > > On Mon, Mar 29, 2021 at 01:06:47PM +0200, Anders Roxell wrote: > > On Mon, 29 Mar 2021 at 12:13, Greg Kroah-Hartman > > wrote: > > > > > > On Mon, Mar 29, 2021 at 03:05:25PM +0530, Naresh Kamboju wrot

Re: [PATCH 5.11 225/254] arm64/mm: define arch_get_mappable_range()

2021-03-29 Thread Anders Roxell
On Mon, 29 Mar 2021 at 12:13, Greg Kroah-Hartman wrote: > > On Mon, Mar 29, 2021 at 03:05:25PM +0530, Naresh Kamboju wrote: > > On Mon, 29 Mar 2021 at 14:10, Greg Kroah-Hartman > > wrote: > > > > > > From: Anshuman Khandual > > > > > > [ Upstream commit 03aaf83fba6e5af08b5dd174c72edee9b7d9ed9b

Re: [PATCH v8] mm: cma: support sysfs

2021-03-26 Thread Anders Roxell
.com/ > Addresses-Coverity: ("Dereference after null check") > Signed-off-by: Colin Ian King > Signed-off-by: Minchan Kim Tested-by: Anders Roxell

Re: [PATCH v8] mm: cma: support sysfs

2021-03-26 Thread Anders Roxell
On Fri, 26 Mar 2021 at 16:51, Minchan Kim wrote: > > On Fri, Mar 26, 2021 at 02:59:30PM +0100, Anders Roxell wrote: > > On Thu, 25 Mar 2021 at 00:09, Minchan Kim wrote: > > > > > > Since CMA is getting used more widely, it's more important to > > > ke

Re: [PATCH v8] mm: cma: support sysfs

2021-03-26 Thread Anders Roxell
On Thu, 25 Mar 2021 at 00:09, Minchan Kim wrote: > > Since CMA is getting used more widely, it's more important to > keep monitoring CMA statistics for system health since it's > directly related to user experience. > > This patch introduces sysfs statistics for CMA, in order to provide > some

[PATCH] arm64: defconfig: enable modern virtio pci device

2021-02-10 Thread Anders Roxell
Since patch ("virtio-pci: introduce modern device module") got added it is not possible to boot a defconfig kernel in qemu with a virtio pci device. Add CONFIG_VIRTIO_PCI_MODERN=y fragment makes the kernel able to boot. Signed-off-by: Anders Roxell --- arch/arm/configs/multi_v7

Re: [PATCH] mips: vdso: fix DWARF2 warning

2021-01-15 Thread Anders Roxell
On Fri, 15 Jan 2021 at 20:28, Nathan Chancellor wrote: > > On Fri, Jan 15, 2021 at 08:13:30PM +0100, Anders Roxell wrote: > > When building mips tinyconifg the following warning show up > > > > make --silent --keep-going --jobs=8 > > O=/home/anders/src/kern

Re: [PATCH] MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target='

2021-01-15 Thread Anders Roxell
l of the tools are properly used. > > Cc: sta...@vger.kernel.org > Fixes: ee67855ecd9d ("MIPS: vdso: Allow clang's --target flag in VDSO cflags") > Link: https://github.com/ClangBuiltLinux/linux/issues/1256 > Reported-by: Anders Roxell > Signed-off-by: Nathan Chancellor

[PATCH] mips: vdso: fix DWARF2 warning

2021-01-15 Thread Anders Roxell
ction .mips_abiflags, "a" ^ Rework so the mips vdso Makefile adds flag '-no-integrated-as' unless LLVM_IAS is defined. Link: https://github.com/ClangBuiltLinux/linux/issues/1256 Cc: sta...@vger.kernel.org # v4.19+ Suggested-by: Nick Desaulniers Signed-off-by: Anders Roxell --- arch/mips/vdso/Mak

[PATCH] mips: lib: uncached: fix non-standard usage of variable 'sp'

2021-01-15 Thread Anders Roxell
use for this feature is to specify registers for input and output operands when calling Extended 'asm' (*note Extended Asm::). [...]". Cc: # v5.4+ [1] https://docs.w3cub.com/gcc~10/local-register-variables Signed-off-by: Anders Roxell Reported-by: Nathan Chancellor Reported-by: Naresh Kamboju

[PATCH] mips: fix Section mismatch in reference

2021-01-15 Thread Anders Roxell
+ Signed-off-by: Anders Roxell Reviewed-by: Nick Desaulniers Signed-off-by: Thomas Bogendoerfer --- arch/mips/mm/c-r4k.c | 2 +- arch/mips/mm/sc-mips.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 9cede7ce37e6

[PATCH v2] mips: lib: uncached: fix non-standard usage of variable 'sp'

2020-12-11 Thread Anders Roxell
put operands when calling Extended 'asm' (*note Extended Asm::). [...]". [1] https://docs.w3cub.com/gcc~10/local-register-variables Signed-off-by: Anders Roxell --- arch/mips/lib/uncached.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/mips/lib/uncached.c b/arch

[PATCH] sh: kernel: traps: remove unused variable

2020-12-10 Thread Anders Roxell
: fe3f1d5d7cd3 ("sh: Get rid of nmi_count()") Signed-off-by: Anders Roxell --- arch/sh/kernel/traps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/kernel/traps.c b/arch/sh/kernel/traps.c index f5beecdac693..e76b22157099 100644 --- a/arch/sh/kernel/traps.c +++ b/arch/sh/kern

Re: [PATCH] mm/memblock:use a more appropriate order calculation when free memblock pages

2020-12-05 Thread Anders Roxell
On Fri, 4 Dec 2020 at 18:44, Jon Hunter wrote: > > > On 04/12/2020 16:07, Marek Szyprowski wrote: > > Hi All, > > > > On 04.12.2020 14:42, Qian Cai wrote: > >> On Thu, 2020-12-03 at 23:23 +0800, carver4...@163.com wrote: > >>> From: Hailong Liu > >>> > >>> When system in the booting stage, pages

Re: [PATCH] mm/memblock:use a more appropriate order calculation when free memblock pages

2020-12-05 Thread Anders Roxell
On Sat, 5 Dec 2020 at 18:09, Anders Roxell wrote: > > On Fri, 4 Dec 2020 at 18:44, Jon Hunter wrote: > > > > > > On 04/12/2020 16:07, Marek Szyprowski wrote: > > > Hi All, > > > > > > On 04.12.2020 14:42, Qian Cai wrote: > > >&

[PATCH] kfence: fix implicit function declaration

2020-12-04 Thread Anders Roxell
via different trees. Signed-off-by: Anders Roxell --- I got this build error in todays next-20201204. Andrew, since both patches are in your -mm tree, I think this can be folded into 4c4c75881536 ("arm64, kfence: enable KFENCE for ARM64") arch/arm64/include/asm/kfence.h | 2 +- 1 f

[PATCH] dpaa_eth: fix build errorr in dpaa_fq_init

2020-12-03 Thread Anders Roxell
xtra argument. Signed-off-by: Anders Roxell --- I think this issue is seen since both patches went in at the same time to bpf-next and net-next. drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/freescale/dpaa

Re: [PATCH] drivers: hwmon: pwm-fan: fix warning unused variable 'ctx'

2020-11-30 Thread Anders Roxell
On Tue, 1 Dec 2020 at 01:49, Guenter Roeck wrote: > > On Tue, Dec 01, 2020 at 01:31:18AM +0100, Anders Roxell wrote: > > When building hwmon/pwm-fan the following unused-variable warning shows > > up: > > > > /tmp/drivers/hwmon/pwm-fan.c: In function ‘pwm_fan_is_vi

Re: [PATCH] mips: lib: uncached: fix uninitialized variable 'sp'

2020-11-30 Thread Anders Roxell
On Mon, 30 Nov 2020 at 21:22, Nick Desaulniers wrote: > > On Fri, Nov 27, 2020 at 12:39 AM Anders Roxell > wrote: > > > > When building mips tinyconfig with clang the following warning show up: > > > > /tmp/arch/mips/lib/uncached.c:40:18: note: initialize

[PATCH] drivers: hwmon: pwm-fan: fix warning unused variable 'ctx'

2020-11-30 Thread Anders Roxell
: 439ed83acc19 ("hwmon: (pwm-fan) Convert to hwmon_device_register_with_info API") Signed-off-by: Anders Roxell --- drivers/hwmon/pwm-fan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/hwmon/pwm-fan.c b/drivers/hwmon/pwm-fan.c index 57b574837b58..777439f48c14 100644 --- a/drivers

[PATCH] mips: fix Section mismatch in reference

2020-11-27 Thread Anders Roxell
loongson3_sc_init(). This is often because r4k_cache_init lacks a __init annotation or the annotation of loongson3_sc_init is wrong. Remove marked __init from function loongson3_sc_init(), mips_sc_probe_cm3(), and mips_sc_probe(). Signed-off-by: Anders Roxell --- arch/mips/mm/c-r4k.c | 2 +- arch/mips

[PATCH] mips: lib: uncached: fix uninitialized variable 'sp'

2020-11-27 Thread Anders Roxell
n explicit inline move. Signed-off-by: Anders Roxell --- arch/mips/lib/uncached.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/mips/lib/uncached.c b/arch/mips/lib/uncached.c index 09d5deea747f..21a4b94a0558 100644 --- a/arch/mips/lib/uncached.c +++ b/arch/mips/lib/

Re: [PATCH] parisc: signal: remove _SA_SIGGFAULT

2020-11-26 Thread Anders Roxell
On Thu, 26 Nov 2020 at 15:46, Helge Deller wrote: > > On 11/26/20 2:06 PM, Anders Roxell wrote: > > When building tinyconfig on parisc the following error shows up: > > > > /tmp/kernel/signal.c: In function 'do_sigaction': > > /tmp/arch/parisc/include/asm/signal.

[PATCH] parisc: signal: remove _SA_SIGGFAULT

2020-11-26 Thread Anders Roxell
acdc76f179 ("signal: clear non-uapi flag bits when passing/returning sa_flags") Fixes: 41f5a81c07cd ("parisc: Drop HP-UX specific fcntl and signal flags") Signed-off-by: Anders Roxell --- arch/parisc/include/asm/signal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch

[PATCH] parisc: pci-dma: fix warning unused-function

2020-11-26 Thread Anders Roxell
as __maybe_unused to fix the warning. Signed-off-by: Anders Roxell --- arch/parisc/kernel/pci-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/kernel/pci-dma.c b/arch/parisc/kernel/pci-dma.c index 36610a5c029f..36a57aa38e87 100644 --- a/arch/parisc/kernel/pci-dma.c

Re: [PATCH] kfence: Avoid stalling work queue task without allocations

2020-11-11 Thread Anders Roxell
On Wed, 11 Nov 2020 at 09:29, Marco Elver wrote: > > On Wed, 11 Nov 2020 at 00:23, Anders Roxell wrote: > [...] > > > > I gave them a spin on next-20201105 [1] and on next-20201110 [2]. > > > > I eventually got to a prompt on next-20201105. > > However,

Re: [PATCH] kfence: Avoid stalling work queue task without allocations

2020-11-10 Thread Anders Roxell
KFENCE has been enabled, when e.g. > running tests that do not result in any allocations. > > Link: > https://lkml.kernel.org/r/CADYN=9j0dqhizagb0-jz4hobbh+05kmbxb4c0cxms7qi5na...@mail.gmail.com > Reported-by: Anders Roxell > Signed-off-by: Marco Elver > --- > mm/kf

Re: linux-next: Tree for Nov 5

2020-11-10 Thread Anders Roxell
On Tue, 10 Nov 2020 at 14:54, Marco Elver wrote: > > On Tue, 10 Nov 2020 at 10:36, Dmitry Vyukov wrote: > [...] > > > > On Tue, Nov 10, 2020 at 8:50 AM Anders Roxell > > > > wrote: > [...] > > > > > When building an a

[PATCHv2] arm64: dts: freescale: fix typo Makefile

2020-11-10 Thread Anders Roxell
("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards") Signed-off-by: Anders Roxell --- arch/arm64/boot/dts/freescale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile index 87

Re: [PATCH] arm64: dts: freescale: fix typo Makefile

2020-11-10 Thread Anders Roxell
On Fri, 6 Nov 2020 at 16:12, Krzysztof Kozlowski wrote: > > On Thu, Nov 05, 2020 at 12:18:23PM +0100, Anders Roxell wrote: > > While trying to do 'make dtbs_install' the following error shows up > > > > make[3]: *** No rule to make target > > > > '/sr

Re: linux-next: Tree for Nov 5

2020-11-10 Thread Anders Roxell
On Tue, 10 Nov 2020 at 10:17, Dmitry Vyukov wrote: > > On Tue, Nov 10, 2020 at 8:50 AM Anders Roxell > wrote: > > > > On Thu, 5 Nov 2020 at 07:06, Stephen Rothwell wrote: > > > > > > Hi all, > > > > > > Changes since 20201104: &

Re: linux-next: Tree for Nov 5

2020-11-09 Thread Anders Roxell
On Thu, 5 Nov 2020 at 07:06, Stephen Rothwell wrote: > > Hi all, > > Changes since 20201104: When building an arm64 allmodconfig and booting up that in qemu I see [10011.092394][ T28] task:kworker/0:2 state:D stack:26896 pid: 1840 ppid: 2 flags:0x0428 [10022.368093][ T28]

[PATCH] sound: soc: mediatek: mt8192: fix modpost ERROR

2020-11-05 Thread Anders Roxell
359-rt1015-rt5682.ko] undefined! Fix the link error by export the symbols mt8192_afe_gpio_init and mt8192_afe_gpio_request. Fixes: 18b13ff23fab ("ASoC: mediatek: mt8192: add machine driver with mt6359, rt1015 and rt5682") Signed-off-by: Anders Roxell --- sound/soc/mediatek/mt8192/mt

[PATCH] arm64: dts: freescale: fix typo Makefile

2020-11-05 Thread Anders Roxell
make: Target 'dtbs_install' not remade because of errors. Fix typo in imx8mm-kontron-n801x-s.dts change file ending to *.dtb Fixes: 8668d8b2e67f ("arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards") Signed-off-by: Anders Roxell --- arch/arm64/boot/dts/freescale/Makefile

Re: [PATCH] soc: qcom: QCOM_RPMH fix build with modular QCOM_RPMH

2020-10-28 Thread Anders Roxell
On Tue, 27 Oct 2020 at 22:15, Lina Iyer wrote: > > Hi Anders, > > On Tue, Oct 27 2020 at 05:14 -0600, Anders Roxell wrote: > >When building allmodconfig leading to the following link error with > >CONFIG_QCOM_RPMH=y and CONFIG_QCOM_COMMAND_DB=m: > > > >aarch6

[PATCH] soc: qcom: QCOM_RPMH fix build with modular QCOM_RPMH

2020-10-27 Thread Anders Roxell
that is already a dependency for QCOM_COMMAND_DB. Fixes: 778279f4f5e4 ("soc: qcom: cmd-db: allow loading as a module") Signed-off-by: Anders Roxell --- drivers/soc/qcom/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kco

Re: [PATCH next] gpiolib: check for parent device in devprop_gpiochip_set_names()

2020-09-16 Thread Anders Roxell
nice! > > Can we also add a small comment in the code, b/c w/o it I would stumble over > > and eager to remove looks-as-unneeded check? > > Reviewed-by: Andy Shevchenko Tested-by: Anders Roxell

Re: [PATCH 0/3] gpiolib: generalize GPIO line names property

2020-09-15 Thread Anders Roxell
On Tue, 8 Sep 2020 at 18:40, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > I initially sent this as part of the gpio-mockup overhaul but since > these patches are indepentent and the work on gpio-mockup may become > more complicated - I'm sending these separately. > > The only

Re: linux-next: Tree for Aug 26

2020-09-07 Thread Anders Roxell
On Thu, 3 Sep 2020 at 18:14, Paul E. McKenney wrote: > > On Thu, Sep 03, 2020 at 10:39:10AM +0200, Anders Roxell wrote: > > Hi Paul, > > > > On Sat, 29 Aug 2020 at 00:59, Paul E. McKenney wrote: > > > > > > On Fri, Aug 28, 2020 at 09:24:19PM +0200, A

Re: linux-next: Tree for Aug 26

2020-09-03 Thread Anders Roxell
Hi Paul, On Sat, 29 Aug 2020 at 00:59, Paul E. McKenney wrote: > > On Fri, Aug 28, 2020 at 09:24:19PM +0200, Anders Roxell wrote: > > On Fri, 28 Aug 2020 at 15:29, Paul E. McKenney wrote: > > > > > > On Fri, Aug 28, 2020 at 09:37:17AM +0200, Anders Roxell wrot

Re: linux-next: Tree for Aug 26

2020-08-28 Thread Anders Roxell
On Fri, 28 Aug 2020 at 15:29, Paul E. McKenney wrote: > > On Fri, Aug 28, 2020 at 09:37:17AM +0200, Anders Roxell wrote: > > On Wed, 26 Aug 2020 at 21:39, Paul E. McKenney wrote: > > > > > > On Wed, Aug 26, 2020 at 08:19:01PM +0200, Anders Roxell wrote: > &

Re: Kernel panic : Unable to handle kernel paging request at virtual address - dead address between user and kernel address ranges

2020-08-28 Thread Anders Roxell
> > > > > > Most likely this is not the entire problem but it uncovered a > > > > > preexisting > > > > > bug. > > > > > > > > I think this is. > > > > > > > > Naresh: Can you please test with th

Re: linux-next: Tree for Aug 26

2020-08-28 Thread Anders Roxell
On Wed, 26 Aug 2020 at 21:39, Paul E. McKenney wrote: > > On Wed, Aug 26, 2020 at 08:19:01PM +0200, Anders Roxell wrote: > > On Wed, 26 Aug 2020 at 08:33, Stephen Rothwell > > wrote: > > [ . . . ] > > > I've built and run an arm64 allmodconfig kernel where I use

Re: linux-next: Tree for Aug 27

2020-08-27 Thread Anders Roxell
On Thu, 27 Aug 2020 at 07:11, Stephen Rothwell wrote: > > Hi all, > > News: There will be no linux-next releases next Monday or Tuesday. > > Changes since 20200826: > > The net-next tree gained a conflict against the net tree. > > Non-merge commits (relative to Linus' tree): 2901 > 3429 files

Re: linux-next: Tree for Aug 26

2020-08-26 Thread Anders Roxell
On Wed, 26 Aug 2020 at 08:33, Stephen Rothwell wrote: > > Hi all, > > News: There will be no linux-next releases next Monday or Tuesday. > > Changes since 20200825: > > The bpf-next tree lost its build failure. > > The drm-misc tree gained conflicts against Linus' tree and the amdgpu > tree. It

Re: BUG: Bad page state in process true pfn:a8fed on arm

2020-08-25 Thread Anders Roxell
his problem, > > The first suspecting of this problem on arm architecture this patch. > > 424efe723f7717430bec7c93b4d28bba73e31cf6 > > ("mm: account PMD tables like PTE tables ") > > > > Reported-by: Naresh Kamboju > > Reported-by: Anders Roxell > >

Re: linux-next: Tree for Jul 9

2020-07-09 Thread Anders Roxell
On Thu, 9 Jul 2020 at 11:18, Stephen Rothwell wrote: > > Hi all, > > Changes since 20200708: > > My fixes tree contains: > > dbf24e30ce2e ("device_cgroup: Fix RCU list debugging warning") > b236d81d9e4f ("powerpc/boot/dts: Fix dtc "pciex" warnings") > > The kbuild tree still had its build

Re: [PATCH v2 1/2] kbuild: introduce ccflags-remove-y and asflags-remove-y

2020-07-07 Thread Anders Roxell
09ded0 ("ftrace: do not trace library functions") > excluded too much. In later commit, I will try to remove ccflags-remove-y > from sub-directory Makefiles. > > Suggested-by: Sami Tolvanen > Signed-off-by: Masahiro Yamada > Acked-by: Steven Rostedt (VMware) >

Re: [PATCH] kbuild: introduce ccflags-remove-y and asflags-remove-y

2020-07-06 Thread Anders Roxell
On Mon, 6 Jul 2020 at 13:24, Anders Roxell wrote: > > Hi, > > When I built an allmodconfig kernel for arm64, and boot that in qemu > guest I see the following issues: > > [...] > [ 10.451561][T1] Testing tracer function: PASSED > [ 33.087895][T1] Testing dy

Re: [PATCH] kbuild: introduce ccflags-remove-y and asflags-remove-y

2020-07-06 Thread Anders Roxell
Hi, When I built an allmodconfig kernel for arm64, and boot that in qemu guest I see the following issues: [...] [ 10.451561][T1] Testing tracer function: PASSED [ 33.087895][T1] Testing dynamic ftrace: .. filter did not filter .. FAILED! [ 51.127094][T1] [ cut here

Re: [PATCH v3 0/6] Enable as many KUnit tests as possible

2020-05-27 Thread Anders Roxell
Hi all, Friendly ping: who can take this? Cheers, Anders On Mon, 11 May 2020 at 15:14, Anders Roxell wrote: > > Hi, > > This patchset will try to enable as many KUnit test fragments as > possible for the current .config file. > This will make it easier for both dev

[PATCH 1/5] power: vexpress: add suppress_bind_attrs to true

2020-05-27 Thread Anders Roxell
Make sure that the POWER_RESET_VEXPRESS driver won't have bind/unbind attributes available via the sysfs, so lets be explicit here and use ".suppress_bind_attrs = true" to prevent userspace from doing something silly. Signed-off-by: Anders Roxell --- drivers/power/reset/vexpress-powe

[PATCH 2/5] power: vexpress: cleanup: use builtin_platform_driver

2020-05-27 Thread Anders Roxell
Use the helper macro for builtin drivers taht don't do anything special in driver init. This removes some boilerplate code. Signed-off-by: Anders Roxell --- drivers/power/reset/vexpress-poweroff.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/power/reset

[PATCH 5/5] power: vexpress: make the reset driver a module

2020-05-27 Thread Anders Roxell
Today the vexpress power driver can only be builtin. Rework so it's possible for the vexpress power driver to be a module. Signed-off-by: Anders Roxell --- arch/arm/mach-vexpress/Kconfig | 1 - drivers/power/reset/Kconfig | 5 +++-- drivers/power/reset/vexpress

[PATCH 4/5] power: reset: vexpress: fix build issue

2020-05-27 Thread Anders Roxell
that POWER_RESET_VEXPRESS depends on 'VEXPRESS_CONFIG=y'. Fixes: d06cfe3f123c ("bus: vexpress-config: Merge vexpress-syscfg into vexpress-config") Signed-off-by: Anders Roxell Acked-by: Rob Herring --- drivers/power/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 3/5] Revert "ARM: vexpress: Don't select VEXPRESS_CONFIG"

2020-05-27 Thread Anders Roxell
This reverts commit 848685c25da99d871bbd87369f3c3d6eead661ac. Due to when I set 'depends on VEXPRESS_CONFOG=Y' in 'config POWER_RESET_VEXPRESS' to get an allmodconfig build on arm64 to build, and allmodconfig build on arm fails if this patch isn't reverted. Signed-off-by: Anders Roxell --- arch

[PATCH 0/5] vexpress: modularize power reset driver

2020-05-27 Thread Anders Roxell
Hi, This patchset contains a bugfixe, a cleanup and fixes allmodconfig build breakages on arm and arm64. Also making the vexpress power reset driver a module. Cheers, Anders Anders Roxell (5): power: vexpress: add suppress_bind_attrs to true power: vexpress: cleanup: use

Re: [PATCH] power: reset: vexpress: fix build issue

2020-05-27 Thread Anders Roxell
On Tue, 26 May 2020 at 17:41, Rob Herring wrote: > > " On Mon, May 25, 2020 at 11:38 PM Nathan Chancellor > wrote: > > > > On Mon, May 25, 2020 at 07:37:45PM -0400, Valdis Klētnieks wrote: > > > On Sun, 24 May 2020 15:20:25 -0700, Nathan Chancellor said: > > > > > > > arm-linux-gnueabi-ld:

[PATCH] power: reset: vexpress: fix build issue

2020-05-22 Thread Anders Roxell
that POWER_RESET_VEXPRESS depends on 'VEXPRESS_CONFIG=y'. Fixes: d06cfe3f123c ("bus: vexpress-config: Merge vexpress-syscfg into vexpress-config") Acked-by: Rob Herring Signed-off-by: Anders Roxell --- drivers/power/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] power: reset: vexpress: fix build issue

2020-05-20 Thread Anders Roxell
that POWER_RESET_VEXPRESS depends on 'VEXPRESS_CONFIG=y'. Fixes: d06cfe3f123c ("bus: vexpress-config: Merge vexpress-syscfg into vexpress-config") Signed-off-by: Anders Roxell --- drivers/power/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/p

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-18 Thread Anders Roxell
On Mon, 18 May 2020 at 21:57, Vinod Koul wrote: > > Hi Anders, Hi Vinod, > > On 18-05-20, 19:53, Anders Roxell wrote: > > On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > > > > > Some rensas controller like uPD720201 and uPD720202 need firmware to be &g

Re: [PATCH v13 3/5] usb: xhci: Add support for Renesas controller with memory

2020-05-18 Thread Anders Roxell
On Wed, 6 May 2020 at 08:01, Vinod Koul wrote: > > Some rensas controller like uPD720201 and uPD720202 need firmware to be > loaded. Add these devices in pci table and invoke renesas firmware loader > functions to check and load the firmware into device memory when > required. > > Signed-off-by:

[PATCH v2] scripts: fix deprecated always and hostprogs-y

2020-05-12 Thread Anders Roxell
'. Fixes: 631ec151fd96 ("Add sample notification program") Reported-by: Stephen Rothwell Signed-off-by: Anders Roxell --- Fixed Masahiro's comments. samples/watch_queue/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/watch_queue/Makefile

[PATCH] security: fix the default value of secid_to_secctx hook

2020-05-12 Thread Anders Roxell
: 98e828a0650f ("security: Refactor declaration of LSM hooks") Signed-off-by: Anders Roxell --- include/linux/lsm_hook_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h index b9e73d736e13..31eb3381e

Re: [PATCH] scripts: fix deprecated always and hostprogs-y

2020-05-11 Thread Anders Roxell
On Wed, 6 May 2020 at 20:36, Masahiro Yamada wrote: > > On Tue, May 5, 2020 at 8:54 PM Anders Roxell wrote: > > > > When I did an allmodconfig build the following warning showed up: > > > > scripts/Makefile.lib:8: 'always' is deprecated. Please use 'alwa

[PATCH v3 3/6] lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS

2020-05-11 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_ALL_TESTS' so individual tests can not be turned off. Therefore if KUNIT_ALL_TESTS is enabled that will hide the prompt in menuconfig. Reviewed-by: David Gow Signed-off-by: Anders Roxell --- lib/Kconfig.debug | 6 -- 1

[PATCH v3 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTS

2020-05-11 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_ALL_TESTS' so individual tests can not be turned off. Therefore if KUNIT_ALL_TESTS is enabled that will hide the prompt in menuconfig. Reviewed-by: David Gow Signed-off-by: Anders Roxell --- security/apparmor/Kconfig | 3

[PATCH v3 1/6] kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment

2020-05-11 Thread Anders Roxell
-by: Anders Roxell --- lib/kunit/Kconfig | 14 ++ 1 file changed, 14 insertions(+) diff --git a/lib/kunit/Kconfig b/lib/kunit/Kconfig index 95d12e3d6d95..bdeee7639005 100644 --- a/lib/kunit/Kconfig +++ b/lib/kunit/Kconfig @@ -41,4 +41,18 @@ config KUNIT_EXAMPLE_TEST is intended

[PATCH v3 4/6] drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS

2020-05-11 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_ALL_TESTS' so individual tests can not be turned off. Therefore if KUNIT_ALL_TESTS is enabled that will hide the prompt in menuconfig. Reviewed-by: David Gow Signed-off-by: Anders Roxell --- drivers/base/Kconfig | 3

[PATCH v3 0/6] Enable as many KUnit tests as possible

2020-05-11 Thread Anders Roxell
will send a separate KCSAN KUnit patch after this patchset since that isn't in mainline yet. Since v2: Fixed David's comments. KUNIT_RUN_ALL -> KUNIT_ALL_TESTS, and he suggested a great help text. Since v1: Marco commented to split up the patches, and change a "." to a ",".

[PATCH v3 2/6] kunit: default KUNIT_* fragments to KUNIT_ALL_TESTS

2020-05-11 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_ALL_TESTS' so individual tests can not be turned off. Therefore if KUNIT_ALL_TESTS is enabled that will hide the prompt in menuconfig. Reviewed-by: David Gow Signed-off-by: Anders Roxell --- lib/kunit/Kconfig | 9

[PATCH v3 5/6] fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTS

2020-05-11 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_ALL_TESTS' so individual tests can not be turned off. Therefore if KUNIT_ALL_TESTS is enabled that will hide the prompt in menuconfig. Reviewed-by: David Gow Signed-off-by: Anders Roxell --- fs/ext4/Kconfig | 3 ++- 1 file

Re: [PATCH v2 1/6] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-06 Thread Anders Roxell
Hi David, Thank you for the review. On Wed, 6 May 2020 at 07:08, David Gow wrote: > > On Tue, May 5, 2020 at 6:27 PM Anders Roxell wrote: > > > > Make it easier to enable all KUnit fragments. This is needed for kernel > > test-systems, so its easy to get all KUnit

Re: [PATCH net-next] net: ethernet: ti: am65-cpts: fix build

2020-05-05 Thread Anders Roxell
elow dependencies and for NFS boot + CPTS all of them > have to be built-in. > PTP_1588_CLOCK -> TI_K3_AM65_CPTS -> TI_K3_AM65_CPSW_NUSS > > While here, clean up TI_K3_AM65_CPTS definition. > > Fixes: b1f66a5bee07 ("net: ethernet: ti: am65-cpsw-nuss: enable packet > time

Re: [PATCH net-next 3/7] net: ethernet: ti: am65-cpsw-nuss: enable packet timestamping support

2020-05-05 Thread Anders Roxell
On Tue, 5 May 2020 at 14:20, Grygorii Strashko wrote: > > Hi Anders, Hi Grygorii, > > On 05/05/2020 14:59, Anders Roxell wrote: > > On Tue, 5 May 2020 at 13:16, Anders Roxell wrote: > >> On Tue, 5 May 2020 at 13:05, Grygorii Strashko > >> wrote: > >&

Re: [PATCH net-next 3/7] net: ethernet: ti: am65-cpsw-nuss: enable packet timestamping support

2020-05-05 Thread Anders Roxell
On Tue, 5 May 2020 at 13:16, Anders Roxell wrote: > > On Tue, 5 May 2020 at 13:05, Grygorii Strashko > wrote: > > > > hi Anders, > > Hi Grygorii, Hi again, > > > > > On 05/05/2020 13:17, Anders Roxell wrote: > > > On Fri, 1

[PATCH] scripts: fix deprecated always and hostprogs-y

2020-05-05 Thread Anders Roxell
'. Fixes: ee066c3ddf7b ("kbuild: warn if always, hostprogs-y, or hostprogs-m is used") Signed-off-by: Anders Roxell --- samples/watch_queue/Makefile | 4 ++-- scripts/Makefile.build | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/samples/watch_queue/Makefile

Re: [PATCH net-next 3/7] net: ethernet: ti: am65-cpsw-nuss: enable packet timestamping support

2020-05-05 Thread Anders Roxell
On Tue, 5 May 2020 at 13:05, Grygorii Strashko wrote: > > hi Anders, Hi Grygorii, > > On 05/05/2020 13:17, Anders Roxell wrote: > > On Fri, 1 May 2020 at 22:50, Grygorii Strashko > > wrote: > >> > >> The MCU CPSW Common Platform Time Sync (CPTS) pro

[PATCH v2 4/6] drivers: base: default KUNIT_* fragments to KUNIT_RUN_ALL

2020-05-05 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_RUN_ALL' so individual test can be turned of if someone wants that even though KUNIT_RUN_ALL is enabled. Signed-off-by: Anders Roxell --- drivers/base/Kconfig | 3 ++- drivers/base/test/Kconfig | 3 ++- 2 files changed

[PATCH v2 5/6] fs: ext4: default KUNIT_* fragments to KUNIT_RUN_ALL

2020-05-05 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_RUN_ALL' so individual test can be turned of if someone wants that even though KUNIT_RUN_ALL is enabled. Signed-off-by: Anders Roxell --- fs/ext4/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v2 6/6] security: apparmor: default KUNIT_* fragments to KUNIT_RUN_ALL

2020-05-05 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_RUN_ALL' so individual test can be turned of if someone wants that even though KUNIT_RUN_ALL is enabled. Signed-off-by: Anders Roxell --- security/apparmor/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[PATCH v2 3/6] lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_RUN_ALL

2020-05-05 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_RUN_ALL' so individual test can be turned of if someone wants that even though KUNIT_RUN_ALL is enabled. Signed-off-by: Anders Roxell --- lib/Kconfig.debug | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[PATCH v2 0/6] Enable as many KUnit tests as possible

2020-05-05 Thread Anders Roxell
will send a separate KCSAN KUnit patch after this patchset since that isn't in mainline yet. Since v1: Marco commented to split up the patches, and change a "." to a ",". Cheers, Anders Anders Roxell (6): kunit: Kconfig: enable a KUNIT_RUN_ALL fragment kunit: defau

[PATCH v2 1/6] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-05 Thread Anders Roxell
Make it easier to enable all KUnit fragments. This is needed for kernel test-systems, so its easy to get all KUnit tests enabled and if new gets added they will be enabled as well. Fragments that has to be builtin will be missed if CONFIG_KUNIT_RUN_ALL is set as a module. Signed-off-by: Anders

[PATCH v2 2/6] kunit: default KUNIT_* fragments to KUNIT_RUN_ALL

2020-05-05 Thread Anders Roxell
This makes it easier to enable all KUnit fragments. Adding 'if !KUNIT_RUN_ALL' so individual test can be turned of if someone wants that even though KUNIT_RUN_ALL is enabled. Signed-off-by: Anders Roxell --- lib/kunit/Kconfig | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff

Re: [PATCH net-next 3/7] net: ethernet: ti: am65-cpsw-nuss: enable packet timestamping support

2020-05-05 Thread Anders Roxell
On Fri, 1 May 2020 at 22:50, Grygorii Strashko wrote: > > The MCU CPSW Common Platform Time Sync (CPTS) provides possibility to > timestamp TX PTP packets and all RX packets. > > This enables corresponding support in TI AM65x/J721E MCU CPSW driver. > > Signed-off-by: Grygorii Strashko > --- >

Re: linux-next: Tree for May 5

2020-05-05 Thread Anders Roxell
On Tue, 5 May 2020 at 09:16, Stephen Rothwell wrote: > > Hi all, > > Changes since 20200504: > > New tree: ti-k3 > > My fixes tree contains: > > bbefc924d0ff ("ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST") > 7cb1d38f52b1 ("drm/msm: Fix undefined "rd_full" link error") > > The qcom tree

Re: [PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-05 Thread Anders Roxell
On Sat, 2 May 2020 at 04:11, David Gow wrote: > > On Sat, May 2, 2020 at 4:31 AM Brendan Higgins > wrote: > > > > On Fri, May 1, 2020 at 1:35 AM Anders Roxell > > wrote: > > > > > > Make it easier to enable all KUnit fragments. This is needed for

Re: [PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-01 Thread Anders Roxell
On Fri, 1 May 2020 at 11:57, Marco Elver wrote: > > On Fri, 1 May 2020 at 10:35, Anders Roxell wrote: > > > > Make it easier to enable all KUnit fragments. This is needed for kernel > > test-systems, so its easy to get all KUnit tests enabled and if new gets > &

[PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-01 Thread Anders Roxell
'if !KUNIT_RUN_ALL' so individual test can be turned of if someone wants that even though KUNIT_RUN_ALL is enabled. Signed-off-by: Anders Roxell --- drivers/base/Kconfig | 3 ++- drivers/base/test/Kconfig | 3 ++- fs/ext4/Kconfig | 3 ++- lib/Kconfig.debug | 6 -- lib

Re: [EXT] Re: [V5 1/2] dmaengine: fsl-dpaa2-qdma: Add the DPDMAI(Data Path DMA Interface) support

2019-10-22 Thread Anders Roxell
series=191397 > > Best Regards, > Peng > >-Original Message- > >From: Anders Roxell > >Sent: 2019年10月22日 17:27 > >To: Peng Ma > >Cc: Vinod Koul ; dan.j.willi...@intel.com; Leo Li > >; linux-kernel@vger.kernel.org; > >dmaeng...@vger.ke

Re: [EXT] Re: [V5 1/2] dmaengine: fsl-dpaa2-qdma: Add the DPDMAI(Data Path DMA Interface) support

2019-10-22 Thread Anders Roxell
On Thu, 17 Oct 2019 at 08:16, Peng Ma wrote: > > Hi Vinod, > > Thanks very much for your reply. > > Best Regards, > Peng > >-Original Message- > >From: Vinod Koul > >Sent: 2019年10月17日 12:11 > >To: Peng Ma > >Cc: dan.j.willi...@intel.com; Leo Li ; > >linux-kernel@vger.kernel.org;

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

2019-10-03 Thread Anders Roxell
On Tue, 1 Oct 2019 at 16:04, John Garry wrote: > > 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

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

2019-09-26 Thread Anders Roxell
. When doing a 'make savedefconfig' CONFIG_CPU_BIG_ENDIAN will be dropped. Signed-off-by: Anders Roxell --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 878f379d8d84..c9aa6b9ee996 100644 --- a/arch

[PATCH 1/3] arm64: configs: defconfig: enable DEBUG_PREEMPT and FTRACE

2019-09-26 Thread Anders Roxell
or boot line. Signed-off-by: Anders Roxell --- arch/arm64/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 56dc7488ff36..52a32b53b2ed 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs

[PATCH 2/3] arm64: configs: unset CMDLINE_FORCE

2019-09-26 Thread Anders Roxell
ve to pass in the CONFIG_CMDLINE="..." when building an allmodconfig kernel. Since CONFIG_CMDLINE_FORCE is unset default, so when doing 'make savedefconfig' CONFIG_CMDLINE_FORCE will be dropped. Signed-off-by: Anders Roxell --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) dif

[PATCH] arm64: configs: defconfig: remove unneeded fragments

2019-09-26 Thread Anders Roxell
framework to the defconfig. Signed-off-by: Anders Roxell --- arch/arm64/configs/defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 8e05c39eab08..56dc7488ff36 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs

[PATCH 0/3] arm64: defconfig: set/unset for allmodconfig

2019-09-26 Thread Anders Roxell
as base and then configure the rest as modules is to get a bootbable kernel that have as many features turned on as possible. That will make it possible to run as wide a range of testsuites as possible on a single kernel. These patches makes it possible to boot a LE kernel. Cheers, Anders Anders

Re: linux-next: manual merge of the kselftest tree with the tpmdd tree

2019-09-16 Thread Anders Roxell
On Mon, 16 Sep 2019 at 03:45, Mark Brown wrote: > > Hi all, Hi, > > Today's linux-next merge of the kselftest tree got a conflict in: > > tools/testing/selftests/tpm2/Makefile > > between commit: > > 3fb2179b0f3553a ("selftests/tpm2: Add the missing TEST_FILES assignment") > > from the

  1   2   3   4   5   6   >