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, 7 Sep 2009 18:20:29 +0200
From:	Uwe Kleine-König 
	<u.kleine-koenig@...gutronix.de>
To:	Greg KH <greg@...ah.com>
Cc:	linux-kernel@...r.kernel.org, linux-rt@...gutronix.de,
	Thomas Gleixner <tglx@...utronix.de>
Subject: [RT + staging] buildfailures

Hello,

I just tried to compile 2.6.31-rc8-rt9 on amd64 and got the following
compiler errors in drivers/staging:

 - drivers/staging/comedi:

	  CC [M]  drivers/staging/comedi/drivers/quatech_daqp_cs.o
	drivers/staging/comedi/drivers/quatech_daqp_cs.c: In function ‘daqp_interrupt’:
	drivers/staging/comedi/drivers/quatech_daqp_cs.c:308: error: implicit declaration of function ‘up’
	drivers/staging/comedi/drivers/quatech_daqp_cs.c: In function ‘daqp_ai_insn_read’:
	drivers/staging/comedi/drivers/quatech_daqp_cs.c:421: error: implicit declaration of function ‘sema_init’
	drivers/staging/comedi/drivers/quatech_daqp_cs.c:434: error: implicit declaration of function ‘down_interruptible’

   Possible fix: #include <linux/semaphore.h> in
   drivers/staging/comedi/comedidev.h

 - drivers/staging/rt2870:
	  CC [M]  drivers/staging/rt2870/common/2870_rtmp_init.o
	drivers/staging/rt2870/common/2870_rtmp_init.c: In function ‘CreateThreads’:
	drivers/staging/rt2870/common/2870_rtmp_init.c:754: error: implicit declaration of function ‘semaphore_init_locked’

   with PREEMPT_RT semaphore_init_locked doesn't exist.  The driver
   needs to be converted to use mutexes instead.

   Hhhhm, tglx introduced these in

	041e313 (staging: Bulk convert the semaphore mess)

   !?

   drivers/staging/rt3070/common/2870_rtmp_init.c includes
   ../../rt2870/common/2870_rtmp_init.c, so RT3070 has the same problem.

Just to let you know ...

Best regards
Uwe

-- 
Pengutronix e.K.                              | Uwe Kleine-König            |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |
--
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