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 10DFC78E9D; Thu, 21 Dec 2023 23:49:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Vp55ufAe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E26BC433C8; Thu, 21 Dec 2023 23:49:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703202589; bh=DzS0lRbVCV60NGLtHqn9dKHYbNssxVYhq7y9jEs68bM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Vp55ufAeLpeinb2eUci6B5EAi0i6+wNoKKYCDj3OFsmm3urQo2FwvYBQTNtRCIKkN qm22cVkj82A1oLxfZLcQgS4cQX4jW30/DwgEmVz04Q+yerWQVZgn95EAegmyyu6OYL +Q7dtjWkGa/jyarkQDOUT9nEE8GQi7J5L3A53AZaynpnj45fuC/C9VEAX7MWF/6L+X 8Qo+5zxDBRGlYh7cqYaCc2uacXMiBcCH15mhgl8Ht5wJRi0iYdlcegd+SjN+em28xP beG/e0dna1HSwEYSvDgiyTtzfPseeuO9SkjCpzfnbzn9fBDaXLnesaOuQv+Lw2PvJj ZwGCvtNXlZHRw== From: SeongJae Park To: Tanzir Hasan Cc: SeongJae Park , Andrew Morton , damon@lists.linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Nick Desaulniers , Al Viro Subject: Re: [PATCH] mm/damon/vaddr: changed asm-generic/mman-common.h to linux/mman.h Date: Thu, 21 Dec 2023 23:49:47 +0000 Message-Id: <20231221234947.59458-1-sj@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231221-asmgenericvaddr-v1-1-742b170c914e@google.com> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi Tanzir, On Thu, 21 Dec 2023 23:11:01 +0000 Tanzir Hasan wrote: > asm-generic/mman-common.h can be replaced by linux/mman.h and the file > will still build correctly. It is an asm-generic file which should be > avoided if possible. > > Suggested-by: Al Viro > Signed-off-by: Tanzir Hasan Thank you for this patch :) Maybe we could add below Fixes: line? I guess stable@ is intentionally not added and that makes sense, but please let me know if you think differently. Fixes: 6dea8add4d28 ("mm/damon/vaddr: support DAMON-based Operation Schemes") Other than that, looks good to me. Reviewed-by: SeongJae Park Thanks, SJ [...]