Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-10-01 Thread Stefano Stabellini
On Tue, 1 Oct 2024, Jan Beulich wrote: > On 30.09.2024 23:40, Stefano Stabellini wrote: > > On Mon, 30 Sep 2024, Jan Beulich wrote: > >> On 12.09.2024 03:13, Stefano Stabellini wrote: > >>> Hi Jan, we have gone back and forth on this a few times, but neither > >>> Alessandro nor I fully understand

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-30 Thread Jan Beulich
On 30.09.2024 23:40, Stefano Stabellini wrote: > On Mon, 30 Sep 2024, Jan Beulich wrote: >> On 12.09.2024 03:13, Stefano Stabellini wrote: >>> Hi Jan, we have gone back and forth on this a few times, but neither >>> Alessandro nor I fully understand your perspective. To help streamline >>> the proc

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-30 Thread Stefano Stabellini
On Mon, 30 Sep 2024, Jan Beulich wrote: > On 12.09.2024 03:13, Stefano Stabellini wrote: > > Hi Jan, we have gone back and forth on this a few times, but neither > > Alessandro nor I fully understand your perspective. To help streamline > > the process and save time for everyone, I suggest you prov

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-30 Thread Jan Beulich
On 30.09.2024 11:12, Frediano Ziglio wrote: > On Mon, Sep 30, 2024 at 9:58 AM Jan Beulich wrote: >> >> On 12.09.2024 03:13, Stefano Stabellini wrote: >>> Hi Jan, we have gone back and forth on this a few times, but neither >>> Alessandro nor I fully understand your perspective. To help streamline

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-30 Thread Frediano Ziglio
On Mon, Sep 30, 2024 at 9:58 AM Jan Beulich wrote: > > On 12.09.2024 03:13, Stefano Stabellini wrote: > > Hi Jan, we have gone back and forth on this a few times, but neither > > Alessandro nor I fully understand your perspective. To help streamline > > the process and save time for everyone, I su

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-30 Thread Jan Beulich
On 12.09.2024 03:13, Stefano Stabellini wrote: > Hi Jan, we have gone back and forth on this a few times, but neither > Alessandro nor I fully understand your perspective. To help streamline > the process and save time for everyone, I suggest you provide an example > of the rules written in the sty

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-12 Thread Stefano Stabellini
On Thu, 12 Sep 2024, Jan Beulich wrote: > On 12.09.2024 03:13, Stefano Stabellini wrote: > > On Tue, 10 Sep 2024, Jan Beulich wrote: > >> On 10.09.2024 06:57, Stefano Stabellini wrote: > >>> On Mon, 9 Sep 2024, Jan Beulich wrote: > On 05.09.2024 17:48, Alessandro Zucchelli wrote: > > This

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-12 Thread Jan Beulich
On 12.09.2024 17:03, Frediano Ziglio wrote: > On Thu, Sep 12, 2024 at 3:35 PM Jan Beulich wrote: >> >> On 12.09.2024 03:13, Stefano Stabellini wrote: >>> On Tue, 10 Sep 2024, Jan Beulich wrote: On 10.09.2024 06:57, Stefano Stabellini wrote: > On Mon, 9 Sep 2024, Jan Beulich wrote: >>

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-12 Thread Frediano Ziglio
On Thu, Sep 12, 2024 at 3:35 PM Jan Beulich wrote: > > On 12.09.2024 03:13, Stefano Stabellini wrote: > > On Tue, 10 Sep 2024, Jan Beulich wrote: > >> On 10.09.2024 06:57, Stefano Stabellini wrote: > >>> On Mon, 9 Sep 2024, Jan Beulich wrote: > On 05.09.2024 17:48, Alessandro Zucchelli wrote:

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-12 Thread Jan Beulich
On 12.09.2024 03:13, Stefano Stabellini wrote: > On Tue, 10 Sep 2024, Jan Beulich wrote: >> On 10.09.2024 06:57, Stefano Stabellini wrote: >>> On Mon, 9 Sep 2024, Jan Beulich wrote: On 05.09.2024 17:48, Alessandro Zucchelli wrote: > This section explains which format should be followed by

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-11 Thread Stefano Stabellini
On Tue, 10 Sep 2024, Jan Beulich wrote: > On 10.09.2024 06:57, Stefano Stabellini wrote: > > On Mon, 9 Sep 2024, Jan Beulich wrote: > >> On 05.09.2024 17:48, Alessandro Zucchelli wrote: > >>> This section explains which format should be followed by header > >>> inclusion guards via a drop-down list

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-09 Thread Jan Beulich
On 10.09.2024 06:57, Stefano Stabellini wrote: > On Mon, 9 Sep 2024, Jan Beulich wrote: >> On 05.09.2024 17:48, Alessandro Zucchelli wrote: >>> This section explains which format should be followed by header >>> inclusion guards via a drop-down list of rules. >>> >>> No functional change. >>> >>> S

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-09 Thread Stefano Stabellini
On Mon, 9 Sep 2024, Jan Beulich wrote: > On 05.09.2024 17:48, Alessandro Zucchelli wrote: > > This section explains which format should be followed by header > > inclusion guards via a drop-down list of rules. > > > > No functional change. > > > > Signed-off-by: Alessandro Zucchelli > > > > ---

Re: [XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-09 Thread Jan Beulich
On 05.09.2024 17:48, Alessandro Zucchelli wrote: > This section explains which format should be followed by header > inclusion guards via a drop-down list of rules. > > No functional change. > > Signed-off-by: Alessandro Zucchelli > > --- > Changes in v6: > - edit inclusion guards naming conven

[XEN PATCH v6] CODING_STYLE: Add a section on header guards naming conventions

2024-09-05 Thread Alessandro Zucchelli
This section explains which format should be followed by header inclusion guards via a drop-down list of rules. No functional change. Signed-off-by: Alessandro Zucchelli --- Changes in v6: - edit inclusion guards naming conventions, including more details Changes in v5: - edit inclusion guards