AGSaidi
AGSaidi
Please use an ‘isb’ not a ‘dmb’. See this as an example. https://github.com/haproxy/haproxy/commit/1e237d037b3a45ec92d1dfa80dfd2c6bd7fc3af9
The number of bits used by a virtual address is a kernel configuration option.
It would be great if someone could test or prove out this is helpful with the contention levels expected in KeyDB usage. I'm proposing this change based on what we've...
it is available starting in armv8.0 so all. It's an instruction synch barrier, so it stops the front end until the backend empties but it's the most reliable instruction we've...
Here is the problem.... I just found it last week. https://lore.kernel.org/lkml/[email protected]/
I cced: stable so i expect it will be back-ported to all previously impacted kernels as soon as in gets merged into mainline.
Any chance of getting this reviewed? I'd love to see a wheel for arm64.
Fixed by https://github.com/aerospike/act/commit/489666594d699a5d337dfe933bccc3725ac0cc4d
It’s amazing how many times that choice has bitten Arm software. Either making the ‘char’ explicitly ‘signed char’ or building with ‘-fsigned-char’ should fix it.