Re: [PATCH 4.19.6] BFS: static inode bitmap and extra sanity checking

From: Greg KH
Date: Sun Dec 02 2018 - 15:13:40 EST


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 <aivazian.tigran@xxxxxxxxx>
> 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 <aivazian.tigran@xxxxxxxxx>
> Cc: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx>
> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> ---
>
> 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