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.8 required=3.0 tests=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 E0F11C33C8C for ; Tue, 7 Jan 2020 17:44:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B717F21744 for ; Tue, 7 Jan 2020 17:44:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578419090; bh=hTKIxt5cYGZclecoS0yI1vR7UHjtafutGba7sSR3efk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JK8a7q9BXmQ6uQo854mRlAVr8NZLAo6YwEUv1OHVzdx9LPYc6T+3fnwH91kXSvFup v1Az7wNovGgZKfew3tLEmW6XyqF4+1OXWtQRpRaj7qHRoJF+Pk0Hh2wNKcCSdMcLLC /KeZkR0pQjZSC4bN3dPIjtTYpGT697KLBfakXdzQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728451AbgAGRou (ORCPT ); Tue, 7 Jan 2020 12:44:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:32858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728344AbgAGRou (ORCPT ); Tue, 7 Jan 2020 12:44:50 -0500 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 1BD6920715; Tue, 7 Jan 2020 17:44:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578419089; bh=hTKIxt5cYGZclecoS0yI1vR7UHjtafutGba7sSR3efk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j3iecNHWIE/lPlKwDWGEhgB9oc+IS/bBMyOs7ws0G2IwLqknhWWX0n2x+4GoKUth5 fqzpzD9FwyW8PTKXR7hpLLklxrWZsHgsuXCR4ecRcbdDbYtM17m5oRLQS4RTvhwieA bOzNg4MRiyeWH1bmKV7C+7mLjyov3S5BbqIDpuFw= Date: Tue, 7 Jan 2020 18:44:46 +0100 From: Greg KH To: Jan Kara Cc: stable@vger.kernel.org, Philipp Matthias Hahn Subject: Re: Include DVD reading fixes Message-ID: <20200107174446.GA2011915@kroah.com> References: <20200107155118.GH25547@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200107155118.GH25547@quack2.suse.cz> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jan 07, 2020 at 04:51:18PM +0100, Jan Kara wrote: > Hello! > > Phillipp has asked me whether I could send commits: > > cba22d86e0a1 bdev: Refresh bdev size for disks without partitioning > 731dc4868311 bdev: Factor out bdev revalidation into a common helper > > for inclusion into stable. I've noticed they are already in 5.4-stable but > they didn't seem to propagate into say 4.19-stable although they apply just > fine there. Any reason for that? We were asked by Laura to include it as Fedora hit the issue and I don't think they care about old/obsolete kernels like 4.19 :) I've now queued them both up, thanks! greg k-h