search for: lukily

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

Did you mean: luckily
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
...ing that I am OK with this patch. But if you ask, yes I can, it seems quite obvious. When you build a CCW you give the pointer to CCW->cda and you give the size of the transfer in CCW->count. Here the count is initialized with the sizeof of the pointer used to initialize CCW->cda with. Lukily we work on a 64 bits machine with 64 bits pointers and the size of the pointed object is 64 bits wide so... the resulting count is right. But it is not the correct way to do it. That is all. Not a big concern, you do not need to change it, as you said it can be done in another patch. > Did yo...
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
...ing that I am OK with this patch. But if you ask, yes I can, it seems quite obvious. When you build a CCW you give the pointer to CCW->cda and you give the size of the transfer in CCW->count. Here the count is initialized with the sizeof of the pointer used to initialize CCW->cda with. Lukily we work on a 64 bits machine with 64 bits pointers and the size of the pointed object is 64 bits wide so... the resulting count is right. But it is not the correct way to do it. That is all. Not a big concern, you do not need to change it, as you said it can be done in another patch. > Did yo...
2019 May 13
0
[PATCH 08/10] virtio/s390: add indirection to indicators access
...you give the > size of the transfer in CCW->count. > > Here the count is initialized with the sizeof of the pointer used to > initialize CCW->cda with. But the cda points to the pointer address, so the size of the pointer is actually the correct value here, isn't it? > Lukily we work on a 64 bits machine with 64 bits pointers and the size > of the pointed object is 64 bits wide so... the resulting count is right. > But it is not the correct way to do it. I think it is, but this interface really is confusing. > That is all. Not a big concern, you do not need...
2001 Jul 24
5
OpenSSH and Solaris with 0.9.6x openssl
Hello, I have tried to install openssh 2.9p2 on Solaris 2.6 and Solaris 2.8 after compiling the openssl (both 0.9.6a and 0.9.6b) and openssh software with both gcc 2.95.3, Sun's Forte compiler, Sun's linker, etc. I have tried the zlib from Sun freeware and version 11.8.0 REV=2000.01.08.18.12 contained in the SUNWzlib package. Both openssh and openssl appear to make properly and all the
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
On 09/05/2019 20:26, Halil Pasic wrote: > On Thu, 9 May 2019 14:01:01 +0200 > Pierre Morel <pmorel at linux.ibm.com> wrote: > >> On 08/05/2019 16:31, Pierre Morel wrote: >>> On 26/04/2019 20:32, Halil Pasic wrote: >>>> This will come in handy soon when we pull out the indicators from >>>> virtio_ccw_device to a memory area that is shared with
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
On 09/05/2019 20:26, Halil Pasic wrote: > On Thu, 9 May 2019 14:01:01 +0200 > Pierre Morel <pmorel at linux.ibm.com> wrote: > >> On 08/05/2019 16:31, Pierre Morel wrote: >>> On 26/04/2019 20:32, Halil Pasic wrote: >>>> This will come in handy soon when we pull out the indicators from >>>> virtio_ccw_device to a memory area that is shared with