All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20171011204809.GD8207@mail.hallyn.com>

diff --git a/a/1.txt b/N1/1.txt
index e5e2413..0a1be2a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ in the wrong place, can you pull it into the security tree?
 thanks,
 -serge
 
-Quoting Serge E. Hallyn (serge@hallyn.com):
+Quoting Serge E. Hallyn (serge at hallyn.com):
 > On Mon, Sep 04, 2017 at 06:50:05PM +0100, Colin King wrote:
 > > From: Colin Ian King <colin.king@canonical.com>
 > > 
@@ -48,6 +48,10 @@ Quoting Serge E. Hallyn (serge@hallyn.com):
 > > +	fs_ns = inode->i_sb->s_user_ns;
 > >  	size = __vfs_getxattr((struct dentry *)dentry, inode,
 > >  			      XATTR_NAME_CAPS, &data, XATTR_CAPS_SZ);
-> >  	if (size = -ENODATA || size = -EOPNOTSUPP)
+> >  	if (size == -ENODATA || size == -EOPNOTSUPP)
 > > -- 
 > > 2.14.1
+--
+To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
+the body of a message to majordomo at vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 7d5d7d6..423a4b4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\020170904175005.29871-1-colin.king@canonical.com\0"
  "ref\020170904185339.GA11576@mail.hallyn.com\0"
- "From\0Serge E. Hallyn <serge@hallyn.com>\0"
- "Subject\0Re: [PATCH][capabilities-next] commoncap: move assignment of fs_ns to avoid null pointer dereference\0"
- "Date\0Wed, 11 Oct 2017 20:48:09 +0000\0"
+ "From\0serge@hallyn.com (Serge E. Hallyn)\0"
+ "Subject\0[PATCH][capabilities-next] commoncap: move assignment of fs_ns to avoid null pointer dereference\0"
+ "Date\0Wed, 11 Oct 2017 15:48:09 -0500\0"
  "To\0linux-security-module@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
@@ -14,7 +14,7 @@
  "thanks,\n"
  "-serge\n"
  "\n"
- "Quoting Serge E. Hallyn (serge@hallyn.com):\n"
+ "Quoting Serge E. Hallyn (serge at hallyn.com):\n"
  "> On Mon, Sep 04, 2017 at 06:50:05PM +0100, Colin King wrote:\n"
  "> > From: Colin Ian King <colin.king@canonical.com>\n"
  "> > \n"
@@ -56,8 +56,12 @@
  "> > +\tfs_ns = inode->i_sb->s_user_ns;\n"
  "> >  \tsize = __vfs_getxattr((struct dentry *)dentry, inode,\n"
  "> >  \t\t\t      XATTR_NAME_CAPS, &data, XATTR_CAPS_SZ);\n"
- "> >  \tif (size = -ENODATA || size = -EOPNOTSUPP)\n"
+ "> >  \tif (size == -ENODATA || size == -EOPNOTSUPP)\n"
  "> > -- \n"
- > > 2.14.1
+ "> > 2.14.1\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n"
+ "the body of a message to majordomo at vger.kernel.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-39b914ce8452a8ca81c2acfa7f2e260c65ce2d87f5306619b6f07b08e8caca2b
+47ff823bf2995c0ad4561ff7c0d64a1af044b0cfffd7b71fe267df1f7fac9aaf

diff --git a/a/1.txt b/N2/1.txt
index e5e2413..677097a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -48,6 +48,6 @@ Quoting Serge E. Hallyn (serge@hallyn.com):
 > > +	fs_ns = inode->i_sb->s_user_ns;
 > >  	size = __vfs_getxattr((struct dentry *)dentry, inode,
 > >  			      XATTR_NAME_CAPS, &data, XATTR_CAPS_SZ);
-> >  	if (size = -ENODATA || size = -EOPNOTSUPP)
+> >  	if (size == -ENODATA || size == -EOPNOTSUPP)
 > > -- 
 > > 2.14.1
diff --git a/a/content_digest b/N2/content_digest
index 7d5d7d6..44bf22b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,8 +2,13 @@
  "ref\020170904185339.GA11576@mail.hallyn.com\0"
  "From\0Serge E. Hallyn <serge@hallyn.com>\0"
  "Subject\0Re: [PATCH][capabilities-next] commoncap: move assignment of fs_ns to avoid null pointer dereference\0"
- "Date\0Wed, 11 Oct 2017 20:48:09 +0000\0"
- "To\0linux-security-module@vger.kernel.org\0"
+ "Date\0Wed, 11 Oct 2017 15:48:09 -0500\0"
+ "To\0Serge E. Hallyn <serge@hallyn.com>\0"
+ "Cc\0Colin King <colin.king@canonical.com>"
+  James Morris <james.l.morris@oracle.com>
+  linux-security-module@vger.kernel.org
+  kernel-janitors@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi James,\n"
@@ -56,8 +61,8 @@
  "> > +\tfs_ns = inode->i_sb->s_user_ns;\n"
  "> >  \tsize = __vfs_getxattr((struct dentry *)dentry, inode,\n"
  "> >  \t\t\t      XATTR_NAME_CAPS, &data, XATTR_CAPS_SZ);\n"
- "> >  \tif (size = -ENODATA || size = -EOPNOTSUPP)\n"
+ "> >  \tif (size == -ENODATA || size == -EOPNOTSUPP)\n"
  "> > -- \n"
  > > 2.14.1
 
-39b914ce8452a8ca81c2acfa7f2e260c65ce2d87f5306619b6f07b08e8caca2b
+9356f14c23e965d42ed0068f9437e23dec4b3c553535ea1d23d7e681ffe205a8

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.