From ed9f91379205d5618f94a8606769ea588e5120b2 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 15 Oct 2008 22:01:59 -0700 Subject: [PATCH] --- yaml --- r: 114729 b: refs/heads/master c: 8033fe65a6d6c0e47ba9e3cb2e4e6902f9dfb8dd h: refs/heads/master i: 114727: a2e37a325bbb954f3a394dc9c59221a3472d7b69 v: v3 --- [refs] | 2 +- trunk/Documentation/SubmitChecklist | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 53c85142d598..7b2fc7ed7d87 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7968b3d9a673e922ab980b2616945e63a52d88fe +refs/heads/master: 8033fe65a6d6c0e47ba9e3cb2e4e6902f9dfb8dd diff --git a/trunk/Documentation/SubmitChecklist b/trunk/Documentation/SubmitChecklist index 21f0795af20f..ac5e0b2f1097 100644 --- a/trunk/Documentation/SubmitChecklist +++ b/trunk/Documentation/SubmitChecklist @@ -85,3 +85,6 @@ kernel patches. 23: Tested after it has been merged into the -mm patchset to make sure that it still works with all of the other queued patches and various changes in the VM, VFS, and other subsystems. + +24: All memory barriers {e.g., barrier(), rmb(), wmb()} need a comment in the + source code that explains the logic of what they are doing and why.