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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7E7BC3F6B0 for ; Sun, 21 Aug 2022 12:17:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229484AbiHUMQ7 (ORCPT ); Sun, 21 Aug 2022 08:16:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiHUMQ4 (ORCPT ); Sun, 21 Aug 2022 08:16:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED93155B7; Sun, 21 Aug 2022 05:16:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 245D060C71; Sun, 21 Aug 2022 12:16:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04601C433C1; Sun, 21 Aug 2022 12:16:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1661084214; bh=pfR4jr4sZH4UOKGkZpaG1J5xDYNRWYkdFPxOgEXVxLM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MIhopnaCtadqyqX/FI8A1b9vohyx0SQAkfq2Yt+GGmRiptIFOaHd82MtzWD4BR88I hG1fzHG+Rds8ryLU9I3aNMULrSBegjI/AsQXQSkuWzkYDlLBOiLQhfdiZxJyVgDRCE ACJuPi3QrJXo/rt2cAJLuLrdeuAxgHxdlr6BKShY= Date: Sun, 21 Aug 2022 14:16:51 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com Subject: Re: [PATCH 5.10 000/541] 5.10.137-rc2 review Message-ID: References: <20220820182952.751374248@linuxfoundation.org> <20220821120348.GA2332676@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220821120348.GA2332676@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 21, 2022 at 05:03:48AM -0700, Guenter Roeck wrote: > On Sat, Aug 20, 2022 at 08:39:26PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.10.137 release. > > There are 541 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 Mon, 22 Aug 2022 18:28:24 +0000. > > Anything received after that time might be too late. > > > Build results: > total: 163 pass: 162 fail: 1 > Failed builds: > um:defconfig > Qemu test results: > total: 474 pass: 474 fail: 0 > > The build error is: > > Building um:defconfig ... failed > -------------- > Error log: > In file included from arch/um/include/shared/irq_user.h:10, > from arch/um/include/shared/os.h:12, > from arch/um/kernel/umid.c:9: > include/linux/stddef.h:11:9: error: expected identifier before numeric constant > 11 | false = 0, > | ^~~~~ > include/linux/types.h:30:33: error: two or more data types in declaration specifiers > 30 | typedef _Bool bool; > | ^~~~ > In file included from arch/um/include/shared/os.h:17, > from arch/um/kernel/umid.c:9: > include/linux/types.h:30:1: warning: useless type name in empty declaration > 30 | typedef _Bool bool; > | ^~~~~~~ > > Bisect points to commit 6660dd43bbf ("um: seed rng using host OS rng"), > and reverting it fixes the problem. Thanks, I'll go drop that commit now. greg k-h