Re: linux-next: build warning after merge of the powerpc tree

2025-05-29 Thread Stephen Rothwell
Hi all, On Tue, 13 May 2025 20:28:09 +1000 Stephen Rothwell wrote: > > After merging the powerpc tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/arch/powerpc/htm.rst: WARNING: document isn't included in any > toctr

linux-next: build warning after merge of the powerpc tree

2025-05-13 Thread Stephen Rothwell
ugfs interface") -- Cheers, Stephen Rothwell pgpboIPv71v95.pgp Description: OpenPGP digital signature

Re: [PATCH] powerpc/pseries: Include linux/types.h in papr-platform-dump.h

2025-04-29 Thread Stephen Rothwell
ot;powerpc/pseries: Add papr-platform-dump character > driver for dump retrieval") > Closes: > https://lore.kernel.org/linux-next/20250429185735.034ba...@canb.auug.org.au/ > > Reported-by: Stephen Rothwell > Signed-off-by: Haren Myneni Please keep all the commit message

linux-next: build warning after merge of the powerpc tree

2025-04-29 Thread Stephen Rothwell
character driver for dump retrieval") -- Cheers, Stephen Rothwell pgp_2xJKyt80x.pgp Description: OpenPGP digital signature

linux-next: build warning after merge of the powerpc tree

2025-04-29 Thread Stephen Rothwell
ock for papr-indices ioctls") 8aa9efc0be66 ("powerpc/pseries: Add papr-platform-dump character driver for dump retrieval") 86900ab620a4 ("powerpc/pseries: Add a char driver for physical-attestation RTAS") -- Cheers, Stephen Rothwell pgpu6tXaea0uK.pgp Description: OpenPGP digital signature

Re: [PATCH v2] powerpc/boot: Fix dash warning

2025-04-23 Thread Stephen Rothwell
^--^ SC2086 (info): Double quote to prevent globbing and word > splitting. > ^-^ SC3020 (warning): In > POSIX sh, &> is undefined. > > Fixes: b2accfe7ca5b '("powerpc/boot: Check for ld-option support")' > Reported-by: Stephen Rothwell > Suggested

Re: [PATCH v2] powerpc/boot: Fix dash warning

2025-04-23 Thread Stephen Rothwell
^--^ SC2086 (info): Double quote to prevent globbing and word > splitting. > ^-^ SC3020 (warning): In > POSIX sh, &> is undefined. > > Fixes: b2accfe7ca5b '("powerpc/boot: Check for ld-option support")' > Reported-by: Stephen Rothwell > Suggested

Re: [PATCH 6/6] powerpc/boot/install.sh: Fix shellcheck warnings

2025-04-22 Thread Stephen Rothwell
p-"$1" ]; then > + mv "$4"/System.map-"$1" "$4"/System-"$1".old > fi > > -cat $2 > $4/$image_name-$1 > -cp $3 $4/System.map-$1 > +cat "$2" > "$4"/"$image_name"-"$1" > +cp "$3" "$4"/System.map-"$1" -- Cheers, Stephen Rothwell pgphqrOPJoIQE.pgp Description: OpenPGP digital signature

Re: [PATCH 5/6] powerpc/prom_init: Fix shellcheck warnings

2025-04-22 Thread Stephen Rothwell
Hi Madhavan, On Tue, 22 Apr 2025 18:40:39 +0530 Madhavan Srinivasan wrote: > > Fix "Double quote to prevent globbing and word splitting." > warning from shellcheck Looks good to me. Reviewed-by: Stephen Rothwell -- Cheers, Stephen Rothwell pgpiFfnobaiO9.pgp Descripti

Re: [PATCH] powerpc/boot: Fix dash warning

2025-04-22 Thread Stephen Rothwell
t;${CROSS}"ld -v --no-warn-rwx-segments >/dev/null 2>&1; echo $?)" > -eq 0 ]; then > nowarn="$nowarn --no-warn-rwx-segments" > fi On the way to bed, it occurred to me that the above "if" line can be written as: if "${CROSS}ld

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

2025-04-21 Thread Stephen Rothwell
... ) returns 2 lines of output because the "ld ..." part is backgrounded by the '&'. -- Cheers, Stephen Rothwell pgpFGKFu82457.pgp Description: OpenPGP digital signature

linux-next: build warnings after merge of the powerpc-fixes tree

2025-04-21 Thread Stephen Rothwell
gt;/dev/null 2>&1". (My /bin/sh is /bin/dash) -- Cheers, Stephen Rothwell pgpHd9n8zlpo_.pgp Description: OpenPGP digital signature

Re: [PATCH] powerpc: do not build ppc_save_regs.o always

2025-04-17 Thread Stephen Rothwell
r sign. > > Therefore, ppc_save_regs.o is built always these days (as > "(CONFIG_PPC_BOOK3S)" is never an empty string). > > Fix this by adding the missing dollar sign. > > Signed-off-by: Jiri Slaby (SUSE) > Fixes: fc2a5a6161a2 ("powerpc/64s: ppc_save_regs is no

Re: Please add powerpc topic/cxl branch to linux-next

2025-04-05 Thread Stephen Rothwell
Hi Michael, On Thu, 03 Apr 2025 13:32:43 +1100 Michael Ellerman wrote: > > This branch has been merged intoo mainline, you can drop it from > linux-next. Thanks. Done. -- Cheers, Stephen Rothwell pgpYE1UKqL5ho.pgp Description: OpenPGP digital signature

Re: Please add powerpc topic/cxl branch to linux-next

2025-03-17 Thread Stephen Rothwell
er of your subsystem tree), * successfully unit tested, and * destined for the current or next Linux merge window. Basically, this should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s

Re: [next-20250226]Build Failure

2025-02-26 Thread Stephen Rothwell
de/linux/compiler.h:197:62: error: static assertion failed: "must be > non-C-string (not NUL-terminated)" >  #define __BUILD_BUG_ON_ZERO_MSG(e, msg) ((int)sizeof(struct > {_Static_assert(!(e), msg);})) > ^~ > ./include/linux/compiler.h:226:2: note: in expansion of macro > '__BUILD_BUG_ON_ZERO_MSG' >   __BUILD_BUG_ON_ZERO_MSG(!__is_noncstr(p), \ >   ^~~ > ./include/linux/string.h:468:26: note: in expansion of macro > '__must_be_noncstr' >   const size_t _src_len = __must_be_noncstr(src) +  \ >   ^ > drivers/scsi/qla2xxx/qla_mr.c:1913:3: note: in expansion of macro 'memtostr' >    memtostr(vha->hw->model_desc, pinfo->model_description); >    ^~~~ > make[5]: *** [scripts/Makefile.build:203: drivers/scsi/qla2xxx/qla_mr.o] > Error 1 > make[5]: *** Waiting for unfinished jobs > make[2]: *** [scripts/Makefile.build:461: fs] Error 2 > make[2]: *** Waiting for unfinished jobs > make[4]: *** [scripts/Makefile.build:461: drivers/scsi/mpt3sas] Error 2 > make[4]: *** Waiting for unfinished jobs > make[4]: *** [scripts/Makefile.build:461: drivers/scsi/qla2xxx] Error 2 > make[3]: *** [scripts/Makefile.build:461: drivers/scsi] Error 2 > make[2]: *** [scripts/Makefile.build:461: drivers] Error 2 > make[1]: *** [/root/linux-next/Makefile:1989: .] Error 2 > make: *** [Makefile:251: __sub-make] Error 2 -- Cheers, Stephen Rothwell pgp14dKLUQA7Y.pgp Description: OpenPGP digital signature

linux-next: build warning after merge of the powerpc tree

2025-02-18 Thread Stephen Rothwell
t I don't know why this has appeared just now. -- Cheers, Stephen Rothwell pgptC5GfPe7dy.pgp Description: OpenPGP digital signature

linux-next: duplicate patch in the powerpc tree

2025-01-16 Thread Stephen Rothwell
Hi all, The following commit is also in Linus Torvalds' tree as a different commit (but the same patch): 7fee0217538a ("MAINTAINERS: powerpc: Update my status") This is commit 77a903cd8e5a ("MAINTAINERS: powerpc: Update my status") in Linus' tree.

Re: [PATCH] MAINTAINERS: powerpc: Update my status

2025-01-12 Thread Stephen Rothwell
werpc patches will be handled by Maddy via the powerpc tree with > review from Nick, so replace myself with Maddy there. I have added Maddy as a contact on the powerpc and powerpc-fixes tree in linux-next and replaced you with Maddy for the kvm-ppc tree. Are there any other changes needed? --

linux-next: manual merge of the powerpc tree with the mm tree

2025-01-08 Thread Stephen Rothwell
may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/Kconfig index 85409ec1fd83,db9f7b2d07bf.. --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@@ -145,6 -1

Re: linux-next: manual merge of the powerpc tree with the kbuild tree

2024-11-24 Thread Stephen Rothwell
Hi all, On Wed, 13 Nov 2024 09:52:28 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the powerpc tree got a conflict in: > > arch/powerpc/Makefile > > between commit: > > de51342c5157 ("kbuild: add $(objtree)/ prefix to some in-kernel

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

2024-11-20 Thread Stephen Rothwell
Hi all, On Wed, 6 Nov 2024 14:04:14 +1100 Stephen Rothwell wrote: > > After merging the ftrace tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > In file included from include/linux/ftrace.h:23, > from incl

linux-next: build warning after merge of the powerpc tree

2024-11-19 Thread Stephen Rothwell
es-vpa-pmu: Document sysfs event format entries for vpa_pmu") -- Cheers, Stephen Rothwell pgpssQZW5AYz9.pgp Description: OpenPGP digital signature

Re: [PATCH 03/22] arm: pxa: Convert timeouts to use secs_to_jiffies()

2024-11-15 Thread Stephen Rothwell
*/ > +#define SHARPSL_BATCHK_TIME(secs_to_jiffies(15))/* > 15 sec */ It might be nice to keep the alignment of the comments here. -- Cheers, Stephen Rothwell pgpVcLUeYqlWK.pgp Description: OpenPGP digital signature

Re: [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions

2024-11-15 Thread Stephen Rothwell
] = secs_to_jiffies(3), You have changed this last timeout from 30 seconds to 3 (presumably just a copy and paste error). -- Cheers, Stephen Rothwell pgpFUZPrlAZFn.pgp Description: OpenPGP digital signature

linux-next: manual merge of the powerpc tree with the kbuild tree

2024-11-12 Thread Stephen Rothwell
ted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/Makefile index 321b596d2550,99af7953e844.. --- a/arch/powerpc/Makefile +++ b/arch/po

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

2024-11-05 Thread Stephen Rothwell
_WITH_DIRECT_CALLS") from the powerpc tree. I have applied the following merge fix patch for today. From: Stephen Rothwell Date: Wed, 6 Nov 2024 13:33:53 +1100 Subject: [PATCH] fix up for "ftrace: Make ftrace_regs abstract from direct use" from the ftrace tree interacting with &qu

Re: [PATCH] sched/membarrier: Fix redundant load of membarrier_state

2024-10-24 Thread Stephen Rothwell
return; > sync_core_before_usermode(); > } > #else > static inline void membarrier_mm_sync_core_before_usermode(struct mm_struct > *mm) { } > #endif > > Not sure what folks prefer. I case it matters, in general I prefer the first as there is less code to ge

Re: [PATCH v3] crypto: Removing CRYPTO_AES_GCM_P10.

2024-09-20 Thread Stephen Rothwell
hich can help review a bug fix" > > from > https://docs.kernel.org/process/submitting-patches.html > > should there not be just single Fixes tag? as bug originated from one > commit, may be the commit that actually broke the functionality. While we generally prefer t

Re: [PATCH net-next v2] page_pool: fix build on powerpc with GCC 14

2024-09-15 Thread Stephen Rothwell
@@ static __inline__ void arch_atomic64_set(atomic64_t *v, > s64 i) > if (IS_ENABLED(CONFIG_PPC_KERNEL_PREFIXED)) > __asm__ __volatile__("std %1,0(%2)" : "=m"(v->counter) : > "r"(i), "b"(&v->counter)); > else > -

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

2024-09-09 Thread Stephen Rothwell
Hi Christophe, On Mon, 9 Sep 2024 16:22:26 +0200 Christophe Leroy wrote: > > Le 09/09/2024 à 12:09, Stephen Rothwell a écrit : > > Hi all, > > > > After merging the powerpc tree, today's linux-next build (powerpc > > ppc44x_defconfig) failed like this: &g

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

2024-09-09 Thread Stephen Rothwell
erpc/Makefile:236: zImage] Error 2 make[1]: *** [/home/sfr/next/next/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 It is not obvious to me what change caused this, so I have just left the build broken for today. -- Cheers, Stephen Rothwell pgp9M0eUA9EFq

Re: List change - munging for From addresses

2024-08-25 Thread Stephen Rothwell
7;t too hard to set up. Done. Does that look better? The mail does seem to be flowing into Google a bit smoother. -- Cheers, Stephen Rothwell pgpAMkKGhnOai.pgp Description: OpenPGP digital signature

linux-next: duplicate patch in the powerpc-fixes tree

2024-08-12 Thread Stephen Rothwell
h of the mm-hotfixes tree. -- Cheers, Stephen Rothwell pgpBLnUeoh4PG.pgp Description: OpenPGP digital signature

Re: List change - munging for From addresses

2024-08-11 Thread Stephen Rothwell
Hi , On Mon, 12 Aug 2024 15:54:27 +1000 Stephen Rothwell wrote: > > On Mon, 5 Aug 2024 10:54:17 -0400 Konstantin Ryabitsev > wrote: > > > So, I am going to try "mean and lean" (since I am the owner/moderator > anyway). Shortly (i.e. in the next hour or so), I

Re: List change - munging for From addresses

2024-08-11 Thread Stephen Rothwell
an email to for instructions. Hopefully you all won't find it too restrictive. Please report any problems with the list after the change to me. -- Cheers, Stephen Rothwell pgpn8w55xHWT3.pgp Description: OpenPGP digital signature

Re: List change - munging for From addresses

2024-08-04 Thread Stephen Rothwell
more work) is to change mailing list software. Mailmanv3 would be an option, but seems overly complex. I see vger.kernel.org is now using mlmmj - is that a reasonable option for us (i.e. is it able to not modify messages but still have enough features)? If so any hints about migrat

Re: List change - munging for From addresses

2024-08-01 Thread Stephen Rothwell via Linuxppc-dev
Hi all On Fri, 2 Aug 2024 13:03:47 +1000 Stephen Rothwell wrote: > > As more and more sites are using DKIM signing or emails (and DMARC), > more and more of the list traffic is not being delivered due to Mailman > altering messages in subtle ways (so the DKIM signature is no lo

List change - munging for From addresses

2024-08-01 Thread Stephen Rothwell
so that the messages come from the mailing list itself. It also adds a Reply-To: header with the original sender's address. So a message from me to the list will now have From: Stephen Rothwell via Linuxppc-dev Reply-To: Stephen Rothwell The only real downside to this (I think) is that i

linux-next: runtime warning after merge of the dma-mapping tree

2024-07-31 Thread Stephen Rothwell
ng: don't return errors from dma_set_seg_boundary") -- Cheers, Stephen Rothwell pgpd2MG4Z2R4r.pgp Description: OpenPGP digital signature

linux-next: duplicate patch in the powerpc tree

2024-07-17 Thread Stephen Rothwell
mmit e8061392ee09 ("MAINTAINERS: Update powerpc BPF JIT maintainers") from the powerpc tree is almost identical to commit c638b130e83e ("MAINTAINERS: Update powerpc BPF JIT maintainers") from the bpf tree. -- Cheers, Stephen Rothwell pgpRz_njuHfXf.pgp Description: OpenPGP digital signature

linux-next: manual merge of the powerpc tree with the bpf tree

2024-07-17 Thread Stephen Rothwell
may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell pgp_zzQy8hqnV.pgp Description: OpenPGP digital signature

linux-next: manual merge of the powerpc tree with the mm tree

2024-07-02 Thread Stephen Rothwell
may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/mm/nohash/Makefile index 90e846f0c46c,86d0fe434824.. --- a/arch/powerpc/mm/nohash/Makefile +++ b/arch/p

Re: Please add powerpc topic/kdump-hotplug branch to linux-next

2024-06-01 Thread Stephen Rothwell
Hi Michael, On Sun, 02 Jun 2024 09:53:27 +1000 Michael Ellerman wrote: > > Stephen Rothwell writes: > > > > On Tue, 23 Apr 2024 23:56:42 +1000 Michael Ellerman > > wrote: > >> > >> Can you please add the topic/kdump-hotplug branch of the powerpc tre

Re: linux-next: build warning after merge of the powerpc tree

2024-05-15 Thread Stephen Rothwell
Hi Michael, On Thu, 16 May 2024 12:42:01 +1000 Michael Ellerman wrote: > > Stephen Rothwell writes: > > > > After merging the powerpc tree, today's (it may have been yesterday's) > > linux-next build (powerpc allyesconfig) produced this warning: > >

linux-next: build warning after merge of the powerpc tree

2024-05-14 Thread Stephen Rothwell
param_area) -> memblock_phys_alloc_range (section: .init.text) Introduced by commit 683eab94da75 ("powerpc/fadump: setup additional parameters for dump capture kernel") -- Cheers, Stephen Rothwell pgpgHE8qJ2WgS.pgp Description: OpenPGP digital signature

Re: Administrivia: remove old list address

2024-05-14 Thread Stephen Rothwell
Hi all, On Fri, 3 May 2024 13:32:13 +1000 Stephen Rothwell wrote: > > Many years ago, linuxppc-dev was moved from ozlabs.org to > lists.ozlabs.org. These days most of the mail sent to linuxppc-dev > @ozlabs.org is spam (causing added burden to the list owner i.e. me), > so I

linux-next: manual merge of the risc-v tree with the powerpc tree

2024-05-06 Thread Stephen Rothwell
t to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc include/uapi/linux/prctl.h index 713d28788df7,524d546d697b.. --- a/include/uapi/linux/prctl.h +++ b/include/uapi/linux/prctl.h @@

Administrivia: remove old list address

2024-05-02 Thread Stephen Rothwell
are also mostly spam). -- Cheers, Stephen Rothwell pgpxqF7lMNzSP.pgp Description: OpenPGP digital signature

[PATCH] Fix the address of the linuxppc-dev mailing list

2024-05-02 Thread Stephen Rothwell
This list was moved many years ago. Signed-off-by: Stephen Rothwell --- Documentation/ABI/testing/sysfs-devices-system-cpu | 14 +++--- .../ABI/testing/sysfs-firmware-opal-powercap | 4 ++-- Documentation/ABI/testing/sysfs-firmware-opal-psr | 4 ++-- .../ABI/testing/sysfs

Re: linux-next: boot failure after merge of the modules tree

2024-04-25 Thread Stephen Rothwell
select ARCH_WANTS_MODULES_DATA_IN_VMALLOC if PPC_BOOK3S_32 || > PPC_8xx > select ARCH_WEAK_RELEASE_ACQUIRE > select BINFMT_ELF I added the above to today's merge of the modules tree and it made the boot failure go away. -- Cheers, Stephen Rothwell pgp23z3ezFCNO.pgp Description: OpenPGP digital signature

linux-next: boot failure after merge of the modules tree

2024-04-24 Thread Stephen Rothwell
stem-ppc64 -M pseries -cpu POWER8 -m 2G -vga none -nographic -kernel ~/next/powerpc_pseries_le_defconfig/vmlinux -initrd ./ppc64le-rootfs.cpio.gz -- Cheers, Stephen Rothwell pgpixcQhueaDW.pgp Description: OpenPGP digital signature

Re: Please add powerpc topic/kdump-hotplug branch to linux-next

2024-04-23 Thread Stephen Rothwell
is should be just what you would send to Linus (or ask him to fetch). It is allowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s...@canb.auug.org.au -- Cheers, Stephen Rothwell pgpJEy4ogqcZM.pgp Description: OpenPGP digital signature

Re: [PATCH 1/3] x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n

2024-04-14 Thread Stephen Rothwell
Hi all, On Sat, 13 Apr 2024 19:38:47 +1000 Michael Ellerman wrote: > > Michael Ellerman writes: > > Stephen Rothwell writes: > ... > >> On Tue, 9 Apr 2024 10:51:05 -0700 Sean Christopherson > >> wrote: > ... > >>> diff --git a/kern

Re: [PATCH 1/3] x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n

2024-04-12 Thread Stephen Rothwell
26399ef9-goog > I noticed because it turned off all mitigations for my PowerPC qemu boot tests - probably because CONFIG_SPECULATION_MITIGATIONS only exists in arch/x86/Kconfig ... thus for other architectures that have cpu mitigations, this will always default them to off, right? -- Cheers, Stephen Rothwell pgpVHLvRdprn6.pgp Description: OpenPGP digital signature

linux-next: duplicate patch in the driver-core.current tree

2024-04-11 Thread Stephen Rothwell
self for Power") in the powerpc-fixes tree. -- Cheers, Stephen Rothwell pgp9UngrxRQTh.pgp Description: OpenPGP digital signature

Re: [PATCH] vdso: Fix powerpc build U64_MAX undeclared error

2024-04-09 Thread Stephen Rothwell
gt; > Use ULLONG_MAX instead which will work just as well and is in > include/vdso/limits.h. > > Reported-by: Stephen Rothwell > Closes: https://lore.kernel.org/all/20240409124905.6816d...@canb.auug.org.au/ > Fixes: c8e3a8b6f2e6 ("vdso: Consolidate vdso_calc_delta()&qu

linux-next: manual merge of the powerpc tree with the mm-stable tree

2024-02-28 Thread Stephen Rothwell
bmitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/mm/pgtable_32.c index 12498017da8e,4be97b4a44f9.. --- a/arch/powerpc/mm/pgtable_3

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

2023-11-30 Thread Stephen Rothwell
Hi all, On Mon, 27 Nov 2023 14:48:52 +1100 Stephen Rothwell wrote: > > Just cc'ing the PowerPC guys to see if my fix is sensible. > > On Mon, 27 Nov 2023 13:28:09 +1100 Stephen Rothwell > wrote: > > > > After merging the mm tree, today's linux-next bui

linux-next: duplicate patches in the char-misc tree

2023-11-28 Thread Stephen Rothwell
isc: ocxl: link: Remove unnecessary (void*) conversions") 84ba5d3675e2 ("misc: ocxl: afu_irq: Remove unnecessary (void*) conversions") 82d30723d58f ("misc: ocxl: context: Remove unnecessary (void*) conversions") in the powerpc tree. -- Cheers, Stephen Rothwell pgpCthRn5ODId.pgp Description: OpenPGP digital signature

linux-next: build warning after merge of the mm tree

2023-11-27 Thread Stephen Rothwell
r_copyback(void) | ^ Exposed by commit c6345dfa6e3e ("Makefile.extrawarn: turn on missing-prototypes globally") -- Cheers, Stephen Rothwell pgpaJJeShMjb3.pgp Description: OpenPGP digital signature

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

2023-11-26 Thread Stephen Rothwell
Hi all, Just cc'ing the PowerPC guys to see if my fix is sensible. On Mon, 27 Nov 2023 13:28:09 +1100 Stephen Rothwell wrote: > > After merging the mm tree, today's linux-next build (powerpc64 > allnoconfig) failed like this: > > arch/powerpc/mm/book3s64/pgtable.c:

linux-next: duplicate patch in the tty tree

2023-11-26 Thread Stephen Rothwell
back returning void") in the powerpc tree. -- Cheers, Stephen Rothwell pgpVSW535scZV.pgp Description: OpenPGP digital signature

linux-next: manual merge of the tty tree with the powerpc tree

2023-11-26 Thread Stephen Rothwell
nflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell pgprYaHQi9oYD.pgp Description: OpenPGP digital signature

linux-next: build warnings after merge of the powerpc tree

2023-10-23 Thread Stephen Rothwell
modpost: vmlinux: section mismatch in reference: process_fadump+0x2f4 (section: .text.process_fadump) -> fadump_populate_elfcorehdr (section: .init.text) Probably introduced by commit c17687d0d62d ("powerpc: make fadump resilient with memory add/remove events") -- Che

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

2023-10-23 Thread Stephen Rothwell
Hi all, Commit 351a050f602d ("Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"") is missing a Signed-off-by from its author and committer. Reverts are commits as well ... -- Cheers, Stephen Rothwell pgpDO1RQ6UjL5.pgp Description: OpenPGP digital signature

linux-next: added the kvm-ppc tree

2023-09-18 Thread Stephen Rothwell
lowed to be rebased if you deem it necessary. -- Cheers, Stephen Rothwell s...@canb.auug.org.au pgpzIwJTAnsCi.pgp Description: OpenPGP digital signature

Re: linux-next: manual merge of the net-next tree with the powerpc tree

2023-08-29 Thread Stephen Rothwell
Hi all, On Fri, 18 Aug 2023 11:17:07 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the net-next tree got a conflict in: > > drivers/net/ethernet/freescale/fs_enet/fs_enet.h > > between commit: > > 60bc069c433f ("powerpc/include: Remove

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

2023-08-21 Thread Stephen Rothwell
Hi Matthew, On Tue, 22 Aug 2023 02:11:44 +0100 Matthew Wilcox wrote: > > On Tue, Aug 22, 2023 at 09:55:37AM +1000, Stephen Rothwell wrote: > > In file included from include/trace/trace_events.h:27, > > from include/trace/define_trace.h:102, > >

linux-next: manual merge of the powerpc tree with the mm-stable tree

2023-08-21 Thread Stephen Rothwell
ith the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/Kconfig index 21edd664689e,c831e20cf40f.. --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@@ -195,7 -194,7 +196,8 @@@

linux-next: manual merge of the tty tree with the powerpc tree

2023-08-17 Thread Stephen Rothwell
e conflicting tree to minimise any particularly complex conflicts. Note that after all the above are applied, it looks like this file can be removed completely as nothing in the tree includes it any more. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/include/asm/fs_pd.h index d530f68b4eef,7b

linux-next: manual merge of the net-next tree with the powerpc tree

2023-08-17 Thread Stephen Rothwell
rging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc drivers/net/ethernet/freescale/fs_enet/fs_enet.h index aad96cb2ab4e,d371072fff60.. --- a/drivers/net/e

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

2023-06-25 Thread Stephen Rothwell
e into x509_public_key") This looks like it may be a compiler bug? Maybe the deep ternary expressions may be contributing to that? (cc'ing the ppc guys in case they have any ideas.) I have reverted that commit (and the following one) for today. -- Cheers, Stephen Rothwell pgpbgM

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

2023-06-12 Thread Stephen Rothwell
aused by commit cc7335787e73 ("mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN") I have applied the following hack for today - we need something better. From: Stephen Rothwell Date: Tue, 13 Jun 2023 16:07:16 +1000 Subject: [PATCH] fix up for "mm/slab: decou

linux-next: boot failure after merge of the tip tree

2023-05-23 Thread Stephen Rothwell
7152K available (17984K kernel code, 3328K rwdata, 14784K rodata, 6080K init, 1671K bss, 69760K reserved, 0K cma-reserved) *crickets* Bisected to commit f4ab23558310 ("slub: Replace cmpxchg_double()") I have reverted that commit (and the following one) for today. -- Cheers, S

linux-next: build warnings in powercp build

2023-05-10 Thread Stephen Rothwell
IC is redefined by fragment /home/sfr/next/next/arch/powerpc/configs/guest.config: Previous value: CONFIG_IBMVNIC=m New value: CONFIG_IBMVNIC=y I am not sure exactly which change(s) introduced these warnings. -- Cheers, Stephen Rothwell pgpjxoHBTV8UL.pgp Description: OpenPGP digital signature

Re: linux-next: boot warning

2023-05-09 Thread Stephen Rothwell
Hi Tejun, On Tue, 9 May 2023 05:33:02 -1000 Tejun Heo wrote: > > On Tue, May 09, 2023 at 05:09:43PM +1000, Michael Ellerman wrote: > > Stephen Rothwell writes: > > > Hi all, > > > > > > Today's qemu test boot (powerpc pseri

linux-next: boot warning

2023-05-08 Thread Stephen Rothwell
45] scsi_eh_0 (45) used greatest stack depth: 14240 bytes left [2.092852][T1] ibmvscsi 7103: couldn't allocate host data [2.093005][T1] ibmvscsi: probe of 7103 failed with error -1 I have no idea what has caused this. -- Cheers, Stephen Rothwell pgpiWsh5iKDGJ.pg

linux-next: manual merge of the drm tree with the powerpc tree

2023-04-11 Thread Stephen Rothwell
en your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell pgpPomSFHmffg.pgp Description: OpenPGP digital signature

Re: [PATCH] powerpc/64: Fix unannotated intra-function call warning

2023-02-16 Thread Stephen Rothwell
3s symbol with the > SYM_FUNC_START_LOCAL and SYM_FUNC_END macros. > > Reported-by: Stephen Rothwell > Signed-off-by: Sathvika Vasireddy > --- > arch/powerpc/kernel/head_64.S | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/powerpc/ker

linux-next: build warning after merge of the powerpc tree

2023-02-15 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc pseries_le_defconfig) produced this warning: arch/powerpc/kernel/head_64.o: warning: objtool: .text+0x6128: unannotated intra-function call I have no idea what caused this. -- Cheers, Stephen Rothwell pgpBIDcJ

Re: linux-next: qemu boot log difference today

2023-02-13 Thread Stephen Rothwell
Hi Nathan, On Mon, 13 Feb 2023 23:19:43 -0600 Nathan Lynch wrote: > > Stephen Rothwell writes: > > > > Today's qemu boot log shows 256k extra in reserved memory: > > > > - Memory: 2046080K/2097152K available (14720K kernel code, 2944K rwdata, > > 180

linux-next: qemu boot log difference today

2023-02-13 Thread Stephen Rothwell
8048K rodata, 5184K init, 1439K bss, 51328K reserved, 0K cma-reserved) I don't know what has caused this. -- Cheers, Stephen Rothwell pgp_v0PSqNg5R.pgp Description: OpenPGP digital signature

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

2023-02-09 Thread Stephen Rothwell
7; 400 | task_thread_info(current)->cpu = boot_cpuid; // fix task_cpu(current) | ^~ Caused by commit 0ecf51ca51e5 ("powerpc/64: Fix task_cpu in early boot when booting non-zero cpuid") # CONFIG_SMP is not set I applied the following

Re: crypto: p10-aes-gcm - Add asm markings necessary for kernel code

2023-01-17 Thread Stephen Rothwell
Hi Herbert, On Tue, 17 Jan 2023 15:26:24 +0800 Herbert Xu wrote: > > On Tue, Jan 17, 2023 at 02:47:47PM +1100, Stephen Rothwell wrote: > > Hi all, > > > > After merging the crypto tree, today's linux-next build (powerpc > > pseries_le_defconfig) failed like

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

2023-01-16 Thread Stephen Rothwell
M stitched implementation") I have applied the following hack for today. From: Stephen Rothwell Date: Tue, 17 Jan 2023 14:41:10 +1100 Subject: [PATCH] crypto: p10-aes-gcm - only ABIv1 code has been implemented Signed-off-by: Stephen Rothwell --- arch/powerpc/crypto/Kconfig | 1 + 1

Re: linux-next: manual merge of the tip tree with the powerpc-objtool tree

2022-12-15 Thread Stephen Rothwell
Hi all, On Thu, 24 Nov 2022 12:29:31 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the tip tree got a conflict in: > > tools/objtool/check.c > > between commit: > > efb11fdb3e1a ("objtool: Fix SEGFAULT") > > from the powerpc

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 in

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

2022-12-04 Thread Stephen Rothwell
a8aaa ("crypto: api - Add crypto_tfm_ctx_dma") 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. Anyway, I applied the following patch for today. From: Stephen Rothw

linux-next: boot failure after merge of the powerpc tree

2022-12-01 Thread Stephen Rothwell
per-cpu patching context") (this second just because it follows the other and modifies the same file) fixes the panic. I have done that in linux-next today. -- Cheers, Stephen Rothwell pgpXI6gLKrvmu.pgp Description: OpenPGP digital signature

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

2022-12-01 Thread Stephen Rothwell
mm. The advantage is that mm_alloc() has much simpler dependencies. Additionally it makes more conceptual sense, init_mm has no (and must not have) user state to duplicate. -- Cheers, Stephen Rothwell pgp3WNyp_rAsc.pgp Description: OpenPGP digital signature

linux-next: build warnings after merge of the powerpc-objtool tree

2022-11-24 Thread Stephen Rothwell
g: objtool: optprobe_template_end(): can't find starting instruction I have no idea what started this (they may have been there yesterday). -- Cheers, Stephen Rothwell pgpc2VqhwO8Qu.pgp Description: OpenPGP digital signature

linux-next: manual merge of the tip tree with the powerpc-objtool tree

2022-11-23 Thread Stephen Rothwell
aintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc tools/objtool/check.c index 7580c66ca5c8,4f1a7384426b.. --- a/tools/objtool/check.c +++ b/tools/objtool/check.c @@@ -207,7 -204,7 +204,7 @@@ static boo

[PATCH] powerpc: suppress some linker warnings in recent linker versions

2022-10-09 Thread Stephen Rothwell
d and will be removed in a future version of the linker ld: warning: arch/powerpc/boot/zImage.epapr has a LOAD segment with RWX permissions This fixes issue https://github.com/linuxppc/issues/issues/417 Signed-off-by: Stephen Rothwell --- arch/powerpc/boot/wrapper | 15 ++- 1 fi

Re: linux-next: manual merge of the powerpc tree with the kbuild tree

2022-10-09 Thread Stephen Rothwell
Hi all, On Tue, 4 Oct 2022 09:16:06 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the powerpc tree got a conflict in: > > arch/powerpc/Makefile > > between commit: > > ce697ccee1a8 ("kbuild: remove head-y syntax") > > from th

Re: linux-next: manual merge of the powerpc tree with the kbuild tree

2022-10-09 Thread Stephen Rothwell
Hi all, On Tue, 4 Oct 2022 09:12:05 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the powerpc tree got a conflict in: > > arch/powerpc/kernel/Makefile > > between commit: > > 321648455061 ("kbuild: use obj-y instead extra-y for objects

linux-next: manual merge of the powerpc tree with the kbuild tree

2022-10-03 Thread Stephen Rothwell
rging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. From: Stephen Rothwell Date: Tue, 4 Oct 2022 09:13:46 +1100 Subject: [PATCH] powerpc: fix up for "kbuild: remove head-y syntax" Signed-off-by:

linux-next: manual merge of the powerpc tree with the kbuild tree

2022-10-03 Thread Stephen Rothwell
t to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/powerpc/kernel/Makefile index ad3decb9f20b,1f121c188805.. --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Mak

Re: [PATCH] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined

2022-09-20 Thread Stephen Rothwell
1 > I don't know PPC assembly very well, but should the #endif be one line lower so that the constant is not dereferenced in the non-#else case? -- Cheers, Stephen Rothwell pgphnFfRslZVf.pgp Description: OpenPGP digital signature

linux-next: build warnings after merge of the powerpc tree

2022-07-27 Thread Stephen Rothwell
arm64/elf_hwcaps.rst Documentation/powerpc/elf_hwcaps.rst: WARNING: document isn't included in any toctree Introduced by commit 3df1ff42e69e ("powerpc: add documentation for HWCAPs") -- Cheers, Stephen Rothwell pgpV3ohT5bqap.pgp Description: OpenPGP digital signature

  1   2   3   4   5   6   7   8   9   10   >