From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by kanga.kvack.org (Postfix) with ESMTP id 0B5746B0038 for ; Mon, 2 Mar 2015 22:30:52 -0500 (EST) Received: by pdno5 with SMTP id o5so44806256pdn.8 for ; Mon, 02 Mar 2015 19:30:51 -0800 (PST) Received: from szxga01-in.huawei.com ([119.145.14.64]) by mx.google.com with ESMTPS id sa3si7640323pac.27.2015.03.02.19.30.49 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 02 Mar 2015 19:30:51 -0800 (PST) Message-ID: <54F52ACF.4030103@huawei.com> Date: Tue, 3 Mar 2015 11:30:23 +0800 From: Xishi Qiu MIME-Version: 1.0 Subject: node-hotplug: is memset 0 safe in try_offline_node()? Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Yasuaki Ishimatsu , Andrew Morton , Tang Chen , Yinghai Lu Cc: Linux MM , LKML , Toshi Kani , Mel Gorman , Tejun Heo When hot-remove a numa node, we will clear pgdat, but is memset 0 safe in try_offline_node()? process A: offline node XX: for_each_populated_zone() find online node XX cond_resched() offline cpu and memory, then try_offline_node() node_set_offline(nid), and memset(pgdat, 0, sizeof(*pgdat)) access node XX's pgdat NULL pointer access error Thanks, Xishi Qiu -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756375AbbCCDan (ORCPT ); Mon, 2 Mar 2015 22:30:43 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:2217 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756349AbbCCDak (ORCPT ); Mon, 2 Mar 2015 22:30:40 -0500 Message-ID: <54F52ACF.4030103@huawei.com> Date: Tue, 3 Mar 2015 11:30: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: Yasuaki Ishimatsu , Andrew Morton , Tang Chen , Yinghai Lu CC: Linux MM , LKML , "Toshi Kani" , Mel Gorman , Tejun Heo Subject: node-hotplug: is memset 0 safe in try_offline_node()? 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 When hot-remove a numa node, we will clear pgdat, but is memset 0 safe in try_offline_node()? process A: offline node XX: for_each_populated_zone() find online node XX cond_resched() offline cpu and memory, then try_offline_node() node_set_offline(nid), and memset(pgdat, 0, sizeof(*pgdat)) access node XX's pgdat NULL pointer access error Thanks, Xishi Qiu