Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp776024ybl; Wed, 8 Jan 2020 05:44:51 -0800 (PST) X-Google-Smtp-Source: APXvYqx/U/NbUgWAT5d/ILBUjX8fjLlLKfmL8AHYlmDp4Q32oIK3wvW5Tif40gJxtwmh2pOyQhMl X-Received: by 2002:aca:110a:: with SMTP id 10mr3077926oir.130.1578491091792; Wed, 08 Jan 2020 05:44:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578491091; cv=none; d=google.com; s=arc-20160816; b=JmyjukGCuEO5hiKzWkZVZR2BT5K1ZRBUC/JSTxL0J0+igFn7R2MivtrMyp3Fn8grjT KL3l+NcQH4fCd9E/j11wMNJjKp4HqnAmkYynM1jeqo3JpPoKNggRGLp8VFisGL0ipfEn /i30ke8THLgkdMC8Q5vdp19TGSamIcOjq5vzJq4n9mWDZxfBf1fui8hqauY6Ssizjefq 2AIpWeGreeVMblff/IDvf/Vs7tspRxdnZtfCq0ZOWDdVKriKmjatZBW0RhlhV4t1/BNx 4F8p5+R3MyPuLiwrIr9SY/tPBUjhbUXOA2n6a6g1ZlHI2yt/SwtRNu5gBLrnWyC6gaCn px8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=XOyWQNtOd99eTwBycQw2Ovz49c100yBgcCCMe5jAmmE=; b=FLGFcwHA9IaDZFK9LTmGkapnqHC2QmpKpVj/zlnj+iFHyt1+9HRXrpH/XoXsv0BMnZ 89Ph+qFHXmvNNU2Fc78e2x6snyQ66L8s/cqgWTNMo9VUHR8f8/9gvhRzZ4Jek4bQmGY3 a6Pxbr9syRI+lsREFCt2XcOOq7mmpUDqkKzwUhacLZ60QluGXTg74sKx7qPDP5S4pgD6 VhJAR2783LJQhYspzqZZC5ezxRp4GJSIfTgpwCQox4v0fXPQO7SWabR/wdDsgb2w/v3J 8U3kP7s5mhZivA/i2xBOmSAg8jxYbKn8WBLI4B8RkadyyptTmfxtQtOXTFKfrqtvM1bG qz0g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g138si1891137oib.190.2020.01.08.05.44.39; Wed, 08 Jan 2020 05:44:51 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727169AbgAHLeI (ORCPT + 99 others); Wed, 8 Jan 2020 06:34:08 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:9134 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726098AbgAHLeH (ORCPT ); Wed, 8 Jan 2020 06:34:07 -0500 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id B56B0A47790FBF70B4DD; Wed, 8 Jan 2020 19:34:06 +0800 (CST) Received: from huawei.com (10.69.192.56) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.439.0; Wed, 8 Jan 2020 19:33:59 +0800 From: Luo Jiaxing To: , , , , , CC: , , Subject: [PATCH v1] driver core: Use list_del_init to replace list_del at device_links_purge() Date: Wed, 8 Jan 2020 19:34:04 +0800 Message-ID: <1578483244-50723-1-git-send-email-luojiaxing@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We found that enabling kernel compilation options CONFIG_SCSI_ENCLOSURE and CONFIG_ENCLOSURE_SERVICES, repeated initialization and deletion of the same SCSI device will cause system panic, as follows: [72.425705] Unable to handle kernel paging request at virtual address dead000000000108 ... [72.595093] Call trace: [72.597532] device_del + 0x194 / 0x3a0 [72.601012] enclosure_remove_device + 0xbc / 0xf8 [72.605445] ses_intf_remove + 0x9c / 0xd8 [72.609185] device_del + 0xf8 / 0x3a0 [72.612576] device_unregister + 0x14 / 0x30 [72.616489] __scsi_remove_device + 0xf4 / 0x140 [72.620747] scsi_remove_device + 0x28 / 0x40 [72.624745] scsi_remove_target + 0x1c8 / 0x220 After analysis, we see that in the error scenario, the ses module has the following calling sequence: device_register() -> device_del() -> device_add() -> device_del(). The first call to device_del() is fine, but the second call to device_del() will cause a system panic. Through disassembly, we locate that panic happen when device_links_purge() call list_del() to remove device_links.needs_suppliers from list, and list_del() will set this list entry's prev and next pointers to poison. So if INIT_LIST_HEAD() is not re-executed before the next list_del(), It will cause the system to access a memory address which is posioned. Therefore, replace list_del() with list_del_init() can avoid such issue. Fixes: e2ae9bcc4aaa ("driver core: Add support for linking devices during device addition") Signed-off-by: Luo Jiaxing Reviewed-by: John Garry --- drivers/base/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/core.c b/drivers/base/core.c index 42a6724..7b9b0d6 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -1103,7 +1103,7 @@ static void device_links_purge(struct device *dev) struct device_link *link, *ln; mutex_lock(&wfs_lock); - list_del(&dev->links.needs_suppliers); + list_del_init(&dev->links.needs_suppliers); mutex_unlock(&wfs_lock); /* -- 2.7.4