On 07/16/2013 09:24 PM, [email protected] wrote:
> Hi!
>> Assume that we want version ">=2.6.25", but only ">2.6.18-131", contain
>> them together will make no sense.  I suppose only use tst_kvercmp2()
>> "<0" and ">0", no use "=0", just remain return value "0" to indicate
>> that the extra kernel vendor is not match with current kernel.
>> What do you think?
> 
> Given that the kernel versions increase monotonically one can always
> change that to:
> 
>> 2.6.24 && > 2.6.18-131
> 
> or (what I did in the example)
> 
>> = 2.6.25 && >= 2.6.18-132
> 
> Or am I missing something?

Oops, I understand what you mean.
If current kernel match our vendor info, the extra version
will take effect, if not, go to compare the vanilla version, right?

Will send V3.

Thanks,
Wanlong Gao

> 


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to