linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
@ 2024-05-30 12:23 ` bugzilla-daemon
  2024-05-30 12:35 ` bugzilla-daemon
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 12:23 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

Michael Ellerman (michael@ellerman.id.au) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael@ellerman.id.au
          Component|Kernel                      |PPC-64
            Version|unspecified                 |2.5
           Assignee|linux-kernel@kernel-bugs.ke |platform_ppc-64@kernel-bugs
                   |rnel.org                    |.osdl.org
            Product|Linux                       |Platform Specific/Hardware

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
  2024-05-30 12:23 ` [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured bugzilla-daemon
@ 2024-05-30 12:35 ` bugzilla-daemon
  2024-05-30 12:44 ` bugzilla-daemon
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 12:35 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

Michael Ellerman (michael@ellerman.id.au) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Michael Ellerman (michael@ellerman.id.au) ---
Can you confirm what page size your kernel is configured to use? By running:

$ grep PAGE_SIZE .config

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
  2024-05-30 12:23 ` [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured bugzilla-daemon
  2024-05-30 12:35 ` bugzilla-daemon
@ 2024-05-30 12:44 ` bugzilla-daemon
  2024-05-30 12:47 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 12:44 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #3 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
For Linux Kernel 6.9.3
root@mirela:/boot# grep PAGE_SIZE config-6.9.3 
CONFIG_MMU_GATHER_PAGE_SIZE=y
CONFIG_HAVE_PAGE_SIZE_64KB=y
CONFIG_PAGE_SIZE_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y

I can upload config-6.9.3 
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (2 preceding siblings ...)
  2024-05-30 12:44 ` bugzilla-daemon
@ 2024-05-30 12:47 ` bugzilla-daemon
  2024-05-30 13:08 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 12:47 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #4 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Created attachment 306379
  --> https://bugzilla.kernel.org/attachment.cgi?id=306379&action=edit
config-6.9.3.txt

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (3 preceding siblings ...)
  2024-05-30 12:47 ` bugzilla-daemon
@ 2024-05-30 13:08 ` bugzilla-daemon
  2024-05-30 13:10 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 13:08 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #5 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Created attachment 306380
  --> https://bugzilla.kernel.org/attachment.cgi?id=306380&action=edit
config-6.10.0-rc1.txt

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (4 preceding siblings ...)
  2024-05-30 13:08 ` bugzilla-daemon
@ 2024-05-30 13:10 ` bugzilla-daemon
  2024-05-30 14:34 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 13:10 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #6 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
I have upload config-6.10.0-rc1.txt
I compile 6.10.0-rc1 starting from 6.9.3
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (5 preceding siblings ...)
  2024-05-30 13:10 ` bugzilla-daemon
@ 2024-05-30 14:34 ` bugzilla-daemon
  2024-05-30 14:44 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 14:34 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #7 from Michael Ellerman (michael@ellerman.id.au) ---
Can you boot a working kernel and post the output of:

# ls -l /sys/class/block
# ls -l /sys/class/scsi_host
# lspci -tv

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (6 preceding siblings ...)
  2024-05-30 14:34 ` bugzilla-daemon
@ 2024-05-30 14:44 ` bugzilla-daemon
  2024-05-31  9:42 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-30 14:44 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #8 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
I run linux kernel 6.9.3
root@mirela:~# ls -l /sys/class/block
total 0
lrwxrwxrwx 1 root root 0 May 30 10:55 loop0 ->
../../devices/virtual/block/loop0
lrwxrwxrwx 1 root root 0 May 30 10:55 loop1 ->
../../devices/virtual/block/loop1
lrwxrwxrwx 1 root root 0 May 30 10:55 loop2 ->
../../devices/virtual/block/loop2
lrwxrwxrwx 1 root root 0 May 30 10:55 loop3 ->
../../devices/virtual/block/loop3
lrwxrwxrwx 1 root root 0 May 30 10:55 loop4 ->
../../devices/virtual/block/loop4
lrwxrwxrwx 1 root root 0 May 30 10:55 loop5 ->
../../devices/virtual/block/loop5
lrwxrwxrwx 1 root root 0 May 30 10:55 loop6 ->
../../devices/virtual/block/loop6
lrwxrwxrwx 1 root root 0 May 30 10:55 loop7 ->
../../devices/virtual/block/loop7
lrwxrwxrwx 1 root root 0 May 30 10:55 sda ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda
lrwxrwxrwx 1 root root 0 May 30 10:55 sda1 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1
lrwxrwxrwx 1 root root 0 May 30 10:55 sda10 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda10
lrwxrwxrwx 1 root root 0 May 30 10:55 sda2 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2
lrwxrwxrwx 1 root root 0 May 30 10:55 sda3 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda3
lrwxrwxrwx 1 root root 0 May 30 10:55 sda4 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda4
lrwxrwxrwx 1 root root 0 May 30 10:55 sda5 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda5
lrwxrwxrwx 1 root root 0 May 30 10:55 sda6 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda6
lrwxrwxrwx 1 root root 0 May 30 10:55 sda7 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda7
lrwxrwxrwx 1 root root 0 May 30 10:55 sda8 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda8
lrwxrwxrwx 1 root root 0 May 30 10:55 sda9 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda9
lrwxrwxrwx 1 root root 0 May 30 10:55 sdb ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata3/host2/target2:0:0/2:0:0:0/block/sdb
lrwxrwxrwx 1 root root 0 May 30 10:55 sdb1 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1
lrwxrwxrwx 1 root root 0 May 30 10:55 sdb2 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb2
lrwxrwxrwx 1 root root 0 May 30 10:55 sdb3 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb3
lrwxrwxrwx 1 root root 0 May 30 10:55 sdb4 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb4
lrwxrwxrwx 1 root root 0 May 30 10:55 sr0 ->
../../devices/pci0001:00/0001:00:05.0/0001:03:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0
root@mirela:~# 
root@mirela:~# ls -l /sys/class/scsi_host
total 0
lrwxrwxrwx 1 root root 0 May 30 10:55 host0 ->
../../devices/pci0001:00/0001:00:05.0/0001:03:0d.0/ata1/host0/scsi_host/host0
lrwxrwxrwx 1 root root 0 May 30 10:55 host1 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata2/host1/scsi_host/host1
lrwxrwxrwx 1 root root 0 May 30 10:55 host2 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata3/host2/scsi_host/host2
lrwxrwxrwx 1 root root 0 May 30 10:55 host3 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata4/host3/scsi_host/host3
lrwxrwxrwx 1 root root 0 May 30 10:55 host4 ->
../../devices/pci0001:00/0001:00:07.0/0001:05:0c.0/ata5/host4/scsi_host/host4
root@mirela:~# 
root@mirela:~# lspci -tv
-[0000:f0]-+-0b.0  Apple Inc. U3 AGP
           \-10.0  NVIDIA Corporation NV34 [GeForce FX 5200 Ultra]
-[0001:00]-+-00.0  Apple Inc. CPC945 HT Bridge
           +-01.0-[06]--
           +-02.0-[07]--
           +-03.0-[01]--+-07.0  Apple Inc. K2 KeyLargo Mac/IO
           |            +-08.0  Apple Inc. K2 KeyLargo USB
           |            \-09.0  Apple Inc. K2 KeyLargo USB
           +-04.0-[02]--+-0b.0  NEC Corporation OHCI USB Controller
           |            +-0b.1  NEC Corporation OHCI USB Controller
           |            \-0b.2  NEC Corporation uPD72010x USB 2.0 Controller
           +-05.0-[03]--+-0d.0  Apple Inc. K2 ATA/100
           |            \-0e.0  Apple Inc. K2 FireWire
           +-06.0-[04]----0f.0  Apple Inc. K2 GMAC (Sun GEM)
           \-07.0-[05]----0c.0  Broadcom K2 SATA
root@mirela:~# 

Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (7 preceding siblings ...)
  2024-05-30 14:44 ` bugzilla-daemon
@ 2024-05-31  9:42 ` bugzilla-daemon
  2024-05-31  9:43 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31  9:42 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #9 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Created attachment 306385
  --> https://bugzilla.kernel.org/attachment.cgi?id=306385&action=edit
dmesg-next.txt

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (8 preceding siblings ...)
  2024-05-31  9:42 ` bugzilla-daemon
@ 2024-05-31  9:43 ` bugzilla-daemon
  2024-05-31 10:15 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31  9:43 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #10 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
I have upload dmesg-next.txt
Linux mirela 6.11.0-next-20240529 #2 SMP Fri May 31 09:17:14 EEST 2024 ppc64
GNU/Linux
The problems are the same!
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (9 preceding siblings ...)
  2024-05-31  9:43 ` bugzilla-daemon
@ 2024-05-31 10:15 ` bugzilla-daemon
  2024-05-31 10:16 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31 10:15 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #11 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Created attachment 306388
  --> https://bugzilla.kernel.org/attachment.cgi?id=306388&action=edit
config-next.txt

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (10 preceding siblings ...)
  2024-05-31 10:15 ` bugzilla-daemon
@ 2024-05-31 10:16 ` bugzilla-daemon
  2024-05-31 12:32 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31 10:16 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #12 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
I have upload config-next.txt
For Linux Kernel
Linux mirela 6.11.0-next-20240529 #2 SMP Fri May 31 09:17:14 EEST 2024 ppc64
GNU/Linux
The problems are the same!
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (11 preceding siblings ...)
  2024-05-31 10:16 ` bugzilla-daemon
@ 2024-05-31 12:32 ` bugzilla-daemon
  2024-05-31 12:39 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31 12:32 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #13 from Michael Ellerman (michael@ellerman.id.au) ---
root@mirela:~# lspci -tv
...
-[0001:00]-+-00.0  Apple Inc. CPC945 HT Bridge
                ...
           +-05.0-[03]--+-0d.0  Apple Inc. K2 ATA/100

sr0 ->
../../devices/pci0001:00/0001:00:05.0/0001:03:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0

So it's only your CDROM drive that is connected to the driver that's causing
the warning. Can you confirm that the CDROM drive works properly with the good
kernel.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (12 preceding siblings ...)
  2024-05-31 12:32 ` bugzilla-daemon
@ 2024-05-31 12:39 ` bugzilla-daemon
  2024-05-31 13:34 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31 12:39 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #14 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Yes is ok with linux-kernel 6.9.3
I can disconect for a test linux kernel 6.10.0-rc1
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (13 preceding siblings ...)
  2024-05-31 12:39 ` bugzilla-daemon
@ 2024-05-31 13:34 ` bugzilla-daemon
  2024-05-31 13:35 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31 13:34 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #15 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Created attachment 306389
  --> https://bugzilla.kernel.org/attachment.cgi?id=306389&action=edit
hdparam-I.txt

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (14 preceding siblings ...)
  2024-05-31 13:34 ` bugzilla-daemon
@ 2024-05-31 13:35 ` bugzilla-daemon
  2024-06-01  7:03 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-05-31 13:35 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #16 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
I have upload hdparam-I.txt
For the cdrom
Is ok with linux kernel 6.9.3
Thank You,
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (15 preceding siblings ...)
  2024-05-31 13:35 ` bugzilla-daemon
@ 2024-06-01  7:03 ` bugzilla-daemon
  2024-06-01  9:46 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-01  7:03 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #17 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
This problem is currently discussed and handled on the lists:
https://lore.kernel.org/all/ce2bf6af-4382-4fe1-b392-cc6829f5ceb2@roeck-us.net/
A Patch for this ?
Tank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (16 preceding siblings ...)
  2024-06-01  7:03 ` bugzilla-daemon
@ 2024-06-01  9:46 ` bugzilla-daemon
  2024-06-02  7:05 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-01  9:46 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #18 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
The patch responsable
[04/23] scsi: initialize scsi midlayer limits before allocating the queue
https://patchwork.kernel.org/project/linux-scsi/patch/20240324235448.2039074-5-hch@lst.de/
This must be reverted
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (17 preceding siblings ...)
  2024-06-01  9:46 ` bugzilla-daemon
@ 2024-06-02  7:05 ` bugzilla-daemon
  2024-06-05 13:01 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-02  7:05 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #19 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Please a pach for this warning
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (18 preceding siblings ...)
  2024-06-02  7:05 ` bugzilla-daemon
@ 2024-06-05 13:01 ` bugzilla-daemon
  2024-06-05 13:21 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-05 13:01 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #20 from Michael Ellerman (michael@ellerman.id.au) ---
Please try the patch here:
https://lore.kernel.org/linuxppc-dev/87wmn3pntq.fsf@mail.lhotse/

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (19 preceding siblings ...)
  2024-06-05 13:01 ` bugzilla-daemon
@ 2024-06-05 13:21 ` bugzilla-daemon
  2024-06-06  2:27 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-05 13:21 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #21 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Thank You Very much
Please send to Linus for aproval
Thank You
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (20 preceding siblings ...)
  2024-06-05 13:21 ` bugzilla-daemon
@ 2024-06-06  2:27 ` bugzilla-daemon
  2024-06-06  2:33 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-06  2:27 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #22 from Michael Ellerman (michael@ellerman.id.au) ---
Can you please confirm that the patch fixes the issue for you.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (21 preceding siblings ...)
  2024-06-06  2:27 ` bugzilla-daemon
@ 2024-06-06  2:33 ` bugzilla-daemon
  2024-06-06 14:22 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-06  2:33 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #23 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
I am in compilation 
When is finished I send to You the results
Thank You Very Mutch
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (22 preceding siblings ...)
  2024-06-06  2:33 ` bugzilla-daemon
@ 2024-06-06 14:22 ` bugzilla-daemon
  2024-06-06 14:24 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-06 14:22 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #24 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Created attachment 306427
  --> https://bugzilla.kernel.org/attachment.cgi?id=306427&action=edit
dmesg6100-rc2.txt

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (23 preceding siblings ...)
  2024-06-06 14:22 ` bugzilla-daemon
@ 2024-06-06 14:24 ` bugzilla-daemon
  2024-06-07  0:55 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-06 14:24 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #25 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
I finalized to compile linux kernel 6.10.0-rc2 uith the patch aplied and is OK!
Thank You
I have atached dmesg-6100-rc2.txt
Thank You Very mutch
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (24 preceding siblings ...)
  2024-06-06 14:24 ` bugzilla-daemon
@ 2024-06-07  0:55 ` bugzilla-daemon
  2024-06-08  5:19 ` bugzilla-daemon
  2024-06-13 11:03 ` bugzilla-daemon
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-07  0:55 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

Michael Ellerman (michael@ellerman.id.au) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |CODE_FIX

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (25 preceding siblings ...)
  2024-06-07  0:55 ` bugzilla-daemon
@ 2024-06-08  5:19 ` bugzilla-daemon
  2024-06-13 11:03 ` bugzilla-daemon
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-08  5:19 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

--- Comment #26 from doru iorgulescu (doru.iorgulescu1@gmail.com) ---
Today the patch was applied on https://github.com/torvalds/linux
Pull ata fix from Niklas Cassel:

 - Fix a regression for the PATA MacIO driver were it would fail to
   probe because of the recent changes of initializing the limits in
   SCSI core

* tag 'ata-6.10-rc3' of
git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux:
  ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K

Thank you to All
Regards

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
       [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
                   ` (26 preceding siblings ...)
  2024-06-08  5:19 ` bugzilla-daemon
@ 2024-06-13 11:03 ` bugzilla-daemon
  27 siblings, 0 replies; 28+ messages in thread
From: bugzilla-daemon @ 2024-06-13 11:03 UTC (permalink / raw)
  To: linuxppc-dev

https://bugzilla.kernel.org/show_bug.cgi?id=218858

Michael Ellerman (michael@ellerman.id.au) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #27 from Michael Ellerman (michael@ellerman.id.au) ---
The fix is 09fe2bfa6b83 ("ata: pata_macio: Fix max_segment_size with PAGE_SIZE
== 64K")
and is included in v6.10-rc3.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-06-13 11:04 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-218858-206035@https.bugzilla.kernel.org/>
2024-05-30 12:23 ` [Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured bugzilla-daemon
2024-05-30 12:35 ` bugzilla-daemon
2024-05-30 12:44 ` bugzilla-daemon
2024-05-30 12:47 ` bugzilla-daemon
2024-05-30 13:08 ` bugzilla-daemon
2024-05-30 13:10 ` bugzilla-daemon
2024-05-30 14:34 ` bugzilla-daemon
2024-05-30 14:44 ` bugzilla-daemon
2024-05-31  9:42 ` bugzilla-daemon
2024-05-31  9:43 ` bugzilla-daemon
2024-05-31 10:15 ` bugzilla-daemon
2024-05-31 10:16 ` bugzilla-daemon
2024-05-31 12:32 ` bugzilla-daemon
2024-05-31 12:39 ` bugzilla-daemon
2024-05-31 13:34 ` bugzilla-daemon
2024-05-31 13:35 ` bugzilla-daemon
2024-06-01  7:03 ` bugzilla-daemon
2024-06-01  9:46 ` bugzilla-daemon
2024-06-02  7:05 ` bugzilla-daemon
2024-06-05 13:01 ` bugzilla-daemon
2024-06-05 13:21 ` bugzilla-daemon
2024-06-06  2:27 ` bugzilla-daemon
2024-06-06  2:33 ` bugzilla-daemon
2024-06-06 14:22 ` bugzilla-daemon
2024-06-06 14:24 ` bugzilla-daemon
2024-06-07  0:55 ` bugzilla-daemon
2024-06-08  5:19 ` bugzilla-daemon
2024-06-13 11:03 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).