From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan Wu Subject: Re: [PATCH 0/5] Fix various issues with leds-pwm Date: Thu, 12 Jun 2014 11:16:50 -0700 Message-ID: References: <20140406221854.GS7528@n2100.arm.linux.org.uk> <20140407213337.GL7528@n2100.arm.linux.org.uk> <20140612171206.GA12123@n2100.arm.linux.org.uk> <20140612180333.GM23430@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-lb0-f172.google.com ([209.85.217.172]:64659 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbaFLSRM (ORCPT ); Thu, 12 Jun 2014 14:17:12 -0400 In-Reply-To: <20140612180333.GM23430@n2100.arm.linux.org.uk> Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: Russell King - ARM Linux Cc: Richard Purdie , "devicetree@vger.kernel.org" , Grant Likely , Ian Campbell , Kumar Gala , Linux LED Subsystem , Mark Rutland , Pawel Moll , Rob Herring On Thu, Jun 12, 2014 at 11:03 AM, Russell King - ARM Linux wrote: > On Thu, Jun 12, 2014 at 10:37:43AM -0700, Bryan Wu wrote: >> > So, I see this commit in mainline: >> > >> > commit e81d372ff9f694e13fa46e8b5aaed505c7fd2a1f >> > Merge: 75e300c8ba58 2f05e1d4458f >> > Author: Linus Torvalds >> > Date: Sat Dec 15 12:52:42 2012 -0800 >> >> Are you sure? this was a git pull in 2012. At that time I didn't get >> any patch from you. > > Yes, it's the wrong commit, sorry. > >> The rest of them are queued in my tree >> http://git.kernel.org/cgit/linux/kernel/git/cooloney/linux-leds.git/log/?h=for-next >> >> And I will send them out during 3.16 merge window but now mainline is >> still 3.15-rc8. I believe this is what we talked about before. > > I'm not sure why you think that. > > First, the merge window is almost over - it opened one week early when > -rc8 was released: > > https://lkml.org/lkml/2014/6/1/264 > > Date Sun, 1 Jun 2014 19:37:20 -0700 > Subject Linux 3.15-rc8 ... and merge window for 3.16 > > Secondly, 3.15 was released last Sunday: > > Date Sun, 8 Jun 2014 11:52:27 -0700 > Subject Linux 3.15 .. and continuation of merge window > >> Oh, no, I'm sorry, I messed up 3.16 merge window which is before >> 3.15-rc1 with 3.17 merge window. And I really mean 3.17 merge window >> which is before 3.16-rc1. My bad, I will definitely send them all out >> during 3.17 merge window. > > Sorry, I sent the patches in /good/ time for the 3.16 merge window - > two months before the current merge window opened... and now you seem > to be saying that you intended to get them *not* into the merge window > two months away from that point, but *five* months away from the point > that you claimed to accept them? > > I'm also told that my patches are in next-20140528, and indeed in the > last linux-next, they are still there: > > http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/log/drivers/leds/leds-pwm.c > > So you /can/ send them right now to Linus - the merge window is still > open for 3.16. > > As for which merge window... here's a lesson. This is how it normally > works: > > 3.15-rc8 > 3.15 > > 3.16-rc1 > 3.16-rc2 > 3.16-rc3 > ... > 3.16-rc7 > ... > 3.16 > > 3.17-rc1 > > So, your statement "3.16 merge window which is before 3.15-rc1" is > totally wrong. The 3.X merge window happens immediately before > 3.X-rc1 is released, for any X. > Indeed, let me refresh my brain from working on a strange bug recently. The root cause is I didn't realize the merge window is open and forget to send out pull request. My original plan is to sent them out during 3.16 merge window. I just did. And you previous email confused me, so I misunderstood the 3.16 merge window is 3.17-rc1 which should be 3.16-rc1. God damn it, I messed up. So actually everything is fine, I just send out the pull request. Your first critical patch was merged during 3.15 cycle and the rest for 3.16 merge window are in my pull request. We are good now, right? -:(( -Bryan