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 3F5D983CBD; Fri, 24 May 2024 20:12:53 +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=1716581574; cv=none; b=W23KshCyrjviiCaFxR9vm/6AJfLjBWAH6xuXbVFzokRj3K8juvgbPcC1ehwDZTbVrY1RRrg7Z+vBioTw7FQRtg/c554WbbJ5W+AYNlePuQfLbC09RM/bHlxH2jvEnCQa5reiO67tqcgjTZ2IF5BwcJUwlbOi9pur3P/H79IJatI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716581574; c=relaxed/simple; bh=3UnR8vsmR8CcxvacyVVttEzPUuRJVz8jYNuEfHywzW4=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=A3MBTXKo9UXapaunnw7BgW9XHCajXohIkibFAgZDkP4D6glmClOJkbEe8tNxeb9t9HeI75uKVBTA9DnDwdiHyIX/IkrKDi0PMfC/XJBg506WkGfq3RtZCHDmsQV4BTfwp0Y+px9DFK9m470HY0pv1ufmWC5tHj7zkPoQt+WUoKk= 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=1zFJRgB7; 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="1zFJRgB7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48EAAC2BBFC; Fri, 24 May 2024 20:12:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1716581573; bh=3UnR8vsmR8CcxvacyVVttEzPUuRJVz8jYNuEfHywzW4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=1zFJRgB7GUn20f6S8m3qnHj7wBwqWEifkehnYbb5C3CHrLqqQEp2ckQJccVPm3hEN 82fbFl2JJI0VlLLmIgAdrnKJoVjWd6d7u3R0O4L09cLNvWUk+D4PFxRzyLiNUkKT6Y EsjcEmBJlOmoUfkb0ZoGkWbgu5VJ5v+NJC48B+yY= Date: Fri, 24 May 2024 13:12:52 -0700 From: Andrew Morton To: Ritesh Harjani (IBM) Cc: David Hildenbrand , Donet Tom , Shuah Khan , Matthew Wilcox , Tony Battersby , linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Mike Rapoport , Muchun Song Subject: Re: [PATCH] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages() Message-Id: <20240524131252.52475e7dc695b4d924c253a2@linux-foundation.org> In-Reply-To: <87msofsntw.fsf@gmail.com> References: <20240523063905.3173-1-donettom@linux.ibm.com> <20240523121344.6a67a109e0af2ba70973b34b@linux-foundation.org> <87msofsntw.fsf@gmail.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kselftest@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 Fri, 24 May 2024 12:23:15 +0530 Ritesh Harjani (IBM) wrote: > >>> This patch verifies that a hugepage, used as a user buffer for DIO > >>> operations, is correctly freed upon unmapping, regardless of whether > >>> the offsets are aligned or unaligned w.r.t page boundary. > >>> > >> > > > > Two SOF, is there a Co-developed-by: missing? > > > > Sorry about that. Andrew, could you please add the tag (let me know if you > would like me to send v2). Will take care of it next time. > > Co-developed-by: Ritesh Harjani (IBM) I made that edit, thanks.