public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* Re: [LTP] [RFC] make mce-test a submodule
       [not found] <4F58E36E.5000306@casparzhang.com>
@ 2012-03-09  0:25 ` Wanlong Gao
  2012-03-16  7:27   ` Caspar Zhang
  2012-04-06 14:37 ` Caspar Zhang
  1 sibling, 1 reply; 20+ messages in thread
From: Wanlong Gao @ 2012-03-09  0:25 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: andi.kleen, ying.huang, shaohui.zheng, LTP list

On 03/09/2012 12:50 AM, Caspar Zhang wrote:

> Hi Garrett, Andi, and all:
> 
> When I looked into current LTP tree, I found it a little messy due to
> some mce-test stuff, such as
> 
>   - mce-test docs goes to $TOPDIR/README, and
>   - some mce-test files still lying under testcase/mce-test/.
> 
> I think we need a cleanup for it.


yes, I think so.

> 
> Also an idea comes to my mind, that we can try to make mce-test a
> submodule of LTP.


Not a bad idea.

> 
> I am also thinking about the pros and cons:
> 
> pro(s):
>   - easier for code maintenance, no need to sync periodically from
> maintainer side
> 
> con(s):
>   - two extra steps added for LTP users, they have to do:
>     $ git submodule init
>     $ git submodule update
> to enable using mce-test.
> 
> mce-test could no longer be found at kernel.org, so I cloned it from
> Andi's github repo, not sure if it is the right place:
> 
>     git://github.com/andikleen/mce-test.git


The tree seems just a few update every month now, I wonder why intel guys
didn't sync the commits to LTP ?

> 
> I have made this change to my personal LTP fork, you can review it here:
> 
>     https://github.com/casparant/ltp/commit/5cca17f633


The patch loooks good.

Thanks,
Wanlong Gao

> 
> Any comments are welcomed.
> 
> Thanks,
> Caspar



------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-03-09  0:25 ` [LTP] [RFC] make mce-test a submodule Wanlong Gao
@ 2012-03-16  7:27   ` Caspar Zhang
  2012-03-16  9:53     ` Garrett Cooper
  2012-03-16 14:35     ` Andi Kleen
  0 siblings, 2 replies; 20+ messages in thread
From: Caspar Zhang @ 2012-03-16  7:27 UTC (permalink / raw)
  To: gaowanlong; +Cc: andi.kleen, ying.huang, LTP list

Hi all, I'll merge this change to master if I don't hear any objections
from you by today.


On 03/09/2012 08:25 AM, Wanlong Gao wrote:
> On 03/09/2012 12:50 AM, Caspar Zhang wrote:
> 
>> Hi Garrett, Andi, and all:
>>
>> When I looked into current LTP tree, I found it a little messy due to
>> some mce-test stuff, such as
>>
>>   - mce-test docs goes to $TOPDIR/README, and
>>   - some mce-test files still lying under testcase/mce-test/.
>>
>> I think we need a cleanup for it.
> 
> 
> yes, I think so.
> 
>>
>> Also an idea comes to my mind, that we can try to make mce-test a
>> submodule of LTP.
> 
> 
> Not a bad idea.
> 
>>
>> I am also thinking about the pros and cons:
>>
>> pro(s):
>>   - easier for code maintenance, no need to sync periodically from
>> maintainer side
>>
>> con(s):
>>   - two extra steps added for LTP users, they have to do:
>>     $ git submodule init
>>     $ git submodule update
>> to enable using mce-test.
>>
>> mce-test could no longer be found at kernel.org, so I cloned it from
>> Andi's github repo, not sure if it is the right place:
>>
>>     git://github.com/andikleen/mce-test.git
> 
> 
> The tree seems just a few update every month now, I wonder why intel guys
> didn't sync the commits to LTP ?
> 
>>
>> I have made this change to my personal LTP fork, you can review it here:
>>
>>     https://github.com/casparant/ltp/commit/5cca17f633
> 
> 
> The patch loooks good.

Wanlong, thanks for review.

Thanks,
Caspar




------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-03-16  7:27   ` Caspar Zhang
@ 2012-03-16  9:53     ` Garrett Cooper
  2012-03-16  9:58       ` Wanlong Gao
  2012-03-16 11:17       ` Caspar Zhang
  2012-03-16 14:35     ` Andi Kleen
  1 sibling, 2 replies; 20+ messages in thread
From: Garrett Cooper @ 2012-03-16  9:53 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: andi.kleen@intel.com, LTP list, ying.huang@intel.com

On Mar 16, 2012, at 12:27 AM, Caspar Zhang <caspar@casparzhang.com> wrote:

> Hi all, I'll merge this change to master if I don't hear any objections
> from you by today.
> 
> 
> On 03/09/2012 08:25 AM, Wanlong Gao wrote:
>> On 03/09/2012 12:50 AM, Caspar Zhang wrote:
>> 
>>> Hi Garrett, Andi, and all:
>>> 
>>> When I looked into current LTP tree, I found it a little messy due to
>>> some mce-test stuff, such as
>>> 
>>>  - mce-test docs goes to $TOPDIR/README, and
>>>  - some mce-test files still lying under testcase/mce-test/.
>>> 
>>> I think we need a cleanup for it.
>> 
>> 
>> yes, I think so.
>> 
>>> 
>>> Also an idea comes to my mind, that we can try to make mce-test a
>>> submodule of LTP.
>> 
>> 
>> Not a bad idea.
>> 
>>> 
>>> I am also thinking about the pros and cons:
>>> 
>>> pro(s):
>>>  - easier for code maintenance, no need to sync periodically from
>>> maintainer side
>>> 
>>> con(s):
>>>  - two extra steps added for LTP users, they have to do:
>>>    $ git submodule init
>>>    $ git submodule update
>>> to enable using mce-test.
>>> 
>>> mce-test could no longer be found at kernel.org, so I cloned it from
>>> Andi's github repo, not sure if it is the right place:
>>> 
>>>    git://github.com/andikleen/mce-test.git
>> 
>> 
>> The tree seems just a few update every month now, I wonder why intel guys
>> didn't sync the commits to LTP ?
>> 
>>> 
>>> I have made this change to my personal LTP fork, you can review it here:
>>> 
>>>    https://github.com/casparant/ltp/commit/5cca17f633
>> 
>> 
>> The patch loooks good.
> 
> Wanlong, thanks for review.

The goals for the patch are good and what I briefly looked over looked ok too. Can you pull certain versions of the mce-test submodule, or is it always HEAD?

Thanks!
-Garrett
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-03-16  9:53     ` Garrett Cooper
@ 2012-03-16  9:58       ` Wanlong Gao
  2012-03-16 11:17       ` Caspar Zhang
  1 sibling, 0 replies; 20+ messages in thread
From: Wanlong Gao @ 2012-03-16  9:58 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: andi.kleen@intel.com, ying.huang@intel.com, LTP list

On 03/16/2012 05:53 PM, Garrett Cooper wrote:

> On Mar 16, 2012, at 12:27 AM, Caspar Zhang <caspar@casparzhang.com> wrote:
> 
>> Hi all, I'll merge this change to master if I don't hear any objections
>> from you by today.
>>
>>
>> On 03/09/2012 08:25 AM, Wanlong Gao wrote:
>>> On 03/09/2012 12:50 AM, Caspar Zhang wrote:
>>>
>>>> Hi Garrett, Andi, and all:
>>>>
>>>> When I looked into current LTP tree, I found it a little messy due to
>>>> some mce-test stuff, such as
>>>>
>>>>  - mce-test docs goes to $TOPDIR/README, and
>>>>  - some mce-test files still lying under testcase/mce-test/.
>>>>
>>>> I think we need a cleanup for it.
>>>
>>>
>>> yes, I think so.
>>>
>>>>
>>>> Also an idea comes to my mind, that we can try to make mce-test a
>>>> submodule of LTP.
>>>
>>>
>>> Not a bad idea.
>>>
>>>>
>>>> I am also thinking about the pros and cons:
>>>>
>>>> pro(s):
>>>>  - easier for code maintenance, no need to sync periodically from
>>>> maintainer side
>>>>
>>>> con(s):
>>>>  - two extra steps added for LTP users, they have to do:
>>>>    $ git submodule init
>>>>    $ git submodule update
>>>> to enable using mce-test.
>>>>
>>>> mce-test could no longer be found at kernel.org, so I cloned it from
>>>> Andi's github repo, not sure if it is the right place:
>>>>
>>>>    git://github.com/andikleen/mce-test.git
>>>
>>>
>>> The tree seems just a few update every month now, I wonder why intel guys
>>> didn't sync the commits to LTP ?
>>>
>>>>
>>>> I have made this change to my personal LTP fork, you can review it here:
>>>>
>>>>    https://github.com/casparant/ltp/commit/5cca17f633
>>>
>>>
>>> The patch loooks good.
>>
>> Wanlong, thanks for review.
> 
> The goals for the patch are good and what I briefly looked over looked ok too. Can you pull certain versions of the mce-test submodule, or is it always HEAD?
> 


I think the submodule head should be pulled by hand every time the mce tree updated.

Thanks,
Wanlong Gao

> Thanks!
> -Garrett



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-03-16  9:53     ` Garrett Cooper
  2012-03-16  9:58       ` Wanlong Gao
@ 2012-03-16 11:17       ` Caspar Zhang
  1 sibling, 0 replies; 20+ messages in thread
From: Caspar Zhang @ 2012-03-16 11:17 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: LTP list

On 03/16/2012 05:53 PM, Garrett Cooper wrote:
> On Mar 16, 2012, at 12:27 AM, Caspar Zhang <caspar@casparzhang.com> wrote:
> 
>> Hi all, I'll merge this change to master if I don't hear any objections
>> from you by today.
>>
>>
>> On 03/09/2012 08:25 AM, Wanlong Gao wrote:
>>> On 03/09/2012 12:50 AM, Caspar Zhang wrote:
>>>
>>>> Hi Garrett, Andi, and all:
>>>>
>>>> When I looked into current LTP tree, I found it a little messy due to
>>>> some mce-test stuff, such as
>>>>
>>>>  - mce-test docs goes to $TOPDIR/README, and
>>>>  - some mce-test files still lying under testcase/mce-test/.
>>>>
>>>> I think we need a cleanup for it.
>>>
>>>
>>> yes, I think so.
>>>
>>>>
>>>> Also an idea comes to my mind, that we can try to make mce-test a
>>>> submodule of LTP.
>>>
>>>
>>> Not a bad idea.
>>>
>>>>
>>>> I am also thinking about the pros and cons:
>>>>
>>>> pro(s):
>>>>  - easier for code maintenance, no need to sync periodically from
>>>> maintainer side
>>>>
>>>> con(s):
>>>>  - two extra steps added for LTP users, they have to do:
>>>>    $ git submodule init
>>>>    $ git submodule update
>>>> to enable using mce-test.
>>>>
>>>> mce-test could no longer be found at kernel.org, so I cloned it from
>>>> Andi's github repo, not sure if it is the right place:
>>>>
>>>>    git://github.com/andikleen/mce-test.git
>>>
>>>
>>> The tree seems just a few update every month now, I wonder why intel guys
>>> didn't sync the commits to LTP ?
>>>
>>>>
>>>> I have made this change to my personal LTP fork, you can review it here:
>>>>
>>>>    https://github.com/casparant/ltp/commit/5cca17f633
>>>
>>>
>>> The patch loooks good.
>>
>> Wanlong, thanks for review.
> 
> The goals for the patch are good and what I briefly looked over looked ok too. Can you pull certain versions of the mce-test submodule, or is it always HEAD?

After `git submodule update`, it's always HEAD of mce-test.git

Actually, we don't store any files in LTP tree if mce-test becomes a
submodule. A user need to execute "git submodule init && git submodule
update" manually after cloning LTP if he wants to see mce-test sources
inside LTP tree. If he needs to run mce-test with certain version, he
can just do git checkout <mce-test-commit> insides
testcases/kernel/mce-test/;

This would be a problem when doing release, git archive cannot include
submodules, so we need to manually move mce-test sources into released
package.

Thanks,
Caspar

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-03-16  7:27   ` Caspar Zhang
  2012-03-16  9:53     ` Garrett Cooper
@ 2012-03-16 14:35     ` Andi Kleen
  2012-03-21  9:18       ` Chen Gong
  1 sibling, 1 reply; 20+ messages in thread
From: Andi Kleen @ 2012-03-16 14:35 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: LTP list, Chen Gong, ying.huang

On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
> Hi all, I'll merge this change to master if I don't hear any objections
> from you by today.

Fine for me. Copying Gong Chen who did most of the mce-test work recently
too.

-Andi

> 
> 
> On 03/09/2012 08:25 AM, Wanlong Gao wrote:
> > On 03/09/2012 12:50 AM, Caspar Zhang wrote:
> > 
> >> Hi Garrett, Andi, and all:
> >>
> >> When I looked into current LTP tree, I found it a little messy due to
> >> some mce-test stuff, such as
> >>
> >>   - mce-test docs goes to $TOPDIR/README, and
> >>   - some mce-test files still lying under testcase/mce-test/.
> >>
> >> I think we need a cleanup for it.
> > 
> > 
> > yes, I think so.
> > 
> >>
> >> Also an idea comes to my mind, that we can try to make mce-test a
> >> submodule of LTP.
> > 
> > 
> > Not a bad idea.
> > 
> >>
> >> I am also thinking about the pros and cons:
> >>
> >> pro(s):
> >>   - easier for code maintenance, no need to sync periodically from
> >> maintainer side
> >>
> >> con(s):
> >>   - two extra steps added for LTP users, they have to do:
> >>     $ git submodule init
> >>     $ git submodule update
> >> to enable using mce-test.
> >>
> >> mce-test could no longer be found at kernel.org, so I cloned it from
> >> Andi's github repo, not sure if it is the right place:
> >>
> >>     git://github.com/andikleen/mce-test.git
> > 
> > 
> > The tree seems just a few update every month now, I wonder why intel guys
> > didn't sync the commits to LTP ?
> > 
> >>
> >> I have made this change to my personal LTP fork, you can review it here:
> >>
> >>     https://github.com/casparant/ltp/commit/5cca17f633
> > 
> > 
> > The patch loooks good.
> 
> Wanlong, thanks for review.
> 
> Thanks,
> Caspar
> 
> 
> 

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-03-16 14:35     ` Andi Kleen
@ 2012-03-21  9:18       ` Chen Gong
  2012-04-06 14:33         ` Caspar Zhang
  0 siblings, 1 reply; 20+ messages in thread
From: Chen Gong @ 2012-03-21  9:18 UTC (permalink / raw)
  To: Caspar Zhang, gaowanlong, Garrett Cooper; +Cc: Andi Kleen, LTP list, ying.huang

于 2012/3/16 22:35, Andi Kleen 写道:
> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>> Hi all, I'll merge this change to master if I don't hear any objections
>> from you by today.
> Fine for me. Copying Gong Chen who did most of the mce-test work recently
> too.
>
> -Andi
>
>>
>> On 03/09/2012 08:25 AM, Wanlong Gao wrote:
>>> On 03/09/2012 12:50 AM, Caspar Zhang wrote:
>>>
>>>> Hi Garrett, Andi, and all:
>>>>
>>>> When I looked into current LTP tree, I found it a little messy due to
>>>> some mce-test stuff, such as
>>>>
>>>>    - mce-test docs goes to $TOPDIR/README, and
>>>>    - some mce-test files still lying under testcase/mce-test/.
>>>>
>>>> I think we need a cleanup for it.
>>>
>>> yes, I think so.
>>>
>>>> Also an idea comes to my mind, that we can try to make mce-test a
>>>> submodule of LTP.
>>>
>>> Not a bad idea.
>>>
>>>> I am also thinking about the pros and cons:
>>>>
>>>> pro(s):
>>>>    - easier for code maintenance, no need to sync periodically from
>>>> maintainer side
>>>>
>>>> con(s):
>>>>    - two extra steps added for LTP users, they have to do:
>>>>      $ git submodule init
>>>>      $ git submodule update
>>>> to enable using mce-test.
>>>>
>>>> mce-test could no longer be found at kernel.org, so I cloned it from
>>>> Andi's github repo, not sure if it is the right place:
>>>>
>>>>      git://github.com/andikleen/mce-test.git
>>>
>>> The tree seems just a few update every month now, I wonder why intel guys
>>> didn't sync the commits to LTP ?
>>>
>>>> I have made this change to my personal LTP fork, you can review it here:
>>>>
>>>>      https://github.com/casparant/ltp/commit/5cca17f633
>>>
>>> The patch loooks good.
>> Wanlong, thanks for review.
>>
>> Thanks,
>> Caspar
>>
>>
>>
Oh, yes. Recently I make a big change on mce-test project and old 
structure will be reorganized.
And I ever looked through the mce-test part in LTP. Unfortunately it is 
very old and can't run on
newer kernel. I hope you can keep current disabled status in LTP and 
wait my new work is merged.
We can talk at that time. Is it OK to you?

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-03-21  9:18       ` Chen Gong
@ 2012-04-06 14:33         ` Caspar Zhang
  2012-04-09  3:10           ` Chen Gong
  0 siblings, 1 reply; 20+ messages in thread
From: Caspar Zhang @ 2012-04-06 14:33 UTC (permalink / raw)
  To: Chen Gong; +Cc: Andi Kleen, LTP list

On 03/21/2012 05:18 PM, Chen Gong wrote:
> 于 2012/3/16 22:35, Andi Kleen 写道:
>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>>> Hi all, I'll merge this change to master if I don't hear any objections
>>> from you by today.
>> Fine for me. Copying Gong Chen who did most of the mce-test work recently
>> too.
>>
>> -Andi
> Oh, yes. Recently I make a big change on mce-test project and old 
> structure will be reorganized.
> And I ever looked through the mce-test part in LTP. Unfortunately it is 
> very old and can't run on
> newer kernel. I hope you can keep current disabled status in LTP and 
> wait my new work is merged.
> We can talk at that time. Is it OK to you?

Hi Chen Gong, sorry for late reply, we're planning to remove old static
coded mce-test from LTP, and use it as a submodule, which means,
mce-test won't be static-coded any more, it's always synced up with your
upstream version, we just need to do some manual ``submodule update``
operations to checkout your version when doing a LTP release. So I'll
merge this patch in, remove all current out-of-date codes, and wait for
your notice of mce-test's next version, so that we can include it in our
next LTP stable release.

Thanks,
Caspar

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
       [not found] <4F58E36E.5000306@casparzhang.com>
  2012-03-09  0:25 ` [LTP] [RFC] make mce-test a submodule Wanlong Gao
@ 2012-04-06 14:37 ` Caspar Zhang
  1 sibling, 0 replies; 20+ messages in thread
From: Caspar Zhang @ 2012-04-06 14:37 UTC (permalink / raw)
  To: LTP list

On 03/09/2012 12:50 AM, Caspar Zhang wrote:
> Hi Garrett, Andi, and all:
> 
> When I looked into current LTP tree, I found it a little messy due to
> some mce-test stuff, such as
> 
>   - mce-test docs goes to $TOPDIR/README, and
>   - some mce-test files still lying under testcase/mce-test/.
> 
> I think we need a cleanup for it.
> 
> Also an idea comes to my mind, that we can try to make mce-test a
> submodule of LTP.
> 
> I am also thinking about the pros and cons:
> 
> pro(s):
>   - easier for code maintenance, no need to sync periodically from
> maintainer side
> 
> con(s):
>   - two extra steps added for LTP users, they have to do:
>     $ git submodule init
>     $ git submodule update
> to enable using mce-test.
> 
> mce-test could no longer be found at kernel.org, so I cloned it from
> Andi's github repo, not sure if it is the right place:
> 
>     git://github.com/andikleen/mce-test.git
> 
> I have made this change to my personal LTP fork, you can review it here:
> 
>     https://github.com/casparant/ltp/commit/5cca17f633
> 
> Any comments are welcomed.
> 
> Thanks,
> Caspar

Thanks all for reviewing this change. Patch merged.

Caspar

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-06 14:33         ` Caspar Zhang
@ 2012-04-09  3:10           ` Chen Gong
  2012-04-09  4:03             ` Caspar Zhang
  0 siblings, 1 reply; 20+ messages in thread
From: Chen Gong @ 2012-04-09  3:10 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: Andi Kleen, LTP list

于 2012/4/6 22:33, Caspar Zhang 写道:
> On 03/21/2012 05:18 PM, Chen Gong wrote:
>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>>>> Hi all, I'll merge this change to master if I don't hear any objections
>>>> from you by today.
>>> Fine for me. Copying Gong Chen who did most of the mce-test work recently
>>> too.
>>>
>>> -Andi
>> Oh, yes. Recently I make a big change on mce-test project and old
>> structure will be reorganized.
>> And I ever looked through the mce-test part in LTP. Unfortunately it is
>> very old and can't run on
>> newer kernel. I hope you can keep current disabled status in LTP and
>> wait my new work is merged.
>> We can talk at that time. Is it OK to you?
> Hi Chen Gong, sorry for late reply, we're planning to remove old static
> coded mce-test from LTP, and use it as a submodule, which means,
> mce-test won't be static-coded any more, it's always synced up with your
> upstream version, we just need to do some manual ``submodule update``
> operations to checkout your version when doing a LTP release. So I'll
> merge this patch in, remove all current out-of-date codes, and wait for
> your notice of mce-test's next version, so that we can include it in our
> next LTP stable release.
>
> Thanks,
> Caspar
>
It's fine to me. So do you want to get a notice from me after the codes 
are merged or you
monitor the upstream status by yourself?

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-09  3:10           ` Chen Gong
@ 2012-04-09  4:03             ` Caspar Zhang
  2012-04-09  6:02               ` Chen Gong
  0 siblings, 1 reply; 20+ messages in thread
From: Caspar Zhang @ 2012-04-09  4:03 UTC (permalink / raw)
  To: Chen Gong; +Cc: Andi Kleen, LTP list

On 04/09/2012 11:10 AM, Chen Gong wrote:
> 于 2012/4/6 22:33, Caspar Zhang 写道:
>> On 03/21/2012 05:18 PM, Chen Gong wrote:
>>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>>>>> Hi all, I'll merge this change to master if I don't hear any objections
>>>>> from you by today.
>>>> Fine for me. Copying Gong Chen who did most of the mce-test work recently
>>>> too.
>>>>
>>>> -Andi
>>> Oh, yes. Recently I make a big change on mce-test project and old
>>> structure will be reorganized.
>>> And I ever looked through the mce-test part in LTP. Unfortunately it is
>>> very old and can't run on
>>> newer kernel. I hope you can keep current disabled status in LTP and
>>> wait my new work is merged.
>>> We can talk at that time. Is it OK to you?
>> Hi Chen Gong, sorry for late reply, we're planning to remove old static
>> coded mce-test from LTP, and use it as a submodule, which means,
>> mce-test won't be static-coded any more, it's always synced up with your
>> upstream version, we just need to do some manual ``submodule update``
>> operations to checkout your version when doing a LTP release. So I'll
>> merge this patch in, remove all current out-of-date codes, and wait for
>> your notice of mce-test's next version, so that we can include it in our
>> next LTP stable release.
>>
>> Thanks,
>> Caspar
>>
> It's fine to me. So do you want to get a notice from me after the codes 
> are merged or you
> monitor the upstream status by yourself?

I'd appreciate it if you can send me a mail when the codes get merged,
but I'll check upstream status as well from time to time.

Thanks,
Caspar

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-09  4:03             ` Caspar Zhang
@ 2012-04-09  6:02               ` Chen Gong
  2012-04-09  6:05                 ` Wanlong Gao
                                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Chen Gong @ 2012-04-09  6:02 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: Andi Kleen, LTP list

于 2012/4/9 12:03, Caspar Zhang 写道:
> On 04/09/2012 11:10 AM, Chen Gong wrote:
>> 于 2012/4/6 22:33, Caspar Zhang 写道:
>>> On 03/21/2012 05:18 PM, Chen Gong wrote:
>>>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>>>>>> Hi all, I'll merge this change to master if I don't hear any objections
>>>>>> from you by today.
>>>>> Fine for me. Copying Gong Chen who did most of the mce-test work recently
>>>>> too.
>>>>>
>>>>> -Andi
>>>> Oh, yes. Recently I make a big change on mce-test project and old
>>>> structure will be reorganized.
>>>> And I ever looked through the mce-test part in LTP. Unfortunately it is
>>>> very old and can't run on
>>>> newer kernel. I hope you can keep current disabled status in LTP and
>>>> wait my new work is merged.
>>>> We can talk at that time. Is it OK to you?
>>> Hi Chen Gong, sorry for late reply, we're planning to remove old static
>>> coded mce-test from LTP, and use it as a submodule, which means,
>>> mce-test won't be static-coded any more, it's always synced up with your
>>> upstream version, we just need to do some manual ``submodule update``
>>> operations to checkout your version when doing a LTP release. So I'll
>>> merge this patch in, remove all current out-of-date codes, and wait for
>>> your notice of mce-test's next version, so that we can include it in our
>>> next LTP stable release.
>>>
>>> Thanks,
>>> Caspar
>>>
>> It's fine to me. So do you want to get a notice from me after the codes
>> are merged or you
>> monitor the upstream status by yourself?
> I'd appreciate it if you can send me a mail when the codes get merged,
> but I'll check upstream status as well from time to time.
>
> Thanks,
> Caspar
>
OK, I will. Now patch is in the review status, so I will tell you ASAP 
after merged.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-09  6:02               ` Chen Gong
@ 2012-04-09  6:05                 ` Wanlong Gao
  2012-04-09  6:07                 ` Caspar Zhang
  2012-04-17  2:03                 ` Chen Gong
  2 siblings, 0 replies; 20+ messages in thread
From: Wanlong Gao @ 2012-04-09  6:05 UTC (permalink / raw)
  To: Chen Gong; +Cc: LTP list, Andi Kleen

On 04/09/2012 02:02 PM, Chen Gong wrote:

> 于 2012/4/9 12:03, Caspar Zhang 写道:
>> On 04/09/2012 11:10 AM, Chen Gong wrote:
>>> 于 2012/4/6 22:33, Caspar Zhang 写道:
>>>> On 03/21/2012 05:18 PM, Chen Gong wrote:
>>>>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>>>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>>>>>>> Hi all, I'll merge this change to master if I don't hear any objections
>>>>>>> from you by today.
>>>>>> Fine for me. Copying Gong Chen who did most of the mce-test work recently
>>>>>> too.
>>>>>>
>>>>>> -Andi
>>>>> Oh, yes. Recently I make a big change on mce-test project and old
>>>>> structure will be reorganized.
>>>>> And I ever looked through the mce-test part in LTP. Unfortunately it is
>>>>> very old and can't run on
>>>>> newer kernel. I hope you can keep current disabled status in LTP and
>>>>> wait my new work is merged.
>>>>> We can talk at that time. Is it OK to you?
>>>> Hi Chen Gong, sorry for late reply, we're planning to remove old static
>>>> coded mce-test from LTP, and use it as a submodule, which means,
>>>> mce-test won't be static-coded any more, it's always synced up with your
>>>> upstream version, we just need to do some manual ``submodule update``
>>>> operations to checkout your version when doing a LTP release. So I'll
>>>> merge this patch in, remove all current out-of-date codes, and wait for
>>>> your notice of mce-test's next version, so that we can include it in our
>>>> next LTP stable release.
>>>>
>>>> Thanks,
>>>> Caspar
>>>>
>>> It's fine to me. So do you want to get a notice from me after the codes
>>> are merged or you
>>> monitor the upstream status by yourself?
>> I'd appreciate it if you can send me a mail when the codes get merged,
>> but I'll check upstream status as well from time to time.
>>
>> Thanks,
>> Caspar
>>
> OK, I will. Now patch is in the review status, so I will tell you ASAP after merged.


Great, thanks Chen,

Wanlong Gao

> 



------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-09  6:02               ` Chen Gong
  2012-04-09  6:05                 ` Wanlong Gao
@ 2012-04-09  6:07                 ` Caspar Zhang
  2012-04-17  2:03                 ` Chen Gong
  2 siblings, 0 replies; 20+ messages in thread
From: Caspar Zhang @ 2012-04-09  6:07 UTC (permalink / raw)
  To: Chen Gong; +Cc: Andi Kleen, LTP list

On 04/09/2012 02:02 PM, Chen Gong wrote:
>>> It's fine to me. So do you want to get a notice from me after the codes
>>> are merged or you
>>> monitor the upstream status by yourself?
>> I'd appreciate it if you can send me a mail when the codes get merged,
>> but I'll check upstream status as well from time to time.
>>
>> Thanks,
>> Caspar
>>
> OK, I will. Now patch is in the review status, so I will tell you ASAP 
> after merged.

Thanks very much!

Caspar

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-09  6:02               ` Chen Gong
  2012-04-09  6:05                 ` Wanlong Gao
  2012-04-09  6:07                 ` Caspar Zhang
@ 2012-04-17  2:03                 ` Chen Gong
  2012-04-17  2:38                   ` Caspar Zhang
  2 siblings, 1 reply; 20+ messages in thread
From: Chen Gong @ 2012-04-17  2:03 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: Andi Kleen, LTP list

于 2012/4/9 14:02, Chen Gong 写道:
> 于 2012/4/9 12:03, Caspar Zhang 写道:
>> On 04/09/2012 11:10 AM, Chen Gong wrote:
>>> 于 2012/4/6 22:33, Caspar Zhang 写道:
>>>> On 03/21/2012 05:18 PM, Chen Gong wrote:
>>>>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>>>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>>>>>>> Hi all, I'll merge this change to master if I don't hear any 
>>>>>>> objections
>>>>>>> from you by today.
>>>>>> Fine for me. Copying Gong Chen who did most of the mce-test work 
>>>>>> recently
>>>>>> too.
>>>>>>
>>>>>> -Andi
>>>>> Oh, yes. Recently I make a big change on mce-test project and old
>>>>> structure will be reorganized.
>>>>> And I ever looked through the mce-test part in LTP. Unfortunately 
>>>>> it is
>>>>> very old and can't run on
>>>>> newer kernel. I hope you can keep current disabled status in LTP and
>>>>> wait my new work is merged.
>>>>> We can talk at that time. Is it OK to you?
>>>> Hi Chen Gong, sorry for late reply, we're planning to remove old 
>>>> static
>>>> coded mce-test from LTP, and use it as a submodule, which means,
>>>> mce-test won't be static-coded any more, it's always synced up with 
>>>> your
>>>> upstream version, we just need to do some manual ``submodule update``
>>>> operations to checkout your version when doing a LTP release. So I'll
>>>> merge this patch in, remove all current out-of-date codes, and wait 
>>>> for
>>>> your notice of mce-test's next version, so that we can include it 
>>>> in our
>>>> next LTP stable release.
>>>>
>>>> Thanks,
>>>> Caspar
>>>>
>>> It's fine to me. So do you want to get a notice from me after the codes
>>> are merged or you
>>> monitor the upstream status by yourself?
>> I'd appreciate it if you can send me a mail when the codes get merged,
>> but I'll check upstream status as well from time to time.
>>
>> Thanks,
>> Caspar
>>
> OK, I will. Now patch is in the review status, so I will tell you ASAP 
> after merged.
The new patch for mce-test has been merged, but it looks a little bit wrong
during the merge procedure (all shell scripts execution right are missed).
I'm pushing Andi to fix it, so please don't add mce-test at current stage.
I will tell you when it is ready.

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-17  2:03                 ` Chen Gong
@ 2012-04-17  2:38                   ` Caspar Zhang
  2012-05-23  1:52                     ` Chen Gong
  0 siblings, 1 reply; 20+ messages in thread
From: Caspar Zhang @ 2012-04-17  2:38 UTC (permalink / raw)
  To: Chen Gong; +Cc: Andi Kleen, LTP list

On 04/17/2012 10:03 AM, Chen Gong wrote:
> 于 2012/4/9 14:02, Chen Gong 写道:
>> 于 2012/4/9 12:03, Caspar Zhang 写道:
>>> On 04/09/2012 11:10 AM, Chen Gong wrote:
>>>> 于 2012/4/6 22:33, Caspar Zhang 写道:
>>>>> On 03/21/2012 05:18 PM, Chen Gong wrote:
>>>>>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>>>>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar Zhang wrote:
>>>>>>>> Hi all, I'll merge this change to master if I don't hear any 
>>>>>>>> objections
>>>>>>>> from you by today.
>>>>>>> Fine for me. Copying Gong Chen who did most of the mce-test work 
>>>>>>> recently
>>>>>>> too.
>>>>>>>
>>>>>>> -Andi
>>>>>> Oh, yes. Recently I make a big change on mce-test project and old
>>>>>> structure will be reorganized.
>>>>>> And I ever looked through the mce-test part in LTP. Unfortunately 
>>>>>> it is
>>>>>> very old and can't run on
>>>>>> newer kernel. I hope you can keep current disabled status in LTP and
>>>>>> wait my new work is merged.
>>>>>> We can talk at that time. Is it OK to you?
>>>>> Hi Chen Gong, sorry for late reply, we're planning to remove old 
>>>>> static
>>>>> coded mce-test from LTP, and use it as a submodule, which means,
>>>>> mce-test won't be static-coded any more, it's always synced up with 
>>>>> your
>>>>> upstream version, we just need to do some manual ``submodule update``
>>>>> operations to checkout your version when doing a LTP release. So I'll
>>>>> merge this patch in, remove all current out-of-date codes, and wait 
>>>>> for
>>>>> your notice of mce-test's next version, so that we can include it 
>>>>> in our
>>>>> next LTP stable release.
>>>>>
>>>>> Thanks,
>>>>> Caspar
>>>>>
>>>> It's fine to me. So do you want to get a notice from me after the codes
>>>> are merged or you
>>>> monitor the upstream status by yourself?
>>> I'd appreciate it if you can send me a mail when the codes get merged,
>>> but I'll check upstream status as well from time to time.
>>>
>>> Thanks,
>>> Caspar
>>>
>> OK, I will. Now patch is in the review status, so I will tell you ASAP 
>> after merged.
> The new patch for mce-test has been merged, but it looks a little bit wrong
> during the merge procedure (all shell scripts execution right are missed).
> I'm pushing Andi to fix it, so please don't add mce-test at current stage.
> I will tell you when it is ready.

Noted. Thanks for the update.

Thanks,
Caspar

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-04-17  2:38                   ` Caspar Zhang
@ 2012-05-23  1:52                     ` Chen Gong
  2012-05-30  9:37                       ` Chen Gong
  0 siblings, 1 reply; 20+ messages in thread
From: Chen Gong @ 2012-05-23  1:52 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: Andi Kleen, LTP list

于 2012/4/17 10:38, Caspar Zhang 写道:
> On 04/17/2012 10:03 AM, Chen Gong wrote:
>> 于 2012/4/9 14:02, Chen Gong 写道:
>>> 于 2012/4/9 12:03, Caspar Zhang 写道:
>>>> On 04/09/2012 11:10 AM, Chen Gong wrote:
>>>>> 于 2012/4/6 22:33, Caspar Zhang 写道:
>>>>>> On 03/21/2012 05:18 PM, Chen Gong wrote:
>>>>>>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>>>>>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar
>>>>>>>> Zhang wrote:
>>>>>>>>> Hi all, I'll merge this change to master if I don't
>>>>>>>>> hear any objections from you by today.
>>>>>>>> Fine for me. Copying Gong Chen who did most of the
>>>>>>>> mce-test work recently too.
>>>>>>>> 
>>>>>>>> -Andi
>>>>>>> Oh, yes. Recently I make a big change on mce-test
>>>>>>> project and old structure will be reorganized. And I
>>>>>>> ever looked through the mce-test part in LTP.
>>>>>>> Unfortunately it is very old and can't run on newer
>>>>>>> kernel. I hope you can keep current disabled status in
>>>>>>> LTP and wait my new work is merged. We can talk at that
>>>>>>> time. Is it OK to you?
>>>>>> Hi Chen Gong, sorry for late reply, we're planning to
>>>>>> remove old static coded mce-test from LTP, and use it as
>>>>>> a submodule, which means, mce-test won't be static-coded
>>>>>> any more, it's always synced up with your upstream
>>>>>> version, we just need to do some manual ``submodule
>>>>>> update`` operations to checkout your version when doing a
>>>>>> LTP release. So I'll merge this patch in, remove all
>>>>>> current out-of-date codes, and wait for your notice of
>>>>>> mce-test's next version, so that we can include it in
>>>>>> our next LTP stable release.
>>>>>> 
>>>>>> Thanks, Caspar
>>>>>> 
>>>>> It's fine to me. So do you want to get a notice from me
>>>>> after the codes are merged or you monitor the upstream
>>>>> status by yourself?
>>>> I'd appreciate it if you can send me a mail when the codes
>>>> get merged, but I'll check upstream status as well from time
>>>> to time.
>>>> 
>>>> Thanks, Caspar
>>>> 
>>> OK, I will. Now patch is in the review status, so I will tell
>>> you ASAP after merged.
>> The new patch for mce-test has been merged, but it looks a little
>> bit wrong during the merge procedure (all shell scripts execution
>> right are missed). I'm pushing Andi to fix it, so please don't
>> add mce-test at current stage. I will tell you when it is ready.
> 
> Noted. Thanks for the update.
> 
> Thanks, Caspar
> 
Now I've gotten the account on lkml and create a project by my own. So
now we can begin the merge work. If you have any suggestion, just let
me know. The new project is under

git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
http://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git

The current status is ready to be merged.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-05-23  1:52                     ` Chen Gong
@ 2012-05-30  9:37                       ` Chen Gong
  2012-05-30 10:25                         ` Caspar Zhang
  0 siblings, 1 reply; 20+ messages in thread
From: Chen Gong @ 2012-05-30  9:37 UTC (permalink / raw)
  To: Chen Gong; +Cc: Andi Kleen, LTP list

于 2012/5/23 9:52, Chen Gong 写道:
> 于 2012/4/17 10:38, Caspar Zhang 写道:
>> On 04/17/2012 10:03 AM, Chen Gong wrote:
>>> 于 2012/4/9 14:02, Chen Gong 写道:
>>>> 于 2012/4/9 12:03, Caspar Zhang 写道:
>>>>> On 04/09/2012 11:10 AM, Chen Gong wrote:
>>>>>> 于 2012/4/6 22:33, Caspar Zhang 写道:
>>>>>>> On 03/21/2012 05:18 PM, Chen Gong wrote:
>>>>>>>> 于 2012/3/16 22:35, Andi Kleen 写道:
>>>>>>>>> On Fri, Mar 16, 2012 at 03:27:44PM +0800, Caspar 
>>>>>>>>> Zhang wrote:
>>>>>>>>>> Hi all, I'll merge this change to master if I
>>>>>>>>>> don't hear any objections from you by today.
>>>>>>>>> Fine for me. Copying Gong Chen who did most of the 
>>>>>>>>> mce-test work recently too.
>>>>>>>>> 
>>>>>>>>> -Andi
>>>>>>>> Oh, yes. Recently I make a big change on mce-test 
>>>>>>>> project and old structure will be reorganized. And I 
>>>>>>>> ever looked through the mce-test part in LTP. 
>>>>>>>> Unfortunately it is very old and can't run on newer 
>>>>>>>> kernel. I hope you can keep current disabled status
>>>>>>>> in LTP and wait my new work is merged. We can talk at
>>>>>>>> that time. Is it OK to you?
>>>>>>> Hi Chen Gong, sorry for late reply, we're planning to 
>>>>>>> remove old static coded mce-test from LTP, and use it
>>>>>>> as a submodule, which means, mce-test won't be
>>>>>>> static-coded any more, it's always synced up with your
>>>>>>> upstream version, we just need to do some manual
>>>>>>> ``submodule update`` operations to checkout your
>>>>>>> version when doing a LTP release. So I'll merge this
>>>>>>> patch in, remove all current out-of-date codes, and
>>>>>>> wait for your notice of mce-test's next version, so
>>>>>>> that we can include it in our next LTP stable release.
>>>>>>> 
>>>>>>> Thanks, Caspar
>>>>>>> 
>>>>>> It's fine to me. So do you want to get a notice from me 
>>>>>> after the codes are merged or you monitor the upstream 
>>>>>> status by yourself?
>>>>> I'd appreciate it if you can send me a mail when the codes 
>>>>> get merged, but I'll check upstream status as well from
>>>>> time to time.
>>>>> 
>>>>> Thanks, Caspar
>>>>> 
>>>> OK, I will. Now patch is in the review status, so I will
>>>> tell you ASAP after merged.
>>> The new patch for mce-test has been merged, but it looks a
>>> little bit wrong during the merge procedure (all shell scripts
>>> execution right are missed). I'm pushing Andi to fix it, so
>>> please don't add mce-test at current stage. I will tell you
>>> when it is ready.
>> 
>> Noted. Thanks for the update.
>> 
>> Thanks, Caspar
>> 
> Now I've gotten the account on lkml and create a project by my own.
> So now we can begin the merge work. If you have any suggestion,
> just let me know. The new project is under
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
>
> 
http://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
> https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
>
>  The current status is ready to be merged.
> 
ping again



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-05-30  9:37                       ` Chen Gong
@ 2012-05-30 10:25                         ` Caspar Zhang
  2012-05-31  2:06                           ` Chen Gong
  0 siblings, 1 reply; 20+ messages in thread
From: Caspar Zhang @ 2012-05-30 10:25 UTC (permalink / raw)
  To: Chen Gong; +Cc: Andi Kleen, LTP list

On 05/30/2012 05:37 PM, Chen Gong wrote:
> http://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
>> > https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
>> >
>> >  The current status is ready to be merged.
>> > 
> ping again
> 
> 
Sorry for delaying. Thanks for the update! I'll update git URL soon.

Just an FYI, we won't merge the actual codes to our git repo, we will
only do one-time pull & update when do a LTP release.

Thanks,
Caspar

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [LTP] [RFC] make mce-test a submodule
  2012-05-30 10:25                         ` Caspar Zhang
@ 2012-05-31  2:06                           ` Chen Gong
  0 siblings, 0 replies; 20+ messages in thread
From: Chen Gong @ 2012-05-31  2:06 UTC (permalink / raw)
  To: Caspar Zhang; +Cc: Andi Kleen, LTP list

于 2012/5/30 18:25, Caspar Zhang 写道:
> On 05/30/2012 05:37 PM, Chen Gong wrote:
>> http://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
>>>>
>> 
https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
>>>> 
>>>> The current status is ready to be merged.
>>>> 
>> ping again
>> 
>> 
> Sorry for delaying. Thanks for the update! I'll update git URL
> soon.
> 
> Just an FYI, we won't merge the actual codes to our git repo, we
> will only do one-time pull & update when do a LTP release.
> 
> Thanks, Caspar
> 
OK, thx a lot!

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-05-31  2:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4F58E36E.5000306@casparzhang.com>
2012-03-09  0:25 ` [LTP] [RFC] make mce-test a submodule Wanlong Gao
2012-03-16  7:27   ` Caspar Zhang
2012-03-16  9:53     ` Garrett Cooper
2012-03-16  9:58       ` Wanlong Gao
2012-03-16 11:17       ` Caspar Zhang
2012-03-16 14:35     ` Andi Kleen
2012-03-21  9:18       ` Chen Gong
2012-04-06 14:33         ` Caspar Zhang
2012-04-09  3:10           ` Chen Gong
2012-04-09  4:03             ` Caspar Zhang
2012-04-09  6:02               ` Chen Gong
2012-04-09  6:05                 ` Wanlong Gao
2012-04-09  6:07                 ` Caspar Zhang
2012-04-17  2:03                 ` Chen Gong
2012-04-17  2:38                   ` Caspar Zhang
2012-05-23  1:52                     ` Chen Gong
2012-05-30  9:37                       ` Chen Gong
2012-05-30 10:25                         ` Caspar Zhang
2012-05-31  2:06                           ` Chen Gong
2012-04-06 14:37 ` Caspar Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox