All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100713101906.2835.83443.sendpatchset@danny.redhat>

diff --git a/a/1.txt b/N1/1.txt
index aa49eb1..8cb78da 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,9 +28,3 @@ index 3662b0f..9029395 100644
  
 -- 
 1.7.1.1
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N1/content_digest
index d7bc93e..a66db7f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -45,12 +45,6 @@
  " \t\tgoto out;\n"
  " \n"
  "-- \n"
- "1.7.1.1\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
+ 1.7.1.1
 
-d98d652644ceed6a39ef6191f0e96e0308b8b1114ff31ebe0b80c69974e345f4
+7081960eb2cca6283058429d626fbb0f99f912e8aab27392cca010d4b8fb0dab

diff --git a/a/1.txt b/N2/1.txt
index aa49eb1..8b13789 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,36 +1 @@
->From 6c3a91091b2910c23908a9f9953efcf3df14e522 Mon Sep 17 00:00:00 2001
-From: Xiaotian Feng <dfeng@redhat.com>
-Date: Tue, 13 Jul 2010 11:02:41 +0800
-Subject: [PATCH 12/30] selinux: tag avc cache alloc as non-critical
 
-Failing to allocate a cache entry will only harm performance not correctness.
-Do not consume valuable reserve pages for something like that.
-
-Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
-Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
-Signed-off-by: Xiaotian Feng <dfeng@redhat.com>
----
- security/selinux/avc.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/security/selinux/avc.c b/security/selinux/avc.c
-index 3662b0f..9029395 100644
---- a/security/selinux/avc.c
-+++ b/security/selinux/avc.c
-@@ -284,7 +284,7 @@ static struct avc_node *avc_alloc_node(void)
- {
- 	struct avc_node *node;
- 
--	node = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC);
-+	node = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC|__GFP_NOMEMALLOC);
- 	if (!node)
- 		goto out;
- 
--- 
-1.7.1.1
-
---
-To unsubscribe, send a message with 'unsubscribe linux-mm' in
-the body to majordomo@kvack.org.  For more info on Linux MM,
-see: http://www.linux-mm.org/ .
-Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N2/content_digest
index d7bc93e..4a640b4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -16,41 +16,5 @@
  " davem@davemloft.net\0"
  "\00:1\0"
  "b\0"
- ">From 6c3a91091b2910c23908a9f9953efcf3df14e522 Mon Sep 17 00:00:00 2001\n"
- "From: Xiaotian Feng <dfeng@redhat.com>\n"
- "Date: Tue, 13 Jul 2010 11:02:41 +0800\n"
- "Subject: [PATCH 12/30] selinux: tag avc cache alloc as non-critical\n"
- "\n"
- "Failing to allocate a cache entry will only harm performance not correctness.\n"
- "Do not consume valuable reserve pages for something like that.\n"
- "\n"
- "Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>\n"
- "Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>\n"
- "Signed-off-by: Xiaotian Feng <dfeng@redhat.com>\n"
- "---\n"
- " security/selinux/avc.c |    2 +-\n"
- " 1 files changed, 1 insertions(+), 1 deletions(-)\n"
- "\n"
- "diff --git a/security/selinux/avc.c b/security/selinux/avc.c\n"
- "index 3662b0f..9029395 100644\n"
- "--- a/security/selinux/avc.c\n"
- "+++ b/security/selinux/avc.c\n"
- "@@ -284,7 +284,7 @@ static struct avc_node *avc_alloc_node(void)\n"
- " {\n"
- " \tstruct avc_node *node;\n"
- " \n"
- "-\tnode = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC);\n"
- "+\tnode = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC|__GFP_NOMEMALLOC);\n"
- " \tif (!node)\n"
- " \t\tgoto out;\n"
- " \n"
- "-- \n"
- "1.7.1.1\n"
- "\n"
- "--\n"
- "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
- "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
- "see: http://www.linux-mm.org/ .\n"
- "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-d98d652644ceed6a39ef6191f0e96e0308b8b1114ff31ebe0b80c69974e345f4
+dc254405117ff2df38ef9f3f2a61d8f99fd6b91aaa63097af93574411069e0b6

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.