https://bugzilla.kernel.org/show_bug.cgi?id=60602 --- Comment #3 from Rodrigo Campos <rodrigo@xxxxxxxxxxx> --- Ping ? There is a typo on my explanation on the original bug report. Where it says: (0 << 3) | 0010 | 0100 ==> 1000 | 0010 | 0100 ==> 1110 It should be: ((~0) << 3) | 0010 | 0100 ==> 1000 | 0010 | 0100 ==> 1110 (note that zero is negated). The code does that, I just had a typo when writing the report. Also, Peter Ziljstra has confirmed on IRC that the note is outdated. He told me to tell you :-) If there is anything missing/to be fixed with the patch, please let me know Thanks a lot, Rodrigo -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html