793068 Refresh patches.kabi/kabi-allow-extra-bugints.patch.

Authored and Committed by Nikolay Borisov 2 weeks ago
    Refresh patches.kabi/kabi-allow-extra-bugints.patch.
    
    Properly check whether the feature we are patching in the alternatives
    is a feature or a bug. This was broken because in apply_alternative()
    boot_cpu_has is used and if we have an alternative that depends on a bug
    bit (such as X86_BUG_SYSRET_SS_ATTRS) the boot_cpu_has will erroneously
    check if this bit is set in the feature ints rather than the bug ints.
    
    While at it ensure that static_cpu_has isn't called with extended
    bugs features as those aren't supported right now.