]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
quilt ref for 3.18
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Jan 2019 10:32:02 +0000 (11:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Jan 2019 10:32:02 +0000 (11:32 +0100)
queue-3.18/perf-unwind-take-pgoff-into-account-when-reporting-e.patch
queue-3.18/perf-unwind-unwind-with-libdw-doesn-t-take-symfs-int.patch

index f27a82b9a8ac5b8190d6ed544480142090225588..e36137e4f8dfc076b0ab3784658dd2e38fd55bd0 100644 (file)
@@ -169,14 +169,12 @@ Link: http://lkml.kernel.org/r/20181029141644.3907-1-milian.wolff@kdab.com
 Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
- tools/perf/util/unwind-libdw.c | 4 ++--
+ tools/perf/util/unwind-libdw.c |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/tools/perf/util/unwind-libdw.c b/tools/perf/util/unwind-libdw.c
-index 517c6afb2707..f4d085c38029 100644
 --- a/tools/perf/util/unwind-libdw.c
 +++ b/tools/perf/util/unwind-libdw.c
-@@ -41,13 +41,13 @@ static int __report_module(struct addr_location *al, u64 ip,
+@@ -41,13 +41,13 @@ static int __report_module(struct addr_l
                Dwarf_Addr s;
  
                dwfl_module_info(mod, NULL, &s, NULL, NULL, NULL, NULL, NULL);
@@ -192,6 +190,3 @@ index 517c6afb2707..f4d085c38029 100644
                                      false);
  
        return mod && dwfl_addrmodule(ui->dwfl, ip) == mod ? 0 : -1;
--- 
-2.19.1
-
index 83703bf3473e1f8edc1d2a73b2e86d03df6ef575..47db7d364de89a949791df3ed620b3a1fd7537f6 100644 (file)
@@ -21,14 +21,12 @@ Link: http://lkml.kernel.org/r/20180211212420.18388-1-jpmv27@aim.com
 Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
- tools/perf/util/unwind-libdw.c | 2 +-
+ tools/perf/util/unwind-libdw.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/tools/perf/util/unwind-libdw.c b/tools/perf/util/unwind-libdw.c
-index dbd9954eda4a..517c6afb2707 100644
 --- a/tools/perf/util/unwind-libdw.c
 +++ b/tools/perf/util/unwind-libdw.c
-@@ -47,7 +47,7 @@ static int __report_module(struct addr_location *al, u64 ip,
+@@ -47,7 +47,7 @@ static int __report_module(struct addr_l
  
        if (!mod)
                mod = dwfl_report_elf(ui->dwfl, dso->short_name,
@@ -37,6 +35,3 @@ index dbd9954eda4a..517c6afb2707 100644
                                      false);
  
        return mod && dwfl_addrmodule(ui->dwfl, ip) == mod ? 0 : -1;
--- 
-2.19.1
-