Re: [PATCH] powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1

2022-12-04 Thread Michael Ellerman
Michael Jeanson writes: > In v5.7 the powerpc syscall entry/exit logic was rewritten in C, on > PPC64_ELF_ABI_V1 this resulted in the symbols in the syscall table > changing from their dot prefixed variant to the non-prefixed ones. > > Since ftrace prefixes a dot to the syscall names when

[PATCH] crypto: api - Use linux/cache.h instead of asm/cache.h

2022-12-04 Thread Herbert Xu
On Mon, Dec 05, 2022 at 10:52:25AM +1100, Stephen Rothwell wrote: > > Or maybe you should have included linux/cache.h instead of asm/cache.h? You're right Stephen. Thanks! ---8<--- Directly including asm/cache.h leads to build failures on powerpc so replace it with linux/cache.h instead.

[V3] tools/perf: Fix printing field separator in CSV metrics output

2022-12-04 Thread Athira Rajeev
In perf stat with CSV output option, number of fields in metrics output is not matching with number of fields in other event output lines. Sample output below after applying patch to fix printing os->prefix. # ./perf stat -x, --per-socket -a -C 1 ls

[powerpc:next] BUILD REGRESSION 22db71bcba826c607324a8ee1b21f5cf7ec71e8b

2022-12-04 Thread kernel test robot
/Warning ids grouped by kconfigs: clang_recent_errors `-- powerpc-randconfig-r021-20221204 |-- arch-powerpc-lib-qspinlock.c:error:call-to-undeclared-function-spin_begin-ISO-C99-and-later-do-not-support-implicit-function-declarations |-- arch-powerpc-lib-qspinlock.c:error:call-to-undeclared

[powerpc:next-test] BUILD SUCCESS 6f3a81b60091031c2c14eb2373d1937b027deb46

2022-12-04 Thread kernel test robot
randconfig-r046-20221204 arc randconfig-r043-20221204 i386 randconfig-a005 x86_64randconfig-a013 i386 randconfig-a001 x86_64randconfig-a011 s390

[PATCH v2] soc: fsl: qe: request pins non-exclusively

2022-12-04 Thread Dmitry Torokhov
Commit 84582f9ed090 ("soc: fsl: qe: Avoid using gpio_to_desc()") changed qe_pin_request() to request and hold GPIO corresponding to a given pin. Unfortunately this does not work, as fhci-hcd requests these GPIOs first, befor calling qe_pin_request() (see

Re: [RESEND PATCH] soc: fsl: qe: request pins non-exclusively

2022-12-04 Thread Dmitry Torokhov
On Sun, Dec 04, 2022 at 01:10:19PM +0100, Arnd Bergmann wrote: > On Sun, Dec 4, 2022, at 05:50, Dmitry Torokhov wrote: > > > > SoC team, the problematic patch has been in next for a while and it > > would be great to get the fix in to make sure the driver is not broken > > in 6.2. Thanks! > > I

Re: linux-next: build failure after merge of the crypto tree

2022-12-04 Thread Stephen Rothwell
Hi all, On Mon, 5 Dec 2022 10:48:57 +1100 Stephen Rothwell wrote: > > It could be (easily) argued that arch/powerpc/include/asm/cache.h should > include linus/types.h, but it is also unusual to include an asm/... file > before all the linux/... files. Or maybe you should have included

linux-next: build failure after merge of the crypto tree

2022-12-04 Thread Stephen Rothwell
Hi all, After merging the crypto tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from include/crypto/algapi.h:10, from include/crypto/internal/hash.h:11, from arch/powerpc/crypto/sha1.c:15:

Re: [PATCH 2/5] arm: dts: remove label = "cpu" from DSA dt-binding

2022-12-04 Thread Linus Walleij
On Wed, Nov 30, 2022 at 3:13 PM Arınç ÜNAL wrote: > This is not used by the DSA dt-binding, so remove it from all devicetrees. > > Signed-off-by: Arınç ÜNAL Acked-by: Linus Walleij Yours, Linus Walleij

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.1-6 tag

2022-12-04 Thread pr-tracker-bot
The pull request you sent on Mon, 05 Dec 2022 00:19:45 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.1-6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ae6bb71711713e7b6b2d9ed2af7318dc8ae5cfb2 Thank you! --

Re: [PATCH 5/5] powerpc: dts: remove label = "cpu" from DSA dt-binding

2022-12-04 Thread Vladimir Oltean
Hi Pali, On Fri, Dec 02, 2022 at 08:35:52PM +0100, Pali Rohár wrote: > On Thursday 01 December 2022 17:44:00 Rob Herring wrote: > > On Thu, Dec 01, 2022 at 06:39:02PM +0100, Pali Rohár wrote: > > > I was told by Marek (CCed) that DSA port connected to CPU should have > > > label "cpu" and not

Re: [PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations

2022-12-04 Thread Christophe Leroy
Le 04/12/2022 à 05:50, Fangrui Song a écrit : > On Mon, Nov 14, 2022 at 4:46 PM Fangrui Song wrote: >> >> On 2022-11-14, Christophe Leroy wrote: >>> >>> >>> Le 28/09/2022 à 07:25, Fangrui Song a écrit : On Sat, Sep 10, 2022 at 12:53 AM Fangrui Song wrote: > > On 2022-08-30,

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-6 tag

2022-12-04 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 6.1: The following changes since commit eb761a1760bf30cf64e98ee8d914866e62ec9e8a: powerpc: Fix writable sections being moved into the rodata region (2022-11-16 21:37:14 +1100) are available in

Re: [RFC PATCH] Disable Book-E KVM support?

2022-12-04 Thread Christian Zigotzky
Further information: https://lists.nongnu.org/archive/html/qemu-ppc/2022-12/msg0.html -- Christian On 04 December 2022 at 12:33 pm, Christian Zigotzky wrote: Hi All, We regularly use QEMU with KVM HV on our A-EON AmigaOne X5000 machines (book3e). It works fast and without any problems.

Re: [RESEND PATCH] soc: fsl: qe: request pins non-exclusively

2022-12-04 Thread Arnd Bergmann
On Sun, Dec 4, 2022, at 05:50, Dmitry Torokhov wrote: > > SoC team, the problematic patch has been in next for a while and it > would be great to get the fix in to make sure the driver is not broken > in 6.2. Thanks! I have no problem taking thsi patch, but I get a merge conflict that I'm not

Re: [RFC PATCH] Disable Book-E KVM support?

2022-12-04 Thread Christian Zigotzky
Hi All, We regularly use QEMU with KVM HV on our A-EON AmigaOne X5000 machines (book3e). It works fast and without any problems. Screenshot tour of QEMU/KVM HV on our AmigaOnes: - https://i.ibb.co/m4vgwNT/Kernel-6-1-rc3-Power-PC.png - https://i.ibb.co/Fwdjf7Z/Kernel-6-0-rc6-Power-PC.png -

Re: [PATCH 0/7] powerpc/85xx: p2020: Create one unified machine description

2022-12-04 Thread Pali Rohár
On Friday 19 August 2022 21:15:50 Pali Rohár wrote: > This patch series unifies all P2020 boards and machine descriptions into > one generic unified P2020 machine description. With this generic machine > description, kernel can boot on any P2020-based board with correct DTS > file. > > Tested on