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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 7F566C35242 for ; Sat, 8 Feb 2020 22:05:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6AFFC20726 for ; Sat, 8 Feb 2020 22:05:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727527AbgBHWEb (ORCPT ); Sat, 8 Feb 2020 17:04:31 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:41335 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727484AbgBHWEa (ORCPT ); Sat, 8 Feb 2020 17:04:30 -0500 X-Originating-IP: 66.190.246.67 Received: from localhost (66-190-246-67.dhcp.astr.or.charter.com [66.190.246.67]) (Authenticated sender: josh@joshtriplett.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id AF0A9E0005; Sat, 8 Feb 2020 22:04:27 +0000 (UTC) Date: Sat, 8 Feb 2020 14:04:25 -0800 From: Josh Triplett To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: Re: Applying pipe fix this merge window? Message-ID: <20200208220425.GA92770@localhost> References: <20200208083604.GA86051@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 08, 2020 at 01:53:54PM -0800, Linus Torvalds wrote: > On Sat, Feb 8, 2020 at 10:45 AM Linus Torvalds > wrote: > > > > Sure, I'll apply it and see if anybody hollers. > > Btw, can you verify that commit 0ddad21d3e99 ("pipe: use exclusive > waits when reading or writing") matches what you've been testing. Byte-for-byte identical. > I did put a "tested-by" for you in it, but I had a few different > versions of that patch because of other changes in fs/pipe.c and > because I did it while doing the other changes, so maybe I should have > double-checked with you first. The commit message for 0ddad21d3e99 looks completely reasonable to me. Thank you! - Josh Triplett