* Re: [LTP] tpci test trigger RHEL6.4GA crash!
[not found] ` <526F779B.2030205@oracle.com>
@ 2013-10-29 9:05 ` Wanlong Gao
2013-10-30 3:35 ` Wanlong Gao
0 siblings, 1 reply; 2+ messages in thread
From: Wanlong Gao @ 2013-10-29 9:05 UTC (permalink / raw)
To: alexey.kodanev; +Cc: ltp-list
On 10/29/2013 04:53 PM, alexey.kodanev@oracle.com wrote:
> Hi!
> On 10/28/2013 12:44 PM, Zeng Linggang wrote:
>> Hi,
>>
>> When we execute the test of tpci in RHEL6.4GA, the system will crash:
>> - filesystem is broken
>> - network is off
>> Some logs are as follows:
>>
>> [root@RHEL6U4GA-Intel64 ltp]# ata1.00: exception Emask 0x52 SAct 0x1 SErr 0xffffffff action 0xe frozen
>> ata1: SError: { RecovData RecovCommon UnrecovData Persist Proto HostInt PHYInt CommWake 10B8B Display
>> Seq TrStaTrns UnrecFIS DevExch }
>> ata1.00: failed command: WRITE FPDMA QUEUED
>> ata1.00: cmd 61/08:00:c8:fb:f3/00:00:39:00:00/40 tag 0 ncq 4096 out
>> res 40/00:18:48:eb:33/00:00:38:00:00/40 Emask 0x56 (ATA bus error)
>> ata1.00: stauts: { DRDY }
>> ata1.00 failed to resume link (SControl FFFFFFFF)
>> ata1.00 failed to resume link (SControl FFFFFFFF)
>> ata1.00 failed to resume link (SControl FFFFFFFF)
>> Buffer I/O error on device sda13, logical block 4752991
>> sd 0:0:0:0: rejecting I/O to offline device
>> sd 0:0:0:0: rejecting I/O to offline device
>> ...
>> EXT4-fs error (device sda13): ext4_find_entry: reading directory #524297 offset 0
>> EXT4-fs error (device sda13): ext4_find_entry: reading directory #524297 offset 0
>> ...
>>
> Could you please find out which particular test case does it? it can be
> done manually the following way:
> insmod ltp_pci.ko
>
> Get your ata bus and pci slot number, then write it to the file (the
> number is 16bit unsigned integer, the first 8 bits is a device number,
> the last is a bus number):
>
> echo "number" > /sys/devices/ltp_tcpi/bus_slot
>
> Then try test-cases one by one:
> echo 1 > /sys/devices/ltp_tcpi/tcase
> ...
> echo 17 > /sys/devices/ltp_tcpi/tcase
>
> You can check the result of each test case by reading
> /sys/devices/ltp_tcpi/result file. 0 - PASS, 1 - FAIL.
PCI_RESOURCES, will cause kernel crash, could you please
check it?
Thanks,
Wanlong Gao
>
> Thanks,
> Alexey
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LTP] tpci test trigger RHEL6.4GA crash!
2013-10-29 9:05 ` [LTP] tpci test trigger RHEL6.4GA crash! Wanlong Gao
@ 2013-10-30 3:35 ` Wanlong Gao
0 siblings, 0 replies; 2+ messages in thread
From: Wanlong Gao @ 2013-10-30 3:35 UTC (permalink / raw)
To: alexey.kodanev; +Cc: ltp-list
On 10/29/2013 05:05 PM, Wanlong Gao wrote:
> On 10/29/2013 04:53 PM, alexey.kodanev@oracle.com wrote:
>> Hi!
>> On 10/28/2013 12:44 PM, Zeng Linggang wrote:
>>> Hi,
>>>
>>> When we execute the test of tpci in RHEL6.4GA, the system will crash:
>>> - filesystem is broken
>>> - network is off
>>> Some logs are as follows:
>>>
>>> [root@RHEL6U4GA-Intel64 ltp]# ata1.00: exception Emask 0x52 SAct 0x1 SErr 0xffffffff action 0xe frozen
>>> ata1: SError: { RecovData RecovCommon UnrecovData Persist Proto HostInt PHYInt CommWake 10B8B Display
>>> Seq TrStaTrns UnrecFIS DevExch }
>>> ata1.00: failed command: WRITE FPDMA QUEUED
>>> ata1.00: cmd 61/08:00:c8:fb:f3/00:00:39:00:00/40 tag 0 ncq 4096 out
>>> res 40/00:18:48:eb:33/00:00:38:00:00/40 Emask 0x56 (ATA bus error)
>>> ata1.00: stauts: { DRDY }
>>> ata1.00 failed to resume link (SControl FFFFFFFF)
>>> ata1.00 failed to resume link (SControl FFFFFFFF)
>>> ata1.00 failed to resume link (SControl FFFFFFFF)
>>> Buffer I/O error on device sda13, logical block 4752991
>>> sd 0:0:0:0: rejecting I/O to offline device
>>> sd 0:0:0:0: rejecting I/O to offline device
>>> ...
>>> EXT4-fs error (device sda13): ext4_find_entry: reading directory #524297 offset 0
>>> EXT4-fs error (device sda13): ext4_find_entry: reading directory #524297 offset 0
>>> ...
>>>
>> Could you please find out which particular test case does it? it can be
>> done manually the following way:
>> insmod ltp_pci.ko
>>
>> Get your ata bus and pci slot number, then write it to the file (the
>> number is 16bit unsigned integer, the first 8 bits is a device number,
>> the last is a bus number):
>>
>> echo "number" > /sys/devices/ltp_tcpi/bus_slot
>>
>> Then try test-cases one by one:
>> echo 1 > /sys/devices/ltp_tcpi/tcase
>> ...
>> echo 17 > /sys/devices/ltp_tcpi/tcase
>>
>> You can check the result of each test case by reading
>> /sys/devices/ltp_tcpi/result file. 0 - PASS, 1 - FAIL.
>
> PCI_RESOURCES, will cause kernel crash, could you please
> check it?
And PCI_EXP_CAP_CONFIG always FAIL here on RHEL or Fedora, the log is like:
[ 4668.373058] ltp_tpci: incorrect val read. PCIE driver/device not installed: '335609857'
Could you please investigate this?
Thanks,
Wanlong Gao
>
> Thanks,
> Wanlong Gao
>
>>
>> Thanks,
>> Alexey
>>
>> ------------------------------------------------------------------------------
>> Android is increasing in popularity, but the open development platform that
>> developers love is also attractive to malware creators. Download this white
>> paper to learn more about secure code signing practices that can help keep
>> Android apps secure.
>> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Ltp-list mailing list
>> Ltp-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ltp-list
>>
>
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-30 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1382949890.5455.40.camel@fedora19>
[not found] ` <526F779B.2030205@oracle.com>
2013-10-29 9:05 ` [LTP] tpci test trigger RHEL6.4GA crash! Wanlong Gao
2013-10-30 3:35 ` Wanlong Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox