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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39BD9C433EF for ; Tue, 12 Oct 2021 05:45:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1421160D07 for ; Tue, 12 Oct 2021 05:45:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232698AbhJLFrm (ORCPT ); Tue, 12 Oct 2021 01:47:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:43056 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229688AbhJLFri (ORCPT ); Tue, 12 Oct 2021 01:47:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2535C60EB6; Tue, 12 Oct 2021 05:45:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1634017536; bh=e4lNi6oL+ZJGLDOqDqTU6x8+bOlEd0FA7f2KB1xQTMM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IgUVWKIfYpkER152yW5CFGy8tRnvBg2jjaHn/CWAnnxbXccke/48widvimvVMd8y6 E9Wzvho3/5nqf8ICZjvW5yVWm2Cue1Lncerlx3VawmHL+aZZMQ3CNY8g6kPEH60IqQ mtT6S3ITHuqe5jXEtFKULZlwHnQ4g49EeJA4YedE= Date: Tue, 12 Oct 2021 07:45:32 +0200 From: Greg Kroah-Hartman To: Suren Baghdasaryan Cc: stable , Jann Horn , Linus Torvalds , Vlastimil Babka , Peter Xu , Andrea Arcangeli , David Hildenbrand , Jason Gunthorpe , Kirill Tkhai , Shaohua Li , Nadav Amit , Christoph Hellwig , Oleg Nesterov , "Kirill A. Shutemov" , jack@suse.cz, Matthew Wilcox , linux-mm , LKML , kernel-team Subject: Re: [PATCH 1/1] gup: document and work around "COW can break either way" issue Message-ID: References: <20211012015244.693594-1-surenb@google.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 Mon, Oct 11, 2021 at 06:55:39PM -0700, Suren Baghdasaryan wrote: > On Mon, Oct 11, 2021 at 6:52 PM Suren Baghdasaryan wrote: > > > > From: Linus Torvalds > > > > From: Linus Torvalds > > Sorry Greg, I must have screwed up something and this "From:" line > appeared twice. Do you want me to resent these backports or you can > simply drop the duplicate line? I will fix it up, no worries. greg k-h