# git rev-parse -q --verify be978f8feb1d4678b941a3ccf181eea1039110e2^{commit} be978f8feb1d4678b941a3ccf181eea1039110e2 already have revision, skipping fetch # git checkout -q -f -B kisskb be978f8feb1d4678b941a3ccf181eea1039110e2 # git clean -qxdf # < git log -1 # commit be978f8feb1d4678b941a3ccf181eea1039110e2 # Author: Stephen Rothwell # Date: Mon Jul 13 19:20:49 2020 +1000 # # Add linux-next specific files for 20200713 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-gcc --version # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld --version # < git log --format=%s --max-count=1 be978f8feb1d4678b941a3ccf181eea1039110e2 # < make -s -j 48 ARCH=mips O=/kisskb/build/linux-next_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- defconfig # < make -s -j 48 ARCH=mips O=/kisskb/build/linux-next_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- help # make -s -j 48 ARCH=mips O=/kisskb/build/linux-next_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- olddefconfig # make -s -j 48 ARCH=mips O=/kisskb/build/linux-next_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- /kisskb/src/mm/slub.c: In function 'slab_alloc': /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ /kisskb/src/mm/slub.c: In function 'sysfs_slab_alias': /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ /kisskb/src/mm/slub.c: In function 'sysfs_slab_add': /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ /kisskb/src/mm/slub.c: In function '__kmalloc': /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc': /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_bulk': /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ /kisskb/src/mm/slub.c: In function '__kmalloc_track_caller': /kisskb/src/mm/slub.c:2897:30: error: inlining failed in call to always_inline 'slab_alloc': recursive inlining static __always_inline void *slab_alloc(struct kmem_cache *s, ^ /kisskb/src/mm/slub.c:2905:8: error: called from here void *ret = slab_alloc(s, gfpflags, _RET_IP_); ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:280: mm/slub.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1764: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/nsfs.c: In function 'ns_ioctl': /kisskb/src/fs/nsfs.c:195:14: warning: unused variable 'pid_struct' [-Wunused-variable] struct pid *pid_struct; ^ /kisskb/src/fs/nsfs.c:194:22: warning: unused variable 'child_reaper' [-Wunused-variable] struct task_struct *child_reaper; ^ make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=mips O=/kisskb/build/linux-next_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_mips-defconfig_mipsel # Build took: 0:01:28.467202