From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AAF2C282C4 for ; Mon, 4 Feb 2019 08:52:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2C1EB218D8 for ; Mon, 4 Feb 2019 08:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549270353; bh=FKqrCYjaPMJMyWjXBLljyR1Sq87qsCxEmWrHE+RbWHk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=XSERNH1DSSUh0dy6uXvJloGClHICwMs3NH87y6TLN4PC2oIdsisAhDLY2EcjMYJJ4 nd9rKRmmeqYjwOwJv6jn3TSxkq7FrxWJwJrLNMeVMiPa540DPhXwDiOxSVBP3b+unE UJ99SbD1A3BqL71oMdVWISd9uMVGzkNDuv4dN/us= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728178AbfBDIwc (ORCPT ); Mon, 4 Feb 2019 03:52:32 -0500 Received: from mail.kernel.org ([198.145.29.99]:53764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727448AbfBDIwc (ORCPT ); Mon, 4 Feb 2019 03:52:32 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 636D620820; Mon, 4 Feb 2019 08:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549270351; bh=FKqrCYjaPMJMyWjXBLljyR1Sq87qsCxEmWrHE+RbWHk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NLD3Ol1mEea8Wcyj8COCQKpg7x0og7qAqWqGT8eLbXp+y0moxF9fS0YcMNwrDgOTC XTeaEyQ3a1i6BIqgk70O9eXYkubR22mnfIu1cd3impGFYW35IWufdVO6VwSqllm7r9 KpbWZQ1r41ajbDbtDTvz8o80YjzNc1K2IGaczQGI= Date: Mon, 4 Feb 2019 09:52:16 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable , Frank Rowand , Alan Tull , Michael Ellerman Subject: Re: devicetree patches for v4.19.y, v4.20.y Message-ID: <20190204085216.GA2015@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Feb 02, 2019 at 01:20:13PM -0800, Guenter Roeck wrote: > Hi, > > some of my boot tests in v4.19.y and v4.20.y currently generate tracebacks > as announced in commit 7c528e457d53 ("of: overlay: add missing of_node_put() > after add new node to changeset"). This commit has been applied to both > stable releases. The following patch series fixes the problem. > > v4.19.y: > > a613b26a5013 of: Convert to using %pOFn instead of device_node.name > 144552c78692 of: overlay: add tests to validate kfrees from overlay removal > 5b2c2f5a0ea3 of: overlay: add missing of_node_get() in __of_attach_node_sysfs > 6b4955ba7bc0 of: overlay: use prop add changeset entry for property in new nodes > 8814dc46bd9e of: overlay: do not duplicate properties from overlay for new nodes > > v4.20.y: > > 144552c78692 of: overlay: add tests to validate kfrees from overlay removal > 5b2c2f5a0ea3 of: overlay: add missing of_node_get() in __of_attach_node_sysfs > 6b4955ba7bc0 of: overlay: use prop add changeset entry for property in new nodes > 8814dc46bd9e of: overlay: do not duplicate properties from overlay for new nodes > > Not all of those patches fix bugs, but they are required for the series > to apply cleanly. > > Please consider applying the above patches to both releases. All now queued up, thanks! greg k-h