RageLtMan
RageLtMan
VOTE! Poll on CROWD FUNDING ZFS Issues Features! Which BOUNTY reward payment platform should we use?
@jittygitty - the GPL fix is easy, if you don't intend to redist, just change the license tags from CDDL to GPL: ```bash grep -r CDDL include/zfs/|grep -v '\*'|grep -v...
VOTE! Poll on CROWD FUNDING ZFS Issues Features! Which BOUNTY reward payment platform should we use?
@BrainSlayer - the DDT entries made by older compressors may not match the newer entries, resulting in duplication of data blocks which would otherwise have been deduplicated. So if you...
VOTE! Poll on CROWD FUNDING ZFS Issues Features! Which BOUNTY reward payment platform should we use?
> > @BrainSlayer - the DDT entries made by older compressors may not match the newer entries, resulting in duplication of data blocks which would otherwise have been deduplicated. So...
VOTE! Poll on CROWD FUNDING ZFS Issues Features! Which BOUNTY reward payment platform should we use?
> @sempervictus older snapshots will still work. i mean rewrite of older blocks is a option and not forced and what counts is the decompressed content, not the compressed. just...
Thanks for chiming in @timocapa. Given that we're using two completely different CFI mechanisms (clang vs a GCC plugin on my end), i think this is a strong indication of...
Ping @aritger - your name is on all the release tags, so pinging direct to get upstream attention on this. My situation w/ RAP might not be common enough to...
Thanks for picking this up @aritger. Far as RAP goes, the last public release is from some years ago, so for "easy setup" you'd need an old kernel. However, since...
Regarding the CFI piece - apparently the types of pointers being passed as arguments to functions must be understood by the compiler when creating hashes for calls and returns. Structure...
@artiger: wiser folks than me have noticed that the module is not being built using Kbuild (which explains why i had the SSP problem mentioned in the original post). Meaning...
@pageexec - thanks for jumping in at whatever ungodly time it is over there. That mismatch is just a matter of ```diff diff --git c/kernel-open/common/inc/nv-proto.h w/kernel-open/common/inc/nv-proto.h index 815107d25..b016e42e6 100644 ---...