public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jim Nelson <james4765@cwazy.co.uk>
To: Laurent Riffard <laurent.riffard@free.fr>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: Re: 2.6.11-rc2-mm2
Date: Mon, 31 Jan 2005 20:26:01 -0500	[thread overview]
Message-ID: <41FEDAA9.3070504@cwazy.co.uk> (raw)
In-Reply-To: <41FEA724.1060404@free.fr>

Laurent Riffard wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Le 31.01.2005 22:15, Andre Eisenbach a écrit :
> | Andrew,
> |
> | My PCMCIA slot (yenta_socket) doesn't work anymore with
> | 2.6.11-rc2-m2. See the dmesg output below. It works fine with
> | 2.6.11-rc1-mm1.
> |
> | Let me know if you need any additional information.
> |
> | Thanks,
> |     Andre
> |
> | --- snipp ---
> |
> | Linux Kernel Card Services
> |   options:  [pci] [cardbus] [pm]
> | kobject_register failed for pcmcia_core (-17)
> |  [<c021686b>] kobject_register+0x5b/0x70
> |  [<c0130620>] mod_sysfs_setup+0x50/0xb0
> |  [<c0131999>] load_module+0x959/0xaa0
> |  [<c0131b6b>] sys_init_module+0x5b/0x1a0
> |  [<c010300d>] sysenter_past_esp+0x52/0x75
> | rsrc_nonstatic: Unknown symbol release_cis_mem
> | rsrc_nonstatic: Unknown symbol pcmcia_socket_list
> | rsrc_nonstatic: Unknown symbol pccard_validate_cis
> | rsrc_nonstatic: Unknown symbol destroy_cis_cache
> | rsrc_nonstatic: Unknown symbol pcmcia_socket_list_rwsem
> | yenta_socket: Unknown symbol dead_socket
> | yenta_socket: Unknown symbol pcmcia_register_socket
> | yenta_socket: Unknown symbol pcmcia_socket_dev_resume
> | yenta_socket: Unknown symbol pcmcia_parse_events
> | yenta_socket: Unknown symbol pcmcia_socket_dev_suspend
> | yenta_socket: Unknown symbol pccard_nonstatic_ops
> | yenta_socket: Unknown symbol pcmcia_unregister_socket
> | kobject_register failed for pcmcia_core (-17)
> |  [<c021686b>] kobject_register+0x5b/0x70
> |  [<c0130620>] mod_sysfs_setup+0x50/0xb0
> |  [<c0131999>] load_module+0x959/0xaa0
> |  [<c0131b6b>] sys_init_module+0x5b/0x1a0
> |  [<c010300d>] sysenter_past_esp+0x52/0x75
> | pcmcia: Unknown symbol pcmcia_get_socket
> | pcmcia: Unknown symbol pcmcia_get_window
> | pcmcia: Unknown symbol pcmcia_suspend_card
> | pcmcia: Unknown symbol pcmcia_replace_cis
> [snip]
> 
> I had the same type of problem while loading modules.
> 
> Fixed this evening by the following patch :
> http://marc.theaimsgroup.com/?l=linux-kernel&m=110715631504335
> 
> - --
> laurent
> 

I can confirm that patch took care of a similar kobject_register failure in tulip 
on my test machine.

  reply	other threads:[~2005-02-01  1:30 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-29 21:11 2.6.11-rc2-mm2 Andrew Morton
2005-01-29 22:52 ` 2.6.11-rc2-mm2 Brice Goglin
2005-01-29 23:10 ` 2.6.11-rc2-mm2 Sean Neakums
2005-01-29 23:56   ` 2.6.11-rc2-mm2 Sean Neakums
2005-01-29 23:12 ` [patch 2.6.11-rc2-mm2] fix SERIAL_TXX9 dependencies Adrian Bunk
2005-01-29 23:16   ` Ralf Baechle
2005-01-30  0:15   ` [PATCH] Fix " Ralf Baechle
2005-01-30 13:05     ` Atsushi Nemoto
2005-01-30 15:45       ` Arnd Bergmann
2005-01-30 16:58         ` Ralf Baechle
2005-01-31  1:04           ` Atsushi Nemoto
2005-01-31 20:23           ` Arnd Bergmann
2005-01-31 20:53             ` Ralf Baechle
2005-01-31 21:29               ` Arnd Bergmann
2005-02-01  0:50             ` Atsushi Nemoto
2005-01-30 16:49       ` Ralf Baechle
2005-01-30  0:58 ` 2.6.11-rc2-mm2 - "freeing b_committed_data" Nathan Lynch
2005-01-30  1:06   ` Andrew Morton
2005-01-30  6:20 ` 2.6.11-rc2-mm2 Andrew Nelson
2005-01-30 11:03   ` 2.6.11-rc2-mm2 Rafael J. Wysocki
2005-01-31 21:15 ` 2.6.11-rc2-mm2 Andre Eisenbach
2005-01-31 21:46   ` 2.6.11-rc2-mm2 Laurent Riffard
2005-02-01  1:26     ` Jim Nelson [this message]
2005-02-01 17:25     ` 2.6.11-rc2-mm2 Andre Eisenbach
2005-02-01  9:17 ` 2.6.11-rc2-mm2 Nick Piggin
  -- strict thread matches above, loose matches on Subject: below --
2005-01-30  7:34 2.6.11-rc2-mm2 Paul Blazejowski
2005-01-30  7:56 ` 2.6.11-rc2-mm2 Andrew Morton
2005-01-30 10:54   ` 2.6.11-rc2-mm2 Christoph Hellwig
2005-01-30 10:57     ` 2.6.11-rc2-mm2 Christoph Hellwig
2005-01-30 12:00       ` 2.6.11-rc2-mm2 Adrian Bunk
2005-01-30 12:12         ` 2.6.11-rc2-mm2 Adrian Bunk
2005-01-30 20:35           ` 2.6.11-rc2-mm2 Paul Blazejowski
2005-01-30 23:00           ` 2.6.11-rc2-mm2 Roman Zippel
2005-01-30 23:10             ` 2.6.11-rc2-mm2 Adrian Bunk
2005-01-30 23:36               ` 2.6.11-rc2-mm2 Roman Zippel
2005-01-31  7:31                 ` 2.6.11-rc2-mm2 Christoph Hellwig
2005-01-31 15:10                 ` 2.6.11-rc2-mm2 Adrian Bunk
2005-01-31 15:16                   ` 2.6.11-rc2-mm2 Roman Zippel
2005-01-31 19:42                     ` 2.6.11-rc2-mm2 Adrian Bunk
2005-01-30 11:38   ` 2.6.11-rc2-mm2 Adrian Bunk
2005-01-31 14:51   ` 2.6.11-rc2-mm2 Christoph Hellwig
2005-01-30 20:45 ` 2.6.11-rc2-mm2 Paul Blazejowski
2005-01-31 19:37   ` 2.6.11-rc2-mm2 Chuck Harding

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=41FEDAA9.3070504@cwazy.co.uk \
    --to=james4765@cwazy.co.uk \
    --cc=akpm@osdl.org \
    --cc=laurent.riffard@free.fr \
    --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