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
ugfs
interface")
--
Cheers,
Stephen Rothwell
pgpboIPv71v95.pgp
Description: OpenPGP digital signature
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
character driver for
dump retrieval")
--
Cheers,
Stephen Rothwell
pgp_2xJKyt80x.pgp
Description: OpenPGP digital signature
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
^--^ 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
^--^ 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
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
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
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
... ) returns 2 lines of output because the "ld ..." part is
backgrounded by the '&'.
--
Cheers,
Stephen Rothwell
pgpFGKFu82457.pgp
Description: OpenPGP digital signature
gt;/dev/null 2>&1". (My /bin/sh is /bin/dash)
--
Cheers,
Stephen Rothwell
pgpHd9n8zlpo_.pgp
Description: OpenPGP digital signature
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
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
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
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
t
I don't know why this has appeared just now.
--
Cheers,
Stephen Rothwell
pgptC5GfPe7dy.pgp
Description: OpenPGP digital signature
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.
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?
--
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
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
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
es-vpa-pmu: Document
sysfs event format entries for vpa_pmu")
--
Cheers,
Stephen Rothwell
pgpssQZW5AYz9.pgp
Description: OpenPGP digital signature
*/
> +#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
] = 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
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
_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
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
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
@@ 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
> -
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
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
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
h of the mm-hotfixes tree.
--
Cheers,
Stephen Rothwell
pgpBLnUeoh4PG.pgp
Description: OpenPGP digital signature
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
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
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
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
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
ng: don't return errors from dma_set_seg_boundary")
--
Cheers,
Stephen Rothwell
pgpd2MG4Z2R4r.pgp
Description: OpenPGP digital signature
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
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
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
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
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:
> >
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
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
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
@@
are also mostly spam).
--
Cheers,
Stephen Rothwell
pgpxqF7lMNzSP.pgp
Description: OpenPGP digital signature
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
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
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
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
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
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
self for
Power")
in the powerpc-fixes tree.
--
Cheers,
Stephen Rothwell
pgp9UngrxRQTh.pgp
Description: OpenPGP digital signature
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
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
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
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
r_copyback(void)
| ^
Exposed by commit
c6345dfa6e3e ("Makefile.extrawarn: turn on missing-prototypes globally")
--
Cheers,
Stephen Rothwell
pgpaJJeShMjb3.pgp
Description: OpenPGP digital signature
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:
back
returning void")
in the powerpc tree.
--
Cheers,
Stephen Rothwell
pgpVSW535scZV.pgp
Description: OpenPGP digital signature
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
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
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
lowed to be rebased if you deem it necessary.
--
Cheers,
Stephen Rothwell
s...@canb.auug.org.au
pgpzIwJTAnsCi.pgp
Description: OpenPGP digital signature
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
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,
> >
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 @@@
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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 - 100 of 1863 matches
Mail list logo