From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751776AbdJDIUl (ORCPT ); Wed, 4 Oct 2017 04:20:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57204 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751354AbdJDIUk (ORCPT ); Wed, 4 Oct 2017 04:20:40 -0400 Date: Wed, 4 Oct 2017 10:20:48 +0200 From: Greg KH To: "Li, Zhenhua" Cc: "jslaby@suse.com" , "mingo@kernel.org" , "andriy.shevchenko@linux.intel.com" , "mail@maciej.szmigiero.name" , "mgorman@suse.de" , "safinaskar@mail.ru" , "mhocko@suse.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/1] drivers/tty: check for null pointer Message-ID: <20171004082048.GA13197@kroah.com> References: <20170906133811.8072-1-lizhenhuajiyang@163.com> <20170906134705.GA12073@kroah.com> <151d3a06.73a0.15e577b217f.Coremail.lizhenhuajiyang@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <151d3a06.73a0.15e577b217f.Coremail.lizhenhuajiyang@163.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 06, 2017 at 09:57:20PM +0800, Li, Zhenhua wrote: > when I tried to boot linux on a system with virtual bios and vortual keyboard, > it crashes. > > The root cause is the bios does not initialize devices correctly. Then please fix the virtual bios :) thanks, greg k-h