Re: [PATCH 6.4 00/28] 6.4.1-rc1 review - hppa argument list too long

From: Guenter Roeck
Date: Mon Jul 03 2023 - 01:33:31 EST


On 7/2/23 21:49, Linus Torvalds wrote:
On Sun, 2 Jul 2023 at 21:46, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:

Sorry, you lost me. Isn't that the same patch as before ? Or
is it just time for me to go to bed ?

No, I think it's time for *me* to go to bed.

Let's get the right diff this time.


Here you are:

[ 31.188688] stack expand failed: ffeff000-fff00000 (ffefeff2)
[ 31.189131] ------------[ cut here ]------------
[ 31.189259] WARNING: CPU: 0 PID: 472 at fs/exec.c:217 get_arg_page+0x1e8/0x1f4
[ 31.189827] Modules linked in:
[ 31.190083] CPU: 0 PID: 472 Comm: sh Tainted: G N 6.4.0-32bit+ #1
[ 31.190213] Hardware name: 9000/778/B160L
[ 31.190347]
[ 31.190407] YZrvWESTHLNXBCVMcbcbcbcbOGFRQPDI
[ 31.190496] PSW: 00000000000001001011111100001111 Tainted: G N
[ 31.190625] r00-03 0004bf0f 11026240 1034a3ec 12bb41c0
[ 31.190741] r04-07 127ec400 00000001 12b725a4 12b72530
[ 31.190821] r08-11 129e6708 ffefeff2 2ff9d000 ffeff000
[ 31.190895] r12-15 127ec400 10e463f0 10e34348 12a4d1a0
[ 31.190962] r16-19 00000002 00001000 ffefe000 12a4d1a0
[ 31.191033] r20-23 0000000f 00001a46 013ae000 12bb4498
[ 31.191103] r24-27 11542330 00000000 115430a0 10ed98d8
[ 31.191173] r28-31 00000031 00000310 12bb4240 0000000f
[ 31.191251] sr00-03 00000000 00000000 00000000 000000a0
[ 31.191332] sr04-07 00000000 00000000 00000000 00000000
[ 31.191407]
[ 31.191443] IASQ: 00000000 00000000 IAOQ: 1034a3ec 1034a3f0
[ 31.191522] IIR: 03ffe01f ISR: 00000000 IOR: 1065d424
[ 31.191593] CPU: 0 CR30: 12a4d1a0 CR31: 00000000
[ 31.192675] ORIG_R28: 12a4d1a0
[ 31.192770] IAOQ[0]: get_arg_page+0x1e8/0x1f4
[ 31.192851] IAOQ[1]: get_arg_page+0x1ec/0x1f4
[ 31.192922] RP(r2): get_arg_page+0x1e8/0x1f4
[ 31.193007] Backtrace:
[ 31.193085] [<1034a9cc>] copy_strings+0x148/0x3d8
[ 31.193214] [<1034ad94>] do_execveat_common+0x138/0x21c
[ 31.193302] [<1034bcc4>] sys_execve+0x3c/0x54
[ 31.193400] [<101af1b4>] syscall_exit+0x0/0x10
[ 31.193562]
[ 31.193698] ---[ end trace 0000000000000000 ]---
[ 31.200551] stack expand failed: ffeff000-fff00000 (ffefefee)
/bin/sh: ls: Argument list too long

Guenter