public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* some missing spin_unlocks
@ 2005-08-22 22:26 Ted Unangst
  2005-08-23 16:46 ` David S. Miller
  2005-08-24 15:56 ` Lee Revell
  0 siblings, 2 replies; 8+ messages in thread
From: Ted Unangst @ 2005-08-22 22:26 UTC (permalink / raw)
  To: linux-kernel

I think these are all real bugs.

sound/synth/emux/emux_synth.c snd_emux_note_on, line 101
snd_assert will return without unlocking emu->voice_lock (line 89)

sound/pci/au88x0/au88x0_core.c vortex_adb_allocroute, search for EBUSY
returns without unlocking vortex->lock

net/rose/rose_route.c rose_route_frame, line 998
returns without unlocking rose_node_list_lock, rose_neigh_list_lock, or 
rose_route_list_lock

net/rose/rose_timer.c rose_heartbeat_expiry, line 141
rose_destroy_socket does not unlock sk as far as i can see

drivers/net/irda/donauboe.c toshoboe_net_ioctl, search for EPERM
returns without unlocking self->lock


-- 
Ted Unangst             www.coverity.com             Coverity, Inc.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-08-24 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-22 22:26 some missing spin_unlocks Ted Unangst
2005-08-23 16:46 ` David S. Miller
2005-08-23 16:54   ` Arjan van de Ven
2005-08-23 17:30     ` David S. Miller
2005-08-23 17:40       ` Arjan van de Ven
2005-08-23 17:46         ` David S. Miller
2005-08-24 15:56 ` Lee Revell
2005-08-24 17:01   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox