Re: [PATCH v4] powerpc/pseries/vas: Use usleep_range() to support HCALL delay

2023-12-31 Thread Aneesh Kumar K . V
Haren Myneni writes: > VAS allocate, modify and deallocate HCALLs returns > H_LONG_BUSY_ORDER_1_MSEC or H_LONG_BUSY_ORDER_10_MSEC for busy > delay and expects OS to reissue HCALL after that delay. But using > msleep() will often sleep at least 20 msecs even though the > hypervisor suggests OS

[Bug 216368] do_IRQ: stack overflow at boot during btrfs handling on a PowerMac G5 11,2

2023-12-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216368 Erhard F. (erhar...@mailbox.org) changed: What|Removed |Added Status|NEW |RESOLVED

[GIT PULL] Please pull powerpc/linux.git powerpc-6.8-1 tag

2023-12-31 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, When the time comes, please pull powerpc updates for 6.8: The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263: Linux 6.7-rc2 (2023-11-19 15:02:14 -0800) are available in the git repository at:

Re: [PATCH] powerpc/hvcall: Reorder Nestedv2 hcall opcodes

2023-12-31 Thread Michael Ellerman
On Tue, 19 Dec 2023 14:52:36 +0530, Vaibhav Jain wrote: > This trivial patch reorders the newly introduced hcall opcodes for Nestedv2 > to follow the increasing-opcode-number convention followed in > 'hvcall.h'. The patch also updates the value for MAX_HCALL_OPCODE which is > at various places in

Re: [PATCH] powerpc/86xx: Drop unused CONFIG_MPC8610

2023-12-31 Thread Michael Ellerman
On Thu, 23 Nov 2023 14:29:02 +1100, Michael Ellerman wrote: > The MPC8610 symbol used to be default y if MPC8610_HPCD, but since > MPC8610_HPCD was removed MPC8610 is now never used. Remove it. > > Applied to powerpc/next. [1/1] powerpc/86xx: Drop unused CONFIG_MPC8610

Re: [PATCH] powerpc/powernv: Add error handling to opal_prd_range_is_valid

2023-12-31 Thread Michael Ellerman
On Mon, 27 Nov 2023 06:41:08 -0800, Haoran Liu wrote: > In the opal_prd_range_is_valid function within opal-prd.c, > error handling was missing for the of_get_address call. > This patch adds necessary error checking, ensuring that the > function gracefully handles scenarios where of_get_address

Re: [PATCH 0/3] powerpc: Fixes and optimization for the freezable kthread

2023-12-31 Thread Michael Ellerman
On Thu, 21 Dec 2023 12:45:07 +0800, Kevin Hao wrote: > The main changes include: > - Invoke set_freezable() for the kthread which could be frozen > - Drop redundant try_to_freeze() invocation > > Kevin Hao (3): > powerpc: mpc83xx: Add the missing set_freezable() for > agent_thread_fn()

Re: [PATCH] powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2

2023-12-31 Thread Michael Ellerman
On Sun, 24 Dec 2023 09:52:46 +0900, Geoff Levand wrote: > Commit 8c5fa3b5c4df3d071dab42b04b971df370d99354 (powerpc/64: Make ELFv2 the > default for big-endian builds), merged in Linux-6.5-rc1 changes the calling > ABI > in a way that is incompatible with the current code for the PS3's LV1 >

Re: [PATCH][next] powerpc/selftests: Fix spelling mistake "EACCESS" -> "EACCES"

2023-12-31 Thread Michael Ellerman
On Fri, 15 Dec 2023 11:24:56 +, Colin Ian King wrote: > There is a spelling mistake of the EACCES error name, fix it. > > Applied to powerpc/next. [1/1] powerpc/selftests: Fix spelling mistake "EACCESS" -> "EACCES"