Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbcJJSgo (ORCPT ); Mon, 10 Oct 2016 14:36:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60292 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708AbcJJSgn (ORCPT ); Mon, 10 Oct 2016 14:36:43 -0400 Date: Mon, 10 Oct 2016 13:36:40 -0500 From: David Teigland To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, marcelo.leitner@gmail.com Subject: [GIT PULL] dlm fixes for 4.9 Message-ID: <20161010183640.GC21549@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 10 Oct 2016 18:36:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 510 Lines: 19 Hi Linus, Please pull dlm fixes from tag: git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-4.9 This includes a bug fix for a bad memory access during workqueue cleanup, which can happen while shutting down the dlm networking layer. (This was found and fixed in the past week, so has not appeared in -next.) Thanks, Dave Marcelo Ricardo Leitner (1): dlm: free workqueues after the connections fs/dlm/lowcomms.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)