Buildresult: linus/s390-defconfig/s390x-gcc4.9 built on Sep 8 2021, 06:27
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Sep 8 2021, 06:27
Duration:
0:02:33.136506
Builder:
ka1
Revision:
Revert "memcg: enable accounting for pollfd and select bits arrays" (
0bcfe68b876748762557797a940d0a82de700629)
Target:
linus/s390-defconfig/s390x-gcc4.9
Branch:
linus
Compiler:
s390x-gcc4.9
(s390-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
defconfig
(
download
)
Log:
Download original
Possible errors
security/landlock/ruleset.c:196:34: error: passing argument 2 of 'create_rule' from incompatible pointer type [-Werror] security/landlock/ruleset.c:240:38: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] security/landlock/ruleset.c:300:47: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] security/landlock/ruleset.c:330:5: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:277: security/landlock/ruleset.o] Error 1 make[2]: *** [scripts/Makefile.build:540: security/landlock] Error 2 make[1]: *** [Makefile:1872: security] Error 2 fs/cifs/connect.c:3466:2: error: missing braces around initializer [-Werror=missing-braces] fs/cifs/connect.c:3466:2: error: (near initialization for 'mount_id.b') [-Werror=missing-braces] fs/btrfs/tree-checker.c:1089:9: error: missing braces around initializer [-Werror=missing-braces] fs/btrfs/tree-checker.c:1089:9: error: (near initialization for 'ri.inode') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:277: fs/btrfs/tree-checker.o] Error 1 cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:277: fs/cifs/connect.o] Error 1 net/sched/sch_frag.c:93:10: error: missing braces around initializer [-Werror=missing-braces] net/sched/sch_frag.c:93:10: error: (near initialization for 'sch_frag_rt.dst') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:277: net/sched/sch_frag.o] Error 1 make[2]: *** [scripts/Makefile.build:540: net/sched] Error 2 make[2]: *** [scripts/Makefile.build:540: fs/cifs] Error 2 make[2]: *** [scripts/Makefile.build:540: fs/btrfs] Error 2 make[1]: *** [Makefile:1872: net] Error 2 make[1]: *** [Makefile:1872: fs] Error 2 make: *** [Makefile:219: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 0bcfe68b876748762557797a940d0a82de700629^{commit} 0bcfe68b876748762557797a940d0a82de700629 already have revision, skipping fetch # git checkout -q -f -B kisskb 0bcfe68b876748762557797a940d0a82de700629 # git clean -qxdf # < git log -1 # commit 0bcfe68b876748762557797a940d0a82de700629 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Sep 7 11:26:23 2021 -0700 # # Revert "memcg: enable accounting for pollfd and select bits arrays" # # This reverts commit b655843444152c0a14b749308e4cb35d91cbcf0b. # # Just like with the memcg lock accounting, the kernel test robot reports # a sizeable performance regression for this commit, and while it clearly # does the rigth thing in theory, we'll need to look at just how to avoid # or minimize the performance overhead of the memcg accounting. # # People already have suggestions on how to do that, but it's "future # work". # # So revert it for now. # # [ Note: the first link below is for this same commit but a different # commit ID, because it's the kernel test robot ended up noticing it in # Andrew Morton's patch queue ] # # Link: https://lore.kernel.org/lkml/20210905132732.GC15026@xsang-OptiPlex-9020/ # Link: https://lore.kernel.org/lkml/20210907150757.GE17617@xsang-OptiPlex-9020/ # Acked-by: Jens Axboe <axboe@kernel.dk> # Acked-by: Shakeel Butt <shakeelb@google.com> # Acked-by: Roman Gushchin <guro@fb.com> # Cc: Tejun Heo <tj@kernel.org> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 0bcfe68b876748762557797a940d0a82de700629 # < make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- defconfig # < make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- help # make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- /kisskb/src/security/landlock/ruleset.c: In function 'insert_rule': /kisskb/src/security/landlock/ruleset.c:196:34: error: passing argument 2 of 'create_rule' from incompatible pointer type [-Werror] new_rule = create_rule(object, &this->layers, this->num_layers, ^ /kisskb/src/security/landlock/ruleset.c:69:30: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[]' static struct landlock_rule *create_rule( ^ /kisskb/src/security/landlock/ruleset.c: In function 'landlock_insert_rule': /kisskb/src/security/landlock/ruleset.c:240:38: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] return insert_rule(ruleset, object, &layers, ARRAY_SIZE(layers)); ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[1]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ /kisskb/src/security/landlock/ruleset.c: In function 'merge_ruleset': /kisskb/src/security/landlock/ruleset.c:300:47: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] err = insert_rule(dst, walker_rule->object, &layers, ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[1]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ /kisskb/src/security/landlock/ruleset.c: In function 'inherit_ruleset': /kisskb/src/security/landlock/ruleset.c:330:5: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] &walker_rule->layers, walker_rule->num_layers); ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: security/landlock/ruleset.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: security/landlock] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1872: security] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/cifs/connect.c: In function 'cifs_mount': /kisskb/src/fs/cifs/connect.c:3466:2: error: missing braces around initializer [-Werror=missing-braces] uuid_t mount_id = {0}; ^ /kisskb/src/fs/cifs/connect.c:3466:2: error: (near initialization for 'mount_id.b') [-Werror=missing-braces] /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1089:9: error: missing braces around initializer [-Werror=missing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1089:9: error: (near initialization for 'ri.inode') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: fs/btrfs/tree-checker.o] Error 1 make[3]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: fs/cifs/connect.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: error: missing braces around initializer [-Werror=missing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: error: (near initialization for 'sch_frag_rt.dst') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: net/sched/sch_frag.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: net/sched] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: fs/cifs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: fs/btrfs] Error 2 make[1]: *** [/kisskb/src/Makefile:1872: net] Error 2 make[1]: *** [/kisskb/src/Makefile:1872: fs] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc4.9 # Build took: 0:02:33.136506
© Michael Ellerman 2006-2018.