Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7122EC433F5 for ; Thu, 25 Nov 2021 08:52:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353553AbhKYIzY (ORCPT ); Thu, 25 Nov 2021 03:55:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:52978 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353378AbhKYIxW (ORCPT ); Thu, 25 Nov 2021 03:53:22 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C1964610CF; Thu, 25 Nov 2021 08:50:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637830211; bh=o0iOqGHw6NrZ733vzB6scwPIfwhRv7Ig7YAOyuyQFEw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IDHwJLF+powjl/mMS8o5BGKtlTjDtL6Fr536rTJeWGVGjyC7IgATNxjGibdhX+x66 H9vy96qzJ3WdSa0xGHQ/di4UmtLUXL+KJBcnXh9EhL8ps974oOrQbPhLJR8NeEBhpP 2pHWzqVhXejrBqtQYW8dpk+vQhG4z+4Y2sfLy8qA= Date: Thu, 25 Nov 2021 09:50:09 +0100 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: linux-kernel , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jonathan Hunter , Florian Fainelli , Stable Subject: Re: [PATCH 5.4 000/100] 5.4.162-rc1 review Message-ID: References: <20211124115654.849735859@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 24, 2021 at 09:09:53PM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Wed, Nov 24, 2021 at 2:10 PM Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.4.162 release. > > There are 100 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Fri, 26 Nov 2021 11:56:36 +0000. > > Anything received after that time might be too late. > > Just a quick note, my arm64 builds are failing with the error: > arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi:412.21-414.5: ERROR > (duplicate_label): /soc/codec: Duplicate label 'lpass_codec' on > /soc/codec and /soc@0/codec > > I have not yet tested, but I think it will be for: > f4850fe1a15d (\"arm64: dts: qcom: msm8916: Add unit name for /soc node\") > I have dropped the offending commit now, thanks. greg k-h