I talked to Gleb and this will move to opt_global.h. this will fix all
these problems.
Warner
On Thu, Sep 26, 2019, 2:08 PM Cy Schubert wrote:
> In message <6f50f518-0f8e-4e82-a9e9-b9db14cdb...@www.fastmail.com>, "Josh
> Paetz
> el" writes:
> >
> >
> > On Thu, Sep 26, 2019, at 12:34 PM, Warner
On Thu, Sep 26, 2019, at 12:34 PM, Warner Losh wrote:
> Kinda my point exactly...
>
> Warner
>
> On Thu, Sep 26, 2019 at 11:25 AM Ryan Stone wrote:
>> We also shouldn't have ifdef's that change the size of a kernel
>> structure that's part of the KBI. Isn't struct epoch_tracker part of
>> t
In message <6f50f518-0f8e-4e82-a9e9-b9db14cdb...@www.fastmail.com>, "Josh
Paetz
el" writes:
>
>
> On Thu, Sep 26, 2019, at 12:34 PM, Warner Losh wrote:
> > Kinda my point exactly...
> >
> > Warner
> >
> > On Thu, Sep 26, 2019 at 11:25 AM Ryan Stone wrote:
> >> We also shouldn't have ifdef's tha
On Fri, Sep 27, 2019, 2:00 AM Niclas Zeising wrote:
> On 2019-09-27 01:27, Warner Losh wrote:
> > I talked to Gleb and this will move to opt_global.h. this will fix all
> > these problems.
> >
> > Warner
> >
>
> [ trimming CC list ]
> So, in conclusion, the changes made to any out of tree kmods t
On 2019-09-27 01:27, Warner Losh wrote:
I talked to Gleb and this will move to opt_global.h. this will fix all
these problems.
Warner
[ trimming CC list ]
So, in conclusion, the changes made to any out of tree kmods to handle
this should be reverted?
Regards
--
Niclas Zeising
_
On 27/09/2019 12:48 am, Charlie Li via svn-src-head wrote:
Gleb Smirnoff wrote:
Modified: head/sys/conf/options
==
--- head/sys/conf/options Wed Sep 25 18:09:19 2019(r352706)
+++ head/sys/conf/options
Kinda my point exactly...
Warner
On Thu, Sep 26, 2019 at 11:25 AM Ryan Stone wrote:
> We also shouldn't have ifdef's that change the size of a kernel
> structure that's part of the KBI. Isn't struct epoch_tracker part of
> the KBI?
>
> On Thu, Sep 26, 2019 at 12:46 PM Warner Losh wrote:
> >
>
We also shouldn't have ifdef's that change the size of a kernel
structure that's part of the KBI. Isn't struct epoch_tracker part of
the KBI?
On Thu, Sep 26, 2019 at 12:46 PM Warner Losh wrote:
>
> But we shouldn't be including opt_foo.h files in sys/*.h files. That's the
> root cause of troubl
But we shouldn't be including opt_foo.h files in sys/*.h files. That's the
root cause of trouble here.
Warner
On Thu, Sep 26, 2019 at 9:11 AM Niclas Zeising wrote:
> On 2019-09-26 17:03, Charlie Li via freebsd-x11 wrote:
> > Kyle Evans wrote:
> >> On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrot
On 2019-09-26 17:03, Charlie Li via freebsd-x11 wrote:
Kyle Evans wrote:
On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrote:
This breaks building the drm-kmod ports, as the build cannot find
opt_epoch.h (drm-devel-kmod example shown, drm-current-kmod dies the
exact same way):
--- linux_anon_inod
Kyle Evans wrote:
> On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrote:
>> This breaks building the drm-kmod ports, as the build cannot find
>> opt_epoch.h (drm-devel-kmod example shown, drm-current-kmod dies the
>> exact same way):
>>
>> --- linux_anon_inodes.o ---
>> cc -O2 -pipe -fno-strict-alias
On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrote:
>
> Gleb Smirnoff wrote:
> > Modified: head/sys/conf/options
> > ==
> > --- head/sys/conf/options Wed Sep 25 18:09:19 2019(r352706)
> > +++ head/sys/conf/option
Gleb Smirnoff wrote:
> Modified: head/sys/conf/options
> ==
> --- head/sys/conf/options Wed Sep 25 18:09:19 2019(r352706)
> +++ head/sys/conf/options Wed Sep 25 18:26:31 2019(r352707)
> @@ -712,6 +71
Author: glebius
Date: Wed Sep 25 18:26:31 2019
New Revision: 352707
URL: https://svnweb.freebsd.org/changeset/base/352707
Log:
Add debugging facility EPOCH_TRACE that checks that epochs entered are
properly nested and warns about recursive entrances. Unlike with locks,
there is nothing fund
14 matches
Mail list logo