randconfig-r043-20220803
sh allmodconfig
x86_64 rhel-8.3
riscvrandconfig-r042-20220803
x86_64 allyesconfig
s390 randconfig-r044-20220803
arm
Enable the LiteX MMC device and it's dependency the common clock
framework.
Signed-off-by: Joel Stanley
---
arch/powerpc/configs/microwatt_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/powerpc/configs/microwatt_defconfig
b/arch/powerpc/configs/microwatt_defconfig
index
Add Nick Child as the maintainer of the IBM Power Virtual Ethernet
Device Driver, replacing Cristobal Forno.
Signed-off-by: Nick Child
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2cfda104ba4e..4686e505b8e0 100644
--- a/MAINT
From: Xie Shaowen
The function ioremap() in macio_init() can fail, so
its return value should be checked.
Fixes: 36874579dbf4c ("[PATCH] powerpc: macio-adb build fix")
Reported-by: Hacash Robot
Signed-off-by: Xie Shaowen
---
drivers/macintosh/macio-adb.c | 4
1 file changed, 4 insertions
Thanks for the report; tracking the issue here:
https://github.com/ClangBuiltLinux/linux/issues/1679
clang-15 got more aggressive about eliminating loops outright; some
cases can be replaced with division/remainder. LLVM is missing
support for expanding 64b division by constant for 32b targets; W
Looks like since recently some clang builds fails for missing reference
to `__umoddi3`.
See exemple at:
- https://github.com/ruscur/linux-ci/actions/runs/2789193140
-
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/eca9251f1e1f82c4c46ec6380ddb28356ab3fdfe.1659527244.git.christophe.le...
Christophe Leroy wrote:
PPC_RAW_TW() is erroneously defined with base code 0x7f08
instead of 0x7c08.
That's invisible because its only user is PPC_RAW_TRAP() which is
0x7fe8, but fix it anyway to avoid any risk of future bug.
Reported-by: Naveen N. Rao
Fixes: d00d762daf12 ("powerpc
Hi Jason,
On 22/07/2022 13:22, Jason A. Donenfeld wrote:
> On Fri, Jul 22, 2022 at 10:08:05AM +0200, Holger Dengler wrote:
>> Why not changing the API to take bytes instead of words? Sure, at the
>> moment it looks like all platforms with TRNG support are able to
>> deliver at least one word, but
PPC_RAW_TW() is erroneously defined with base code 0x7f08
instead of 0x7c08.
That's invisible because its only user is PPC_RAW_TRAP() which is
0x7fe8, but fix it anyway to avoid any risk of future bug.
Reported-by: Naveen N. Rao
Fixes: d00d762daf12 ("powerpc/ppc-opcode: Define and us
"Naveen N. Rao" writes:
> Christophe Leroy wrote:
>> Add and use PPC_RAW_TRAP() instead of opencoding.
>>
>> Signed-off-by: Christophe Leroy
>> ---
>> arch/powerpc/include/asm/ppc-opcode.h | 2 ++
>> arch/powerpc/include/asm/probes.h | 3 ++-
>> arch/powerpc/xmon/xmon.c | 2 +-
Nicholas Piggin writes:
> DD2.3 missed out on getting its feature flag bits.
>
> This meant when booting with dt-cpu-ftrs, CPU_FTR_P9_TM_HV_ASSIST is
> missing (unless the firmware contains it, which mine does not seem to).
> And when booting without, CPU_FTR_P9_TM_XER_SO_BUG is set.
>
> In practi
Christophe Leroy wrote:
Add and use PPC_RAW_TRAP() instead of opencoding.
Signed-off-by: Christophe Leroy
---
arch/powerpc/include/asm/ppc-opcode.h | 2 ++
arch/powerpc/include/asm/probes.h | 3 ++-
arch/powerpc/xmon/xmon.c | 2 +-
3 files changed, 5 insertions(+), 2 deletions
12 matches
Mail list logo