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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 5D8C7C4332D for ; Thu, 19 Mar 2020 14:59:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2BDC820B1F for ; Thu, 19 Mar 2020 14:59:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584629944; bh=QYecqSd02Nj2TlGYTfbNFSxRHUgkqUMuykRd9RA3qJY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ChRb3cUInJXVr3UiXmOWiX9mGbM9vVvwB1YS1BDwNPsuGQFXQnHrLJiNywHl8VpRC feSkROncjvRqogRhgMWSQ2t1t9TB1Iq3lNKY1A8PFKKKXSACsb0x6zow5AVgDvWhTl 4d3Q0M3M6CRG4loJOHsYJvGn7XCIjwWIT05UlofA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727265AbgCSO7D (ORCPT ); Thu, 19 Mar 2020 10:59:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:37872 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726785AbgCSO7D (ORCPT ); Thu, 19 Mar 2020 10:59:03 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 9FFAE20782; Thu, 19 Mar 2020 14:59:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584629943; bh=QYecqSd02Nj2TlGYTfbNFSxRHUgkqUMuykRd9RA3qJY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wN3pajYOYJ0vop6SHhK4Cg+Ngfw8xwyeqKEN8QJ8tq9chfcp1xuocXdx9sttuGRfD WmD3rYQxkyDugxVLuNn32yN1syAZDxZ2ox8Mh5xP6Vo/BujCORKQOPfgRwq/jbJ/8I QCm8RTepMq+SpVqvOSrXEToXUpipsl51o1tEYRUw= Date: Thu, 19 Mar 2020 15:59:00 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org, Kevin Hao Subject: Re: [PATCH 5.5 00/65] 5.5.11-rc1 review Message-ID: <20200319145900.GC92193@kroah.com> References: <20200319123926.466988514@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Mar 19, 2020 at 07:44:33AM -0700, Guenter Roeck wrote: > On 3/19/20 6:03 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.5.11 release. > > There are 65 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 Sat, 21 Mar 2020 12:37:04 +0000. > > Anything received after that time might be too late. > > > > arm:davinci_all_defconfig fails to build. > > include/linux/gpio/driver.h: In function 'gpiochip_populate_parent_fwspec_twocell': > include/linux/gpio/driver.h:552:1: error: no return statement in function returning non-void [-Werror=return-type] > 552 | } > > The problem is caused by commit 8db6a5905e98 ("gpiolib: Add support for the > irqdomain which doesn't use irq_fwspec as arg") which is missing its fix, > commit 9c6722d85e922 ("gpio: Fix the no return statement warning"). That one > is missing a Fixes: tag, providing a good example why such tags are desirable. Thanks for letting me know, I've now dropped that patch (others complained about it for other reasons) and will push out a -rc2 with that fix. thanks, greg k-h