From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:55542 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbeLBUNk (ORCPT ); Sun, 2 Dec 2018 15:13:40 -0500 Date: Sun, 2 Dec 2018 21:13:35 +0100 From: Greg KH To: Tigran Aivazian Cc: LKML , stable@vger.kernel.org, Tetsuo Handa , syzbot , Andrew Morton , willy@infradead.org, torvalds@linux-foundation.org Subject: Re: [PATCH 4.19.6] BFS: static inode bitmap and extra sanity checking Message-ID: <20181202201335.GB4314@kroah.com> References: <20181129135921.231283053@linuxfoundation.org> <20181129135922.602882966@linuxfoundation.org> <20181129160722.GA31919@kroah.com> <20181129171038.GA4651@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Sun, Dec 02, 2018 at 06:57:10PM +0000, Tigran Aivazian wrote: > Hello, > > Please find a patch attached which contains the following changes: > > 1. Simplifies inode bitmap allocation by making it static. > 2. Supersedes the changes to BFS that went into 4.19.6 with stronger checking. > 3. Other changes are trivial (like whitespace cleanup, warning messages etc). > > Fully tested under 4.19.6 kernel. > > Kind regards, > Tigran > From: Tigran Aivazian > Subject: [PATCH 4.19.6] BFS: static inode bitmap and extra sanity checking > > Strengthen validation of BFS superblock against corruption. > Make in-core inode bitmap static part of superblock info structure. > Print a warning when mounting a BFS filesystem created with "-N 512" > option as only 510 files can be created in the root directory. > Make the kernel messages more uniform. Update the 'prefix' passed to > bfs_dump_imap() to match the current naming of operations. > White space and comments cleanup. > > Signed-off-by: Tigran Aivazian > Cc: Tetsuo Handa > Cc: Andrew Morton > Cc: Matthew Wilcox > Cc: Linus Torvalds > Cc: Greg Kroah-Hartman > --- > > fs/bfs/bfs.h | 11 ++++++- > fs/bfs/dir.c | 4 +- > fs/bfs/file.c | 2 - > fs/bfs/inode.c | 65 ++++++++++++++++++-------------------------- > include/uapi/linux/bfs_fs.h | 2 - > 5 files changed, 41 insertions(+), 43 deletions(-) What is the git commit id of this patch in Linus's tree? thanks, greg k-h