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:   Tue, 2 Aug 2022 17:07:56 +0300
From:   Konstantin Shelekhin <k.shelekhin@...ro.com>
To:     <ojeda@...nel.org>
CC:     <linux-kernel@...r.kernel.org>, <rust-for-linux@...r.kernel.org>
Subject: Re: [PATCH v8 28/31] samples: add Rust examples

> +module! {
> +    type: RustSemaphore,
> +    name: b"rust_semaphore",
> +    author: b"Rust for Linux Contributors",
> +    description: b"Rust semaphore sample",
> +    license: b"GPL",
> +}

A minor neat, but ain't it possible to use &str here in order to drop
this ugly binary string prefix?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ