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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61205C3F2CD for ; Tue, 3 Mar 2020 09:18:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C2C721556 for ; Tue, 3 Mar 2020 09:18:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583227120; bh=Qo3nRK4HWumf4jtOtTGc8uhpaSbpnraV+o/q7veIVAk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fyALrrSbI9BUR+wxXwVGVlHe2Qx71RClOvph9dymfJV3gkmaPjqzL4p1IM4wmxuZk +WrVTeiJ2EkskH6RSOVOQXSjAylkwUVmfEKnjAIrMzXpaLm8q/jamaj4iwDHVLsYTh qqylICVHiJiQWfsClXn1s1Twr66klq2c8ur5zS0A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728066AbgCCJSj (ORCPT ); Tue, 3 Mar 2020 04:18:39 -0500 Received: from mail-wr1-f68.google.com ([209.85.221.68]:41074 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727972AbgCCJSi (ORCPT ); Tue, 3 Mar 2020 04:18:38 -0500 Received: by mail-wr1-f68.google.com with SMTP id v4so3345753wrs.8 for ; Tue, 03 Mar 2020 01:18:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=pXW4XibhqAWbXclYMHPjPrIsQTzUNXr/pk+A3VeMp8Q=; b=eLx1Veu4TkTqn3FZK+z7f5yUsK+KpqWmcfmONDrJj8SeU2/np9HBU7p1rnHKCBxZi1 7URsTPDw96yburlPWCAGn9c0AUlJ1QwoVeE/0udwwgpL9eAuWhHFhGiCX/NwTCL9blGO /cv7r/xwQlnBZZ5J6H8zmAWb2Afl8+dm/9v/GxCyHTbeDKTsVARvxOjDa2eEfY3fBHIK ffXFMpy/LBmEFjv4w8wV50yjxPCRYOqlEb8q+dYJvGh4QEagHszqQfrGJY1AotaK8Anb cYf3xWJTkfy1JGhr6976RMAhtcjBYEufej5/fp+u4YzGim71k8WbyaM+8KbE1fV4kxPe M84g== X-Gm-Message-State: ANhLgQ26Nc1KyZ2464CnxrPStaHWNlCXx40urU/GESS1OEwCBpW4MkoB pnAtZOCkRDw17e6WtX4/uh8= X-Google-Smtp-Source: ADFU+vuBgMiydd/l2UUSufgoAbaYi+wHaw+zSqFwkxZNbX4n0pu0OFPRgcX7TTqLwk7xAerOFo/hKQ== X-Received: by 2002:adf:d086:: with SMTP id y6mr4333948wrh.387.1583227117589; Tue, 03 Mar 2020 01:18:37 -0800 (PST) Received: from localhost (prg-ext-pat.suse.com. [213.151.95.130]) by smtp.gmail.com with ESMTPSA id z5sm2847585wml.48.2020.03.03.01.18.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Mar 2020 01:18:36 -0800 (PST) Date: Tue, 3 Mar 2020 10:18:36 +0100 From: Michal Hocko To: Thomas =?iso-8859-1?Q?Hellstr=F6m_=28VMware=29?= Cc: Andrew Morton , linux-mm@kvack.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Ralph Campbell , pv-drivers@vmware.com, Dan Williams , "Matthew Wilcox (Oracle)" , =?iso-8859-1?B?Suly9G1l?= Glisse , linux-graphics-maintainer@vmware.com, Christian =?iso-8859-1?Q?K=F6nig?= , "Kirill A. Shutemov" Subject: Re: [PATCH v4 0/9] Huge page-table entries for TTM Message-ID: <20200303091836.GC4380@dhcp22.suse.cz> References: <20200220122719.4302-1-thomas_os@shipmail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 28-02-20 14:08:04, Thomas Hellström (VMware) wrote: > Andrew, Michal > > I'm wondering what's the best way here to get the patches touching mm > reviewed and accepted? I am sorry, but I am busy with other stuff and unlikely to find time to review this series. -- Michal Hocko SUSE Labs