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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,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 EA338C41604 for ; Wed, 7 Oct 2020 16:43:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9518B206FC for ; Wed, 7 Oct 2020 16:43:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602089013; bh=FF0smCLuqLzFnIopRKFeih8U1IUPmc22aYzyIfAeSKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zAgYRV3aMF4dhnjignHp4GmOvrIkI8sno/Iti5kHCGPYQ4TORjN7y5BpxOW33nUlx YK1FfUy3TK6CBuwuXZ+U/M5Q0vt00YCMc5IwZE0z1fHIp8XTuT0XnwfJ3gSYv46PaK BkWFsuHmbBY348krjXrbZpJrBAvOpo2KQpg+WLZs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727788AbgJGQnd (ORCPT ); Wed, 7 Oct 2020 12:43:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:40320 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727776AbgJGQnc (ORCPT ); Wed, 7 Oct 2020 12:43:32 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 C34AA206BE; Wed, 7 Oct 2020 16:43:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602089012; bh=FF0smCLuqLzFnIopRKFeih8U1IUPmc22aYzyIfAeSKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b4QIO1pGVdo+dXqg/Ys5Kmurh+uhvf9UD9WMbyn6sOejbyRvsgREX4b9343lCC4/2 +Ty2ezanXk+yt3WMsFMixswCxn6W387+KJtm0AlhmjCTKTX1vsEbWEok1YUzcRqIpZ dphJ26SXUUyptsDSQ9hRTKM5ShHkDyrRZ0lINVBc= Date: Wed, 7 Oct 2020 18:44:17 +0200 From: Greg KH To: Jens Axboe Cc: stable@vger.kernel.org Subject: Re: Request for inclusion for 5.4-stable Message-ID: <20201007164417.GA50479@kroah.com> References: <690b1e06-742d-6b1f-2f09-83edcc562d95@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <690b1e06-742d-6b1f-2f09-83edcc562d95@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Oct 07, 2020 at 09:36:23AM -0600, Jens Axboe wrote: > Hi, > > Can you queue up this series for 5.4-stable? It fixes some issues > with an earlier patch that was queued up for 5.4-stable. These aren't upstream, right? Are they a special 5.4-only stuff? And I need a signed-off-by: from you at the very least :) thanks, greg k-h