From: "Svetoslav Slavtchev" <svetljo@gmx.de>
To: "lkml " <linux-kernel@vger.kernel.org>
Subject: [PATCH][2.6-mm] radeonfb as module
Date: Tue, 21 Oct 2003 13:48:34 +0200 (MEST) [thread overview]
Message-ID: <574.1066736914@www3.gmx.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
acquire_console_sem is exported,
but release_console_sem is not
this seems like a bug for me,
as if one acquire console_sem, he should be able to relase it
svetljo
PS.
missing symbol in (IIRC) drivers/video/aty/radeon_pm.c
--
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService
Jetzt kostenlos anmelden unter http://www.gmx.net
+++ GMX - die erste Adresse für Mail, Message, More! +++
[-- Attachment #2: missed_export-release_console_sem.patch --]
[-- Type: application/octet-stream, Size: 388 bytes --]
--- linux-2.6.0-test7/kernel/printk.c.orig 2003-10-21 09:45:32.294956018 +0200
+++ linux-2.6.0-test7/kernel/printk.c 2003-10-21 09:43:59.952049306 +0200
@@ -566,6 +566,7 @@
if (wake_klogd && !oops_in_progress && waitqueue_active(&log_wait))
wake_up_interruptible(&log_wait);
}
+EXPORT_SYMBOL(release_console_sem);
/** console_conditional_schedule - yield the CPU if required
*
next reply other threads:[~2003-10-21 11:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-21 11:48 Svetoslav Slavtchev [this message]
2003-10-21 17:28 ` [PATCH][2.6-mm] radeonfb as module James Simmons
2003-10-21 17:35 ` Svetoslav Slavtchev
2003-10-21 18:13 ` James Simmons
2003-10-25 21:49 ` Benjamin Herrenschmidt
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=574.1066736914@www3.gmx.net \
--to=svetljo@gmx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox