diff for duplicates of <20180423175216.GA16904@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 6643647..a709dca 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -On Mon, Apr 23, 2018 at 11:33:31AM -0600, Tom Hromatka wrote: +On Mon, Apr 23, 2018@11:33:31AM -0600, Tom Hromatka wrote: > SPARC M7 and newer processors utilize ADI to version and > protect memory. This driver is capable of reading/writing > ADI/MCD versions from privileged user space processes. diff --git a/a/content_digest b/N1/content_digest index e9b36ce..afec63b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,11 @@ "ref\020180423173332.561489-1-tom.hromatka@oracle.com\0" "ref\020180423173332.561489-2-tom.hromatka@oracle.com\0" - "From\0gregkh at linuxfoundation.org (Greg KH)\0" + "From\0gregkh@linuxfoundation.org (Greg KH)\0" "Subject\0[PATCH v5 1/2] char: sparc64: Add privileged ADI driver\0" "Date\0Mon, 23 Apr 2018 19:52:16 +0200\0" "\00:1\0" "b\0" - "On Mon, Apr 23, 2018 at 11:33:31AM -0600, Tom Hromatka wrote:\n" + "On Mon, Apr 23, 2018@11:33:31AM -0600, Tom Hromatka wrote:\n" "> SPARC M7 and newer processors utilize ADI to version and\n" "> protect memory. This driver is capable of reading/writing\n" "> ADI/MCD versions from privileged user space processes.\n" @@ -258,4 +258,4 @@ "the body of a message to majordomo at vger.kernel.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -ac39cb1d146de8a83e677c549644824a674be08be7fa7971f21f095a475c2988 +570636efdf22d3c3da3e51963841fbdf185fde662be4031dacbbaea344b39866
diff --git a/a/1.txt b/N2/1.txt index 6643647..9d56ef6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -213,7 +213,7 @@ Are you sure ret fits in 8 bits here? > + /* unsupported */ > + return -EINVAL; > + case SEEK_CUR: -> + if (offset == 0) +> + if (offset = 0) > + return file->f_pos; > + > + offset += file->f_pos; @@ -238,7 +238,7 @@ Anyway, just tiny questions, all are trivial and not really a big deal if you have tested it on your hardware. I'm guessing this will go through the SPARC tree? If so feel free to add: - Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> + Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Or if you want/need me to take it through my char/misc tree, just let me know and I can. @@ -246,7 +246,3 @@ know and I can. thanks, greg k-h --- -To unsubscribe from this list: send the line "unsubscribe linux-kselftest" 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/N2/content_digest index e9b36ce..d4ae554 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,9 @@ "ref\020180423173332.561489-1-tom.hromatka@oracle.com\0" "ref\020180423173332.561489-2-tom.hromatka@oracle.com\0" - "From\0gregkh at linuxfoundation.org (Greg KH)\0" - "Subject\0[PATCH v5 1/2] char: sparc64: Add privileged ADI driver\0" - "Date\0Mon, 23 Apr 2018 19:52:16 +0200\0" + "From\0Greg KH <gregkh@linuxfoundation.org>\0" + "Subject\0Re: [PATCH v5 1/2] char: sparc64: Add privileged ADI driver\0" + "Date\0Mon, 23 Apr 2018 17:52:16 +0000\0" + "To\0sparclinux@vger.kernel.org\0" "\00:1\0" "b\0" "On Mon, Apr 23, 2018 at 11:33:31AM -0600, Tom Hromatka wrote:\n" @@ -220,7 +221,7 @@ "> +\t\t/* unsupported */\n" "> +\t\treturn -EINVAL;\n" "> +\tcase SEEK_CUR:\n" - "> +\t\tif (offset == 0)\n" + "> +\t\tif (offset = 0)\n" "> +\t\t\treturn file->f_pos;\n" "> +\n" "> +\t\toffset += file->f_pos;\n" @@ -245,17 +246,13 @@ "if you have tested it on your hardware. I'm guessing this will go\n" "through the SPARC tree? If so feel free to add:\n" "\n" - "\tReviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>\n" + "\tReviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>\n" "\n" "Or if you want/need me to take it through my char/misc tree, just let me\n" "know and I can.\n" "\n" "thanks,\n" "\n" - "greg k-h\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" 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 + greg k-h -ac39cb1d146de8a83e677c549644824a674be08be7fa7971f21f095a475c2988 +31614df6907103a94361625d586bec894bdcebff62a36c1290d065ab07409cab
diff --git a/a/1.txt b/N3/1.txt index 6643647..353df5b 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -238,7 +238,7 @@ Anyway, just tiny questions, all are trivial and not really a big deal if you have tested it on your hardware. I'm guessing this will go through the SPARC tree? If so feel free to add: - Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org> + Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Or if you want/need me to take it through my char/misc tree, just let me know and I can. @@ -246,7 +246,3 @@ know and I can. thanks, greg k-h --- -To unsubscribe from this list: send the line "unsubscribe linux-kselftest" 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/N3/content_digest index e9b36ce..139bda3 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,8 +1,19 @@ "ref\020180423173332.561489-1-tom.hromatka@oracle.com\0" "ref\020180423173332.561489-2-tom.hromatka@oracle.com\0" - "From\0gregkh at linuxfoundation.org (Greg KH)\0" - "Subject\0[PATCH v5 1/2] char: sparc64: Add privileged ADI driver\0" + "From\0Greg KH <gregkh@linuxfoundation.org>\0" + "Subject\0Re: [PATCH v5 1/2] char: sparc64: Add privileged ADI driver\0" "Date\0Mon, 23 Apr 2018 19:52:16 +0200\0" + "To\0Tom Hromatka <tom.hromatka@oracle.com>\0" + "Cc\0davem@davemloft.net" + sparclinux@vger.kernel.org + arnd@arndb.de + linux-kernel@vger.kernel.org + shuah@kernel.org + linux-kselftest@vger.kernel.org + allen.pais@oracle.com + khalid.aziz@oracle.com + shannon.nelson@oracle.com + " anthony.yznaga@oracle.com\0" "\00:1\0" "b\0" "On Mon, Apr 23, 2018 at 11:33:31AM -0600, Tom Hromatka wrote:\n" @@ -245,17 +256,13 @@ "if you have tested it on your hardware. I'm guessing this will go\n" "through the SPARC tree? If so feel free to add:\n" "\n" - "\tReviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>\n" + "\tReviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>\n" "\n" "Or if you want/need me to take it through my char/misc tree, just let me\n" "know and I can.\n" "\n" "thanks,\n" "\n" - "greg k-h\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" 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 + greg k-h -ac39cb1d146de8a83e677c549644824a674be08be7fa7971f21f095a475c2988 +a8ff908f039eb691793a26b977304a24c7278874faa8b57b22eed0339a2b06ba
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.