From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754725AbbCQRgc (ORCPT ); Tue, 17 Mar 2015 13:36:32 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:22775 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753562AbbCQRga (ORCPT ); Tue, 17 Mar 2015 13:36:30 -0400 Date: Tue, 17 Mar 2015 20:32:35 +0300 From: Dan Carpenter To: Nicolas Ferre Cc: Andrew Morton , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, a.zummo@towertech.it, rtc-linux@googlegroups.com, kernel-janitors@vger.kernel.org, Boris BREZILLON , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH] rtc: at91rm9200: double locking bug in at91_rtc_interrupt() Message-ID: <20150317173235.GM10964@mwanda> References: <20150315104837.GC20691@mwanda> <1426606690-18947-1-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426606690-18947-1-git-send-email-nicolas.ferre@atmel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet21.oracle.com [156.151.31.93] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 17, 2015 at 04:38:10PM +0100, Nicolas Ferre wrote: > Reported-also-by: David Dueck The point of tags is that you collect them by doing: `git log | grep Reported-by: | sort | uniq -c | sort -rn` to see if you are the winner. It gives me an unfair advantage if you get creative with David's tag. regards, dan carpenter