From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932532AbbFJHSW (ORCPT ); Wed, 10 Jun 2015 03:18:22 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:48644 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbbFJHSP (ORCPT ); Wed, 10 Jun 2015 03:18:15 -0400 Message-ID: <5577E483.7060500@huawei.com> Date: Wed, 10 Jun 2015 15:17:23 +0800 From: Xishi Qiu User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Li Zefan , Xishi Qiu , "Andrew Morton" , Mel Gorman , Wanpeng Li , Rafael Aquini , Tejun Heo CC: Linux MM , LKML Subject: [RFC] panic when reboot the system Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.25.179] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007 Pid: 1, comm: init Tainted: G R O 3.4.24.19-0.11-default #1 Call Trace: [] panic+0xc1/0x1e2 [] do_exit+0x7db/0x8d0 [] do_group_exit+0x3a/0xa0 [] get_signal_to_deliver+0x1ab/0x5e0 [] do_signal+0x60/0x5f0 [] ? do_page_fault+0x4a7/0x4d0 [] ? poll_select_copy_remaining+0xec/0x140 [] do_notify_resume+0x65/0x80 [] ? trace_hardirqs_on_thunk+0x3a/0x3c [] retint_signal+0x4d/0x92 The system has a little memory left, then reboot it, and get the panic. Perhaps this is a bug and trigger it like this and the latest kernel maybe also have the problem. use a lot of memory wake up kswapd() reclaim some pages from init thread (pid=1) reboot shutdown the disk init thread read data from disk page fault, because the page has already reclaimed receive SIGBUS, and init thread exit trigger the panic Thanks, Xishi Qiu