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

2018-12-02 Thread Greg KH
On Sun, Dec 02, 2018 at 08:21:30PM +, Tigran Aivazian wrote: > On Sun, 2 Dec 2018 at 20:13, Greg KH wrote: > > What is the git commit id of this patch in Linus's tree? > > In linux-next the commit id is > d2e6681167c634cfc3558991b59a6f614a31d226 , but it is not in Linus' > tree (i.e. at

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

2018-12-02 Thread Greg KH
On Sun, Dec 02, 2018 at 08:21:30PM +, Tigran Aivazian wrote: > On Sun, 2 Dec 2018 at 20:13, Greg KH wrote: > > What is the git commit id of this patch in Linus's tree? > > In linux-next the commit id is > d2e6681167c634cfc3558991b59a6f614a31d226 , but it is not in Linus' > tree (i.e. at

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

2018-12-02 Thread Tigran Aivazian
On Sun, 2 Dec 2018 at 20:13, Greg KH wrote: > What is the git commit id of this patch in Linus's tree? In linux-next the commit id is d2e6681167c634cfc3558991b59a6f614a31d226 , but it is not in Linus' tree (i.e. at github.com/torvalds/linux) yet. It went into Andrew Morton's "-mm" tree and then

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

2018-12-02 Thread Tigran Aivazian
On Sun, 2 Dec 2018 at 20:13, Greg KH wrote: > What is the git commit id of this patch in Linus's tree? In linux-next the commit id is d2e6681167c634cfc3558991b59a6f614a31d226 , but it is not in Linus' tree (i.e. at github.com/torvalds/linux) yet. It went into Andrew Morton's "-mm" tree and then

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

2018-12-02 Thread Sasha Levin
On Sun, Dec 02, 2018 at 06:57:10PM +, 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

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

2018-12-02 Thread Sasha Levin
On Sun, Dec 02, 2018 at 06:57:10PM +, 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

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

2018-12-02 Thread Greg KH
nger 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 > >

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

2018-12-02 Thread Greg KH
nger 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 > >

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

2018-12-02 Thread Tigran Aivazian
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

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

2018-12-02 Thread Tigran Aivazian
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