On 03/21/2013 05:02 PM, Baoquan wrote: > On 03/21/2013 04:56 PM, Baoquan wrote: > >> On 03/21/2013 04:51 PM, Simon Horman wrote: >> >>> On Thu, Mar 21, 2013 at 03:14:11PM +0800, Baoquan wrote: >>>> Hi Simon, >>>> >>>> After "git pull", I didn't find release 2.0.4. Could you please double >>>> check it? >>> >>> Please try v2.0.4, it is a tag in git. >> >> > > > Hi, > > Sorry, I just create a new dir and "git clone", v2.0.4 can be seen now. > But in my old clone, "git pull" can't get v2.0.4. It's a little weird. Looks like the commit is not in master branch, the tag v2.0.4 itself is ok. git log --oneline b2dc426 s390: Replace clgfi with cghi 56af4f5 kexec: use _ALIGN* to make the logic clear 337d4fc kexec: ppc64: use _ALIGN* to make the logic clear bb3f9f5 kexec: ppc: use _ALIGN* to make the logic clear f36d320 kexec: x86_64: use _ALIGN* to make the logic clear 58a22bd kexec: sh: use _ALIGN* to make the logic clear 333f487 kexec: s390: remove ALIGN_UP and use _ALIGN_UP d41a4db kexec: mips: use _ALIGN* to make the logic clear e8a7f63 kexec: ia64: use _ALIGN* to make the logic clear cf190f6 kexec: arm: use _ALIGN* to make the logic clear 8388bdc kexec: i386: use _ALIGN* to make the logic clear 0c1b89d kexec: ppc: remove duplicated _ALIGN_* macros 412561a kexec: use _ALIGN() instead of align() 9ea6e05 kexec: add _ALIGN* marcos for align operation 5db7ba5 kexec: check size before trying the malloc ... > > Anyway, thanks for help. > > >> Hi, >> >> Below is output of 'git tag' on my local machine. >> >> $ git tag >> v1.101 >> v2.0.0 >> v2.0.0-rc1 >> v2.0.1 >> v2.0.1-rc1 >> v2.0.2 >> v2.0.2-rc1 >> v2.0.2-rc2 >> v2.0.3 >> v2.0.4-rc1 >> v20061214 >> v20070319-rc >> v20070330 >> v20071017-rc >> v20071030 >> v20080219-rc >> v20080221-rc >> v20080226-rc >> v20080227 >> v20080318-rc >> v20080324 >> >> _______________________________________________ >> kexec mailing list >> kexec at lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/kexec > > > > _______________________________________________ > kexec mailing list > kexec at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/kexec > -- Thanks Dave