From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7420EB64D9 for ; Tue, 4 Jul 2023 18:49:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231511AbjGDSt2 (ORCPT ); Tue, 4 Jul 2023 14:49:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229539AbjGDSt1 (ORCPT ); Tue, 4 Jul 2023 14:49:27 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91EABE64; Tue, 4 Jul 2023 11:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ohNOzyes+e4OostGrU+ZixNYfYaBWOr0ibzYC94ovbM=; b=lKjbGfDsnq2+0JpIMZjxf3skmE v5azy4pkcGGtliPL4/7syjd4S+tA6eoy0UIS4WLE7imoaRj6Rcij0mNrFYiiQkQROubarPZ85dBZb eY5soakeayn1oOFXrIFVWX4rEt2nfAKYs4lPHO+/RiN1dkWsKk/DMxiJGoeDoCq6kXIxRTUssz267 hVoRLGi6BcWEKXY+UJ1VOQuFR9impFPD2orAyo/LtQhguNlnUQD0sODBk42HLIGK0g3bUw7ZMJH2C tRdOxIbKCGmzRha/mohw2QKW++5YSF1qHPAGS+xGbvy8MI683zjU2PisPiniAyz58sPv+qr3Wv3Dw izD93Bjg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qGl5Y-009Nna-4h; Tue, 04 Jul 2023 18:49:24 +0000 Date: Tue, 4 Jul 2023 19:49:24 +0100 From: Matthew Wilcox To: Christian Brauner Cc: reiserfs-devel@vger.kernel.org, Jan Kara , Andrew Morton , linux-fsdevel@vger.kernel.org, butt3rflyh4ck Subject: Re: [PATCH] reiserfs: Check the return value from __getblk() Message-ID: References: <20230630-kerbholz-koiteich-a7395bc04eae@brauner> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230630-kerbholz-koiteich-a7395bc04eae@brauner> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Jun 30, 2023 at 11:03:05AM +0200, Christian Brauner wrote: > From: Matthew Wilcox > > 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 > <20230605142335.2883264-1-willy@infradead.org> 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 was added in a response to the original, FYI