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, 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 8668FC43381 for ; Mon, 18 Mar 2019 08:10:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 49C042082F for ; Mon, 18 Mar 2019 08:10:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552896635; bh=FMlrUf2Sv6QzMBPY0su+VGHHPUkmx0nwonUddzQSQUo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=weAdfuNqeRUfuLWWzc2W825puTtokz0UVk4gj4Wh5Zz8xSvVAuxa7xkqdQD/8Xo1Z BBXSjz+145hZQDmDuq4MqDD2SUEgbRdiVpdsHid8IRk68Br/lGl620qV41yJmNt78S mLMyU/3ukkT1ZYT3BrtcJzucKNffwAkCmnitROFU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726686AbfCRIKe (ORCPT ); Mon, 18 Mar 2019 04:10:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:60354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726684AbfCRIKe (ORCPT ); Mon, 18 Mar 2019 04:10:34 -0400 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 AAB2B2070D; Mon, 18 Mar 2019 08:10:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552896634; bh=FMlrUf2Sv6QzMBPY0su+VGHHPUkmx0nwonUddzQSQUo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kmUKMnzenVDaV4YuUxsh7OQQya3dvVPQ258I6vV7W4jnA10u/7wg1FOFfQoZ2k1cW px/hs31cb9ZsP4g5naljWx0CvKTraBh09hLftarCKYg46oc5TmXrhbocFS1xY3EGsf RbVAlcgWqO16H2BlQsWAncpVSLZjVaxeZ36Xbguo= Date: Mon, 18 Mar 2019 09:10:31 +0100 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: Sasha Levin , Sakari Ailus , Kieran Bingham , Rob Herring , stable@vger.kernel.org, clang-built-linux@googlegroups.com Subject: Re: Build error in 4.9.163 Message-ID: <20190318081031.GE4746@kroah.com> References: <20190315160945.GA3610@archlinux-ryzen> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190315160945.GA3610@archlinux-ryzen> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Mar 15, 2019 at 09:09:45AM -0700, Nathan Chancellor wrote: > Hi Greg and Sasha, > > Apologies if this has already been reported but our CI noticed a build > error on arm64 on 4.9.163 due to commit 1e8e52342060 ("net: hns: Fix > for missing of_node_put() after of_parse_phandle()"). > > https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/185127507#L3232 > > Commit d20dc1493db4 ("of: Support const and non-const use for > to_of_node()") will resolve this and it applies cleanly with a > three way merge. I did a local test and it doesn't appear to > introduce any other build regressions I've added the > author/reviewer/maintainer to see if they have any objections. Now queued up, thanks. greg k-h