Received: by 2002:a25:2c96:0:0:0:0:0 with SMTP id s144csp314322ybs; Sun, 24 May 2020 06:16:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx9118m4PT/hZsW+yc2ub2GSE6qMqQpGkiPc82X6R1/vIHjeDFljG+W5xf8GZ2cHXJSxd4F X-Received: by 2002:a05:6402:1d98:: with SMTP id dk24mr10544814edb.206.1590326218501; Sun, 24 May 2020 06:16:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590326218; cv=none; d=google.com; s=arc-20160816; b=CEx0dp7F6MUA5AfxvaxwadLccDQ/oeFCWxJCLEv3W+ryeY6yNsI2rcNovWHZRy2f+S dAFcESOHKsSkzGWWjjGTpyOL4xMCuFv4bTON+Gcg3+F7AByicz2RafdhErsG1qJR9NRg Sqb8fyHaxNgJn5jSrrp/zviAWns7Jj6HHVccqBBSC2LCxEVVt1WHRV4r8AaFy9IZOvbC hZRFGgZAG+a4fO62hd7NoPUL3sEyNsA9ic7miF55fyyXJY+2U0cngpOFb9bAeG8osH62 kDVS66C8AANOtf61F0C8VSeJqSZuinfkEkqsPT2vyElVEAFqvvPlQbBg2wP/yDqNFx6O ZIaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=Tbl6dLBVN1PEr9i7UqJhw9Qkasp2MEayMDHoTm7egT4=; b=aCvuuaI72ymtiAh4ZUcGPRXyE35y3U+tBtOT+hU5ft2vkmhIpdiGrvg7i+aS7/rxAI jrOYXfn2KYEnOG3VD0mo8rJo+zPThntc5hMBTjVkS0VnasDc4nJD1cpFSeVEomTiVhD+ 3958McoLrA38e7AFXGqVI2riVlw2+gDbRXuLo7db6y84Nh3ic9631hB3npRk327kQX6X TGT0YDXUQjo8FQ0MTxLSh893/L34o+Z/ku7rlOzZVfZ/fA24UJzYfT/VAqu4zgOa26tf fR1Zbm4SW5NfPmJg/5qiyidskoQSZk8Lmfc59wUkrEQ9/dSFzdLInkTLkgo7D/rjH7EZ kaMQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=vjA9zglv; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a6si8750375ejy.11.2020.05.24.06.16.35; Sun, 24 May 2020 06:16:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=vjA9zglv; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729362AbgEXNOI (ORCPT + 99 others); Sun, 24 May 2020 09:14:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:55894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726064AbgEXNOI (ORCPT ); Sun, 24 May 2020 09:14:08 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 29CEF20787; Sun, 24 May 2020 13:14:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590326047; bh=muFEtcuBsA0pSYNVjA3NIPvGfhok6nWzyufAte0QWOw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vjA9zglvhtz7/QCN+e3x2VDxcx/AlTNVpeFrdz/LT5Gz7UY9LYQnk15L5Qxh+vTQx co/ueLNponuqjky7Pa4jF6ProEppyslgqNsxnJja+dTvovSA5y28NTX3z+MA1M7lIH oCbSHqdK7Uc19Z5++CHVoIoZnKEXdVSMypARooZc= Date: Sun, 24 May 2020 15:14:05 +0200 From: Greg Kroah-Hartman To: Randy Dunlap Cc: Heikki Krogerus , linux-kernel@vger.kernel.org, Naresh Kamboju , kernel test robot , Brendan Higgins , "Rafael J. Wysocki" Subject: Re: [PATCH] kobject: Make sure the parent does not get released before its children Message-ID: <20200524131405.GA24073@kroah.com> References: <20200513151840.36400-1-heikki.krogerus@linux.intel.com> <20200523153643.GA226270@kroah.com> <7a5e4740-8099-ef70-776f-0d92ce84ab3d@infradead.org> <20200524125727.GA2430@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200524125727.GA2430@kroah.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 24, 2020 at 02:57:27PM +0200, Greg Kroah-Hartman wrote: > On Sat, May 23, 2020 at 08:44:06AM -0700, Randy Dunlap wrote: > > On 5/23/20 8:36 AM, Greg Kroah-Hartman wrote: > > > On Wed, May 13, 2020 at 06:18:40PM +0300, Heikki Krogerus wrote: > > >> In the function kobject_cleanup(), kobject_del(kobj) is > > >> called before the kobj->release(). That makes it possible to > > >> release the parent of the kobject before the kobject itself. > > >> > > >> To fix that, adding function __kboject_del() that does > > >> everything that kobject_del() does except release the parent > > >> reference. kobject_cleanup() then calls __kobject_del() > > >> instead of kobject_del(), and separately decrements the > > >> reference count of the parent kobject after kobj->release() > > >> has been called. > > >> > > >> Reported-by: Naresh Kamboju > > >> Reported-by: kernel test robot > > >> Fixes: 7589238a8cf3 ("Revert "software node: Simplify software_node_release() function"") > > >> Suggested-by: "Rafael J. Wysocki" > > >> Signed-off-by: Heikki Krogerus > > >> Reviewed-by: Rafael J. Wysocki > > >> Reviewed-by: Brendan Higgins > > >> Tested-by: Brendan Higgins > > >> Acked-by: Randy Dunlap > > >> --- > > >> lib/kobject.c | 30 ++++++++++++++++++++---------- > > >> 1 file changed, 20 insertions(+), 10 deletions(-) > > > > > > Stepping back, now that it turns out this patch causes more problems > > > than it fixes, how is everyone reproducing the original crash here? > > > > Just load lib/test_printf.ko and boom! > > Thanks, that helps. > > Ok, in messing around with the kobject core more, originally we thought > this was an issue of the kobject uevent happening for the parent pointer > (when the parent was invalid). so, moving things around some more, and > now I'm crashing in software_node_release() when we are trying to access > swnode->parent->child_ids as parent is invalid there. > > So I feel like this is a swnode bug, or a use of swnode in a way it > shouldn't be that the testing framework is exposing somehow. > > Let me dig deeper... Ah, ick, static software nodes trying to be cleaned up in the totally wrong order. You can't just try to randomly clean up a kobject anywhere in the middle of the hierarchy, that's flat out not going to work properly. let me unwind it... greg k-h