diff for duplicates of <cover.1785871099.git.skb99@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 64bcdc6..a94ddaa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,8 @@ disassembly output. The first two patches fix issues in powerpc instruction disassembly that were causing test flow failures. The fix is common for 64-bit & 32-bit powerpc. Add support for the powerpc-specific "__powerpc64" architecture tag in the third patch, enabling proper test filtering in -verifier test files. Introduce verifier testcases for tailcalls on powerpc64. +verifier test files. Introduce verifier testcases for tailcalls on +powerpc64. The first patch in series is fix patch, correcting memory alignment with 8-byte boundary for long branch address field. The subsequent patches @@ -121,6 +122,12 @@ Issue Details: [1] https://lore.kernel.org/all/20241030070850.1361304-18-hbathini@linux.ibm.com +v10->v11: + Moved function prototype change from patch 2 to patch 1 + Fixed commit message for patch 1 and patch 4 + Fixed extable entry generation condition + Added reviewed and acked tags by Hari + v9->v10: Modified expected JIT instruction in selftest for CONFIG_PPC_KERNEL_PCREL incase of PPC_LI64 instruction. @@ -175,6 +182,7 @@ v1->v2: [v7]: https://lore.kernel.org/bpf/20260611153826.31187-1-adubey@linux.ibm.com [v8]: https://lore.kernel.org/bpf/20260616164741.32252-1-adubey@linux.ibm.com [v9]: https://lore.kernel.org/bpf/20260623231411.6216-1-adubey@linux.ibm.com/ +[v10]: https://lore.kernel.org/all/26e8e6fa5d0279ec92281d5324678f00294e2cb7.1785906979.git.skb99@linux.ibm.com/ Abhishek Dubey (8): powerpc/bpf: fix alignment of long branch trampoline address diff --git a/a/content_digest b/N1/content_digest index f5cb039..58668a5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Saket Kumar Bhaskar <skb99@linux.ibm.com>\0" - "Subject\0[PATCH v10 0/8] powerpc/bpf: address missing verifier selftest coverage\0" - "Date\0Wed, 5 Aug 2026 11:36:56 +0530\0" + "Subject\0[PATCH v11 0/8] powerpc/bpf: address missing verifier selftest coverage\0" + "Date\0Fri, 7 Aug 2026 17:12:35 +0530\0" "To\0bpf@vger.kernel.org" " linuxppc-dev@lists.ozlabs.org\0" "Cc\0hbathini@linux.ibm.com" @@ -23,7 +23,8 @@ "disassembly that were causing test flow failures. The fix is common for \n" "64-bit & 32-bit powerpc. Add support for the powerpc-specific \"__powerpc64\"\n" "architecture tag in the third patch, enabling proper test filtering in\n" - "verifier test files. Introduce verifier testcases for tailcalls on powerpc64.\n" + "verifier test files. Introduce verifier testcases for tailcalls on\n" + "powerpc64.\n" "\n" "The first patch in series is fix patch, correcting memory alignment with\n" "8-byte boundary for long branch address field. The subsequent patches\n" @@ -139,6 +140,12 @@ "\n" " [1] https://lore.kernel.org/all/20241030070850.1361304-18-hbathini@linux.ibm.com\n" "\n" + "v10->v11:\n" + " Moved function prototype change from patch 2 to patch 1\n" + " Fixed commit message for patch 1 and patch 4\n" + " Fixed extable entry generation condition\n" + " Added reviewed and acked tags by Hari\n" + "\n" "v9->v10:\n" " Modified expected JIT instruction in selftest for\n" " CONFIG_PPC_KERNEL_PCREL incase of PPC_LI64 instruction.\n" @@ -193,6 +200,7 @@ "[v7]: https://lore.kernel.org/bpf/20260611153826.31187-1-adubey@linux.ibm.com\n" "[v8]: https://lore.kernel.org/bpf/20260616164741.32252-1-adubey@linux.ibm.com\n" "[v9]: https://lore.kernel.org/bpf/20260623231411.6216-1-adubey@linux.ibm.com/\n" + "[v10]: https://lore.kernel.org/all/26e8e6fa5d0279ec92281d5324678f00294e2cb7.1785906979.git.skb99@linux.ibm.com/\n" "\n" "Abhishek Dubey (8):\n" " powerpc/bpf: fix alignment of long branch trampoline address\n" @@ -217,4 +225,4 @@ "-- \n" 2.54.0 -48585052f24ba0af9348da7e6fa1699b75a07094189278e63a50c496937bb8d6 +7e77c5a5bde84611aac4e66857f686db57e104d4ab7972d93b45a950fa81eb97
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox