LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-20-2018, 08:58 AM   #1
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 156

Rep: Reputation: Disabled
Problem with 4.14.56 and hpsa driver


Hello,

I have problem with latest kernel on current 4.14.56

Linux home 4.14.56 #1 SMP Wed Jul 11 19:33:43 CDT 2018 x86_64 Intel(R) Xeon(R) CPU E5530 @ 2.40GHz GenuineIntel GNU/Linux

My controller is P410i: 04:00.0 RAID bus controller: Hewlett-Packard Company Smart Array G6 controllers (rev 01)

After boot pc freeze like bellow on 4.14.56

Code:
[    0.724218] sd 0:1:0:0: [sda] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    0.734139]  sda: sda1 sda2
[    0.734820] sd 0:1:0:0: [sda] Attached SCSI disk
[    0.879715] scsi host1: ata_piix
[    0.880297] scsi host2: ata_piix
[    0.880465] ata1: SATA max UDMA/133 cmd 0x1080 ctl 0x1088 bmdma 0x10a0 irq 17
[    0.880585] ata2: SATA max UDMA/133 cmd 0x1090 ctl 0x1098 bmdma 0x10a8 irq 17
[    0.882494] scsi host3: pata_legacy
[    0.882659] ata3: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    1.375099] tsc: Refined TSC clocksource calibration: 2400.084 MHz
[    1.375871] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229886f1f14, max_idle_ns: 440795306808 ns
[    1.513668] ata2.00: SATA link down (SStatus 4 SControl 300)
[    1.513795] ata2.01: SATA link down (SStatus 4 SControl 300)
[    1.671196] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.671325] ata1.01: SATA link down (SStatus 4 SControl 300)
[    1.671447] ata1.01: link offline, clearing class 3 to NONE
[    1.690338] ata1.00: ATAPI: hp      DVD-ROM DDU820S, MH80, max UDMA/100
[    1.712292] ata1.00: configured for UDMA/100
[    2.383561] clocksource: Switched to clocksource tsc
[    2.407110] random: fast init done
[    3.743438] floppy0: no floppy controllers found
[    3.745023] scsi 1:0:0:0: CD-ROM            hp       DVD-ROM DDU820S  MH80 PQ: 0 ANSI: 5
[    3.796948] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[    3.797137] cdrom: Uniform CD-ROM driver Revision: 3.20
[   31.798127] hpsa 0000:04:00.0 scsi 0:1:0:0 resettring logical Direct-Access
HP           LOGICAL VOLUME     RAID-1(+0) SSDSmartPathCap- En- Exp=1
but it's worker and dmesg look different on previous kernel 4.14.55 x86_64 from current tree:

Code:
    1.671325] ata1.01: SATA link down (SStatus 4 SControl 300)
[    1.671447] ata1.01: link offline, clearing class 3 to NONE
[    1.690338] ata1.00: ATAPI: hp      DVD-ROM DDU820S, MH80, max UDMA/100
[    1.712292] ata1.00: configured for UDMA/100
[    2.383561] clocksource: Switched to clocksource tsc
[    2.407110] random: fast init done
[    3.743438] floppy0: no floppy controllers found
[    3.745023] scsi 1:0:0:0: CD-ROM            hp       DVD-ROM DDU820S  MH80 PQ: 0 ANSI: 5
[    3.796948] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[    3.797137] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.797527] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.811986] scsi host3: pata_legacy
[    3.812208] ata4: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[    3.979469] Fusion MPT base driver 3.04.20
[    3.979581] Copyright (c) 1999-2008 LSI Corporation
I just report the problem.

Last edited by gildbg; 07-25-2018 at 01:26 PM.
 
Old 07-25-2018, 01:26 PM   #2
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 156

Original Poster
Rep: Reputation: Disabled
Hello ppl,
I try to upgrade today with new kernel 4.14.57 x86_64 that is on current, but I have the same problem. This time I can picture the error on another machine with same driver. Both machines using hpsa driver.

Kernel panic pic

Did some one can tell me: Is there any changes made in kernel config file on versions 4.14.56 or 4.14.57, because everything is worked on 4.14.55 and I read the kernel changelog and did not found changes on scsi or hpsa driver. Both machines dies on sr 1:0:0:0: Attached scsi CD-ROM sr0.

Any advice ?
 
Old 07-26-2018, 08:28 AM   #3
Neil65
LQ Newbie
 
Registered: Jul 2012
Posts: 13

Rep: Reputation: Disabled
Just ran into this problem. It's still present with 4.14.58 and not Slackware specific since I roll my own kernel. Will post if I find out the cause.
 
Old 07-26-2018, 09:27 AM   #4
Neil65
LQ Newbie
 
Registered: Jul 2012
Posts: 13

Rep: Reputation: Disabled
It appears this patch broke it:

[PATCH 4.14 25/54] genirq/affinity: assign vectors to all possible CPUs
https://www.spinics.net/lists/stable/msg247920.html

and this patch (yet to be backported to stable) fixes it:
[PATCH V5 1/5] scsi: hpsa: fix selection of reply queue
https://www.mail-archive.com/linux-b.../msg19362.html

so I would avoid hpsa and > 4.14.55 till this settles out.

"stable" is an aspiration, not a guarantee.
 
Old 07-26-2018, 12:05 PM   #5
Neil65
LQ Newbie
 
Registered: Jul 2012
Posts: 13

Rep: Reputation: Disabled
fyi, reverting the first genirq/affinity patch restores hpsa to working on 4.14.58
 
Old 07-26-2018, 10:57 PM   #6
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 156

Original Poster
Rep: Reputation: Disabled
Thanks, it's seems need to wait.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver core binding device to driver and Udev loading driver module-difference? ayyasprings Linux - Embedded & Single-board computer 0 01-23-2016 01:44 PM
[SOLVED] HP DL380 G5 neither cciss nor hpsa modules will load because of missing symbols donrich39 Slackware - Installation 5 07-06-2013 08:12 AM
mpt2sas driver failure, Raid 1, RHEL 5.5 driver problem, PERC H200A arvingh Linux - Server 1 12-22-2010 09:48 AM
mpt2sas driver failure, Raid 1, RHEL 5.5 driver problem, PERC H200A arvingh Linux - Hardware 0 10-04-2010 08:56 AM
ALSA driver problem: Intel HDA card driver Digital Watches Linux - Hardware 8 04-11-2008 07:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration