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 7431552F83; Tue, 13 Feb 2024 09:43:04 +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=1707817384; cv=none; b=on7nNiBxY3O42FvgrxYLDou/HFchmaLipQWC0bRSBbxMwzhO0mTs0Eob6fpl4V0JjqLaiXlLbKHLx8NFEUq51iJ+hwfq68LxFmdWYiALdkzd8a7uN5TEnlKKNiYnBrcQ6CxMY0c4LyCKSE8n8ly39MY+qL54YEmxRSXf+ZMXEdo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707817384; c=relaxed/simple; bh=QpTYMbV/On63JHEAg+7gEa8nlefPffxwNn6vcdnnLGg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HYB3XOUdXQGW65sqqhZPlyqy6j2RofTt9rlVLrRj3ElSzxsnigoMfpaM9vLNy1/xKAKWAqtFeKf46/YJqxcISSslISptDapkxVHq/s4+Knv9U7bucw6ob9ko7JmzK1Ipyt3vvK1JcVElQfUs/Ze8MqD0r42vBVFU73f7Q0n2who= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=K2X6gYDC; 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="K2X6gYDC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 575ABC433C7; Tue, 13 Feb 2024 09:43:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707817384; bh=QpTYMbV/On63JHEAg+7gEa8nlefPffxwNn6vcdnnLGg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K2X6gYDCmsXjOXHrQHqlESxPVKAE1j3B5raB7tjWKI59nnQeHDkdp7+44+gAk1xHQ vk8lkx//bMQWk1MDnE1SSUrOGe34c026khjTAU0nf+MHtQRpyEXn1phgf1MC/Q1vt7 pGhCsFwAQmvdhHTCl+1QYMY3kNGnj8q7YI6IIY84= Date: Tue, 13 Feb 2024 10:43:01 +0100 From: Greg Kroah-Hartman To: Roman Smirnov Cc: Jan Kara , Matthew Wilcox , "stable@vger.kernel.org" , Andrew Morton , Alexey Khoroshilov , Sergey Shtylyov , Karina Yankevich , "lvc-project@linuxtesting.org" , "linux-fsdevel@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "linux-ext4@vger.kernel.org" , Theodore Ts'o , Andreas Dilger , Jan Kara Subject: Re: [PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty() Message-ID: <2024021331-skyline-dicing-c695@gregkh> References: <20240125130947.600632-1-r.smirnov@omp.ru> <20240129091124.vbyohvklcfkrpbyp@quack3> <20240129160939.jgrhzrh5l2paezvp@quack3> Precedence: bulk X-Mailing-List: linux-fsdevel@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: On Tue, Feb 13, 2024 at 07:07:18AM +0000, Roman Smirnov wrote: > Is there something else to do to make the patch accepted? What patch? No context here... Also, for obvious reasons, we don't apply "RFC" patches as you yourself don't think they are good enough to be merged :( thanks, greg k-h