* Jeff Xu <jeffxu@xxxxxxxxxxxx> [250224 14:07]: ... > > > > > > #ifdef CONFIG_64BIT > > > [ilog2(VM_SEALED)] = "sl", > > > #endif > > > > > > Redefining VM_SEALED to VM_NONE for 32 bit won't detect the problem > > > in case that "#ifdef CONFIG_64BIT" line is missing. > > > > I don't think it is reasonable to insist on doing things differently in > > the kernel because you have external tests that would need updating. > > These things can change independently, so I don't think this is a valid > > argument. > > > > If these are upstream tests, and we need these tests to work then they > > can be fixed. > > > As above, this is actually kernel code, not test. Okay, so then they could be easily fixed to work with changing the flags and it would transparently function in your ChromeOS code base. That's a good way of doing things. It doesn't make sense here since, as stated in this thread, we need two defines. But it does mean we are less locked into how this functions and it could change later, if needed. Also, do we need something like the above test for VM_SEALED_SYS? Thanks, Liam