From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Fri, 4 May 2018 11:46:08 +0100 Subject: [Cluster-devel] gfs2-utils: mkfs segfault with 4.16 kernel In-Reply-To: <20180504104234.GR4608@gavran.carpriv.carnet.hr> References: <20180504094231.GN4608@gavran.carpriv.carnet.hr> <20180504095011.GP4608@gavran.carpriv.carnet.hr> <88c04bee-a2d0-0efd-f856-09d7448c0517@redhat.com> <20180504102140.GQ4608@gavran.carpriv.carnet.hr> <20180504104234.GR4608@gavran.carpriv.carnet.hr> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 04/05/18 11:42, Valentin Vidic wrote: > On Fri, May 04, 2018 at 11:27:35AM +0100, Andrew Price wrote: >> One other thing to check is whether ./configure was re-run after >> gfs2_ondisk.h was upgraded. > > Yes, just restoring the previous version (4.15) of > > /usr/include/linux/gfs2_ondisk.h > > fixes the tests. > Ok, so just to be clear, after installing the 4.16 gfs2_ondisk.h and then doing "./configure && make clean && make" the bug still occurs? Andy