| commit | 8d32588077bdc390420cfa6946f407033a20d7a8 | [log] [tgz] |
|---|---|---|
| author | Mark Rutland <[email protected]> | Tue Sep 04 11:48:29 2018 +0100 |
| committer | Ingo Molnar <[email protected]> | Thu Nov 01 11:01:10 2018 +0100 |
| tree | 8826038ca127335c11514bb308179ad2d6e83d69 | |
| parent | aa525d063851a98e020b827fdd1d7776ae652301 [diff] |
locking/atomics: Check generated headers are up-to-date Now that all the generated atomic headers are in place, it would be good to ensure that: a) the headers are up-to-date when scripting changes. b) developers don't directly modify the generated headers. To ensure both of these properties, let's add a Kbuild step to check that the generated headers are up-to-date. Signed-off-by: Mark Rutland <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Will Deacon <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Boqun Feng <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>