From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:40612 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754642AbeCGR0d (ORCPT ); Wed, 7 Mar 2018 12:26:33 -0500 Date: Wed, 7 Mar 2018 09:26:34 -0800 From: Greg Kroah-Hartman To: Mikulas Patocka Cc: stable@vger.kernel.org, Mike Snitzer , Zhang Yi Subject: Re: [PATCH 4.8-4.11] dm io: fix duplicate bio completion due to missing ref count Message-ID: <20180307172634.GF7097@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Tue, Mar 06, 2018 at 08:30:35AM -0500, Mikulas Patocka wrote: > This is backport of the upstream commit that fixes memory corruption in > dm-io. It is suitable for stable kernels 4.8 to 4.11. (the bug was already > fixed in 4.12) Now applied. thanks, greg k-h