-
Notifications
You must be signed in to change notification settings - Fork 0
aacraid issues in linux-4.14.56-215 #850
Comments
Since 4.14.56 there is a regression with the aacraid driver, so this was never installed on the distmaster. Therefore, remove the files too. Fixes: #850
The issue is still present in the upstream 4.14 series, so keep this open, until it’s fixed there. Using Linux 4.14.73, and in
the driver seems to initialize correctly, and C8014 and M8002 are detected.
|
lkml thread for reference: https://lkml.org/lkml/2018/8/10/324 |
Should we try to disable CONFIG_HOTPLUG_CPU until the driver is fixed? I don't think, we need it anywhere. The explanation of Ming Lei in https://lkml.org/lkml/2018/8/13/28 sounds solid. On the other hand:
From this output, I don't understand, how kronos could be affected. addendum: CONFIG_HOTPLUG_CPU is autoselected by SUSPEND=Y (default=Y) and SMP=Y so we'd need to disable SUSPEND. |
Am 05.10.2018 um 21:22 schrieb Donald Buczek:
Should we try to disable CONFIG_HOTPLUG_CPU until the driver is
fixed? I don't think, we need it anywhere.
I thought it is used for power management.
… config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs"
depends on SMP
---help---
Say Y here to allow turning CPUs off and on. CPUs can be
controlled through /sys/devices/system/cpu.
( Note: power management support will enable this option
automatically on SMP systems. )
Say N if you want to disable CPU hotplug.
|
Problem discussed in this thread, too : https://lkml.org/lkml/2018/3/8/810 ( links to https://lore.kernel.org/lkml/1519311270.2535.53.camel@intel.com/T/#u ) |
We don't suspend or hibernate. I've never seen a shut down cpu. Does Power Management do anything useful for us? Looking at the code, I agree, that unsetting But all in all I'd vote to just continue to revert "9a0ef98e186d genirq/affinity: Assign vectors to all present CPUs" and, if needed, all later commits on "kernel/irq/affinity.c". This commit changes the semantics of |
On October 5, 2018 9:22:23 PM GMT+02:00, Donald Buczek ***@***.***> wrote:
Should we try to disable CONFIG_HOTPLUG_CPU until the driver is fixed?
I don't think, we need it anywhere. The explanation of Ming Lei in
https://lkml.org/lkml/2018/8/13/28 sounds solid.
On the other hand:
`ssh $HOST cat /sys/devices/system/cpu/online
/sys/devices/system/cpu/present /sys/devices/system/cpu/possible`:
host | online | present | possible
--- | --- | --- | ---
deadbird | 0-23 | 0-23 | 0-31
kronos | 0-127 | 0-127 | 0-127
pitty | 0-31 | 0-31 | 0-127
turing | 0-15 | 0-15 | 0-15
From this output, I don't understand, how kronos could be affected.
Hi Donald,
kronos was a false alert (it doesn't even have a hba installed), i must have confused it with a different machine, sorry.
Disabling CONFIG_HOTPLUG_CPU sounds like a practical to end the present vs. possible snafu.
…--
Thomas Kreitler - Information Retrieval
kreitler@molgen.mpg.de
49/30/8413 1702
|
fixed by hardware removal. |
With linux-4.14.56-215 (see #847) the HBA-1000 doesn't work in all machines (turing is ok, pitti, deadbird, kronos are not). Yielding mostly, besides complete hangups, to the following message:
Since there are no obvious changes to the driver code, it must be something more obscure.
Test builds gave the following results
Besides this, the version gets removed from the distmaster. Hosts kronos and pitti go into 'nodist'-limbo for the time until 4.14.55 is ready to be disted.
The text was updated successfully, but these errors were encountered: