From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Tue, 17 Mar 2015 17:32:35 +0000 Subject: Re: [PATCH] rtc: at91rm9200: double locking bug in at91_rtc_interrupt() Message-Id: <20150317173235.GM10964@mwanda> List-Id: References: <20150315104837.GC20691@mwanda> <1426606690-18947-1-git-send-email-nicolas.ferre@atmel.com> In-Reply-To: <1426606690-18947-1-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 In-Reply-To: <1426606690-18947-1-git-send-email-nicolas.ferre@atmel.com> List-ID: 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: dan.carpenter@oracle.com (Dan Carpenter) Date: Tue, 17 Mar 2015 20:32:35 +0300 Subject: [PATCH] rtc: at91rm9200: double locking bug in at91_rtc_interrupt() In-Reply-To: <1426606690-18947-1-git-send-email-nicolas.ferre@atmel.com> References: <20150315104837.GC20691@mwanda> <1426606690-18947-1-git-send-email-nicolas.ferre@atmel.com> Message-ID: <20150317173235.GM10964@mwanda> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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