[libvirt] [PATCH] docs: Fix documentation related to memory locking

Nitesh Konkar posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170726095425.14019-1-niteshkonkar.libvirt@gmail.com
docs/formatdomain.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] docs: Fix documentation related to memory locking
Posted by Nitesh Konkar 6 years, 8 months ago
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
---
 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index bceddd2..91195be 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -964,7 +964,7 @@
         option opens up to a potential security risk: the host will be unable
         to reclaim the locked memory back from the guest when it's running out
         of memory, which means a malicious guest allocating large amounts of
-        locked memory could cause a denial-of-service attach on the host.
+        locked memory could cause a denial-of-service attack on the host.
         Because of this, using this option is discouraged unless your workload
         demands it; even then, it's highly recommended to set an
         <code>hard_limit</code> (see
-- 
2.9.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Fix documentation related to memory locking
Posted by Ján Tomko 6 years, 8 months ago
On Wed, Jul 26, 2017 at 03:24:25PM +0530, Nitesh Konkar wrote:
>Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
>---
> docs/formatdomain.html.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

ACK and pushed with slight commit summary tuning.

Jan
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list