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 0D97E2139AC for ; Thu, 27 Jun 2024 21:13:32 +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=1719522813; cv=none; b=c7FhToNLp+AXdBbVznnGw36sij45fWrFXxVPiM14X1dUyPACe88ZQMP+XFsUrZp5ulJIGqC3CGhcPR2ly0X2qThSni3FFjsCc2pqcWj+ipKZHGSsUvdvKYW6hfDa/ubkKL9V/vhbIoB5hxlqCQC8iJQO6faWO2w7zx6wu/kPRis= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719522813; c=relaxed/simple; bh=9Trd0OtGq7Qi9P1JmTPvm73CnIAbpl5EL1jRvg/A+A8=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=BIlfh1ERmsDWAbdijTPprVbEudnwQ3+kcOYmSIeH+eiMLhh94A6u4yrZjAGaNTMKEg10GWZN1pLLTJLDKMfs51HGrlUvcYiIHcjB2+Z4toDpwDuwuRH0XD7RTQuo3Ssu0HgBVrIeM9z8N42tJYMiUg3b/flkqwxZt6PP6FIQ+LU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=vQo+tPQu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="vQo+tPQu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14A15C2BBFC; Thu, 27 Jun 2024 21:13:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1719522812; bh=9Trd0OtGq7Qi9P1JmTPvm73CnIAbpl5EL1jRvg/A+A8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=vQo+tPQuBS+D8aCZO4Ae9+jOe6f6pJjs7Om0bGTSdek0ui8SGvSNdjQjqWkUFJgJX nrovL/3Zu/jwOjJJe9ZEc5WrbzAdEeuHiKtWBpnqKgxXGN14TUJPyQS472kdkXds4N yWDV+Bbn2CQV5XygTyTLogSW4MFsXzhO9i1qUExU= Date: Thu, 27 Jun 2024 14:13:31 -0700 From: Andrew Morton To: zippermonkey Cc: zhangpengpeng0808@gmail.com, bruzzhang@tencent.com, jack@suse.cz, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, vernhao@tencent.com, willy@infradead.org, zigiwang@tencent.com Subject: Re: [PATCH 0/10] mm: Fix various readahead quirks Message-Id: <20240627141331.30bc97bef0d1acfe38f2880f@linux-foundation.org> In-Reply-To: References: <513c13ea-3568-441c-972c-c5427d076cb9@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Thu, 27 Jun 2024 14:10:48 +0800 zippermonkey wrote: > Tested-by: Zhang Peng Thanks. I added this to the changelogs and pasted your testing results into the [0/N] description.