From: Stephen Rothwell <hidden> Date: 2018-05-29 11:03:02
Hi all,
My qemu boots of today's powerpc linux-next kernel produced the following
boot message differences:
-Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
+Max number of cores passed to firmware: u (NR_CPUS = 2048)
Seemingly caused by commit
eae5f709a4d7 ("powerpc: Add __printf verification to prom_printf")
--
Cheers,
Stephen Rothwell
On Tue, May 29, 2018 at 1:02 PM, Stephen Rothwell [off-list ref] wrote:
Hi all,
My qemu boots of today's powerpc linux-next kernel produced the following
boot message differences:
-Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
+Max number of cores passed to firmware: u (NR_CPUS = 2048)
Seemingly caused by commit
eae5f709a4d7 ("powerpc: Add __printf verification to prom_printf")
On Tue, May 29, 2018 at 1:56 PM, Mathieu Malaterre [off-list ref] wrote:
On Tue, May 29, 2018 at 1:02 PM, Stephen Rothwell [off-list ref] wrote:
quoted
Hi all,
My qemu boots of today's powerpc linux-next kernel produced the following
boot message differences:
-Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
+Max number of cores passed to firmware: u (NR_CPUS = 2048)
Seemingly caused by commit
eae5f709a4d7 ("powerpc: Add __printf verification to prom_printf")
Michael,
On Tue, May 29, 2018 at 2:00 PM, Mathieu Malaterre [off-list ref] wrote:
On Tue, May 29, 2018 at 1:56 PM, Mathieu Malaterre [off-list ref] wrote:
quoted
On Tue, May 29, 2018 at 1:02 PM, Stephen Rothwell [off-list ref] wrote:
quoted
Hi all,
My qemu boots of today's powerpc linux-next kernel produced the following
boot message differences:
-Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
+Max number of cores passed to firmware: u (NR_CPUS = 2048)
Seemingly caused by commit
eae5f709a4d7 ("powerpc: Add __printf verification to prom_printf")
Could you update your patch "powerpc/prom: Fix %llx usage since
prom_printf() change" to also do "powerpc/prom: Fix %u usage since
prom_printf() change"
I did not pay attention that "%u" was also not supported in prom_printf.
I may be able to provide a patch tonight, if this is not acceptable,
please revert my faulty patch. Sorry for the mess.
From: Stephen Rothwell <hidden> Date: 2018-05-29 12:23:31
Hi Mathieu,
On Tue, 29 May 2018 13:56:48 +0200 Mathieu Malaterre [off-list ref] wrote:
On Tue, May 29, 2018 at 1:02 PM, Stephen Rothwell [off-list ref] wrote:
quoted
Hi all,
My qemu boots of today's powerpc linux-next kernel produced the following
boot message differences:
-Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
+Max number of cores passed to firmware: u (NR_CPUS = 2048)
Seemingly caused by commit
eae5f709a4d7 ("powerpc: Add __printf verification to prom_printf")
Stephen,
On Tue, May 29, 2018 at 2:23 PM, Stephen Rothwell [off-list ref] wrote:
Hi Mathieu,
On Tue, 29 May 2018 13:56:48 +0200 Mathieu Malaterre [off-list ref] wrote:
quoted
On Tue, May 29, 2018 at 1:02 PM, Stephen Rothwell [off-list ref] wrote:
quoted
Hi all,
My qemu boots of today's powerpc linux-next kernel produced the following
boot message differences:
-Max number of cores passed to firmware: 2048 (NR_CPUS = 2048)
+Max number of cores passed to firmware: u (NR_CPUS = 2048)
Seemingly caused by commit
eae5f709a4d7 ("powerpc: Add __printf verification to prom_printf")