All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Shishkin <edward.shishkin@gmail.com>
To: "Dušan Čolić" <dusanc@gmail.com>
Cc: Ivan Shapovalov <intelfx100@gmail.com>,
	reiserfs-devel <reiserfs-devel@vger.kernel.org>
Subject: Re: [xfstests/generic/285] Regression from R4 patch 4.0.9 to 4.1.6
Date: Thu, 3 Sep 2015 13:09:12 +0200	[thread overview]
Message-ID: <55E82A58.2020309@gmail.com> (raw)
In-Reply-To: <CADW=+3mLc4ToTa40PBvmJeHLO5pR+4jzxYmu-cbOupYG-8o1pg@mail.gmail.com>

Hmm. Works for me:

generic/285     0s
Ran: generic/285
Passed all 1 tests

# uname -a
Linux zeta 4.1.6 #1

Could you please say  "echo w > /proc/sysrq-trigger"
when hanging with the test and send the kernel logs?

Edward.

On 09/03/2015 12:23 PM, Dušan Čolić wrote:
> This is the C source of sanity test that is used:
> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=blob;f=src/seek_sanity_test.c;hb=HEAD
>
> Sync doesn't help.
> vmstat 2 results on sync are those with bo 108, 52+18 and 64:
>
> procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
>   r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
>   3  0      0 455928   3136  31708    0    0     0     0  261   93 22 79  0  0  0
>   2  0      0 455928   3136  31708    0    0     0     0  252  258 51 49  0  0  0
>   1  0      0 455548   3164  31708    0    0     0    18  264   59 19 82  0  0  0
>   3  0      0 455548   3188  31708    0    0     0    12  256   26 15 86  0  0  0
>   1  0      0 455428   3212  31708    0    0     0    14  263   78 14 86  0  0  0
>   1  0      0 455436   3212  31708    0    0     0     0  252   16 12 88  0  0  0
>   1  0      0 455436   3244  31708    0    0     0    20  256   27 10 90  0  0  0
>   1  0      0 455436   3244  31708    0    0     0     0  252   15 13 88  0  0  0
>   1  0      0 455436   3244  31708    0    0     0     0  252   14 11 89  0  0  0
>   1  0      0 455444   3244  31708    0    0     0     0  258   27  7 94  0  0  0
>   1  0      0 455444   3244  31708    0    0     0     0  252   14 12 88  0  0  0
>   1  0      0 455444   3244  31708    0    0     0     0  252   13  9 91  0  0  0
>   1  0      0 455184   3268  31796    0    0    14   108  288  112 13 88  0  0  0
>   1  0      0 455184   3268  31796    0    0     0     0  252   15 12 88  0  0  0
>   1  0      0 455184   3280  31796    0    0     0     6  254   23 10 91  0  0  0
>   1  0      0 455184   3280  31796    0    0     0     0  255   19 10 90  0  0  0
>   1  0      0 454768   3284  31892    0    0    50     0  260   34 10 90  0  0  0
>   1  0      0 454768   3296  31892    0    0     0     6  255   26 13 87  0  0  0
>   1  0      0 454768   3296  31892    0    0     0     0  252   14 10 90  0  0  0
>   1  0      0 454796   3308  31892    0    0     0     6  257   30 11 89  0  0  0
>   1  0      0 454796   3308  31892    0    0     0     0  258   25  8 92  0  0  0
> procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
>   r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
>   2  0      0 454796   3308  31892    0    0     0     0  252   14  6 94  0  0  0
>   1  1      0 454788   3344  31900    0    0     0    52  272   73 11 89  0  0  0
>   1  0      0 454796   3344  31900    0    0     0    18  260   36  9 91  0  0  0
>   1  0      0 454796   3356  31900    0    0     0     6  254   20 10 90  0  0  0
>   1  0      0 454796   3356  31900    0    0     0     0  252   14  8 92  0  0  0
>   1  0      0 454796   3356  31900    0    0     0     0  252   13  9 91  0  0  0
>   1  0      0 454796   3368  31900    0    0     0     6  254   23  6 95  0  0  0
>   1  0      0 454796   3368  31900    0    0     0     0  253   19  9 91  0  0  0
>   2  0      0 454796   3380  31900    0    0     0     6  254   22 10 90  0  0  0
>   1  0      0 454796   3404  31900    0    0     0    64  278   87 12 88  0  0  0
>   1  0      0 454796   3404  31900    0    0     0     0  252   13  9 92  0  0  0
>   1  0      0 454796   3416  31900    0    0     0     6  254   23 11 89  0  0  0
>   1  0      0 454796   3416  31900    0    0     0     0  252   14 12 88  0  0  0
>   1  0      0 454796   3428  31900    0    0     0     6  254   21 10 90  0  0  0
>   1  0      0 454796   3428  31900    0    0     0     0  252   14 13 88  0  0  0
>   1  0      0 454796   3428  31900    0    0     0     0  252   14  9 91  0  0  0
>
> On Thu, Sep 3, 2015 at 12:11 PM, Edward Shishkin
> <edward.shishkin@gmail.com> wrote:
>> Hi Dushan,
>>
>> Could you say "sync" on another console? Does it help?
>>
>> Thanks,
>> Edward.
>>
>>
>> On 09/03/2015 11:57 AM, Dušan Čolić wrote:
>>> Kernel: linux 4.1.6 and 4.0.9
>>> R4 patch: 4.1.5 and 4.0.9
>>> Test: xfstests/genersic/285
>>> "SEEK_DATA/SEEK_HOLE sanity tests."
>>>
>>>
>>> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=blob;f=tests/generic/285;hb=HEAD
>>>
>>>
>>> With node40 and node41 and both ccreg40 and reg40 plugin on 4.0.9 and
>>> 3.18.6 test passes in 1s but on 4.1.6 with same .config it works for
>>> hours.
>>> Nothing in /var/log/messages
>>>
>>> vmstat 2
>>>
>>>    procs -----------memory---------- ---swap-- -----io---- -system--
>>> ------cpu-----
>>>    r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy
>>> id wa st
>>>    2  0      0 460268   3200  28132    0    0     0     0  252   15 14 87
>>> 0  0  0
>>>    1  0      0 460268   3200  28132    0    0     0     0  252   12 13 87
>>> 0  0  0
>>>    1  0      0 460268   3200  28132    0    0     0     0  253   14 13 88
>>> 0  0  0
>>>    1  0      0 460268   3200  28132    0    0     0     0  252   14 12 88
>>> 0  0  0
>>>    1  0      0 460268   3200  28132    0    0     0     0  252   14 11 90
>>> 0  0  0
>>>
>>> ps -aux | grep sanity
>>> root      1323 99.7  0.6   5392  3124 pts/0    R+   13:43   1:31
>>> /root/xfstests/src/seek_sanity_test /mnt/test/seek_sanity_testfile
>>>
>>>
>>> Reproducible with command:
>>>    ./check 'generic/285'
>>>
>>> with this local.config file for xfstests:
>>>
>>> [r4ccHybrid]
>>> MODULAR=0
>>> TEST_DEV=/dev/hda5
>>> TEST_DIR=/mnt/test
>>> SCRATCH_DEV=/dev/hda7
>>> SCRATCH_MNT=/mnt/scratch
>>> RECREATE_TEST_DEV=true
>>> RESULT_BASE="`pwd`/results/`date +%d%m%y_%H%M%S`"
>>>
>>> FSTYP=reiser4
>>>
>>> MKFS_OPTIONS=" "
>>> MOUNT_OPTIONS="-o noatime"
>>>
>>> [r4Hybrid]
>>> MKFS_OPTIONS="-o create=reg40"
>>> MOUNT_OPTIONS="-o noatime"
>>>
>>> [r41ccHybrid]
>>> MKFS_OPTIONS="-o node=node41"
>>> MOUNT_OPTIONS="-o noatime"
>>>
>>> [r41Hybrid]
>>> MKFS_OPTIONS="-o create=reg40 -o node=node41"
>>> MOUNT_OPTIONS="-o noatime"
>>>
>>> If you need any other info I'll send it.
>>>
>>> Have a nice day
>>>
>>> Dushan
>>

--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-09-03 11:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03  9:57 [xfstests/generic/285] Regression from R4 patch 4.0.9 to 4.1.6 Dušan Čolić
2015-09-03 10:11 ` Edward Shishkin
2015-09-03 10:23   ` Dušan Čolić
2015-09-03 11:09     ` Edward Shishkin [this message]
2015-09-03 11:17       ` Dušan Čolić

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55E82A58.2020309@gmail.com \
    --to=edward.shishkin@gmail.com \
    --cc=dusanc@gmail.com \
    --cc=intelfx100@gmail.com \
    --cc=reiserfs-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.