* Re: 2.6.14-rc4-rt4
@ 2005-10-14 18:48 John Rigg
2005-10-14 19:05 ` 2.6.14-rc4-rt4 Badari Pulavarty
0 siblings, 1 reply; 6+ messages in thread
From: John Rigg @ 2005-10-14 18:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Ingo Molnar
On Fri October 14 Badari Pulavarty wrote:
>I am able to apply cleanly. I am trying to see if it fixes my problem
>or not.
Something in 2.6.14-rc4-rt4 breaks compilation with my config (with or
without the extra patch) with following error message:
CC kernel/ktimers.o
kernel/ktimers.c: In function 'check_ktimer_signal':
kernel/ktimers.c:1100: error: request for member 'tv' in something not a structure or union
Am about to try applying the change in the patch to -rt1, which I know
compiles.
John
>--- linux-2.6.14-rc4.org/arch/x86_64/kernel/vsyscall.c 2005-10-07 10:27:33.000000000 -0700
>+++ linux-2.6.14-rc4/arch/x86_64/kernel/vsyscall.c 2005-10-14 05:11:02.000000000 -0700
>@@ -34,7 +34,7 @@
> #include <asm/errno.h>
> #include <asm/io.h>
>
>-#define __vsyscall(nr) __attribute__ ((unused,__section__(".vsyscall_" #nr)))
>+#define __vsyscall(nr) __attribute__ ((unused,__section__(".vsyscall_" #nr))) notrace
> #define force_inline __attribute__((always_inline)) inline
>
> int __sysctl_vsyscall __section_sysctl_vsyscall = 1;
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.14-rc4-rt4
2005-10-14 18:48 2.6.14-rc4-rt4 John Rigg
@ 2005-10-14 19:05 ` Badari Pulavarty
0 siblings, 0 replies; 6+ messages in thread
From: Badari Pulavarty @ 2005-10-14 19:05 UTC (permalink / raw)
To: John Rigg; +Cc: lkml, Ingo Molnar
On Fri, 2005-10-14 at 19:48 +0100, John Rigg wrote:
> On Fri October 14 Badari Pulavarty wrote:
>
> >I am able to apply cleanly. I am trying to see if it fixes my problem
> >or not.
>
> Something in 2.6.14-rc4-rt4 breaks compilation with my config (with or
> without the extra patch) with following error message:
>
> CC kernel/ktimers.o
> kernel/ktimers.c: In function 'check_ktimer_signal':
> kernel/ktimers.c:1100: error: request for member 'tv' in something not a structure or union
>
> Am about to try applying the change in the patch to -rt1, which I know
> compiles.
It did work for me in -rt1. My machine boots fine with the patch.
Thanks,
Badari
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.14-rc4-rt4
[not found] <E1EQUdJ-0001Lw-Pq@localhost.localdomain>
@ 2005-10-14 19:11 ` Ingo Molnar
0 siblings, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2005-10-14 19:11 UTC (permalink / raw)
To: John Rigg; +Cc: linux-kernel
* John Rigg <lk@sound-man.co.uk> wrote:
> >I am able to apply cleanly. I am trying to see if it fixes my problem
> >or not.
>
> Something in 2.6.14-rc4-rt4 breaks compilation with my config (with or
> without the extra patch) with following error message:
>
> CC kernel/ktimers.o
> kernel/ktimers.c: In function 'check_ktimer_signal':
> kernel/ktimers.c:1100: error: request for member 'tv' in something not a structure or union
>
> Am about to try applying the change in the patch to -rt1, which I know
> compiles.
-rt5 should fix that build problem.
Ingo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.14-rc4-rt4
@ 2005-10-14 18:13 John Rigg
0 siblings, 0 replies; 6+ messages in thread
From: John Rigg @ 2005-10-14 18:13 UTC (permalink / raw)
To: linux-kernel
On 14 October 2005 John Rigg wrote:
>Ingo, I just tried the patch you posted in reply to Badari Pulavarty's
>boot crash message. I get an error when trying to patch 2.6.14-rc4-rt4:
>
>patching file arch/x86_64/kernel/vsyscall.c
>patch: **** malformed patch at line 11: notrace
Excuse my stupidity - lynx wrapped the line when I printed it to a file.
Of course it patches cleanly with the \n removed.
John
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 2.6.14-rc4-rt4
2005-10-14 16:22 2.6.14-rc4-rt4 John Rigg
@ 2005-10-14 17:21 ` Badari Pulavarty
0 siblings, 0 replies; 6+ messages in thread
From: Badari Pulavarty @ 2005-10-14 17:21 UTC (permalink / raw)
To: John Rigg; +Cc: lkml
[-- Attachment #1: Type: text/plain, Size: 494 bytes --]
On Fri, 2005-10-14 at 17:22 +0100, John Rigg wrote:
> The header on my last post seems to have been mangled so here it
> is again...
>
> Ingo, I just tried the patch you posted in reply to Badari Pulavarty's
> boot crash message. I get an error when trying to patch 2.6.14-rc4-rt4:
>
> patching file arch/x86_64/kernel/vsyscall.c
> patch: **** malformed patch at line 11: notrace
>
Try this..
I am able to apply cleanly. I am trying to see if it fixes my problem
or not.
Thanks,
Badari
[-- Attachment #2: notrace.patch --]
[-- Type: text/x-patch, Size: 525 bytes --]
--- linux-2.6.14-rc4.org/arch/x86_64/kernel/vsyscall.c 2005-10-07 10:27:33.000000000 -0700
+++ linux-2.6.14-rc4/arch/x86_64/kernel/vsyscall.c 2005-10-14 05:11:02.000000000 -0700
@@ -34,7 +34,7 @@
#include <asm/errno.h>
#include <asm/io.h>
-#define __vsyscall(nr) __attribute__ ((unused,__section__(".vsyscall_" #nr)))
+#define __vsyscall(nr) __attribute__ ((unused,__section__(".vsyscall_" #nr))) notrace
#define force_inline __attribute__((always_inline)) inline
int __sysctl_vsyscall __section_sysctl_vsyscall = 1;
^ permalink raw reply [flat|nested] 6+ messages in thread
* 2.6.14-rc4-rt4
@ 2005-10-14 16:22 John Rigg
2005-10-14 17:21 ` 2.6.14-rc4-rt4 Badari Pulavarty
0 siblings, 1 reply; 6+ messages in thread
From: John Rigg @ 2005-10-14 16:22 UTC (permalink / raw)
To: linux-kernel
The header on my last post seems to have been mangled so here it
is again...
Ingo, I just tried the patch you posted in reply to Badari Pulavarty's
boot crash message. I get an error when trying to patch 2.6.14-rc4-rt4:
patching file arch/x86_64/kernel/vsyscall.c
patch: **** malformed patch at line 11: notrace
John
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-10-14 19:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-14 18:48 2.6.14-rc4-rt4 John Rigg
2005-10-14 19:05 ` 2.6.14-rc4-rt4 Badari Pulavarty
[not found] <E1EQUdJ-0001Lw-Pq@localhost.localdomain>
2005-10-14 19:11 ` 2.6.14-rc4-rt4 Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2005-10-14 18:13 2.6.14-rc4-rt4 John Rigg
2005-10-14 16:22 2.6.14-rc4-rt4 John Rigg
2005-10-14 17:21 ` 2.6.14-rc4-rt4 Badari Pulavarty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome