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 7A3A7C4332F for ; Fri, 11 Nov 2022 23:16:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233674AbiKKXQL (ORCPT ); Fri, 11 Nov 2022 18:16:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232979AbiKKXQI (ORCPT ); Fri, 11 Nov 2022 18:16:08 -0500 Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBF8C1006E; Fri, 11 Nov 2022 15:16:07 -0800 (PST) Received: by mail-wr1-f42.google.com with SMTP id j15so8219800wrq.3; Fri, 11 Nov 2022 15:16:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ML0RbCqbrCyj8dh7iybZeA9vXEsm9tqKolIzFc77JSI=; b=fmk2xIc6jMoGi+fm0sWwW6UeXcnrhRldIpyAyWEna3L9KVyPpqrviVJNNKppLFyy++ IL1I8epJi5piDgujHTHT84ZkjkCF5Xtx6akqoapuoPFC5Or389QFXIfjKNrXpFcrORCu k8DBIn7b4IMg9CVzXwpl6tjTivcNZY7djWnVKnndFU9G68aNlzGxvRuBT69fpLn1cgnZ sgRYDIc7K0jWB/Ea9wqlbT8ASgphuDwya1Zx6VSlkmjqC8Mgg8qsszvm835zWTex3SLp NwWTsepcOsoh0iD+Nm7uEFiNcRyl+aIShYNXgHmu5kw0Ke0ajQ68twKvVqS048GUQ898 CwYQ== X-Gm-Message-State: ANoB5pmvKh4iEQ14s1wU7bYjP5LJuVWoouT0Va9AIZTmYs5xqWNNFB6c mC/ZlV+Zw4EmRS3Qu6yI43c= X-Google-Smtp-Source: AA0mqf7ZPoTb7TZ7vc2ApkuO6Q5VrxJgANuw8sRi7qmBR1m0pF2mXHBjTNBZVzTEOEMmWntExjnjlQ== X-Received: by 2002:adf:f952:0:b0:241:71fc:3b3d with SMTP id q18-20020adff952000000b0024171fc3b3dmr2317948wrr.268.1668208566495; Fri, 11 Nov 2022 15:16:06 -0800 (PST) Received: from liuwe-devbox-debian-v2 ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id e1-20020a5d5001000000b002368424f89esm2900908wrt.67.2022.11.11.15.16.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Nov 2022 15:16:06 -0800 (PST) Date: Fri, 11 Nov 2022 23:16:03 +0000 From: Wei Liu To: "Guilherme G. Piccoli" Cc: "Michael Kelley (LINUX)" , Wei Liu , "linux-hyperv@vger.kernel.org" , "bhe@redhat.com" , "kexec@lists.infradead.org" , "pmladek@suse.com" , "akpm@linux-foundation.org" , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , "x86@kernel.org" , "kernel-dev@igalia.com" , "kernel@gpiccoli.net" , Andrea Parri , Dexuan Cui , Haiyang Zhang , KY Srinivasan , Stephen Hemminger , Tianyu Lan Subject: Re: [PATCH V3 10/11] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers Message-ID: References: <20220819221731.480795-1-gpiccoli@igalia.com> <20220819221731.480795-11-gpiccoli@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 11, 2022 at 10:47:17PM +0000, Wei Liu wrote: > On Thu, Nov 10, 2022 at 06:32:54PM -0300, Guilherme G. Piccoli wrote: > > [Trimming long CC list] > > > > Hi Wei / Michael, just out of curiosity, did this (and patch 9) ended-up > > being queued in hyperv-next? > > > > No. They are not queued. > > I didn't notice Michael's email and thought they would be picked up by > someone else while dealing with the whole series. > > I will pick them up later. They are now queued to hyperv-next. Thanks.