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] [day] [month] [year] [list]
Date:	Thu, 12 Jul 2007 16:04:14 +0300
From:	"Pekka Enberg" <penberg@...helsinki.fi>
To:	"Martijn Uffing" <mp3project@...ijopen.student.utwente.nl>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: RFH: Converting a driver from semaphore to mutex in 2.6.21

On 7/12/07, Martijn Uffing <mp3project@...ijopen.student.utwente.nl> wrote:
> I must miss something really really obvious, but I really can't find it.

[snip]

> drivers/i2c/chips/bt869.c:63: error: field `update_lock' has incomplete type

[snip]

> @@ -59,7 +60,7 @@ struct bt869_data {
>         struct i2c_client client;
>         int sysctl_id;
>
> -       struct semaphore update_lock;
> +       struct mutex_debug update_lock;
                      ^^^^^^

s/struct mutex_debug/struct mutex/g. Follow-ups to
http://kernelnewbies.org/ please.

                                           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