Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751333AbdHaTiB (ORCPT ); Thu, 31 Aug 2017 15:38:01 -0400 Received: from mail-pg0-f48.google.com ([74.125.83.48]:36033 "EHLO mail-pg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbdHaTh7 (ORCPT ); Thu, 31 Aug 2017 15:37:59 -0400 X-Google-Smtp-Source: ADKCNb6UFZDhNSB8/ql/waMKleKP5bdDwEYK/EUaskdP5yhLp6cahwDvSY3xOeU2Na03Mt2SS3Ag7g== Date: Thu, 31 Aug 2017 12:37:57 -0700 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: Re: [PATCH 3.18 00/24] 3.18.69-stable review Message-ID: <20170831193757.GA3114@roeck-us.net> References: <20170831154105.116844281@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170831154105.116844281@linuxfoundation.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 24 On Thu, Aug 31, 2017 at 05:43:36PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.18.69 release. > There are 24 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 Sep 2 15:40:49 UTC 2017. > Anything received after that time might be too late. > Preliminary report. The problem affects both 3.18.y and 4.4.y, and various builds in both. Error log: fs/f2fs/super.c:848:20: error: redefinition of 'sanity_check_area_boundary' static inline bool sanity_check_area_boundary(struct super_block *sb, ^ fs/f2fs/super.c:775:20: note: previous definition of 'sanity_check_area_boundary' was here static inline bool sanity_check_area_boundary(struct super_block *sb, ^ fs/f2fs/super.c: In function 'sanity_check_ckpt': fs/f2fs/super.c:1052:12: error: 'sb' undeclared Guenter