]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
patch refresh of a 5.0 patch with fuzz
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Apr 2019 18:55:47 +0000 (20:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Apr 2019 18:55:47 +0000 (20:55 +0200)
queue-5.0/perf-top-fix-error-handling-in-cmd_top.patch

index f797a74852ab627a2762b3f0ac1beec20606d9e9..238153d634703fd6839b8ede164a5eb2c85e9be6 100644 (file)
@@ -19,14 +19,12 @@ Link: http://lkml.kernel.org/r/20190316080556.3075-9-changbin.du@gmail.com
 Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
- tools/perf/builtin-top.c | 5 +++--
+ tools/perf/builtin-top.c |    5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
-diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
-index 9b215007924b..369a3daca1eb 100644
 --- a/tools/perf/builtin-top.c
 +++ b/tools/perf/builtin-top.c
-@@ -1622,8 +1622,9 @@ int cmd_top(int argc, const char **argv)
+@@ -1633,8 +1633,9 @@ int cmd_top(int argc, const char **argv)
        annotation_config__init();
  
        symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
@@ -38,6 +36,3 @@ index 9b215007924b..369a3daca1eb 100644
  
        sort__setup_elide(stdout);
  
--- 
-2.19.1
-