Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933175AbdCUQLT (ORCPT ); Tue, 21 Mar 2017 12:11:19 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:36510 "EHLO mail-io0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933158AbdCUQLQ (ORCPT ); Tue, 21 Mar 2017 12:11:16 -0400 MIME-Version: 1.0 In-Reply-To: <20170320014030.GK548@yexl-desktop> References: <20170317115924.GA82960@inn.lkp.intel.com> <20170320014030.GK548@yexl-desktop> From: Thomas Garnier Date: Tue, 21 Mar 2017 09:11:14 -0700 Message-ID: Subject: Re: [x86] 45fc8757d1: BUG:unable_to_handle_kernel To: Ye Xiaolong Cc: Ingo Molnar , Alexander Potapenko , Andrew Morton , Andrey Ryabinin , Andy Lutomirski , Ard Biesheuvel , Boris Ostrovsky , Borislav Petkov , Chris Wilson , Christian Borntraeger , Dmitry Vyukov , Frederic Weisbecker , Jiri Kosina , Joerg Roedel , Jonathan Corbet , Josh Poimboeuf , Juergen Gross , Kees Cook , Len Brown , Linus Torvalds , Lorenzo Stoakes , "Luis R . Rodriguez" , Matt Fleming , Michal Hocko , Paolo Bonzini , Paul Gortmaker , Pavel Machek , Peter Zijlstra , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , "Rafael J . Wysocki" , Rusty Russell , Stanislaw Gruszka , Thomas Gleixner , Tim Chen , Vitaly Kuznetsov , zijun_hu , LKML , "H. Peter Anvin" , tipbuild@zytor.com, LKP Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 386 Lines: 11 On Sun, Mar 19, 2017 at 6:40 PM, Ye Xiaolong wrote: > Could you paste the error log? > I suspect it was caused by job-script saved as dos format, you may try > `dos2unix job-script` before "lkp qemu" to see whether it works. > You were right, I had some strange '\n' error in the middle of a lot of them. dos2unix on the job script fixed the issue. -- Thomas