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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 0E72EC432BE for ; Sat, 31 Jul 2021 05:32:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E36AE61019 for ; Sat, 31 Jul 2021 05:32:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236750AbhGaFcv (ORCPT ); Sat, 31 Jul 2021 01:32:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:33468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231558AbhGaFcu (ORCPT ); Sat, 31 Jul 2021 01:32:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C9C6060E93; Sat, 31 Jul 2021 05:32:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627709564; bh=PdiS919jdJcrQxFZ3b9hL9O2hqulR6yO+wI4K0xj8mw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AkqYND6271CyTeqzlb+4uXYH2w+sBJORaBCXBihpVHZVg6kc2MI205x7iZbrGaOuU UMZaLr9lC+5zPklYOJck4NxbMofpmsb8G/n0OAfXPRBKc5YeGMq7V9menLuoEu4IwB d8pJYGUyJpcYDSlxR5zptPX56ybXCzdCTWito7sM= Date: Sat, 31 Jul 2021 07:32:41 +0200 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Sandeep Patil , linux-fsdevel , Linux Kernel Mailing List , David Howells , stable , Android Kernel Team Subject: Re: [PATCH 1/1] fs: pipe: wakeup readers everytime new data written is to pipe Message-ID: References: <20210729222635.2937453-1-sspatil@android.com> <20210729222635.2937453-2-sspatil@android.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, Jul 30, 2021 at 03:55:17PM -0700, Linus Torvalds wrote: > On Fri, Jul 30, 2021 at 3:53 PM Linus Torvalds > wrote: > > > > I've pushed it out as commit 3a34b13a88ca ("pipe: make pipe writes > > always wake up readers"). Holler if you notice anything odd remaining. > > .. and as I wrote that, I realized that I had forgotten to mark it for > stable even though that was the intent. > > So stable team, please consider this the "that commit should probably > be added to your queue" notification, Will do so, thanks! greg k-h