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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT 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 47BA1C43381 for ; Mon, 18 Mar 2019 16:03:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 114E920989 for ; Mon, 18 Mar 2019 16:03:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552925005; bh=5p8q+eJhQwUG4+cTJMT0eBJbxXGJuLNjif+4pDQ5tow=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HCrJUqoyzCaxf0SzWvOLf4lbv1GKWz6LZeOj/w0s2MeywK6t+CvXnGC80NzK6Eprh 4YKIIMYYwGL8TGXYPSeOxvIrHNu5ndkWZdi31fw02c0xqvTjjJE/4BRlo0RlRP862L CrFTVkM+S/eKmO0d8bXgCO+ukKTKLw/3cSMVklHE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726788AbfCRQDY (ORCPT ); Mon, 18 Mar 2019 12:03:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:41992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726719AbfCRQDY (ORCPT ); Mon, 18 Mar 2019 12:03:24 -0400 Received: from localhost (5356596B.cm-6-7b.dynamic.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 4EE8B20854; Mon, 18 Mar 2019 16:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552925003; bh=5p8q+eJhQwUG4+cTJMT0eBJbxXGJuLNjif+4pDQ5tow=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nKKf00skXPklRENN331ocp5v04JvPFV1Jvm540GKChF8CmqJRnVbsCZuX+iBqWylI GNAWLnV3P++Hko8MMtYkf7qPwvDnoLhnsdgH+av41cWQjYrDW1nxfrctiwFigJ/qi0 pVIh1xb+kFx1XgN3/qayoeLMP2G5ufA+oNk2fxQo= Date: Mon, 18 Mar 2019 17:03:21 +0100 From: Greg Kroah-Hartman To: Adam Borowski Cc: stable@vger.kernel.org Subject: Re: STABLE: please pick e4b3448b and f596c884 (nvdimm issues) Message-ID: <20190318160321.GA20851@kroah.com> References: <20190318155439.GA30901@angband.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190318155439.GA30901@angband.pl> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 18, 2019 at 04:54:39PM +0100, Adam Borowski wrote: > Hi Greg! > It seems that somehow two patches apparently dropped through the cracks; > could you please pick them? If you merely stashed them for later then sorry > for noise. They are still "stashed" for later kernels, along with over 250 patches still marked for stable inclusion. I'll get to them all over the next weeks or so. > Both are for 4.20 (EOL) and 5.0 only. 4.20 is now EOL after this release, no need for anyone to be using that kernel anymore :) > e4b3448b dax: Flush partial PMDs correctly > f596c884 nfit: Fix nfit_intel_shutdown_status() command submission > > The first is a regression -- a crasher that triggers often during regular > use. The second never worked right, but is relied upon by released software > that would prefer to be notified that the data needs recovery. Looks good, they will get merged soon. thanks, greg k-h