A recent cleanup removed some exported functions that were not
used anywhere, which in turn exposed the fact that some other
functions in the same file are only used in some configurations.
We now get a warning about them when CONFIG_HOTPLUG_CPU is
disabled:
kernel/padata.c:670:12: error: '__pada
Here's v2 of the patch with the reported errors fixed. It's still untested by
me, however.
David
---
KEYS: Provide keyctls to do public key operations
From: David Howells
Provide keyctl functions to do public key operations (sign, verify, encrypt
and decrypt) if the target key supports them, p
Mat Martineau wrote:
> > The interface for the active ops is a bit clunky as the syscall interface
> > doesn't provide sufficient argument space to pass everything I need to
> > specify. Some basic integer arguments are specified in a struct and more
> > complex options through a string of key=v
Соберем для Вас по интернет базу данных потенциальных клиентов для Вашего
Бизнеса.
По базе можно звонить, писать, слать факсы и email,
вести любые прямые активные продажи Ваших товаров и услуг
Узнайте подробнее по
тел +79133913837 (whatsapp,viber,telegram)
Skype: prodawez389
Email: ammanakuw-7
On Thu, Apr 14, 2016 at 10:03:48PM +0800, Nicolas Boichat wrote:
>
> We've run into the following lockdep warning while using a system with
> ecryptfs, under heavy memory pressure.
>
> If I understand the issue correctly,
> fs/ecryptfs/crypto.c:ecryptfs_calculate_md5:
> - Locks &crypt_stat->cs_h