Re: [PATCH v7 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

2023-03-15 Thread Jan Beulich
On 14.03.2023 20:12, Oleksii wrote: > On Mon, 2023-03-13 at 17:26 +0100, Jan Beulich wrote: >> On 09.03.2023 14:33, Oleksii Kurochko wrote: >>> --- /dev/null >>> +++ b/xen/common/bug.c >>> @@ -0,0 +1,107 @@ >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include

Re: [PATCH v7 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

2023-03-14 Thread Jason Andryuk
On Tue, Mar 14, 2023 at 3:12 PM Oleksii wrote: > I would like to add the changes from the [PATCH] xen/cpufreq: Remove > by Jason Andryuk but I don't know how > correctly do that. I mean should I added one more Signed-off to the > patch? Hi, Oleksii, It's two trivial deletions, so I think you

Re: [PATCH v7 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

2023-03-14 Thread Oleksii
On Mon, 2023-03-13 at 17:26 +0100, Jan Beulich wrote: > On 09.03.2023 14:33, Oleksii Kurochko wrote: > > --- /dev/null > > +++ b/xen/common/bug.c > > @@ -0,0 +1,107 @@ > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +#include > >

Re: [PATCH v7 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

2023-03-13 Thread Jan Beulich
On 09.03.2023 14:33, Oleksii Kurochko wrote: > --- /dev/null > +++ b/xen/common/bug.c > @@ -0,0 +1,107 @@ > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +#include > + > +/* > + * Returns a negative value in case of an error otherwise > + *

[PATCH v7 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

2023-03-09 Thread Oleksii Kurochko
A large part of the content of the bug.h is repeated among all architectures, so it was decided to create a new config CONFIG_GENERIC_BUG_FRAME. The version of from x86 was taken as the base version. The patch introduces the following stuff: * common bug.h header * generic implementation of