# git rev-parse -q --verify 7872f4d27f10e93773a2754e07b59b75eebb8333^{commit} 7872f4d27f10e93773a2754e07b59b75eebb8333 already have revision, skipping fetch # git checkout -q -f -B kisskb 7872f4d27f10e93773a2754e07b59b75eebb8333 # git clean -qxdf # < git log -1 # commit 7872f4d27f10e93773a2754e07b59b75eebb8333 # Author: Andrew Donnellan # Date: Wed Feb 26 15:39:23 2020 +1100 # # ocxl: Fix misleading comment # # In ocxl_context_free() we note that the AFU reference we're releasing # was taken in "ocxl_context_init", a function that no longer exists. # # Fix it to say ocxl_context_alloc() instead, which is the new name for # ocxl_context_init(), since it was renamed. # # Fixes: b9721d275cc2 ("ocxl: Allow external drivers to use OpenCAPI contexts") # Signed-off-by: Andrew Donnellan # Acked-by: Frederic Barrat # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/20200226043923.5481-1-ajd@linux.ibm.com # < /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 7872f4d27f10e93773a2754e07b59b75eebb8333 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pseries_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_pseries_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/trace/ftrace.c: In function 'pid_open': /kisskb/src/kernel/trace/ftrace.c:7166:6: warning: 'seq_ops' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = seq_open(file, seq_ops); ^ /kisskb/src/kernel/trace/ftrace.c: In function 'pid_write': /kisskb/src/kernel/trace/ftrace.c:7244:8: warning: 'filtered_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = trace_pid_write(filtered_pids, &pid_list, ubuf, cnt); ^ /kisskb/src/kernel/trace/ftrace.c:7261:22: warning: 'other_pids' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (pid_list && !other_pids) { ^ Completed OK # rm -rf /kisskb/build/powerpc-next_pseries_defconfig_powerpc-gcc5 # Build took: 0:02:47.175082