[Android]unknown field 'vmlinux' in config

101 views
Skip to first unread message

$rik@nth

unread,
Aug 8, 2018, 1:04:03 AM8/8/18
to Dmitry Vyukov, syzkaller
Hi Dmitry,

Yesterday i switched to tip of syzkaller to try some new changes. The config which i am using is been tried on tip and getting error. Is something wrong? or changed the config parameters?

2018/08/08 10:28:01 unknown field 'vmlinux' in config

My config looks like this
{
    "cover": true,
     "http": "localhost:50001",
      "ignores": [
       "DEBUG:*",
        "INFO:*",
        "ODEBUG: object is on stack, but not annotated",
        "WARNING:.*",
        "KASAN: slab-out-of-bounds in dsi_link_lp_clk_start",
        "KASAN: double-free or invalid-free in*.*"
    ],
    "Kernel_Src": "$HOME/kernel/msm-4.9",
    "procs": 8,
    "sandbox": "none",
    "reproduce": true,
    "syzkaller": "$HOME/syzkaller_08082018/src/github.com/google/syzkaller",
    "target": "linux/arm64",
    "type": "adb",
    "vm": {
        "devices": [
            "a443jk3"
        ]
    },
    "vmlinux": "$HOME/Kernel/obj/KERNEL_OBJ/vmlinux",
    "workdir": "$HOME/syzkaller.7.8_2.0_06222018"
}

--
Thanks & Regards,
M.Srikanth Kumar.

$rik@nth

unread,
Aug 8, 2018, 1:27:06 AM8/8/18
to Dmitry Vyukov, syzkaller
Sorry for the spam.

Even after removing the vmlinux parameter from config file. Now i see new error

2018/08/08 10:37:20 loading corpus...
2018/08/08 10:37:20 serving http on http://localhost:50001
2018/08/08 10:37:20 serving rpc on tcp://[::]:38067
2018/08/08 10:37:20 booting test machines...
2018/08/08 10:37:20 wait for the connection from test machine...
2018/08/08 10:39:46 associating adb device a424daf6 with console /dev/ttyUSB2
2018/08/08 10:40:15 device a443jk3 : battery level 67%, OK
2018/08/08 10:40:22 machine check: program execution failed: executor 0: failed: iptable checkpoint filter/2: table size is too large: 12264 (errno 2)
loop failed (errno 0)

iptable checkpoint filter/2: table size is too large: 12264 (errno 2)
loop failed (errno 0)

Dmitry Vyukov

unread,
Aug 8, 2018, 5:07:44 AM8/8/18
to srikanth kumar, syzkaller, Dan Austin
On Wed, Aug 8, 2018 at 7:26 AM, $rik@nth <srikan...@gmail.com> wrote:
> Sorry for the spam.
>
> Even after removing the vmlinux parameter from config file. Now i see new
> error
>
> 2018/08/08 10:37:20 loading corpus...
> 2018/08/08 10:37:20 serving http on http://localhost:50001
> 2018/08/08 10:37:20 serving rpc on tcp://[::]:38067
> 2018/08/08 10:37:20 booting test machines...
> 2018/08/08 10:37:20 wait for the connection from test machine...
> 2018/08/08 10:39:46 associating adb device a424daf6 with console
> /dev/ttyUSB2
> 2018/08/08 10:40:15 device a443jk3 : battery level 67%, OK
> 2018/08/08 10:40:22 machine check: program execution failed: executor 0:
> failed: iptable checkpoint filter/2: table size is too large: 12264 (errno
> 2)
> loop failed (errno 0)
>
> iptable checkpoint filter/2: table size is too large: 12264 (errno 2)
> loop failed (errno 0)

+Dan

https://github.com/google/syzkaller/commit/14f8a76fe729bddfcc96913fa4f7821f163144ac
should fix this

> On Wed, Aug 8, 2018 at 10:33 AM $rik@nth <srikan...@gmail.com> wrote:
>>
>> Hi Dmitry,
>>
>> Yesterday i switched to tip of syzkaller to try some new changes. The
>> config which i am using is been tried on tip and getting error. Is something
>> wrong? or changed the config parameters?
>>
>> 2018/08/08 10:28:01 unknown field 'vmlinux' in config


Yes, it was deprecated a while ago with a warning message, then
removed, docs are updated.

$rik@nth

unread,
Aug 8, 2018, 5:11:16 AM8/8/18
to Dmitry Vyukov, syzkaller, daniel...@google.com
How syzkaller will point to the vmlinux if relative path is not provided in the config?  

Dmitry Vyukov

unread,
Aug 8, 2018, 5:46:36 AM8/8/18
to srikanth kumar, syzkaller, Dan Austin
You are looking at the old version of the doc. The old fixed version
will stay as it is forever. Look at HEAD.

$rik@nth

unread,
Aug 8, 2018, 5:58:17 AM8/8/18
to Dmitry Vyukov, syzkaller, daniel...@google.com
Thanks, I'll check it out. 
Reply all
Reply to author
Forward
0 new messages