Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3043616imu; Wed, 7 Nov 2018 04:11:10 -0800 (PST) X-Google-Smtp-Source: AJdET5eQVh7yQUFH4uTxb//mmDxAh7BQ4nbKc7k2p9pCDsSo/J0ejbUn2IR1eLexmao22T1IYUSc X-Received: by 2002:a62:5b43:: with SMTP id p64-v6mr1633935pfb.122.1541592670468; Wed, 07 Nov 2018 04:11:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541592670; cv=none; d=google.com; s=arc-20160816; b=piPD9vl+RG26b2QRZDO/XRYWUqHmDFqD7j5a/GTIPUAX3hzxeifDN6G5I8ff/WyRFE 8EYLnaUMwo/tupMYtEtLE3IRqD2GmhpWR2rOEUqs/oZphoqttBCWWQCRb/MJMPtgecpe STte7eNH7DFe5sJvXiqEWzGUg+6xIUvwccdAowopCQq6bYg67WpkGH7zif7Yz55N2vhi T7nyxzvDsUzsGj+F3fvvyL6Q6i7RBe6v20JontRmDcMf8oxLTfVWoOJ6z6LOefjA0nWm IAjw0G53kiQ5VyiFZ+GXTL7DitxUMYb1yBVfyb1OW3OIQyBne/kEGF7ifh4P9lxzQG0O j4KA== 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:references :in-reply-to:subject:cc:to:from; bh=9CuOQ494iebyDHlIu5YvJVFRqg8m2kMceDfjYkXc8YM=; b=a0Bj2A1POgKdB9gRac6sXQYx+BxHjUdnx6mJ6496b/p91J2z8aENBBlWhG+rQIJu4m 2qazwlpBSCxzrUPlFh+7dK7yK5eE06W1xUMjCk9KN1oUhLH2sO64ooqPpntoKXjHSCJJ KIMZlHggyhA967hNoZKws3qlU1/l6dP//vwpFnSOk0dcpd6QAonW1BZs5vWrIZ8hRQfF YsEhpX0OGwyYlhTC7P6lK18rQt+nwWEgQ086Yyue/fZLXAQpYdgmemyh1x168D22ih4H spOSqPfBbO0IcZoFYA3xMsNFNKvzf0sgljq/NmyER5qxXZUF6I38PLewFdsWYISBJd0+ +ASA== 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 v7-v6si424501plp.420.2018.11.07.04.10.55; Wed, 07 Nov 2018 04:11:10 -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 S1730964AbeKGVjX (ORCPT + 99 others); Wed, 7 Nov 2018 16:39:23 -0500 Received: from ozlabs.org ([203.11.71.1]:39011 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726370AbeKGVjW (ORCPT ); Wed, 7 Nov 2018 16:39:22 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qlZf5s6Mz9sCm; Wed, 7 Nov 2018 23:09:14 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Frank Rowand , Rob Herring , Benjamin Herrenschmidt , Paul Mackerras Cc: Pantelis Antoniou , Alan Tull , Moritz Fischer , "linux-kernel\@vger.kernel.org" , linuxppc-dev , devicetree@vger.kernel.org, linux-fpga@vger.kernel.org Subject: Re: [PATCH v6 00/18] of: overlay: validation checks, subsequent fixes In-Reply-To: References: <1541431515-25197-1-git-send-email-frowand.list@gmail.com> Date: Wed, 07 Nov 2018 23:09:14 +1100 Message-ID: <87sh0dqec5.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Frank Rowand writes: > Hi Michael, Ben, Paul, > > Do you know if anyone has tried this series on PowerPC? I have. No obvious breakage. My test does a loop of adding and removing multiple CPUs multiple times, and in the past that has uncovered refcounting bugs. So I don't think we're leaking any with this series applied. I used the tracepoint patch to keep an eye on the refcounts :) https://patchwork.ozlabs.org/patch/751602/ I'm happy for this series to go into linux-next where it should get some more testing. cheers