2022-04-16 02:28:30

by Nick Desaulniers

[permalink] [raw]
Subject: plumbers session on syscall wrapping and kernel header libc circular depdence?

Hi Florian, Arnd, and Masahiro,
Jose and I are currently in the planning process to put together a
Kernel+Toolchain microconference track at Linux Plumbers Conference
this year (Sept 12-14) in Dublin, Ireland.

Would you all be interested in a session (if you're planning on
attending) discussing syscall wrapping for libc's and UAPI circular
dependency on the libc?

Masahiro and I were recently discussing the feasibility of building
the kernel UAPI header tests with -nostdinc, but there are some
interesting complications perhaps worth sharing with others?
--
Thanks,
~Nick Desaulniers


2022-04-20 10:16:20

by Florian Weimer

[permalink] [raw]
Subject: Re: plumbers session on syscall wrapping and kernel header libc circular depdence?

* Nick Desaulniers:

> Hi Florian, Arnd, and Masahiro,
> Jose and I are currently in the planning process to put together a
> Kernel+Toolchain microconference track at Linux Plumbers Conference
> this year (Sept 12-14) in Dublin, Ireland.

I'm not sure if I will be able to travel by that time.

> Would you all be interested in a session (if you're planning on
> attending) discussing syscall wrapping for libc's and UAPI circular
> dependency on the libc?
>
> Masahiro and I were recently discussing the feasibility of building
> the kernel UAPI header tests with -nostdinc, but there are some
> interesting complications perhaps worth sharing with others?

To be honest, that doesn't seem to be a good use of a session slot.
Surely we can figure out a way to solve this issue offline (and if it's
a problem worth solving)?

(I expect that using -nostdinc makes it more difficult to support
compilers which are not GCC-compatible.)

Thanks,
Florian

2022-04-25 06:25:44

by Masahiro Yamada

[permalink] [raw]
Subject: Re: plumbers session on syscall wrapping and kernel header libc circular depdence?

Hello Nick,

Sorry for the late reply.

On Sat, Apr 16, 2022 at 2:48 AM Nick Desaulniers
<[email protected]> wrote:
>
> Hi Florian, Arnd, and Masahiro,
> Jose and I are currently in the planning process to put together a
> Kernel+Toolchain microconference track at Linux Plumbers Conference
> this year (Sept 12-14) in Dublin, Ireland.
>
> Would you all be interested in a session (if you're planning on
> attending) discussing syscall wrapping for libc's and UAPI circular
> dependency on the libc?
>
> Masahiro and I were recently discussing the feasibility of building
> the kernel UAPI header tests with -nostdinc, but there are some
> interesting complications perhaps worth sharing with others?
> --
> Thanks,
> ~Nick Desaulniers


I am not sure about the travel at the moment.
I may be able to attend it remotely if the the plumbers is held as a
hybrid conference.

I am not quite sure how many developers would be interested in this topic,
but we can continue discussion in the ML as well.

--
Best Regards
Masahiro Yamada

2022-04-26 06:57:57

by Nick Desaulniers

[permalink] [raw]
Subject: Re: plumbers session on syscall wrapping and kernel header libc circular depdence?

On Sun, Apr 24, 2022 at 9:45 PM Masahiro Yamada <[email protected]> wrote:
>
> Hello Nick,
>
> Sorry for the late reply.
>
> On Sat, Apr 16, 2022 at 2:48 AM Nick Desaulniers
> <[email protected]> wrote:
> >
> > Hi Florian, Arnd, and Masahiro,
> > Jose and I are currently in the planning process to put together a
> > Kernel+Toolchain microconference track at Linux Plumbers Conference
> > this year (Sept 12-14) in Dublin, Ireland.
> >
> > Would you all be interested in a session (if you're planning on
> > attending) discussing syscall wrapping for libc's and UAPI circular
> > dependency on the libc?
> >
> > Masahiro and I were recently discussing the feasibility of building
> > the kernel UAPI header tests with -nostdinc, but there are some
> > interesting complications perhaps worth sharing with others?
> > --
> > Thanks,
> > ~Nick Desaulniers
>
>
> I am not sure about the travel at the moment.

Bummer.

> I may be able to attend it remotely if the the plumbers is held as a
> hybrid conference.

I think it will be.
https://lore.kernel.org/llvm/3119c35ba1fa7247e87d7acb56e85ea99092d0a4.camel@HansenPartnership.com/

> I am not quite sure how many developers would be interested in this topic,
> but we can continue discussion in the ML as well.

Ok, based on the feedback, we will scrap the idea for the topic. I
will follow up with the UAPI discussions on the list.
--
Thanks,
~Nick Desaulniers