+ crc32-add-help-text-for-the-algorithm-select-option.patch added to -mm tree
The patch titled
Subject: crc32: add help text for the algorithm select option
has been added to the -mm tree. Its filename is
crc32-add-help-text-for-the-algorithm-select-option.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
The -mm tree is included into linux-next and is updated
there every 3-4 working days
------------------------------------------------------
From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Subject: crc32: add help text for the algorithm select option
Add help text to the crc32 algorithm selection option in Kconfig.
Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx>
Reported-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---
lib/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff -puN lib/Kconfig~crc32-add-help-text-for-the-algorithm-select-option lib/Kconfig
--- a/lib/Kconfig~crc32-add-help-text-for-the-algorithm-select-option
+++ a/lib/Kconfig
@@ -84,6 +84,10 @@ choice
prompt "CRC32 implementation"
depends on CRC32
default CRC32_SLICEBY8
+ help
+ This option allows a kernel builder to override the default choice
+ of CRC32 algorithm. Choose the default ("slice by 8") unless you
+ know that you need one of the others.
config CRC32_SLICEBY8
bool "Slice by 8 bytes"
_
Subject: Subject: crc32: add help text for the algorithm select option
Patches currently in -mm which might be from djwong@xxxxxxxxxx are
origin.patch
crc32-add-help-text-for-the-algorithm-select-option.patch
linux-next.patch
--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Newbies FAQ]
[Kernel Archive]
[IETF Annouce]
[DCCP]
[Netdev]
[Networking]
[Security]
[Bugtraq]
[Photo]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Linux SCSI]
[Linux Resources]