search for: unsanitised

Displaying 6 results from an estimated 6 matches for "unsanitised".

Did you mean: sanitised
2024 Jan 05
1
Whole list of installation via PN possible?
...08:30:15 +0100 lists--- via samba <samba at lists.samba.org> wrote: > Good morning Rowland, > > is it ok for you to send you the complete, not sanitized installation > description? > ... I'm lost in getting the samba-ad-dc running ... I think you mean, Can I send you my unsanitised files ? If so, then yes, just send them to rpenny at samba dot org Rowland
2024 Jan 05
1
Whole list of installation via PN possible?
...<samba at lists.samba.org> wrote: > >> Good morning Rowland, >> >> is it ok for you to send you the complete, not sanitized installation >> description? >> ... I'm lost in getting the samba-ad-dc running ... > > I think you mean, Can I send you my unsanitised files ? > If so, then yes, just send them to rpenny at samba dot org > > Rowland Thanks a lot, Rowland! If I'm out of ideas I might come back on it ... I worked the whole morning on it, checked the installations, and did another test-install within Hyper-V: a Windows 2019 and a new...
2020 Jan 06
1
[PATCH v2 2/3] drm/nouveau: Check framebuffer size against bo
...N(drm->client.device.info.family < NV_DEVICE_INFO_V0_TESLA); > + > + if (drm->client.device.info.chipset >= 0xc0) > + tile_mode >>= 4; > + > + BUG_ON(tile_mode & 0xFFFFFFF0); As far as I can tell, tile_mode can be fed into this function unsanitised from userspace, so we probably want something different to a BUG_ON() here. > + > + if (drm->client.device.info.family < NV_DEVICE_INFO_V0_FERMI) > + gob_size = 256; > + else > + gob_size = 512; > + > + bw = nouveau_get_width...
2024 Jan 05
2
Whole list of installation via PN possible?
Good morning Rowland, is it ok for you to send you the complete, not sanitized installation description? ... I'm lost in getting the samba-ad-dc running ... Cheers, Torsten
2024 Jan 05
1
Whole list of installation via PN possible?
...t; > > > > Good morning Rowland, > > > > > > is it ok for you to send you the complete, not sanitized installation > > > description? > > > ... I'm lost in getting the samba-ad-dc running ... > > > > I think you mean, Can I send you my unsanitised files ? > > If so, then yes, just send them to rpenny at samba dot org > > > > Rowland > > Thanks a lot, Rowland! > If I'm out of ideas I might come back on it ... > > I worked the whole morning on it, checked the installations, and did > another test-install...
2019 Dec 17
6
[PATCH v2 0/3] drm/nouveau: Support NVIDIA format modifiers
This series modifies the NV5x+ nouveau display backends to advertise appropriate format modifiers on their display planes in atomic mode setting blobs. Corresponding modifications to Mesa/userspace are available here: https://gitlab.freedesktop.org/cubanismo/mesa/tree/nouveau_work But those need a bit of cleanup before they're ready to submit. I've tested this on Tesla, Kepler, Pascal,