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 CE120C61DA4 for ; Mon, 13 Mar 2023 10:16:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229861AbjCMKQM (ORCPT ); Mon, 13 Mar 2023 06:16:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229838AbjCMKQI (ORCPT ); Mon, 13 Mar 2023 06:16:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A873D56148; Mon, 13 Mar 2023 03:16:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4673A6119E; Mon, 13 Mar 2023 10:16:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F5EDC433D2; Mon, 13 Mar 2023 10:16:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678702564; bh=h+yWYDPnPhzCm0GTY175gB450CDOyJEA9NV7+JKMF6Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nf6tuHfvv7nCwZXgqm9DJob39yfmArAxJact89zs9kE6BwYoJnEXsMLbprwHr636r jyzmx1HTqWyWqHfGpLjdOVVu4tDahAvpf8TfiA89v1kpq4IiQVM4Ms/FYL9T0oUj/I 9+TT4YNvr7/K2NYJcc71k5inWNDlG6Q+T8/kTjws= Date: Mon, 13 Mar 2023 11:16:02 +0100 From: Greg KH To: Kirtikumar Anandrao Ramchandani Cc: security@kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Linus Torvalds Subject: Re: Patch for a overwriting/corruption of the file system Message-ID: References: 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-kernel@vger.kernel.org On Mon, Mar 13, 2023 at 03:25:45PM +0530, Kirtikumar Anandrao Ramchandani wrote: > Hello, > > I am sending this patch which addresses a bug in the fs/affs/. Your attachment was from a public patch on the f2fs mailing list, not affs, are you sure you attached the correct one? And the public mailing lists reject HTML email, please fix up your email client to be able to send properly. thanks, greg k-h