From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934102AbdKBCdk (ORCPT ); Wed, 1 Nov 2017 22:33:40 -0400 Received: from ozlabs.org ([103.22.144.67]:37075 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751628AbdKBCdj (ORCPT ); Wed, 1 Nov 2017 22:33:39 -0400 Date: Thu, 2 Nov 2017 13:33:37 +1100 From: Stephen Rothwell To: Kees Cook Cc: Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH] timer: Add parenthesis around timer_setup() macro arguments Message-ID: <20171102133337.753824af@canb.auug.org.au> In-Reply-To: <20171101143250.GA65266@beast> References: <20171101143250.GA65266@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kees, On Wed, 1 Nov 2017 07:32:50 -0700 Kees Cook wrote: > > In the case where expressions are passed as macro arguments, the LOCKDEP > version of the timer macros need enclosing parenthesis. > > Reported-by: Stephen Rothwell > Signed-off-by: Kees Cook I have applied that patch to linux-next today pending it appearing in the tip tree. -- Cheers, Stephen Rothwell