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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 AD5F9C433E1 for ; Thu, 20 Aug 2020 15:08:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82E22208DB for ; Thu, 20 Aug 2020 15:08:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597936110; bh=PD+kIuAml8tMq9Xgm9Esyl8lxWkN6y9z0t/To/ttxnk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YbUPzHJCH0AyQTXL4J/RnQQFqxKmlZaUsPHerK5rcV+J1QjIRQ2NSqO6hlzm6GnLa S3knYvX5NR87XW2s+/PQKtDrzq+iQk9wbp0EjQi89rP3wDEA0R72U066aMH2sBMgOl eL2ra+fO/gtxuqv+tQ6NKVvhw+ecGMwRhCRTK5Z4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728388AbgHTPIa (ORCPT ); Thu, 20 Aug 2020 11:08:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:52498 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727920AbgHTPI1 (ORCPT ); Thu, 20 Aug 2020 11:08:27 -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 DE2AB208C7; Thu, 20 Aug 2020 15:08:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597936107; bh=PD+kIuAml8tMq9Xgm9Esyl8lxWkN6y9z0t/To/ttxnk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2ogBOzYPiOBulfWMN7+t/PcwRan6eCGrpEwj4EA1anWfTdxPB4SIzbFF8hruHDKUg zQJL83RUzVE3m04VGnNsjUKMJGwANZkn+LbIfuEUk0TXTyjUz62sAx5uvzD7R9kSH1 4bPMIW9gZkoPikuokh44iDUOplB+kE62f5aNpf3E= Date: Thu, 20 Aug 2020 17:08:48 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: open list , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable , Willy Tarreau , Kees Cook Subject: Re: [PATCH 4.4 000/149] 4.4.233-rc1 review Message-ID: <20200820150848.GA1565072@kroah.com> References: <20200820092125.688850368@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, Aug 20, 2020 at 07:49:06PM +0530, Naresh Kamboju wrote: > On Thu, 20 Aug 2020 at 15:47, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 4.4.233 release. > > There are 149 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, 22 Aug 2020 09:21:01 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.233-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > i386 build failed on stable-rc 4.4 branch > > make -sk KBUILD_BUILD_USER=TuxBuild -C/linux -j16 ARCH=i386 HOSTCC=gcc > CC="sccache gcc" O=build > # > In file included from ../samples/seccomp/bpf-direct.c:19: > /usr/include/linux/types.h:5:10: fatal error: asm/types.h: No such > file or directory > 5 | #include > | ^~~~~~~~~~~~~ > compilation terminated. > In file included from /usr/include/linux/filter.h:10, > from ../samples/seccomp/bpf-fancy.c:12: > /usr/include/linux/types.h:5:10: fatal error: asm/types.h: No such > file or directory > 5 | #include > | ^~~~~~~~~~~~~ > compilation terminated. > make[3]: *** [scripts/Makefile.host:108: samples/seccomp/bpf-direct.o] Error 1 > make[3]: *** [scripts/Makefile.host:108: samples/seccomp/bpf-fancy.o] Error 1 > In file included from /usr/include/bits/errno.h:26, > from /usr/include/errno.h:28, > from ../samples/seccomp/dropper.c:17: > /usr/include/linux/errno.h:1:10: fatal error: asm/errno.h: No such > file or directory > 1 | #include > | ^~~~~~~~~~~~~ > compilation terminated. > make[3]: *** [scripts/Makefile.host:108: samples/seccomp/dropper.o] Error 1 > In file included from ../samples/seccomp/bpf-helper.c:16: > ../samples/seccomp/bpf-helper.h:17:10: fatal error: asm/bitsperlong.h: > No such file or directory > 17 | #include /* for __BITS_PER_LONG */ > | ^~~~~~~~~~~~~~~~~~~ Any pointers to the commit that caused this? I'll place odds on one of the random.h changes :( greg k-h