All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: "Brian J. Watson" <Brian.J.Watson@compaq.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [BUG 2.4.7] enabling RWSEM_DEBUG
Date: Thu, 26 Jul 2001 14:28:09 +0100	[thread overview]
Message-ID: <26413.996154089@warthog.cambridge.redhat.com> (raw)
In-Reply-To: Your message of "Wed, 25 Jul 2001 10:56:41 PDT." <3B5F0859.94557FF5@compaq.com>


> Unfortunately, I ran into a bug with enabling RWSEM_DEBUG. The bug still
> exists in 2.4.7.

It's because you've got CONFIG_MODVERSIONS=y set. This causes the following to
be emitted and automatically included:

	[include/linux/modules/rwsem.ver]
	#define __ver_rwsemtrace	smp_8447b3cd
	#define rwsemtrace	_set_ver(rwsemtrace)

This then causes the #ifndef rwsemtrace in fail, and thus not to include an
actual declaration of the rwsemtrace function.

David

  reply	other threads:[~2001-07-26 13:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-10  3:32 [PATCH] read/write semaphore trylock routines - 2.4.6 Brian J. Watson
2001-07-10  7:32 ` David Howells
2001-07-11  3:20   ` Brian J. Watson
2001-07-18 23:22     ` Brian J. Watson
2001-07-19  7:41       ` David Howells
2001-07-25 17:56         ` [BUG 2.4.7] enabling RWSEM_DEBUG Brian J. Watson
2001-07-26 13:28           ` David Howells [this message]
2001-07-26 16:13           ` David Howells
2001-07-26 21:21             ` Brian J. Watson

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=26413.996154089@warthog.cambridge.redhat.com \
    --to=dhowells@redhat.com \
    --cc=Brian.J.Watson@compaq.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.