Lines Matching full:fixes
135 In case your patch fixes a bug, use the 'Closes:' tag with a URL referencing
145 If your patch fixes a bug in a specific commit, e.g. you found an issue using
146 ``git bisect``, please use the 'Fixes:' tag with at least the first 12
151 Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed")
159 fixes = Fixes: %h (\"%s\")
163 $ git log -1 --pretty=fixes 54a4f0239f2e
164 Fixes: 54a4f0239f2e ("KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed")
173 For example, if your changes include both bug fixes and performance
256 If you have a patch that fixes an exploitable security bug, send that patch
539 Using Reported-by:, Tested-by:, Reviewed-by:, Suggested-by: and Fixes:
547 fixes a part of the issue(s) being reported. Note, the Reported-by tag is one
605 A Fixes: tag indicates that the patch fixes an issue in a previous commit. It
612 Note: Attaching a Fixes: tag does not subvert the stable kernel rules
754 If a patch fixes a compile failure, it may not be necessary to include