2024-02-25 10:37:46

by Alexey Dobriyan

[permalink] [raw]
Subject: Re: WARNING: fs/proc/generic.c:173 __xlate_proc_name

> WARNING: CPU: 0 PID: 429 at fs/proc/generic.c:173
> __xlate_proc_name+0x78/0x98 name 'R1/S1'

proc_mkdir() didn't find 'R1' directory.

In other words, you can't have slashes in irq names.


2024-02-25 10:47:49

by Stefan Wahren

[permalink] [raw]
Subject: Re: WARNING: fs/proc/generic.c:173 __xlate_proc_name

Hi Alexey,

Am 25.02.24 um 11:37 schrieb Alexey Dobriyan:
>> WARNING: CPU: 0 PID: 429 at fs/proc/generic.c:173
>> __xlate_proc_name+0x78/0x98 name 'R1/S1'
> proc_mkdir() didn't find 'R1' directory.
>
> In other words, you can't have slashes in irq names.
we already came to the point in the discussion before (link in my last
mail). The problem is no libgpiod user (userspace) is aware of this. So
the next question is where it should be fixed?

Sorry, i took my original message because posting the last message to
linux-fsdevel without context would be pointless.

Regards