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 8603DC04A94 for ; Tue, 8 Aug 2023 18:37:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231229AbjHHShr (ORCPT ); Tue, 8 Aug 2023 14:37:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231248AbjHHShT (ORCPT ); Tue, 8 Aug 2023 14:37:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C5A4F3A28; Tue, 8 Aug 2023 09:37:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 22BF8624E8; Tue, 8 Aug 2023 16:36:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F417C433C8; Tue, 8 Aug 2023 16:36:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691512600; bh=s2rPxOfy1Y0fjPSjnYAH7dGDP+SH3CfSccoZNpyTO+k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y+qJvfVesc1nYGZoi+Lsb5+ELO7xkN0t4o6lfG5rhCYoXYVw1mXVn7lmCpIeG/2w4 8yvsHlP5NZwsDZpf6kXdzggArbTh8fFgIplFSYwX2q3CZwKYR6QqfgQn79qhMN4S9O FncaicQUOicY7U210nvS+eRi/er10vurr5W9h7DI= Date: Tue, 8 Aug 2023 18:36:37 +0200 From: Greg KH To: Manas Ghandat Cc: Linux-kernel-mentees@lists.linuxfoundation.org, anton@tuxera.com, linkinjeon@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, syzbot+4768a8f039aa677897d0@syzkaller.appspotmail.com Subject: Re: [PATCH v2] ntfs : fix shift-out-of-bounds in ntfs_iget Message-ID: <2023080811-populace-raven-96d2@gregkh> References: <2023080821-blandness-survival-44af@gregkh> <20230808102958.8161-1-ghandatmanas@gmail.com> <2023080833-pedicure-flavorful-921c@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Aug 08, 2023 at 08:45:02PM +0530, Manas Ghandat wrote: > In the above patch I have mentioned what are the changes from the version > 1. Also since most of the lines of the patch were a change due to some > indentation error, the whole patch appears as the diff. As my bot said: > > - This looks like a new version of a previously submitted patch, but you > > did not list below the --- line any changes from the previous version. > > Please read the section entitled "The canonical patch format" in the > > kernel file, Documentation/process/submitting-patches.rst for what > > needs to be done here to properly describe this. Please read that and submit a new patch based on the requirements there. thanks, greg k-h