Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp436934imm; Fri, 17 Aug 2018 00:07:30 -0700 (PDT) X-Google-Smtp-Source: AA+uWPzSow1kcvz8jb7U0rPnjO+B4ZJog0jSo4kwWaVudcIaAq9vCM/ZX3dfsVmsD0gs0Di4J/zb X-Received: by 2002:a17:902:1a2:: with SMTP id b31-v6mr31685451plb.279.1534489650081; Fri, 17 Aug 2018 00:07:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534489650; cv=none; d=google.com; s=arc-20160816; b=i9pUY396I8C7ueOK1lxeK1WBqqxhF5Babc80Un0VguX0ztqRlL4Ppklhm91TixWFO3 UKTXx/ZG/IUvDWVtjgcLD5o9icRTmvo2c2J4o/ILtRakZgqhWtzSpOnbfm9GcNJc3TRd k9t8VilVdqW16+Vy0UJ5JOVdXDAb4X/yLxvmUH0+OjO5Q546sUKahBDMBeZM928SZU/k neHiNRgPupWj40QEoo9elbbuXhdqY6MluQkH0OGKv8N8+f9KMTBNKFCaUeinY2yZjtPd 2mAQtYKT3I39ZYZLzHiRN0UHnqKyRgc/Edhm03mzZekdwoX3UBX5AdNE079jJlHt6IsE sYXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=M2mK7J9dk6qunwyqnhoj4uczgoJ1OkLVFj8DVZVAcn0=; b=XIrvhWhRiCSeu37TZ0beId2/GzfIYqNeWl+gcJKjwXra/ljIfO76FHABwSnt/IdKeQ 1ZnybZtgH+sKJ5/b3frCgKeJ2O/2rnPEO04Rlowp8NqcOCFulvdCk+z8EN8rW3X8XK7a KW9px3TSHsz7KlgDLO1Fdj0oeSz+9hlo7HWEqefDhjlPOFdqRIz4HfLyiDzeGM854fVq rVIeLicArxp7MPGKe4fLpGlL39Vdj9E2shTTGeEac234i0Z9lnBQLprV1fEKW5YYsKlV l6SjtdGj569yf1wLYZ/GkwtkwI2omqFdp54aab1GJq3hketoo2qGmEn2wQZJK8dkUYSH ocAw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q66-v6si1536812pfd.153.2018.08.17.00.07.14; Fri, 17 Aug 2018 00:07:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726504AbeHQKIY (ORCPT + 99 others); Fri, 17 Aug 2018 06:08:24 -0400 Received: from verein.lst.de ([213.95.11.211]:34210 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726094AbeHQKIY (ORCPT ); Fri, 17 Aug 2018 06:08:24 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 93A7068EF1; Fri, 17 Aug 2018 09:07:12 +0200 (CEST) Date: Fri, 17 Aug 2018 09:07:12 +0200 From: Christoph Hellwig To: Michal Wnukowski Cc: torvalds@linux-foundation.org, axboe@fb.com, hch@lst.de, keith.busch@intel.com, keith.busch@linux.intel.com, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, sagi@grimberg.me, yigitfiliz@google.com Subject: Re: [PATCH v2] Bugfix for handling of shadow doorbell buffer. Message-ID: <20180817070712.GA11383@lst.de> References: <20180815225157.89523-1-wnukowski@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180815225157.89523-1-wnukowski@google.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've applied this with some major updates to the subject, changelog and the comment in the code. Please double check it all still makes sense.