On Wed, Jan 09, 2019 at 10:25:46AM +0000, Mel Gorman wrote: > On Wed, Jan 09, 2019 at 11:27:33AM +0300, Dan Carpenter wrote: > > Hello Mel Gorman, > > > > The patch 1688e2896de4: "mm, compaction: round-robin the order while > > searching the free lists for a target" from Jan 8, 2019, leads to the > > following static checker warning: > > > > mm/compaction.c:1252 next_search_order() > > warn: impossible condition '(cc->search_order < 0) => (0-u16max < 0)' > > > > Thanks Dan! > > Does the following combination of two patches address it? The two > patches address separate problems with two patches in the series. > Yes. Thanks. regards, dan carpenter