Comment 11 for bug 1469214

Revision history for this message
Colin Ian King (colin-king) wrote :

I re-ran this today with the following script as a non-root user:

#!/bin/bash
tests="affinity aio bigheap brk bsearch cache chdir chmod clock context cpu crypt dentry dir dup epoll eventfd fstat fallocate fault fifo flock fork futex get getrandom hdd hsearch inotify io itimer kcmp kill lease link lockf longjmp lsearch malloc matrix memcpy memfd mincore mlock mmap mmapmany mremap msg mq nice null open pipe poll procfs pthread qsort readahead rename rlimit seek sem sem-sysv sendfile shm-sysv sigfd sigfpe sigq sigsegv sock splice stack str switch symlink sysinfo sysfs tee timer timerfd tsearch udp udp-flood urandom utime vecmath vfork vm vm-rw vm-splice wcs wait yield xattr zero zombie"

for t in $tests
do
        echo $t
 echo $t | sudo tee /dev/kmsg
        ./stress-ng --$t 0 -v -t 60
done

and hit this issue:

[14098.848615] urandom
[14111.696335] irqbalance[828]: unhandled level 2 translation fault (11) at 0x00004f64, esr 0x92000006
[14111.696341] pgd = ffffffcfef71b000
[14111.737149] [00004f64] *pgd=0000004fef1f3003, *pud=0000004fef1f3003, *pmd=0000000000000000

[14111.836705] CPU: 0 PID: 828 Comm: irqbalance Not tainted 3.19.0-21-generic #21-Ubuntu
[14111.836707] Hardware name: HP ProLiant m400 Server Cartridge (DT)
[14111.836710] task: ffffffcfefb0bd40 ti: ffffffcfb452c000 task.ti: ffffffcfb452c000
[14111.836723] PC is at 0x7fb1061834
[14111.836725] LR is at 0x7fb10617f4
[14111.836728] pc : [<0000007fb1061834>] lr : [<0000007fb10617f4>] pstate: 80000000
[14111.836729] sp : 0000007fc7cef6e0
[14111.836731] x29: 0000007fc7cef6e0 x28: 00000000004095a0
[14111.836735] x27: 0000000000409548 x26: 000000000041a000
[14111.836737] x25: 0000000000000001 x24: 0000000000000010
[14111.836740] x23: 00000000004e58a0 x22: 00000000004e5880
[14111.836750] x21: 0000000000000018 x20: 0000007fb10fd000
[14111.836762] x19: 0000000000000002 x18: 0000000000000000
[14111.836765] x17: 0000007fb0d678ec x16: 0000007fb10fc2e0
[14111.836768] x15: 0000000000000020 x14: 0000000000000001
[14111.836770] x13: 0000000000000000 x12: 0000000000000000
[14111.836773] x11: 0000007fc7ced250 x10: 0000000000000010
[14111.836775] x9 : 00000000000000a0 x8 : 0000000000000007
[14111.836778] x7 : 0000000000000033 x6 : 00000000004e5c80
[14111.836780] x5 : 0000000000000001 x4 : 0000007fb0d802a0
[14111.836783] x3 : 00000000004e5880 x2 : 0000000000000001
[14111.836785] x1 : 00000000000003fa x0 : 0000000000004f5c