[dm-devel] [git pull] device mapper changes for 4.12

Linus Torvalds torvalds at linux-foundation.org
Wed May 3 17:51:55 UTC 2017


On Tue, May 2, 2017 at 11:58 AM, Mike Snitzer <snitzer at redhat.com> wrote:
>
> - Add a new DM integrity target that emulates a block device that has
>   additional per-sector tags that can be used for storing integrity
>   information.

So this one comes with a nice documentation file and everything, but
let me just quote all the help that you give users when faced with the
CONFIG_DM_INTEGRITY choice:

    CONFIG_DM_INTEGRITY:

    This is the integrity target.

That's it. Not really very helpful.

The kernel configuration phase is already likely the most frustrating
part of building your own kernel, it's really worth trying to make it
a *bit* less frustrating than this.

Even just a stupid little blurb that says

   "Emulates a block device that has additional per-sector tags that can
    be used for storing integrity information.

    If you're not sure, you can probably just say 'n'"

or something like that. People who use this likely know they use it,
and it should lower the stress level for others.

                   Linus




More information about the dm-devel mailing list