Star4
54
代码介绍
代码
Issues31
Pull Requests19
流水线
Actions
讨论
Wiki
项目成员37
分析
项目设置
Star4
54
  1. kernel_linux_5.10
  2. /
  3. lib
  4. /
  5. raid6
  6. /
  7. test
yetistyetistRevert "回退 'Pull Request !1416 : 支持 LoongArch 架构'"
1130ed64创建于 2024年7月24日历史提交
文件最后提交记录最后更新时间
Makefile
Revert "回退 'Pull Request !1416 : 支持 LoongArch 架构'" This reverts commit 9c568aeb94e2a381b3883dc8d1e865c461229ad8. Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>1 年前
test.c
lib/raid6/test: fix multiple definition linking error stable inclusion from stable-5.10.110 commit b02d33171dfb26a7285f6cb131d4159685395296 category: bugfix issue: #I4UU4A CVE: NA Signed-off-by: gaochao <gaochao49@huawei.com> --------------------------------------- commit a5359ddd052860bacf957e65fe819c63e974b3a6 upstream. GCC 10+ defaults to -fno-common, which enforces proper declaration of external references using "extern". without this change a link would fail with: lib/raid6/test/algos.c:28: multiple definition of `raid6_call'; lib/raid6/test/test.c:22: first defined here the pq.h header that is included already includes an extern declaration so we can just remove the redundant one here. Cc: <stable@vger.kernel.org> Signed-off-by: Dirk Müller <dmueller@suse.de> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Song Liu <song@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: gc1202 <gaochao49@huawei.com>3 年前