The patch titled Subject: mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix has been removed from the -mm tree. Its filename was mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix.patch This patch was dropped because it was folded into mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix fix up reject fixupping Cc: Hao Lee <haolee.swjtu@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Wei Yang <weiyang@xxxxxxxxx> Cc: huang ying <huang.ying.caritas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix mm/page_alloc.c --- a/mm/page_alloc.c~mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix +++ a/mm/page_alloc.c @@ -2212,7 +2212,7 @@ static bool unreserve_highatomic_pageblo * condition simpler. */ static inline bool -__rmqueue_fallback(struct zone *zone, unsigned int order, int start_migratetype) +__rmqueue_fallback(struct zone *zone, int order, int start_migratetype) { struct free_area *area; int current_order; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback.patch mm-zsmalloc-simplify-zs_max_alloc_size-handling-fix.patch signal-avoid-undefined-behaviour-in-kill_something_info-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html