[ewg] ofa_1_5_kernel 20091104-0200 daily build status
Vladimir Sokolovsky
vlad at dev.mellanox.co.il
Thu Nov 19 06:28:19 PST 2009
Brian J. Murrell wrote:
> On Thu, 2009-11-12 at 10:37 +0200, Vladimir Sokolovsky wrote:
>> Please try:
>>
>> diff --git a/ofed_scripts/get_backport_dir.sh b/ofed_scripts/get_backport_dir.sh
>> index ed0c091..0da5c17 100755
>> --- a/ofed_scripts/get_backport_dir.sh
>> +++ b/ofed_scripts/get_backport_dir.sh
>> @@ -51,7 +51,7 @@ get_backport_dir()
>> echo 2.6.16_sles10_sp1
>> else
>> subminor=$(echo $KVERSION | cut -d "-" -f 2 | cut -d"." -f2)
>> - if [ $subminor -lt 49 ]; then
>> + if [ $subminor -lt 42 ]; then
>> echo 2.6.16_sles10_sp2
>> else
>> echo 2.6.16_sles10_sp3
>
> The patch is working because it identifies the kernel as SP3, however
> the result ends up looking bad for a different reason:
>
> ...
Then this kernel requires another backport directory based on 2.6.16_sles10_sp2 under
kernel_patches/backport/ and kernel_addons/backport/ with corresponding change in ofed_scripts/get_backport_dir.sh
(E.g. 2.6.16_sles10_sp2_lustre).
Please prepare backports for this kernel and I'll apply it to the OFED's 1.5 kernel git tree.
Regards,
Vladimir
More information about the ewg
mailing list