Message ID | 20240603-powerpc-crypto-ignore-p8-asm-v1-1-05843fec2bb7@linux.ibm.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2b85b7fb1376481f7d4c2cf92e5da942f06b2547 |
Headers | show |
Series | powerpc/crypto: Add generated P8 asm to .gitignore | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/github-powerpc_ppctests | success | Successfully ran 8 jobs. |
snowpatch_ozlabs/github-powerpc_selftests | success | Successfully ran 8 jobs. |
snowpatch_ozlabs/github-powerpc_sparse | success | Successfully ran 4 jobs. |
snowpatch_ozlabs/github-powerpc_clang | success | Successfully ran 6 jobs. |
snowpatch_ozlabs/github-powerpc_kernel_qemu | success | Successfully ran 23 jobs. |
On Mon, 03 Jun 2024 08:01:03 -0500, Nathan Lynch wrote: > Looks like drivers/crypto/vmx/.gitignore should have been merged into > arch/powerpc/crypto/.gitignore as part of commit > 109303336a0c ("crypto: vmx - Move to arch/powerpc/crypto") so that all > generated asm files are ignored. > > Applied to powerpc/fixes. [1/1] powerpc/crypto: Add generated P8 asm to .gitignore https://git.kernel.org/powerpc/c/2b85b7fb1376481f7d4c2cf92e5da942f06b2547 cheers
diff --git a/arch/powerpc/crypto/.gitignore b/arch/powerpc/crypto/.gitignore index e1094f08f713..e9fe73aac8b6 100644 --- a/arch/powerpc/crypto/.gitignore +++ b/arch/powerpc/crypto/.gitignore @@ -1,3 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only aesp10-ppc.S +aesp8-ppc.S ghashp10-ppc.S +ghashp8-ppc.S