freedreno/drm: fix relocs in nested stateobjs
[mesa.git] / docs / submittingpatches.html
index e5350bdb2cfe126fce66d726d8db0c72dd7ff1b0..3f97c941aa59528abc90a638713fdcc2bae54e11 100644 (file)
@@ -156,9 +156,11 @@ As mentioned at the begining, patches should be bisectable.
 A good way to test this is to make use of the `git rebase` command,
 to run your tests on each commit. Assuming your branch is based off
 <code>origin/master</code>, you can run:
+</p>
 <pre>
 $ git rebase --interactive --exec "make check" origin/master
 </pre>
+<p>
 replacing <code>"make check"</code> with whatever other test you want to
 run.
 </p>
@@ -251,6 +253,9 @@ If you are not the author of the original patch, please Cc: them in your
 nomination request.
 </p>
 
+<p>
+The current patch status can be observed in the <a href="releasing.html#stagingbranch">staging branch</a>.
+</p>
 
 <h3 id="thetag">The stable tag</h3>