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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 21 Nov 2006 23:45:48 -0800
From:	Randy Dunlap <rdunlap@...otime.net>
To:	mingo@...e.hu
Cc:	lkml <linux-kernel@...r.kernel.org>
Subject: local_bh_dis/enable warnings

Hi,

On UP (non-SMP) i386 builds (without DEBUG_SPINLOCK),
I see this warning:

drivers/input/ff-memless.c:384: warning: implicit declaration of function 'local_bh_disable'
drivers/input/ff-memless.c:393: warning: implicit declaration of function 'local_bh_enable'

How do we get these functions explicitly declared?
When I include linux/interrupt.h, I just get lots more errors,
although maybe it (only) needs types.h to fix most of those
(but I'm too sleepy to look right now :).

config attached.
---
~Randy

Download attachment "config-input-up-header" of type "application/octet-stream" (49021 bytes)

Powered by blists - more mailing lists