From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7C3D817DFEB for ; Fri, 18 Oct 2024 06:42:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729233758; cv=none; b=LQ5U6SGlrfBVraPBitK56AYEeDl4nncVgoyeelW2lQvce0IM/jg/ygrBI7JBL3arrjJQM90v+MEu8Y4poMJfGbNkZooVWsoOgn0pvQ32xbBHxx0h26Nr7MLSpZA+RXv/ltMXkg+uHr9xeNkpllnqMh8R9QmP5w9L2KpjRUvbGVQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729233758; c=relaxed/simple; bh=ReU2QT8ZNSG1gRwWskMny6wQYE900vQYE+Z3O9hv1N4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZuYVh57VFm1K3iumALa3HIfCcO02JjfFL4JOcrLeQZaoP6ZPwuzQxDUS+8u3w0nif8q76QIFS3lZ56S+NJcHGIGOnY9icSyL4Mh+5Tcu+giGX8hoITB533crCB4Q3qzejP7QcdHDscqA9o57EiL2qpN8rEB6FUemTjcpys7pPAQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XrQfAE99; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XrQfAE99" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35ED9C4CEC3; Fri, 18 Oct 2024 06:42:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1729233758; bh=ReU2QT8ZNSG1gRwWskMny6wQYE900vQYE+Z3O9hv1N4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XrQfAE99+J4Zbq7P9H9Uhq8RM+rf+gaLzG9K5mCHs6Q11Ka0SGxit+XTiwiEUZAGa cGN4v3zURYpQnmsjq+UH5XAff3+tApKjgehbE1ZkaVdLZZ3QqLkjA48wa9AcSw2XHj DAGxAn5H39gAXNHeAgFU94+BHQ8Ro2sNKmwQCem8= Date: Fri, 18 Oct 2024 08:41:44 +0200 From: Greg KH To: Thadeu Lima de Souza Cascardo Cc: stable@vger.kernel.org, Jan Kara , kernel-dev@igalia.com Subject: Re: [PATCH 6.1 00/19] Fix NULL pointer dereference for corrupted UDF filesystems Message-ID: <2024101834-drone-cradling-459a@gregkh> References: <20241017171915.311132-1-cascardo@igalia.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241017171915.311132-1-cascardo@igalia.com> On Thu, Oct 17, 2024 at 02:18:56PM -0300, Thadeu Lima de Souza Cascardo wrote: > UDF filesystems which have relocated blocks past the end of the device may > lead to a dcache without an inode that would lead to a NULL pointer > dereference, like this: Now queued up, thanks. greg k-h