mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Badari Pulavarty <pbadari@gmail.com>
To: John Rigg <lk@sound-man.co.uk>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.14-rc4-rt4
Date: Fri, 14 Oct 2005 10:21:47 -0700	[thread overview]
Message-ID: <1129310507.6266.2.camel@localhost.localdomain> (raw)
In-Reply-To: <E1EQSJt-0001Fp-4j@localhost.localdomain>

[-- 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;

  reply	other threads:[~2005-10-14 17:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-14 16:22 2.6.14-rc4-rt4 John Rigg
2005-10-14 17:21 ` Badari Pulavarty [this message]
2005-10-14 18:13 2.6.14-rc4-rt4 John Rigg
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1129310507.6266.2.camel@localhost.localdomain \
    --to=pbadari@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lk@sound-man.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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