이 Linux 커널 패닉 메시지: sysfs: 중복 파일 이름을 만들 수 없음은 무엇을 의미합니까?

이 Linux 커널 패닉 메시지: sysfs: 중복 파일 이름을 만들 수 없음은 무엇을 의미합니까?
   [1.503917] NET: Registered protocol family 17
    [    1.504612] libphy: mdiobus_find: mii bus [igb_enet_mii_bus] found
        1.504711] sysfs: cannot create duplicate filename '/kernel/marvell/access'
        [    1.504726] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.19.101 #0
        [    1.504731] Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
        [    1.504735] Backtrace: 
        [    1.504744] Function entered at [<80013a28>] from [<80013d60>]
        [    1.504757]  r7:00000000 r6:60000013 r5:00000000 r4:806437b4
        [    1.504762] Function entered at [<80013d48>] from [<804e9eb4>]
        [    1.504766] Function entered at [<804e9e1c>] from [<8013fffc>]
        [    1.504776]  r7:00000000 r6:80576d94 r5:e9379000 r4:eef4b000
        [    1.504781] Function entered at [<8013ff9c>] from [<8013fcbc>]
        [    1.504790]  r7:00000000 r6:e9379000 r5:ffffffef r4:8063860c
        [    1.504796] Function entered at [<8013fb50>] from [<8013fd68>]
        [    1.504803]  r6:e9387740 r5:8063860c r4:00000000

이는 커널 v4.1.16을 사용하는 대신 커널 v4.19.101을 부팅할 때 나타나는 특정 커널 패닉/추적이지만, 이 오류는 일반적으로 무엇을 의미합니까? Google의 정보는 어디에나 있습니다.

답변1

메시지의 의미경로 sysfs가 두 번 등록되었습니다.어떤 이유로든 한 명의 운전자가 두 번 등록했거나 두 명의 운전자가 동일한 이름을 등록하려고 시도한 경우입니다.

관련 정보