On Thu, Jul 05, 2018 at 10:53:52AM -0700, Matthew Wilcox wrote: > On Thu, Jul 05, 2018 at 01:00:19PM -0400, Johannes Weiner wrote: > > This could be a matter of uptime, but the warning triggers on a thing > > that is supposed to happen everywhere eventually. Let's fix it. > > Ahh! Thank you! > > > xa_mk_value() doesn't understand that we're okay with it chopping off > > our upper-most bit. We shouldn't make this an API behavior, either, so > > let's fix the workingset code to always clear those bits before hand. > > Makes sense. I'll just fold this in, if that's OK with you? Sounds good to me, thanks.