diff for duplicates of <20160515041426.2280.92697.stgit@mars> diff --git a/a/1.txt b/N1/1.txt index 33b11e9..188ce3c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -320,7 +320,8 @@ index 84fb4fc..cfb4a42 100644 + if (paca[first_cpu].sibling_subcore_state) + continue; + -+ sibling_subcore_state + kmalloc_node(sizeof(struct sibling_subcore_state), ++ sibling_subcore_state = ++ kmalloc_node(sizeof(struct sibling_subcore_state), + GFP_KERNEL, node); + if (!sibling_subcore_state) + return -ENOMEM; @@ -502,7 +503,7 @@ index 93b5f5c..0fa70a9 100644 + * return true. For rest all other subcores + * kvmppc_tb_resync_required() will return false. + * -+ * If resync_req = true, then this thread is responsible to ++ * If resync_req == true, then this thread is responsible to + * initiate TB resync after hmi handler has completed. + * All other threads on this core will wait until this thread + * clears the resync required bit flag. diff --git a/a/content_digest b/N1/content_digest index a53f36c..0877f7e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160515041413.2280.747.stgit@mars\0" "From\0Mahesh J Salgaonkar <mahesh@linux.vnet.ibm.com>\0" "Subject\0[PATCH v2 2/2] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.\0" - "Date\0Sun, 15 May 2016 04:26:26 +0000\0" + "Date\0Sun, 15 May 2016 09:44:26 +0530\0" "To\0linuxppc-dev <linuxppc-dev@ozlabs.org>" Paul Mackerras <paulus@samba.org> " Michael Ellerman <mpe@ellerman.id.au>\0" @@ -331,7 +331,8 @@ "+\t\tif (paca[first_cpu].sibling_subcore_state)\n" "+\t\t\tcontinue;\n" "+\n" - "+\t\tsibling_subcore_state +\t\t\tkmalloc_node(sizeof(struct sibling_subcore_state),\n" + "+\t\tsibling_subcore_state =\n" + "+\t\t\tkmalloc_node(sizeof(struct sibling_subcore_state),\n" "+\t\t\t\t\t\t\tGFP_KERNEL, node);\n" "+\t\tif (!sibling_subcore_state)\n" "+\t\t\treturn -ENOMEM;\n" @@ -513,7 +514,7 @@ "+\t * return true. For rest all other subcores\n" "+\t * kvmppc_tb_resync_required() will return false.\n" "+\t *\n" - "+\t * If resync_req = true, then this thread is responsible to\n" + "+\t * If resync_req == true, then this thread is responsible to\n" "+\t * initiate TB resync after hmi handler has completed.\n" "+\t * All other threads on this core will wait until this thread\n" "+\t * clears the resync required bit flag.\n" @@ -680,4 +681,4 @@ " * Determine what sort of external interrupt is pending (if any).\n" * Returns: -043e32b667b60c96c6ad14a924c3f0bb7b867ba9cafda9164d3b7a83a5c22574 +ec0f3b8bb1a6f217052d489ad1d9fe9d2f55c582cc3926675825abb649c74bb3
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.