# git rev-parse -q --verify 0011572c883082a95e02d47f45fc4a42dc0e8634^{commit} 0011572c883082a95e02d47f45fc4a42dc0e8634 already have revision, skipping fetch # git checkout -q -f -B kisskb 0011572c883082a95e02d47f45fc4a42dc0e8634 # git clean -qxdf # < git log -1 # commit 0011572c883082a95e02d47f45fc4a42dc0e8634 # Merge: 6aa7a22b9790 d477f8c202d1 # Author: Linus Torvalds # Date: Fri Jun 14 17:46:14 2019 -1000 # # Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup # # Pull cgroup fixes from Tejun Heo: # "This has an unusually high density of tricky fixes: # # - task_get_css() could deadlock when it races against a dying cgroup. # # - cgroup.procs didn't list thread group leaders with live threads. # # This could mislead readers to think that a cgroup is empty when # it's not. Fixed by making PROCS iterator include dead tasks. I made # a couple mistakes making this change and this pull request contains # a couple follow-up patches. # # - When cpusets run out of online cpus, it updates cpusmasks of member # tasks in bizarre ways. Joel improved the behavior significantly" # # * 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: # cpuset: restore sanity to cpuset_cpus_allowed_fallback() # cgroup: Fix css_task_iter_advance_css_set() cset skip condition # cgroup: css_task_iter_skip()'d iterators must be advanced before accessed # cgroup: Include dying leaders with live threads in PROCS iterations # cgroup: Implement css_task_iter_skip() # cgroup: Call cgroup_release() before __exit_signal() # docs cgroups: add another example size for hugetlb # cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css() # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 0011572c883082a95e02d47f45fc4a42dc0e8634 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1645:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1620:6: note: 'oldval' was declared here int oldval, ret; ^ WARNING: vmlinux.o(.text+0x3484): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x3734): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x3770): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 # Build took: 0:02:37.603489