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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 467DCC4338F for ; Mon, 9 Aug 2021 17:40:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 19033604DC for ; Mon, 9 Aug 2021 17:40:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234364AbhHIRlG (ORCPT ); Mon, 9 Aug 2021 13:41:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:41730 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234473AbhHIRlE (ORCPT ); Mon, 9 Aug 2021 13:41:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AD06C6056B; Mon, 9 Aug 2021 17:40:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628530844; bh=AC0vGPhRmMgiiJoeZSopqQbR7kThYig95r8nOjwReFQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AoIiCFIoHIJZOci3atO3Os3+MYkP0yqT6e6PlIADmIamlE4imPcsbJEv1l867PS21 mpVNrtdAqfUfx2od89RZlABGxL8CqFAtbLbgjWSkm4dYL/YeplA6Mb+uP6UOUgwGLl F+gQHcHkeohhrK9PuSvt0dfZ5vH7i53Vo/XERKBY= Date: Mon, 9 Aug 2021 19:40:41 +0200 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Willy Tarreau , "Alex Xu (Hello71)" , stable Subject: Re: FAILED: patch "[PATCH] pipe: increase minimum default pipe size to 2 pages" failed to apply to 4.4-stable tree Message-ID: References: <162850274511123@kroah.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: stable@vger.kernel.org On Mon, Aug 09, 2021 at 09:46:42AM -0700, Linus Torvalds wrote: > On Mon, Aug 9, 2021 at 9:36 AM Linus Torvalds > wrote: > > > > Oh, I guess I have to actually download the stable tree. Normally I > > only keep the main tree git around.. > > Ok, so it does the accounting a bit differently - after allocating > them rather than before - but it actually ends up being a simpler > patch because of that. > > I think it ends up like the attached. > > UNTESTED. > > I'm not 100% convinced we need to backport this that far anyway, but > whatever. Nobody sane runs something like a build server on 4.4. {sigh} I wish. > Nobody sane should run 4.4 at all, of course. Oh I really wish. 4.4 is sticking around in some situations for a very long time for odd reasons, and build servers look to be one of them (a very large cloud company seems enamored with that kernel for some reason...) > fs/pipe.c | 17 ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) This looks good to me, I'll queue it up in a bit as it's more descriptive than Alex's backport. Thanks for this! greg k-h