Re: [PATCH] reiserfs: Check the return value from __getblk()
Christian Brauner <[email protected]>
| Newsgroups | gmane.comp.file-systems.reiserfs.general,gmane.linux.file-systems |
|---|---|
| Message-ID | <20230705-gecheckt-unzumutbar-4010ffac4ea7@brauner> |
On Tue, Jul 04, 2023 at 07:49:24PM +0100, Matthew Wilcox wrote: > On Fri, Jun 30, 2023 at 11:03:05AM +0200, Christian Brauner wrote: > > From: Matthew Wilcox <[email protected]> > > > > On Thu, 29 Jun 2023 23:26:17 +0200, Matthew Wilcox wrote: > > > __getblk() can return a NULL pointer if we run out of memory or if > > > we try to access beyond the end of the device; check it and handle it > > > appropriately. > > > > > > [...] > > > > Willy's original commit with message id > > <[email protected]> didn't show up on lore. > > Might be because reiserfs-devel isn't a list tracked by lore; not sure. > > So I grabbed this from somewhere else. > > > > In any case, I picked this up now. > > > > --- > > > > Applied to the vfs.misc branch of the vfs/vfs.git tree. > > Patches in the vfs.misc branch should appear in linux-next soon. > > > > Please report any outstanding bugs that were missed during review in a > > new review to the original patch series allowing us to drop it. > > > > It's encouraged to provide Acked-bys and Reviewed-bys even though the > > patch has now been applied. If possible patch trailers will be updated. > > Acked-by: Edward Shishkin <[email protected]> > > was added in a response to the original, FYI Thank you! I've updated the patch trailer accordingly.