All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20171017091956.GA21124@rei>

diff --git a/a/1.txt b/N1/1.txt
index e533604..3123c10 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,12 +18,12 @@ Generally it's supposed to be used as:
 
 	SAFE_WAIT(&status);
 
-	if (WIFEXITED(status) && WEXITSTATUS(status) = 0) {
+	if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
 		tst_res(TPASS, ...);
 		return;
 	}
 
-	if (WIFSIGNALED(status) && WTERMSIG(status) = SIGKILL) {
+	if (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) {
 		tst_res(TFAIL, ...);
 		return;
 	}
diff --git a/a/content_digest b/N1/content_digest
index e083289..d3b53b4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,11 @@
+ "ref\020171012204227.116510-1-ebiggers3@gmail.com\0"
+ "ref\020171012204227.116510-4-ebiggers3@gmail.com\0"
  "ref\020171016102259.GB29957@rei\0"
+ "ref\020171016194748.GE121701@gmail.com\0"
  "From\0Cyril Hrubis <chrubis@suse.cz>\0"
- "Subject\0Re: [LTP] [PATCH v2 3/4] syscalls/keyctl07: new test for oops when reading negative key\0"
- "Date\0Tue, 17 Oct 2017 09:19:56 +0000\0"
- "To\0keyrings@vger.kernel.org\0"
+ "Subject\0[LTP] [PATCH v2 3/4] syscalls/keyctl07: new test for oops when reading negative key\0"
+ "Date\0Tue, 17 Oct 2017 11:19:56 +0200\0"
+ "To\0ltp@lists.linux.it\0"
  "\00:1\0"
  "b\0"
  "Hi!\n"
@@ -25,12 +28,12 @@
  "\n"
  "\tSAFE_WAIT(&status);\n"
  "\n"
- "\tif (WIFEXITED(status) && WEXITSTATUS(status) = 0) {\n"
+ "\tif (WIFEXITED(status) && WEXITSTATUS(status) == 0) {\n"
  "\t\ttst_res(TPASS, ...);\n"
  "\t\treturn;\n"
  "\t}\n"
  "\n"
- "\tif (WIFSIGNALED(status) && WTERMSIG(status) = SIGKILL) {\n"
+ "\tif (WIFSIGNALED(status) && WTERMSIG(status) == SIGKILL) {\n"
  "\t\ttst_res(TFAIL, ...);\n"
  "\t\treturn;\n"
  "\t}\n"
@@ -51,4 +54,4 @@
  "Cyril Hrubis\n"
  chrubis@suse.cz
 
-e413e2690ccd2cad15bd91f239c508b10991094b525f918d6c5313e894048dc2
+f6c47310a64b42ac2af4206ba8143c1c802c6e64e88f339232bb318ebc8f7c46

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.