fb7f99efe2
Unmaintained is a name which on multiple occasions have seen lead to confusion with people having the impression that unmaintained is for all unmaintained devices, which is not how we're really using it. Many devices in testing do not actually have a maintainer, yet there has been no push to move these out of there and into unmaintained. I think this is a result of that unmaintained was introduced not to keep unmaintained ports but rather a place to store ports that have a better replacement but where the inferior one still holds some sort of value, such as for debugging purposes. These ports also are not necessarily entirely unmaintained and see more fixes than many ports in testing. While one approach to solving this problem could be to simply moving all unmaintained ports to unmaintained, I think this comes with some problems: It would require an initial effort to figure out which ports are indeed unmaintained and which just don't have a maintained noted in the package, and given how many ports there are in testing this would be a big endeavour. It would also require continuous work on moving ports into unmaintained as the maintainers go silent if we are to keep testing and unmaintained's state consistent with reality. Additionally, just because a port doesn't have a maintainer on paper doens't mean that there aren't people who aren't willing to fix it up if there are issues that arise. As such, I think the way to go is renaming unmaintained to better reflect the original intent. Thanks to Luca Weiss for suggesting "archive", and to Arnav Singh for suggesting that "archived" would match the other category names better.
104 lines
3.8 KiB
Diff
104 lines
3.8 KiB
Diff
From cffdd39e66d384b3bcc71adad5f2749412782d25 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Min <alexey.min@gmail.com>
|
|
Date: Fri, 6 Sep 2019 16:05:13 +0300
|
|
Subject: [PATCH 2/6] Fix TRACE_INCLUDE_PATH paths
|
|
|
|
Signed-off-by: Alexey Min <alexey.min@gmail.com>
|
|
---
|
|
drivers/gpu/msm/adreno_trace.h | 2 +-
|
|
drivers/gpu/msm/kgsl_trace.h | 2 +-
|
|
drivers/net/ethernet/msm/rndis_ipa_trace.h | 2 +-
|
|
drivers/platform/msm/ipa/ipa_v2/ipa_trace.h | 2 +-
|
|
drivers/platform/msm/ipa/ipa_v3/ipa_trace.h | 2 +-
|
|
drivers/soc/qcom/tracer_pkt_private.h | 2 +-
|
|
include/trace/events/msm_cam.h | 2 +-
|
|
7 files changed, 7 insertions(+), 7 deletions(-)
|
|
|
|
diff --git a/drivers/gpu/msm/adreno_trace.h b/drivers/gpu/msm/adreno_trace.h
|
|
index 74c4c4e6e1fa..313f2bb0b117 100644
|
|
--- a/drivers/gpu/msm/adreno_trace.h
|
|
+++ b/drivers/gpu/msm/adreno_trace.h
|
|
@@ -17,7 +17,7 @@
|
|
#undef TRACE_SYSTEM
|
|
#define TRACE_SYSTEM kgsl
|
|
#undef TRACE_INCLUDE_PATH
|
|
-#define TRACE_INCLUDE_PATH .
|
|
+#define TRACE_INCLUDE_PATH ../../drivers/gpu/msm/
|
|
#undef TRACE_INCLUDE_FILE
|
|
#define TRACE_INCLUDE_FILE adreno_trace
|
|
|
|
diff --git a/drivers/gpu/msm/kgsl_trace.h b/drivers/gpu/msm/kgsl_trace.h
|
|
index 6438c6e65b97..088534fe7e4c 100644
|
|
--- a/drivers/gpu/msm/kgsl_trace.h
|
|
+++ b/drivers/gpu/msm/kgsl_trace.h
|
|
@@ -17,7 +17,7 @@
|
|
#undef TRACE_SYSTEM
|
|
#define TRACE_SYSTEM kgsl
|
|
#undef TRACE_INCLUDE_PATH
|
|
-#define TRACE_INCLUDE_PATH .
|
|
+#define TRACE_INCLUDE_PATH ../../drivers/gpu/msm/
|
|
#undef TRACE_INCLUDE_FILE
|
|
#define TRACE_INCLUDE_FILE kgsl_trace
|
|
|
|
diff --git a/drivers/net/ethernet/msm/rndis_ipa_trace.h b/drivers/net/ethernet/msm/rndis_ipa_trace.h
|
|
index c0fc573799f2..1e8dd9a7f282 100644
|
|
--- a/drivers/net/ethernet/msm/rndis_ipa_trace.h
|
|
+++ b/drivers/net/ethernet/msm/rndis_ipa_trace.h
|
|
@@ -77,5 +77,5 @@ TRACE_EVENT(
|
|
|
|
/* This part must be outside protection */
|
|
#undef TRACE_INCLUDE_PATH
|
|
-#define TRACE_INCLUDE_PATH .
|
|
+#define TRACE_INCLUDE_PATH ../../drivers/net/ethernet/msm/
|
|
#include <trace/define_trace.h>
|
|
diff --git a/drivers/platform/msm/ipa/ipa_v2/ipa_trace.h b/drivers/platform/msm/ipa/ipa_v2/ipa_trace.h
|
|
index a03a49a33f97..218d3e965943 100644
|
|
--- a/drivers/platform/msm/ipa/ipa_v2/ipa_trace.h
|
|
+++ b/drivers/platform/msm/ipa/ipa_v2/ipa_trace.h
|
|
@@ -148,5 +148,5 @@ TRACE_EVENT(
|
|
|
|
/* This part must be outside protection */
|
|
#undef TRACE_INCLUDE_PATH
|
|
-#define TRACE_INCLUDE_PATH .
|
|
+#define TRACE_INCLUDE_PATH ../../drivers/platform/msm/ipa/ipa_v2/
|
|
#include <trace/define_trace.h>
|
|
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa_trace.h b/drivers/platform/msm/ipa/ipa_v3/ipa_trace.h
|
|
index b67899ba894e..9e341ab1d203 100644
|
|
--- a/drivers/platform/msm/ipa/ipa_v3/ipa_trace.h
|
|
+++ b/drivers/platform/msm/ipa/ipa_v3/ipa_trace.h
|
|
@@ -149,5 +149,5 @@ TRACE_EVENT(
|
|
|
|
/* This part must be outside protection */
|
|
#undef TRACE_INCLUDE_PATH
|
|
-#define TRACE_INCLUDE_PATH .
|
|
+#define TRACE_INCLUDE_PATH ../../drivers/platform/msm/ipa/ipa_v3/
|
|
#include <trace/define_trace.h>
|
|
diff --git a/drivers/soc/qcom/tracer_pkt_private.h b/drivers/soc/qcom/tracer_pkt_private.h
|
|
index fc760e6b68d1..5573aec2fe83 100644
|
|
--- a/drivers/soc/qcom/tracer_pkt_private.h
|
|
+++ b/drivers/soc/qcom/tracer_pkt_private.h
|
|
@@ -15,7 +15,7 @@
|
|
#undef TRACE_SYSTEM
|
|
#define TRACE_SYSTEM tracer_pkt
|
|
#undef TRACE_INCLUDE_PATH
|
|
-#define TRACE_INCLUDE_PATH .
|
|
+#define TRACE_INCLUDE_PATH ../../drivers/soc/qcom/
|
|
#undef TRACE_INCLUDE_FILE
|
|
#define TRACE_INCLUDE_FILE tracer_pkt_private
|
|
|
|
diff --git a/include/trace/events/msm_cam.h b/include/trace/events/msm_cam.h
|
|
index b52845407ef0..56f17a701c21 100644
|
|
--- a/include/trace/events/msm_cam.h
|
|
+++ b/include/trace/events/msm_cam.h
|
|
@@ -16,7 +16,7 @@
|
|
#if !defined(_TRACE_MSM_VFE_H) || defined(TRACE_HEADER_MULTI_READ)
|
|
#define _TRACE_MSM_VFE_H
|
|
|
|
-#include "msm_isp.h"
|
|
+#include "../../drivers/media/platform/msm/camera_v2/isp/msm_isp.h"
|
|
#include <linux/types.h>
|
|
#include <linux/tracepoint.h>
|
|
|
|
--
|
|
2.24.1
|
|
|