Re: [PATCH v4] mm: redefine VM_* flag constants with BIT()

From: SeongJae Park

Date: Thu Oct 02 2025 - 13:44:06 EST


On Thu, 2 Oct 2025 07:52:02 +0000 Jakub Acs <acsjakub@xxxxxxxxx> wrote:

> Make VM_* flag constant definitions consistent - unify all to use BIT()
> macro.
>
> We have previously changed VM_MERGEABLE in a separate bugfix. This is a
> follow-up to make all the VM_* flag constant definitions consistent, as
> suggested by David in [1].
>
> [1]: https://lore.kernel.org/all/85f852f9-8577-4230-adc7-c52e7f479454@xxxxxxxxxx/
>
> Signed-off-by: Jakub Acs <acsjakub@xxxxxxxxx>

Acked-by: SeongJae Park <sj@xxxxxxxxxx>


Thanks,
SJ

[...]