Re: [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2024-01-17 Thread Alexander Graf
Hey Rob, Thanks a lot for taking the time to review! On 02.01.24 16:20, Rob Herring wrote: On Fri, Dec 22, 2023 at 07:51:44PM +, Alexander Graf wrote: With ftrace in KHO, we are creating an ABI between old kernel and new kernel about the state that they transfer. To ensure that we

Re: [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2024-01-02 Thread Rob Herring
On Fri, Dec 22, 2023 at 07:51:44PM +, Alexander Graf wrote: > With ftrace in KHO, we are creating an ABI between old kernel and new > kernel about the state that they transfer. To ensure that we document > that state and catch any breaking change, let's add its schema to the > common

Re: [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2024-01-02 Thread Rob Herring
On Sun, Dec 24, 2023 at 12:20:17AM +0100, Alexander Graf wrote: > Hi Krzysztof! > > Thanks a lot for the fast review! > > On 23.12.23 15:30, Krzysztof Kozlowski wrote: > > On 22/12/2023 20:51, Alexander Graf wrote: > > > With ftrace in KHO, we are creating an ABI between old kernel and new > > >

Re: [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2023-12-24 Thread Krzysztof Kozlowski
On 24/12/2023 00:20, Alexander Graf wrote: >>> new file mode 100644 >>> index ..9960fefc292d >>> --- /dev/null >>> +++ b/Documentation/devicetree/bindings/kho/ftrace/ftrace-array.yaml >>> @@ -0,0 +1,46 @@ >>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) >>> +%YAML 1.2 >>>

Re: [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2023-12-23 Thread Alexander Graf
Hi Krzysztof! Thanks a lot for the fast review! On 23.12.23 15:30, Krzysztof Kozlowski wrote: On 22/12/2023 20:51, Alexander Graf wrote: With ftrace in KHO, we are creating an ABI between old kernel and new kernel about the state that they transfer. To ensure that we document that state and

Re: [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2023-12-23 Thread Krzysztof Kozlowski
On 22/12/2023 20:51, Alexander Graf wrote: > With ftrace in KHO, we are creating an ABI between old kernel and new > kernel about the state that they transfer. To ensure that we document > that state and catch any breaking change, let's add its schema to the > common devicetree bindings. This way,

Re: [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2023-12-22 Thread Rob Herring
On Fri, 22 Dec 2023 19:51:44 +, Alexander Graf wrote: > With ftrace in KHO, we are creating an ABI between old kernel and new > kernel about the state that they transfer. To ensure that we document > that state and catch any breaking change, let's add its schema to the > common devicetree

[PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

2023-12-22 Thread Alexander Graf
With ftrace in KHO, we are creating an ABI between old kernel and new kernel about the state that they transfer. To ensure that we document that state and catch any breaking change, let's add its schema to the common devicetree bindings. This way, we can quickly reason about the state that gets