On Fri, 03 Apr 2009 09:06:11 -0700 Jeff Becker <[email protected]> wrote:
> Hi Jon > > Jon Mason wrote: > > Hey Jeff, > > I just wanted to make you aware of the issue below. I thought I broke > > something until I saw the "SLES11". Did you already do the SLES11 > > backport, or are they trying to build something that is not completed? > > > > I did see this. The problem is that I don't have a powerpc to test > builds on. The x86-64 SLES11 backport is done. Can someone with access > to powerpc help out here? Thanks. I had a look at this and noticed that the x86-64 backport patch fixes the issue I saw, it just needs to get applied ;-) Vlad, how about this? I do not know the exact kernel version of the SLES11 release, therefore I've inserted some asterisks. Signed-off-by: Alexander Schmidt <[email protected]> --- ofed_scripts/get_backport_dir.sh | 3 +++ 1 file changed, 3 insertions(+) --- ofa_kernel-1.4.1.orig/ofed_scripts/get_backport_dir.sh +++ ofa_kernel-1.4.1/ofed_scripts/get_backport_dir.sh @@ -117,6 +117,9 @@ get_backport_dir() 2.6.26*) echo 2.6.26 ;; + 2.6.27.*-*) + echo 2.6.27_sles11 + ;; *) echo ;; _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
