From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756475AbdGLCZf (ORCPT ); Tue, 11 Jul 2017 22:25:35 -0400 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:43620 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754769AbdGLCZe (ORCPT ); Tue, 11 Jul 2017 22:25:34 -0400 X-Original-SENDERIP: 156.147.1.151 X-Original-MAILFROM: byungchul.park@lge.com X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Wed, 12 Jul 2017 11:24:49 +0900 From: Byungchul Park To: Peter Zijlstra Cc: mingo@kernel.org, tglx@linutronix.de, walken@google.com, boqun.feng@gmail.com, kirill@shutemov.name, linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, willy@infradead.org, npiggin@gmail.com, kernel-team@lge.com Subject: Re: [PATCH v7 05/16] lockdep: Implement crossrelease feature Message-ID: <20170712022449.GC20323@X58A-UD3R> References: <1495616389-29772-1-git-send-email-byungchul.park@lge.com> <1495616389-29772-6-git-send-email-byungchul.park@lge.com> <20170711160454.GA28975@worktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170711160454.GA28975@worktop> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 11, 2017 at 06:04:54PM +0200, Peter Zijlstra wrote: > > Sorry for the much delayed response; aside from the usual backlog I got > unusually held up by family responsibilities. > > My comments in the form of a patch.. Thank you. I will apply it at the next spin.