lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 27 Jul 2009 10:39:34 +0300
From:	Pekka Enberg <penberg@...helsinki.fi>
To:	Sebastian Andrzej Siewior <sebastian@...akpoint.cc>
CC:	linux-kernel@...r.kernel.org, npiggin@...e.de
Subject: Re: slqb enables interrupts very early

Sebastian Andrzej Siewior wrote:
> I've checkout slab-2.6/linux-next and noticed that the interrupts are
> enabled very early by accident. Please look at the following call stack:
> 
>     start_kernel()
>     kmem_cache_init()
>     kmem_cache_open()
>     down_write(&slqb_lock);
>     __down_write()
>     __down_write_nested()
> 
> Now, __down_write_nested() protects its internal structure the follwing
> way:
>     spin_lock_irq(&sem->wait_lock);
>     ...
>     spin_unlock_irq(&sem->wait_lock);
> 
> so once we return, we return with interrupts on.

Indeed. Nick, do we need to take ->slqb_lock in kmem_cache_open()? A 
quick read on the code suggests that we could just drop it.

			Pekka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ