From mboxrd@z Thu Jan 1 00:00:00 1970 From: iamjoonsoo.kim@lge.com (Joonsoo Kim) Date: Fri, 8 Feb 2013 15:51:25 +0900 Subject: [PATCH RESEND] ARM: sched: correct update_sched_clock() In-Reply-To: <20130206163355.GH17833@n2100.arm.linux.org.uk> References: <1360128076-8555-1-git-send-email-iamjoonsoo.kim@lge.com> <20130206163355.GH17833@n2100.arm.linux.org.uk> Message-ID: <20130208065125.GA20440@lge.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, Russell. On Wed, Feb 06, 2013 at 04:33:55PM +0000, Russell King - ARM Linux wrote: > On Wed, Feb 06, 2013 at 10:33:53AM +0100, Linus Walleij wrote: > > On Wed, Feb 6, 2013 at 6:21 AM, Joonsoo Kim wrote: > > > > > If we want load epoch_cyc and epoch_ns atomically, > > > we should update epoch_cyc_copy first of all. > > > This notify reader that updating is in progress. > > > > If you think the patch is finished, put it into Russell's patch tracker: > > http://www.arm.linux.org.uk/developer/patches/ > > Yea, this patch looks like the right thing... and yes, into the patch > system please. I try to put it into patch tracker, but I fail to put it. I use following command. git send-email --to patches at arm.linux.org.uk 0001-ARM-sched-correct~~~~~ Am I wrong? Could you teach me how to put patch into your patch tracker? I already read "help" on your website, but I can't find any stuff for "git send-email". Thanks. > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759952Ab3BHGvO (ORCPT ); Fri, 8 Feb 2013 01:51:14 -0500 Received: from LGEMRELSE6Q.lge.com ([156.147.1.121]:61438 "EHLO LGEMRELSE6Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756241Ab3BHGvN (ORCPT ); Fri, 8 Feb 2013 01:51:13 -0500 X-AuditID: 9c930179-b7c24ae00000119c-b6-5114a05ed953 Date: Fri, 8 Feb 2013 15:51:25 +0900 From: Joonsoo Kim To: Russell King - ARM Linux Cc: Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] ARM: sched: correct update_sched_clock() Message-ID: <20130208065125.GA20440@lge.com> References: <1360128076-8555-1-git-send-email-iamjoonsoo.kim@lge.com> <20130206163355.GH17833@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130206163355.GH17833@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Russell. On Wed, Feb 06, 2013 at 04:33:55PM +0000, Russell King - ARM Linux wrote: > On Wed, Feb 06, 2013 at 10:33:53AM +0100, Linus Walleij wrote: > > On Wed, Feb 6, 2013 at 6:21 AM, Joonsoo Kim wrote: > > > > > If we want load epoch_cyc and epoch_ns atomically, > > > we should update epoch_cyc_copy first of all. > > > This notify reader that updating is in progress. > > > > If you think the patch is finished, put it into Russell's patch tracker: > > http://www.arm.linux.org.uk/developer/patches/ > > Yea, this patch looks like the right thing... and yes, into the patch > system please. I try to put it into patch tracker, but I fail to put it. I use following command. git send-email --to patches@arm.linux.org.uk 0001-ARM-sched-correct~~~~~ Am I wrong? Could you teach me how to put patch into your patch tracker? I already read "help" on your website, but I can't find any stuff for "git send-email". Thanks. > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/