On Fri, Nov 21, 2025 at 10:36:22AM +0100, Greg Kroah-Hartman wrote:
On Thu, Nov 06, 2025 at 11:32:18AM -0800, Kees Cook wrote:
This thread got pointed out to me. You can put this back in if you want; you just need the other associated fix (which had a bit of an obscure Fixes tag):
What exactly is "this" commit?
d8720235d5b5 ("scsi: qedf: Use designated initializer for struct qed_fcoe_cb_ops")
Can you give a list of git ids asked for here? This thread is confusing :)
Sorry! For stable, you want these, if they're not already present:
960013ec5b5e ("net: qede: Initialize qede_ll_ops with designated initializer") d8720235d5b5 ("scsi: qedf: Use designated initializer for struct qed_fcoe_cb_ops") e136a4062174 ("randstruct: gcc-plugin: Remove bogus void member") f39f18f3c353 ("randstruct: gcc-plugin: Fix attribute addition")
An additional bit of confusion is that the fix in 960013ec5b5e landed twice via 2 trees: 6b3ab7f2cbfa ("net: qede: Initialize qede_ll_ops with designated initializer") 960013ec5b5e ("net: qede: Initialize qede_ll_ops with designated initializer")
Obviously either is fine.