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-next>] [day] [month] [year] [list]
Date:	Sun, 25 Mar 2012 11:35:25 +0200
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	"Darrick J. Wong" <djwong@...ibm.com>
Cc:	<linux-kernel@...r.kernel.org>
Subject: lib/crc32: new Kconfig prompt without help text

Hi Darrick,

the new prompt "CRC32 implementation" doesn't have an own help text, only
its subsequent options have.  This is fine with a configurator like
xconfig.  But "make oldconfig" only shows help text at the choice itself,
not at the options:

$ make oldconfig
[...]
> CRC32/CRC32c functions (CRC32) [Y/?] y
>   CRC32 perform self test on init (CRC32_SELFTEST) [N/y/?] (NEW) 
>   CRC32 implementation
>   > 1. Slice by 8 bytes (CRC32_SLICEBY8) (NEW)
>     2. Slice by 4 bytes (CRC32_SLICEBY4) (NEW)
>     3. Sarwate's Algorithm (one byte at a time) (CRC32_SARWATE) (NEW)
>     4. Classic Algorithm (one bit at a time) (CRC32_BIT) (NEW)
>   choice[1-4]: ?
> 
> There is no help available for this option.

-- 
Stefan Richter
-=====-===-- --== ==--=
http://arcgraph.de/sr/
--
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