linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update CONFIG_DM_CRYPT help-text link
@ 2014-12-15 20:23 Loic Pefferkorn
  2014-12-15 20:30 ` NeilBrown
  0 siblings, 1 reply; 3+ messages in thread
From: Loic Pefferkorn @ 2014-12-15 20:23 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, linux-kernel

Hello,

This patch fixes the obsolete help-text link of CONFIG_DM_CRYPT.
Applies against next-20141215.

Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=75111

Signed-off-by: Loic Pefferkorn <loic@loicp.eu>
---
 drivers/md/Kconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 5bdedf6..09c89a4b 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -230,9 +230,8 @@ config DM_CRYPT
 	  transparently encrypts the data on it. You'll need to activate
 	  the ciphers you're going to use in the cryptoapi configuration.
 
-	  Information on how to use dm-crypt can be found on
-
-	  <http://www.saout.de/misc/dm-crypt/>
+	  For further information on dm-crypt and userspace tools see:
+	  <http://code.google.com/p/cryptsetup/wiki/DMCrypt>
 
 	  To compile this code as a module, choose M here: the module will
 	  be called dm-crypt.
-- 
2.1.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Update CONFIG_DM_CRYPT help-text link
  2014-12-15 20:23 [PATCH] Update CONFIG_DM_CRYPT help-text link Loic Pefferkorn
@ 2014-12-15 20:30 ` NeilBrown
  2014-12-15 21:11   ` Loic Pefferkorn
  0 siblings, 1 reply; 3+ messages in thread
From: NeilBrown @ 2014-12-15 20:30 UTC (permalink / raw)
  To: Loic Pefferkorn; +Cc: linux-raid, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1818 bytes --]

On Mon, 15 Dec 2014 21:23:35 +0100 Loic Pefferkorn <loic@loicp.eu> wrote:

> Hello,
> 
> This patch fixes the obsolete help-text link of CONFIG_DM_CRYPT.
> Applies against next-20141215.

Please direct this according to:

DEVICE-MAPPER  (LVM)
M:	Alasdair Kergon <agk@redhat.com>
M:	Mike Snitzer <snitzer@redhat.com>
M:	dm-devel@redhat.com
L:	dm-devel@redhat.com
W:	http://sources.redhat.com/dm
Q:	http://patchwork.kernel.org/project/dm-devel/list/
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
T:	quilt http://people.redhat.com/agk/patches/linux/editing/
S:	Maintained
F:	Documentation/device-mapper/
F:	drivers/md/dm*
F:	drivers/md/persistent-data/
F:	include/linux/device-mapper.h
F:	include/linux/dm-*.h
F:	include/uapi/linux/dm-*.h

I guess get-maintainer.pl doesn't cope when when on file has separate parts
which are separately maintained.

Thanks,
NeilBrown


> 
> Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=75111
> 
> Signed-off-by: Loic Pefferkorn <loic@loicp.eu>
> ---
>  drivers/md/Kconfig | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
> index 5bdedf6..09c89a4b 100644
> --- a/drivers/md/Kconfig
> +++ b/drivers/md/Kconfig
> @@ -230,9 +230,8 @@ config DM_CRYPT
>  	  transparently encrypts the data on it. You'll need to activate
>  	  the ciphers you're going to use in the cryptoapi configuration.
>  
> -	  Information on how to use dm-crypt can be found on
> -
> -	  <http://www.saout.de/misc/dm-crypt/>
> +	  For further information on dm-crypt and userspace tools see:
> +	  <http://code.google.com/p/cryptsetup/wiki/DMCrypt>
>  
>  	  To compile this code as a module, choose M here: the module will
>  	  be called dm-crypt.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Update CONFIG_DM_CRYPT help-text link
  2014-12-15 20:30 ` NeilBrown
@ 2014-12-15 21:11   ` Loic Pefferkorn
  0 siblings, 0 replies; 3+ messages in thread
From: Loic Pefferkorn @ 2014-12-15 21:11 UTC (permalink / raw)
  To: NeilBrown; +Cc: linux-raid, linux-kernel

On Tue, Dec 16, 2014 at 07:30:37AM +1100, NeilBrown wrote:
> 
> Please direct this according to:
> 
> DEVICE-MAPPER  (LVM)
> M:	Alasdair Kergon <agk@redhat.com>
> M:	Mike Snitzer <snitzer@redhat.com>
> M:	dm-devel@redhat.com
> L:	dm-devel@redhat.com
> W:	http://sources.redhat.com/dm
> Q:	http://patchwork.kernel.org/project/dm-devel/list/
> T:	git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
> T:	quilt http://people.redhat.com/agk/patches/linux/editing/
> S:	Maintained
> F:	Documentation/device-mapper/
> F:	drivers/md/dm*
> F:	drivers/md/persistent-data/
> F:	include/linux/device-mapper.h
> F:	include/linux/dm-*.h
> F:	include/uapi/linux/dm-*.h
> 
> I guess get-maintainer.pl doesn't cope when when on file has separate parts
> which are separately maintained.
> 
> Thanks,
> NeilBrown

I will do that, thanks for the info!

-- 
Cheers,
Loïc


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-15 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-15 20:23 [PATCH] Update CONFIG_DM_CRYPT help-text link Loic Pefferkorn
2014-12-15 20:30 ` NeilBrown
2014-12-15 21:11   ` Loic Pefferkorn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).