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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable 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 CB476C43612 for ; Mon, 7 Jan 2019 14:54:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9A0412087F for ; Mon, 7 Jan 2019 14:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546872858; bh=x0VSOi9jl2yEgnVp32JUsxBXFqe4Ioco8KTy+a12nhc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=XFt97iV2As5bYR3513pAhyIQhT/cr8jWpVm47EmivNLpXPsVDnkOZ5E2rmWlAAsOn RT9KkxlT01eO9o2vUGQNHKM+7dBTfqYGGuGiG7JAylVSIT01A2VylUskQXqgM74XCc Cmy7LhePGQ5Jt/i16Le3nwO9O6OaodqoyIJnEYBU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729380AbfAGOyR (ORCPT ); Mon, 7 Jan 2019 09:54:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:36428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728314AbfAGOyR (ORCPT ); Mon, 7 Jan 2019 09:54:17 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 3D138206C0; Mon, 7 Jan 2019 14:54:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546872856; bh=x0VSOi9jl2yEgnVp32JUsxBXFqe4Ioco8KTy+a12nhc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x/1Q0R+DvuKu/IAqXIcEoBc1OPYTtfrb4K/WNGNtbLZmR7RM4Q1ADlJyKjsbzlF1H 0rHsYzr5P0A6Mia3GBCwSGXQM/fgd4I4XNeXwVoQynsZVojk4ywn7Yvmka6x8zVhq7 0Ifhb2R+UzBibyXFiB2+oLKD8u4EVVZF4xL+1X9Y= Date: Mon, 7 Jan 2019 15:54:14 +0100 From: Greg Kroah-Hartman To: Daniel =?iso-8859-1?Q?D=EDaz?= Cc: open list , torvalds@linux-foundation.org, Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.9 00/71] 4.9.149-stable review Message-ID: <20190107145414.GA27990@kroah.com> References: <20190107105330.280153213@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.1 (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 07, 2019 at 08:40:56AM -0600, Daniel Díaz wrote: > Hello! > > On Mon, 7 Jan 2019 at 07:06, Greg Kroah-Hartman > wrote: > > This is the start of the stable review cycle for the 4.9.149 release. > > There are 71 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. > > With 4.9, we get this build error: > | /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/fs/ext4/inode.c: > In function 'ext4_write_inode': > | /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/fs/ext4/inode.c:5018:6: > error: implicit declaration of function 'sb_rdonly' > [-Werror=implicit-function-declaration] > | sb_rdonly(inode->i_sb)) > | ^~~~~~~~~ > | CC drivers/char/virtio_console.o > | In file included from > /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/include/linux/linkage.h:4:0, > | from > /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/include/linux/fs.h:4, > | from > /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/fs/ext4/inode.c:21: > | /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/fs/ext4/inode.c:5021:15: > error: implicit declaration of function 'ext4_forced_shutdown'; did > you mean 'ext4_force_commit'? [-Werror=implicit-function-declaration] > | if (unlikely(ext4_forced_shutdown(EXT4_SB(inode->i_sb)))) > | ^ > | /srv/oe/build/tmp-lkft-glibc/work-shared/am57xx-evm/kernel-source/include/linux/compiler.h:168:42: > note: in definition of macro 'unlikely' > | # define unlikely(x) __builtin_expect(!!(x), 0) > | ^ Ugh, wow. Ok, something is really wrong with my build systems to not find this either, let me go see what is up...