On Wed, May 11, 2022 at 02:33:34PM -0600, Theo de Raadt wrote:
> Vitaliy Makkoveev wrote:
>
> > On Wed, May 11, 2022 at 01:22:51PM -0600, Theo de Raadt wrote:
> > > Vitaliy Makkoveev wrote:
> > >
> > > > Index: sys/sys/filedesc.h
> > > > =
Vitaliy Makkoveev wrote:
> On Wed, May 11, 2022 at 01:22:51PM -0600, Theo de Raadt wrote:
> > Vitaliy Makkoveev wrote:
> >
> > > Index: sys/sys/filedesc.h
> > > ===
> > > RCS file: /cvs/src/sys/sys/filedesc.h,v
> > > retrieving rev
On Wed, May 11, 2022 at 01:22:51PM -0600, Theo de Raadt wrote:
> Vitaliy Makkoveev wrote:
>
> > Index: sys/sys/filedesc.h
> > ===
> > RCS file: /cvs/src/sys/sys/filedesc.h,v
> > retrieving revision 1.45
> > diff -u -p -r1.45 filedesc
Vitaliy Makkoveev wrote:
> Index: sys/sys/filedesc.h
> ===
> RCS file: /cvs/src/sys/sys/filedesc.h,v
> retrieving revision 1.45
> diff -u -p -r1.45 filedesc.h
> --- sys/sys/filedesc.h4 Jul 2020 08:06:08 - 1.45
> +++
On Wed, May 11, 2022 at 09:49:34AM -0600, Theo de Raadt wrote:
> Alexander Bluhm wrote:
>
> > On Wed, May 11, 2022 at 11:20:15AM +0300, Vitaliy Makkoveev wrote:
> > > sys_umask() only modifies `fd_cmask', which modification is already
> > > protected by `fd_lock' rwlock(9).
> >
> > I found this
On Wed, May 11, 2022 at 06:54:32PM +0200, Claudio Jeker wrote:
> I took the liberty and refactored the sbgp_assysnum() code a bit more.
>
> Main goal is to replace the reallocarray() in append_as() with an upfront
> calloc() call since now the size is known. Also I decided to collaps
> sbgp_asnum(
On Tue, May 03, 2022 at 10:37:36PM -0500, Matthew Martin wrote:
> The function is already marked __dead in passwd.c, so appears to just be
> an oversight.
Committed, thanks.
- todd
> On May 11, 2022, at 2:51 AM, Yuichiro NAITO wrote:
>
> On 5/11/22 14:34, Yuichiro NAITO wrote:
>> After applying your patch, cpu1 is not identified on my current kernel.
>> Dmesg shows as follows. I'll see it further more.
>
> I found that LAPIC is necessary for `delay` function that is used i
I took the liberty and refactored the sbgp_assysnum() code a bit more.
Main goal is to replace the reallocarray() in append_as() with an upfront
calloc() call since now the size is known. Also I decided to collaps
sbgp_asnum() into sbgp_assysnum().
One could also inline the now very simple append
try next snap
clematis wrote:
> Hi,
> I can't see any recent commits but has any of those changes been added to
> recent snapshots? I was running one from 2nd of May and wasn't hitting
> those cpu failed to identify errors but I do with the one from the 10th
> of May.
>
>
> cpu1 at mainbus0:
I see no userland impact from such a change
(except libkvm against kernel corefiles, which doesn't matter)
Alexander Bluhm wrote:
> On Wed, May 11, 2022 at 11:20:15AM +0300, Vitaliy Makkoveev wrote:
> > sys_umask() only modifies `fd_cmask', which modification is already
> > protected by `fd_lock' rwlock(9).
>
> I found this in sys/filedesc.h
>
> u_short fd_cmask; /* [f/w] mask
On Wed, May 11, 2022 at 08:50:57AM -0600, Bob Beck wrote:
> yes makes sense
>
> ok beck@
agreed, ok claudio@
> > On May 11, 2022, at 07:53, Theo Buehler wrote:
> >
> > Some funky libcrypto business ahead.
> >
> > X509 API functions such as X509_check_ca() or X509_get_extension_flags()
> > c
On Wed, May 11, 2022 at 11:20:15AM +0300, Vitaliy Makkoveev wrote:
> sys_umask() only modifies `fd_cmask', which modification is already
> protected by `fd_lock' rwlock(9).
I found this in sys/filedesc.h
u_short fd_cmask; /* [f/w] mask for file creation */
u_short fd
yes makes sense
ok beck@
> On May 11, 2022, at 07:53, Theo Buehler wrote:
>
> Some funky libcrypto business ahead.
>
> X509 API functions such as X509_check_ca() or X509_get_extension_flags()
> cache X509v3 extensions internally if they're not already cached. They
> make decisions based on (o
Some funky libcrypto business ahead.
X509 API functions such as X509_check_ca() or X509_get_extension_flags()
cache X509v3 extensions internally if they're not already cached. They
make decisions based on (or report some of) the cached values. Although
it's unlikely, this caching may fail halfway
On Wed, May 11, 2022 at 07:05:29PM +0900, Lauri Tirkkonen wrote:
> Hi,
>
> I had reorder_kernel failing but generating empty log files. The root cause of
> the log file being empty is that if $KERNEL_DIR.tgz exists, a new log file is
> created but stderr keeps going to the old (now deleted) one. S
sys_umask() only modifies `fd_cmask', which modification is already
protected by `fd_lock' rwlock(9).
Index: sys/kern/syscalls.master
===
RCS file: /cvs/src/sys/kern/syscalls.master,v
retrieving revision 1.223
diff -u -p -r1.223 sysca
On 5/11/22 14:34, Yuichiro NAITO wrote:
After applying your patch, cpu1 is not identified on my current kernel.
Dmesg shows as follows. I'll see it further more.
I found that LAPIC is necessary for `delay` function that is used in
`idendifycpu` and
waiting loop for CPUF_IDENTIFY flag is set.
On Tue, May 10, 2022 at 08:43:45PM +0200, Theo Buehler wrote:
> The ASIdentifiers code is a bit strangely factored presumably due to
> constraints of the low-level shoveling. I kept the coarse structure
> of the code and left some house keeping for later. The changes in
> sbgp_asrange() and sbgp_as
20 matches
Mail list logo