From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756969AbcG0PNi (ORCPT ); Wed, 27 Jul 2016 11:13:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51148 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753296AbcG0PNh (ORCPT ); Wed, 27 Jul 2016 11:13:37 -0400 Date: Wed, 27 Jul 2016 10:13:34 -0500 From: David Teigland To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] dlm updates for 4.8 Message-ID: <20160727151333.GA18286@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 27 Jul 2016 15:13:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull dlm updates from tag: git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-4.8 This set includes two trivial changes, one to use kmemdup and another to control the log level of recovery messages. Thanks, Dave Amitoj Kaur Chawla (1): dlm: Use kmemdup instead of kmalloc and memcpy Zhilong Liu (1): dlm: add log_info config option fs/dlm/config.c | 7 +++++++ fs/dlm/config.h | 1 + fs/dlm/dlm_internal.h | 10 +++++++++- fs/dlm/lowcomms.c | 3 +-- 4 files changed, 18 insertions(+), 3 deletions(-)