From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7893BC433F5 for ; Tue, 8 Feb 2022 11:35:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343519AbiBHLfV (ORCPT ); Tue, 8 Feb 2022 06:35:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346317AbiBHLOI (ORCPT ); Tue, 8 Feb 2022 06:14:08 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6300BC03FEC0; Tue, 8 Feb 2022 03:14:06 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id BF189210DD; Tue, 8 Feb 2022 11:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1644318844; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vVM/VGi/Mx0uj8ZZWDQcTDJFzi5jYBIJPgJzLEJehto=; b=g2o1KbKBcwgrMFpemw0oAjIWiFWmkwBzg4DGWj8IQr2CR+vZ0j9f8dbo+sOOUuY8ENdBFL KGGwFV4AGoLBnFIEn6tL4TxQeXynn6bR5AACjq6VWRDGoxz+zYklZWjcIXUJIzsSyNhz9l 5+WjlRPlwDX29N1cgKjPN/wsm2K3iHg= Received: from suse.cz (unknown [10.100.201.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 092C6A3B83; Tue, 8 Feb 2022 11:14:03 +0000 (UTC) Date: Tue, 8 Feb 2022 12:14:00 +0100 From: Michal Hocko To: Oleksandr Natalenko Cc: Andrew Morton , Johannes Weiner , Mel Gorman , Yu Zhao , Andi Kleen , Aneesh Kumar , Barry Song <21cnbao@gmail.com>, Catalin Marinas , Dave Hansen , Hillf Danton , Jens Axboe , Jesse Barnes , Jonathan Corbet , Linus Torvalds , Matthew Wilcox , Michael Larabel , Mike Rapoport , Rik van Riel , Vlastimil Babka , Will Deacon , Ying Huang , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, page-reclaim@google.com, x86@kernel.org Subject: Re: [PATCH v7 00/12] Multigenerational LRU Framework Message-ID: References: <20220208081902.3550911-1-yuzhao@google.com> <4714886.31r3eYUQgx@natalenko.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4714886.31r3eYUQgx@natalenko.name> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 08-02-22 11:11:02, Oleksandr Natalenko wrote: [...] > Is the patch submission broken for everyone, or for me only? I see raw > emails cluttered with some garbage like =2D, and hence I cannot apply > those neither from my email client nor from lore. The patchset seems to be OK both in my inbox and b4[1] has downloaded the full thread without any issues and I could apply all the patches just fine [1] https://git.kernel.org/pub/scm/utils/b4/b4.git -- Michal Hocko SUSE Labs