Mark Johnston
Mark Johnston
> > > Given that snmalloc already did what jemalloc now does, I actually think it's more useful for MRS to not do its own bounds by default. > >...
> > > > > Given that snmalloc already did what jemalloc now does, I actually think it's more useful for MRS to not do its own bounds by default....
> > That seems like another argument for making MRS not bound pointers by default. Do you think this particular UB should prevent us from making it an option at...
> This would avoid the UB of malloc vs free mismatches and keep mrs as a revocation-only wrapper I don't really agree with the "revocation-only" remark, because the problem which...
> Line 643's urndis_ctrl_set call is also broken Fixed, thanks.
I haven't seen these symptoms (mouse cursor issues specifically) with the latest dev, which includes some panfrost bug fixes. It would be good to get some updates from others on...
Another problem that I found empirically: the BACKUP_LIBRARIES mechanism doesn't work with split package upgrades, where we deinstall the old version and install the new version as separate steps. In...
> Another problem that I found empirically: the BACKUP_LIBRARIES mechanism doesn't work with split package upgrades, where we deinstall the old version and install the new version as separate steps....
> I have a patch for this now, but while testing it I found another bug: we back up libraries to the wrong path when pkg's rootdir isn't /. For...
https://github.com/freebsd/pkg/issues/2492 is also somewhat relevant here (at least insofar as pkgbase is concerned).