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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 CED75C2B9F4 for ; Fri, 25 Jun 2021 10:18:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9F246143C for ; Fri, 25 Jun 2021 10:18:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231209AbhFYKVM (ORCPT ); Fri, 25 Jun 2021 06:21:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:43966 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231193AbhFYKVM (ORCPT ); Fri, 25 Jun 2021 06:21:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 199D36142D; Fri, 25 Jun 2021 10:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624616331; bh=CNaEmIhbID67NBlp/4FVMl+gJjL3+d7/GcFD+3noIGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MY1GB1+WN65l8fAAfZT82q0p3eMDE61g4kXLxnOFD0dOZZpTUVQTWWqmwF8zhJNog 8S0NkrPUUOhB4Gz+9x4R0BjKlcQJEi15TFKmydCEVwu9JRnrLu9mwKSKtJz390nDcj Dt7M6ayoet/40TsnmROukB+Dmg/bkhnX6S/ddT74= Date: Fri, 25 Jun 2021 12:18:48 +0200 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: Sasha Levin , stable@vger.kernel.org Subject: Re: Backport of e607ff630c60 for 4.14 to 5.10 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jun 23, 2021 at 01:13:02PM -0700, Nathan Chancellor wrote: > Hi Greg and Sasha, > > Please find attached backports for commit e607ff630c60 ("MIPS: generic: > Update node names to avoid unit addresses"). It has already been applied > to 5.12 but it is missing from all other branches that need it. Let me > know if there are any issues with applying it. Now queued up, thanks. greg k-h