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 D6ED0C07E9D for ; Tue, 27 Sep 2022 15:53:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230269AbiI0PxH (ORCPT ); Tue, 27 Sep 2022 11:53:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230201AbiI0Pwo (ORCPT ); Tue, 27 Sep 2022 11:52:44 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0A65FCA7A; Tue, 27 Sep 2022 08:52:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9A093B81C1C; Tue, 27 Sep 2022 15:52:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29308C433C1; Tue, 27 Sep 2022 15:52:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664293925; bh=N20eC4gWH4sdDQ47K8ZbDdPNZFirAY4KQ+8EeKm1Oz4=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=pxiKef03WxpUB2KccnVelFMzxPE+2S5sQTWY0Qz1U+N3mN7Vgz4KlAEA+PcFsReW4 Bzh9kdkLr2Ab8KY4Atpdh53NbwPlemaqjgkwoVBPAtSXGl2fkNh3PFvWz/HMGqrRm5 yxll688FWuv4B9HR4qVSYgava1ODa4wNFysHRwsJhgWboyPvJg7sESUU7z/lJz0rJe a8jnb8en9VlTytozymwRw/ZcEeh3U3chgMbaDONGbNjy/gKwlkYBsS9lb5BGqEg3xZ QEWK/Nk6ePfLdK4gsyhXkrNYLQVJaHtn2iwuT1Q9DMG6h8ZKK70CeFf9zyiTdcPiMl txa2StHZKMTPw== Date: Tue, 27 Sep 2022 10:52:03 -0500 From: Bjorn Helgaas To: Xiaochun XC17 Li Cc: kernel test robot , Xiaochun Lee , "nirmal.patel@linux.intel.com" , "jonathan.derrick@linux.dev" , "kbuild-all@lists.01.org" , "lpieralisi@kernel.org" , "robh@kernel.org" , "kw@linux.com" , "bhelgaas@google.com" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [External] Re: [PATCH v1] PCI: Set no io resource for bridges that behind VMD controller Message-ID: <20220927155203.GA1704003@bhelgaas> 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 Tue, Sep 27, 2022 at 02:40:39AM +0000, Xiaochun XC17 Li wrote: > On Sun, Sep 25, 2022 at 8:57 PM +0800, Bjorn Helgaas wrote: > > On Sun, Sep 25, 2022 at 09:52:21AM +0000, Xiaochun XC17 Li wrote: > > > > -----Original Message----- > > > > From: kernel test robot > > > > Sent: Friday, September 23, 2022 11:21 PM > > > > To: Xiaochun Lee ; > > > > nirmal.patel@linux.intel.com; jonathan.derrick@linux.dev > > > > Cc: kbuild-all@lists.01.org; lpieralisi@kernel.org; robh@kernel.org; > > > > kw@linux.com; bhelgaas@google.com; linux-pci@vger.kernel.org; > > linux- > > > > kernel@vger.kernel.org; Xiaochun XC17 Li > > > > Subject: [External] Re: [PATCH v1] PCI: Set no io resource for > > > > bridges that behind VMD controller > > ... > > For future reference, your email reply doesn't follow the usual Linux > > mailing list style, so it is unnecessarily hard to read. In particular, it lacks > > the line that shows what you're responding to. > > It would look something like this: > > > > On Fri, Sep 23, 2022 at 11:21PM +0800, kernel test robot wrote: > > OK, thanks! > I did a test just now, it seems to meet the format requirements. > I sent emails via outlook, and I've tried to set the reply format, > unfortunately, the time zone and date time are not resolved correctly. Much better, thanks! It's much easier to read without all the redundant headers. Bjorn