public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] latest working kernel
@ 2002-02-21 17:28 Jan Schreckenbach
  2002-02-21 17:44 ` Hall, Jenna S
  2002-02-21 19:04 ` Jan Schreckenbach
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Schreckenbach @ 2002-02-21 17:28 UTC (permalink / raw)
  To: linux-ia64

Hello,

what is the latest kernel running on a C0-step
Lion with FW 83B?

Thx!

cu,
   Jan

--
_______________________________________________________________________

THE BEST RUN E-BUSINESSES RUN SAP
_______________________________________________________________________

Jan Schreckenbach                      email: Jan.Schreckenbach@sap.com
SAP AG Walldorf/Baden, Germany         Phone: +49 6227  7-47474
LinuxLab                               Fax  : +49 6227 78-31414

SAP LinuxLab support address: linux@sap.com



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

* RE: [Linux-ia64] latest working kernel
  2002-02-21 17:28 [Linux-ia64] latest working kernel Jan Schreckenbach
@ 2002-02-21 17:44 ` Hall, Jenna S
  2002-02-21 19:04 ` Jan Schreckenbach
  1 sibling, 0 replies; 3+ messages in thread
From: Hall, Jenna S @ 2002-02-21 17:44 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

Any kernel should run as long as the FW83 stability patch is applied.  See
attached.

Jenna



-----Original Message-----
From: Jan Schreckenbach [mailto:Jan.Schreckenbach@sap.com]
Sent: Thursday, February 21, 2002 9:28 AM
To: linux-ia64
Subject: [Linux-ia64] latest working kernel

Hello,

what is the latest kernel running on a C0-step
Lion with FW 83B?

Thx!

cu,
   Jan

--
_______________________________________________________________________

THE BEST RUN E-BUSINESSES RUN SAP
_______________________________________________________________________

Jan Schreckenbach                      email: Jan.Schreckenbach@sap.com
SAP AG Walldorf/Baden, Germany         Phone: +49 6227  7-47474
LinuxLab                               Fax  : +49 6227 78-31414

SAP LinuxLab support address: linux@sap.com


_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64


[-- Attachment #2: Linux-ia64 Patch to fix latest kernels issue with FW83.txt --]
[-- Type: text/plain, Size: 937 bytes --]

From: Mallick, Asit K [asit.k.mallick@intel.com]
Sent: Thursday, January 24, 2002 11:47 AM
To: linux-ia64@linuxia64.org
Subject: [Linux-ia64] Patch to fix latest kernels issue with FW83

We have root caused the stability problem with latest kernels and FW83 (LION
platform). The following patch (based on 2.4.17) fixes the problem. Please
let me know if you still see a problem after applying this patch.

Thanks,
Asit
 <<patch.FW83>> 
--- /home1/src/linux/include/asm-ia64/spinlock.h    Wed Jan  9 19:25:05 2002
+++ linux/include/asm-ia64/spinlock.h   Wed Jan 23 15:52:45 2002
@@ -84,7 +84,7 @@
    "mov r29 = 1\n"                     \
    ";;\n"                          \
    "1:\n"                          \
-   "ld4.bias r2 = [%0]\n"                  \
+   "ld4 r2 = [%0]\n"                   \
    ";;\n"                          \
    "cmp4.eq p0,p7 = r0,r2\n"               \
    "(p7) br.cond.spnt.few 1b \n"               \


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

* Re: [Linux-ia64] latest working kernel
  2002-02-21 17:28 [Linux-ia64] latest working kernel Jan Schreckenbach
  2002-02-21 17:44 ` Hall, Jenna S
@ 2002-02-21 19:04 ` Jan Schreckenbach
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Schreckenbach @ 2002-02-21 19:04 UTC (permalink / raw)
  To: linux-ia64

Hi,

works for me on SuSE SLES7:

ls3125:~# cat /proc/version
Linux version 2.4.17 (root@ls3125) (gcc version 3.0.3) #2 SMP Thu Feb 21 19:06:16 CET 2002
ls3125:~# ld -V
GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8)
   Supported emulations:
    elf64_ia64
ls3125:~#

Thx!

cu,
  Jan

Hall, Jenna S wrote:
> Any kernel should run as long as the FW83 stability patch is applied.  See
> attached.
> 
> Jenna
> 
> 
> 
> -----Original Message-----
> From: Jan Schreckenbach [mailto:Jan.Schreckenbach@sap.com]
> Sent: Thursday, February 21, 2002 9:28 AM
> To: linux-ia64
> Subject: [Linux-ia64] latest working kernel
> 
> Hello,
> 
> what is the latest kernel running on a C0-step
> Lion with FW 83B?
> 
> Thx!
> 
> cu,
>    Jan
> 
> --
> _______________________________________________________________________
> 
> THE BEST RUN E-BUSINESSES RUN SAP
> _______________________________________________________________________
> 
> Jan Schreckenbach                      email: Jan.Schreckenbach@sap.com
> SAP AG Walldorf/Baden, Germany         Phone: +49 6227  7-47474
> LinuxLab                               Fax  : +49 6227 78-31414
> 
> SAP LinuxLab support address: linux@sap.com
> 
> 
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
> 
> 
> 
> ------------------------------------------------------------------------
> 
> From: Mallick, Asit K [asit.k.mallick@intel.com]
> Sent: Thursday, January 24, 2002 11:47 AM
> To: linux-ia64@linuxia64.org
> Subject: [Linux-ia64] Patch to fix latest kernels issue with FW83
> 
> We have root caused the stability problem with latest kernels and FW83 (LION
> platform). The following patch (based on 2.4.17) fixes the problem. Please
> let me know if you still see a problem after applying this patch.
> 
> Thanks,
> Asit
>  <<patch.FW83>> 
> --- /home1/src/linux/include/asm-ia64/spinlock.h    Wed Jan  9 19:25:05 2002
> +++ linux/include/asm-ia64/spinlock.h   Wed Jan 23 15:52:45 2002
> @@ -84,7 +84,7 @@
>     "mov r29 = 1\n"                     \
>     ";;\n"                          \
>     "1:\n"                          \
> -   "ld4.bias r2 = [%0]\n"                  \
> +   "ld4 r2 = [%0]\n"                   \
>     ";;\n"                          \
>     "cmp4.eq p0,p7 = r0,r2\n"               \
>     "(p7) br.cond.spnt.few 1b \n"               \
> 
> 


-- 
--
_______________________________________________________________________

THE BEST RUN E-BUSINESSES RUN SAP
_______________________________________________________________________

Jan Schreckenbach                      email: Jan.Schreckenbach@sap.com
SAP AG Walldorf/Baden, Germany         Phone: +49 6227  7-47474
LinuxLab                               Fax  : +49 6227 78-31414

SAP LinuxLab support address: linux@sap.com



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

end of thread, other threads:[~2002-02-21 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-21 17:28 [Linux-ia64] latest working kernel Jan Schreckenbach
2002-02-21 17:44 ` Hall, Jenna S
2002-02-21 19:04 ` Jan Schreckenbach

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