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=-4.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 82729C433DF for ; Mon, 24 Aug 2020 08:05:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DC962072D for ; Mon, 24 Aug 2020 08:05:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598256347; bh=iVOlCbNxKHbmrmyxNfKTenorZp5sM9JrS7B4LcsFOII=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=kcxgGoUB+B6d35eC5/5i7ixypINnWLMAHAsOg1uI6mIZ8HeNOIEnMqKBTQHO2QNIr SsF0kmUdoVtj5HoDUtRPhBUJJS1dRCWqiDYpvS4eaSzWyJT3cHXHgyRZW2RcN/stom 89cCR/uFGJJHr/csRacFyLMvHwbaVpFilC01vlWc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725780AbgHXIFq (ORCPT ); Mon, 24 Aug 2020 04:05:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:46154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbgHXIFp (ORCPT ); Mon, 24 Aug 2020 04:05:45 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D54CB2072D; Mon, 24 Aug 2020 08:05:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598256345; bh=iVOlCbNxKHbmrmyxNfKTenorZp5sM9JrS7B4LcsFOII=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BTyyx1Pf6dYdPLwyvtC7Hge/KKITYfGhYMoVm6m5CU93XWaP/rA64QGROBBFaAttY aFqtvajEHt+LhtGaTLaVFV4ZUAJmVZpxWNktdbyh+EIRpbP+LBgKgtLnmFyL0mVFLW k0wQL7ReldOPdfIoJRCiak1MMM1gl//EOESP8R+8= Date: Mon, 24 Aug 2020 10:06:02 +0200 From: Greg KH To: Marc Zyngier Cc: stable@vger.kernel.org Subject: Re: [STABLE 4.4 to 5.4][PATCH 0/2] epoll fixes Message-ID: <20200824080602.GA4176128@kroah.com> References: <20200824080211.1037550-1-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200824080211.1037550-1-maz@kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 24, 2020 at 09:02:09AM +0100, Marc Zyngier wrote: > Hi Greg, > > Here's the backport for a couple of epoll fixes that don't cleanly > backport to anything older than 5.7. These backports cleanly apply > from 5.4 all the way to 4.4. All now queued up, thanks for the backports! greg k-h