From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933777AbdKGDk2 (ORCPT ); Mon, 6 Nov 2017 22:40:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55634 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933031AbdKGDk0 (ORCPT ); Mon, 6 Nov 2017 22:40:26 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6F96F356C7 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=msnitzer@redhat.com Date: Mon, 6 Nov 2017 22:40:25 -0500 From: Mike Snitzer To: Joe Perches Cc: Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 3.16 153/294] dm: convert DM printk macros to pr_ macros Message-ID: <20171107034024.GA28219@redhat.com> References: <1510024752.2431.55.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1510024752.2431.55.camel@perches.com> 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]); Tue, 07 Nov 2017 03:40:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 06 2017 at 10:19pm -0500, Joe Perches wrote: > On Mon, 2017-11-06 at 23:03 +0000, Ben Hutchings wrote: > > 3.16.50-rc1 review patch. If anyone has any objections, please let me know. > > Why include this? It's a simplification, not a bug fix. Logical reason is it serves as a prereq for applying commit 604407890ecf ("dm: fix printk() rate limiting code"). Which is 154/294 in this series. Mike