On Sat, Sep 13, 2025 at 7:26 PM Rahul Rameshbabu <sergeantsagara@xxxxxxxxxxxxxx> wrote: > > Fixes: 1bd8b6b2c5d3 ("rust: pci: add basic PCI device / driver abstractions") > Fixes: 18ebb25dfa18 ("rust: pci: implement Driver::unbind()") These do not point to the same set of stable releases -- one cannot be backported to 6.16. In these cases, it is best to split the fix into two. And in the one that can be, you probably want to add Cc: stable so that Greg's bot doesn't detect it :) Thanks! Cheers, Miguel