Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=479470
--- Comment #3 from David Quenzler quenzler@us.ibm.com 2009-08-05 13:32:20 EDT --- I just checked the 1.6.8 source, utils.py still has the same code. It's not fixed yet.
+===+ # determine if we have room to add kssendmac to the kernel options line kernel_txt = hash_to_string(results["kernel_options"]) if len(kernel_txt) < 244: results["kernel_options"]["kssendmac"] = None +===+