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>] [day] [month] [year] [list]
Message-ID: <20170327124630.GD6071@quack2.suse.cz>
Date:   Mon, 27 Mar 2017 14:46:30 +0200
From:   Jan Kara <jack@...e.cz>
To:     Corcodel Marian <asd@...ian1000.go.ro>
Cc:     Jan Kara <jack@...e.com>, linux-kernel@...r.kernel.org
Subject: Re: Remove inline declarations.

On Sat 25-03-17 17:51:14, Corcodel Marian wrote:
> Inline declarations on  include/linux/quota.h suppress errors message on
> compiler.
> 
> 
> special on dquot_state_types :
> 
> unsigned dquot_state_types(unsigned flags, unsigned flag)
> {
>         //BUILD_BUG_ON_NOT_POWER_OF_2(flag);
>         return (flags / flag) & ((1 << MAXQUOTAS) - 1);
> }
> 
> Looking here for more  info : https://sourceforge.net/projects/marnux/

Sorry but I don't get what you are speaking about. Can you be more
specific?

								Honza

-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ