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 9AD8EC47071 for ; Thu, 16 Nov 2023 21:43:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229704AbjKPVnj (ORCPT ); Thu, 16 Nov 2023 16:43:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229379AbjKPVni (ORCPT ); Thu, 16 Nov 2023 16:43:38 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A118E181 for ; Thu, 16 Nov 2023 13:43:34 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FD9AC433C7; Thu, 16 Nov 2023 21:43:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1700171014; bh=twTNWRQdIKcOStkRGzXUGtwCSKQonpLZLAIQKx9vJcE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QvKaTL3ndxsh2tVl73T17w+fISLhZTW0gIn7pe8oxtPfAcZfG+MvZhirVrmwYyJr7 2fEEHfjUG6qKjAICs1TWsSOFv3l5im7ASasMGpFlpSsu7TbZgogyvG+feNReCzbSBO Z1uVpoTJqjG/Fp+2L/pKCJOiRojj95iCYDg6HN3A= Date: Thu, 16 Nov 2023 13:43:32 -0800 From: Andrew Morton To: Lizhi Xu Cc: , , , , , Subject: Re: [PATCH] squashfs: squashfs_read_data need to check if the length is 0 Message-Id: <20231116134332.285510d340637171d2fe968c@linux-foundation.org> In-Reply-To: <20231116031352.40853-1-lizhi.xu@windriver.com> References: <0000000000000526f2060a30a085@google.com> <20231116031352.40853-1-lizhi.xu@windriver.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Nov 2023 11:13:52 +0800 Lizhi Xu wrote: > when the length passed in is 0, the subsequent process should be exited. Thanks, but when fixing a bug, please always describe the runtime effects of that bug. Amongst other things, other people need this information to be able to decide which kernel versions need patching. > Reported-by: syzbot+32d3767580a1ea339a81@syzkaller.appspotmail.com Which is a reason why we're now adding the "Closes:" tag after Reported-by:. I googled the sysbot email address and so added Closes: https://lkml.kernel.org/r/0000000000000526f2060a30a085@google.com to the changelog. I'll assume that a -stable kernel backport is needed.