diff for duplicates of <20190103143227.9138-3-jlee@suse.com> diff --git a/a/1.txt b/N1/1.txt index 632139f..3dcbc0f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -334,7 +334,7 @@ index 640b2034edd6..e817c035f378 100644 + memory_bm_position_reset(copy_bm); + for (;;) { + pfn = memory_bm_next_pfn(orig_bm); -+ if (unlikely(pfn = BM_END_OF_MAP)) ++ if (unlikely(pfn == BM_END_OF_MAP)) + break; + dst_pfn = memory_bm_next_pfn(copy_bm); + copy_data_page(dst_pfn, pfn); @@ -416,7 +416,7 @@ index 640b2034edd6..e817c035f378 100644 + memory_bm_position_reset(copy_bm); + for (;;) { + pfn = memory_bm_next_pfn(orig_bm); -+ if (unlikely(pfn = BM_END_OF_MAP)) ++ if (unlikely(pfn == BM_END_OF_MAP)) + break; + copy_data_page(memory_bm_next_pfn(copy_bm), pfn); + } @@ -444,7 +444,7 @@ index 640b2034edd6..e817c035f378 100644 - memory_bm_position_reset(copy_bm); - for(;;) { - pfn = memory_bm_next_pfn(orig_bm); -- if (unlikely(pfn = BM_END_OF_MAP)) +- if (unlikely(pfn == BM_END_OF_MAP)) - break; - copy_data_page(memory_bm_next_pfn(copy_bm), pfn); - } @@ -596,7 +596,7 @@ index 640b2034edd6..e817c035f378 100644 struct pbe *pbe; struct page *page; @@ -2530,6 +2868,9 @@ static void *get_buffer(struct memory_bitmap *bm, struct chain_allocator *ca) - if (pfn = BM_END_OF_MAP) + if (pfn == BM_END_OF_MAP) return ERR_PTR(-EFAULT); + if (pfn_out) @@ -650,7 +650,7 @@ index 640b2034edd6..e817c035f378 100644 if (handle->buffer != buffer) handle->sync_read = 0; + /* Capture the trampoline for transfer data */ -+ if (pfn = trampoline_pfn && trampoline_pfn) ++ if (pfn == trampoline_pfn && trampoline_pfn) + trampoline_buff = handle->buffer; + if (h_buf) + *(h_buf + (handle->cur - nr_meta_pages - 1)) = handle->buffer; diff --git a/a/content_digest b/N1/content_digest index b2f3c33..7c7d39d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190103143227.9138-1-jlee@suse.com\0" "From\0Lee, Chun-Yi <joeyli.kernel@gmail.com>\0" "Subject\0[PATCH 2/5] PM / hibernate: Generate and verify signature for snapshot image\0" - "Date\0Thu, 03 Jan 2019 14:32:24 +0000\0" + "Date\0Thu, 3 Jan 2019 22:32:24 +0800\0" "To\0Rafael J . Wysocki <rjw@rjwysocki.net>" " Pavel Machek <pavel@ucw.cz>\0" "Cc\0linux-kernel@vger.kernel.org" @@ -356,7 +356,7 @@ "+\tmemory_bm_position_reset(copy_bm);\n" "+\tfor (;;) {\n" "+\t\tpfn = memory_bm_next_pfn(orig_bm);\n" - "+\t\tif (unlikely(pfn = BM_END_OF_MAP))\n" + "+\t\tif (unlikely(pfn == BM_END_OF_MAP))\n" "+\t\t\tbreak;\n" "+\t\tdst_pfn = memory_bm_next_pfn(copy_bm);\n" "+\t\tcopy_data_page(dst_pfn, pfn);\n" @@ -438,7 +438,7 @@ "+\tmemory_bm_position_reset(copy_bm);\n" "+\tfor (;;) {\n" "+\t\tpfn = memory_bm_next_pfn(orig_bm);\n" - "+\t\tif (unlikely(pfn = BM_END_OF_MAP))\n" + "+\t\tif (unlikely(pfn == BM_END_OF_MAP))\n" "+\t\t\tbreak;\n" "+\t\tcopy_data_page(memory_bm_next_pfn(copy_bm), pfn);\n" "+\t}\n" @@ -466,7 +466,7 @@ "-\tmemory_bm_position_reset(copy_bm);\n" "-\tfor(;;) {\n" "-\t\tpfn = memory_bm_next_pfn(orig_bm);\n" - "-\t\tif (unlikely(pfn = BM_END_OF_MAP))\n" + "-\t\tif (unlikely(pfn == BM_END_OF_MAP))\n" "-\t\t\tbreak;\n" "-\t\tcopy_data_page(memory_bm_next_pfn(copy_bm), pfn);\n" "-\t}\n" @@ -618,7 +618,7 @@ " \tstruct pbe *pbe;\n" " \tstruct page *page;\n" "@@ -2530,6 +2868,9 @@ static void *get_buffer(struct memory_bitmap *bm, struct chain_allocator *ca)\n" - " \tif (pfn = BM_END_OF_MAP)\n" + " \tif (pfn == BM_END_OF_MAP)\n" " \t\treturn ERR_PTR(-EFAULT);\n" " \n" "+\tif (pfn_out)\n" @@ -672,7 +672,7 @@ " \t\tif (handle->buffer != buffer)\n" " \t\t\thandle->sync_read = 0;\n" "+\t\t/* Capture the trampoline for transfer data */\n" - "+\t\tif (pfn = trampoline_pfn && trampoline_pfn)\n" + "+\t\tif (pfn == trampoline_pfn && trampoline_pfn)\n" "+\t\t\ttrampoline_buff = handle->buffer;\n" "+\t\tif (h_buf)\n" "+\t\t\t*(h_buf + (handle->cur - nr_meta_pages - 1)) = handle->buffer;\n" @@ -743,4 +743,4 @@ "-- \n" 2.13.6 -002de93982dc7b893df38d4b4f82b8ad53aad83a26188eaf005082167404c1b9 +a5af250ce31fb046c24eff019bd9148b2a9f221825ff8e6c6e42224a0eaa4666
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.