From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751391AbdFXLMN (ORCPT ); Sat, 24 Jun 2017 07:12:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751272AbdFXLML (ORCPT ); Sat, 24 Jun 2017 07:12:11 -0400 Date: Sat, 24 Jun 2017 13:12:05 +0200 From: Greg KH To: Yisheng Xie Cc: matt@codeblueprint.co.uk, ard.biesheuvel@linaro.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, Hanjun Guo , Xishi Qiu Subject: Re: [RFC] memory corruption caused by efi driver? Message-ID: <20170624111205.GA16218@kroah.com> References: <9372b781-62ed-fcad-6306-42a0da1a37ca@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9372b781-62ed-fcad-6306-42a0da1a37ca@huawei.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 24, 2017 at 05:52:23PM +0800, Yisheng Xie wrote: > hi all, > > I met an Oops problem with linux-3.10. The RIP is sysfs_open_file+0x46/0x2b0 (I will and the full > crash log in the end of this mail). 3.10 is _very_ old and obsolete, can you duplicate this on a modern kernel, like 4.11? thanks, greg k-h