[developer] Re: [openzfs/openzfs] Native data and metadata encryption for zfs (#124)

2017-10-04 Thread GernotS
sorry to report that send/receive (see Aug. 18th/19th) still crashes when testing with more than 10GB of data: panic[cpu1]/thread=ff000faf4c40: BAD TRAP: type=e (#pf Page fault) rp=ff000faf4870 addr=68 occurred in module "zfs" due to a NULL pointer dereference sched: #pf Page fault Bad k

Re: [developer] propose update for sys/types.h

2017-10-04 Thread Igor Kozhukhov
> On Oct 5, 2017, at 12:05 AM, Gary Mills wrote: > > On Sun, Oct 01, 2017 at 07:25:55PM +0300, Igor Kozhukhov wrote: >> >> i'd like proposed try to update sys/typs.h by changes what are >> available in FreeBSD for better portality: > > Surely you mean /usr/include/sys/int_types.h . That's

Re: [developer] propose update for sys/types.h

2017-10-04 Thread Joerg Schilling
Toomas Soome wrote: > >> +typedef uint8_tu_int8_t; /* unsigned integrals > >> (deprecated) */ > >> +typedef uint16_t u_int16_t; > >> +typedef uint32_t u_int32_t; > >> +typedef uint64_t u_int64_t; > > > > This may make portable applications to fail. > > >

Re: [developer] propose update for sys/types.h

2017-10-04 Thread Igor Kozhukhov
> On Oct 4, 2017, at 3:34 PM, Joerg Schilling > wrote: > > Igor Kozhukhov mailto:i...@dilos.org>> wrote: > >> Hi All, >> >> i?d like proposed try to update sys/typs.h by changes what are available in >> FreeBSD for better portality: >> >> igor@z172:~/users/igor/dilos-illumos$ g diff >> diff

Re: [developer] propose update for sys/types.h

2017-10-04 Thread Toomas Soome
> On 4 Oct 2017, at 15:34, Joerg Schilling > wrote: > > Igor Kozhukhov wrote: > >> Hi All, >> >> i?d like proposed try to update sys/typs.h by changes what are available in >> FreeBSD for better portality: >> >> igor@z172:~/users/igor/dilos-illumos$ g diff >> diff --git a/usr/src/uts/comm

Re: [developer] propose update for sys/types.h

2017-10-04 Thread Joerg Schilling
Igor Kozhukhov wrote: > Hi All, > > i?d like proposed try to update sys/typs.h by changes what are available in > FreeBSD for better portality: > > igor@z172:~/users/igor/dilos-illumos$ g diff > diff --git a/usr/src/uts/common/sys/types.h b/usr/src/uts/common/sys/types.h > index dcb2c86283..a2e3

[developer] Re: [openzfs/openzfs] Native data and metadata encryption for zfs (#124)

2017-10-04 Thread Jorgen Lundman
This PR has been updated with latest commits up and including Oct 2nd "060e4cf33002c4". -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/124#issuecomment-334077937 -