[tip: perf/core] perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children

2021-04-16 Thread tip-bot2 for Marco Elver
The following commit has been merged into the perf/core branch of tip: Commit-ID: 47f661eca0700928012e11c57ea0328f5ccfc3b9 Gitweb: https://git.kernel.org/tip/47f661eca0700928012e11c57ea0328f5ccfc3b9 Author:Marco Elver AuthorDate:Thu, 08 Apr 2021 12:35:57 +02:00 Committer:

[tip: perf/core] perf: Support only inheriting events if cloned with CLONE_THREAD

2021-04-16 Thread tip-bot2 for Marco Elver
The following commit has been merged into the perf/core branch of tip: Commit-ID: 2b26f0aa004995f49f7b6f4100dd0e4c39a9ed5f Gitweb: https://git.kernel.org/tip/2b26f0aa004995f49f7b6f4100dd0e4c39a9ed5f Author:Marco Elver AuthorDate:Thu, 08 Apr 2021 12:35:58 +02:00 Committer:

[tip: perf/core] signal: Introduce TRAP_PERF si_code and si_perf to siginfo

2021-04-16 Thread tip-bot2 for Marco Elver
The following commit has been merged into the perf/core branch of tip: Commit-ID: fb6cc127e0b6e629252cdd0f77d5a1f49db95b92 Gitweb: https://git.kernel.org/tip/fb6cc127e0b6e629252cdd0f77d5a1f49db95b92 Author:Marco Elver AuthorDate:Thu, 08 Apr 2021 12:36:00 +02:00 Committer:

[tip: perf/core] perf: Add support for SIGTRAP on perf events

2021-04-16 Thread tip-bot2 for Marco Elver
The following commit has been merged into the perf/core branch of tip: Commit-ID: 97ba62b278674293762c3d91f724f1bb922f04e0 Gitweb: https://git.kernel.org/tip/97ba62b278674293762c3d91f724f1bb922f04e0 Author:Marco Elver AuthorDate:Thu, 08 Apr 2021 12:36:01 +02:00 Committer:

[tip: perf/core] perf: Add support for event removal on exec

2021-04-16 Thread tip-bot2 for Marco Elver
The following commit has been merged into the perf/core branch of tip: Commit-ID: 2e498d0a74e5b88a6689ae1b811f247f91ff188e Gitweb: https://git.kernel.org/tip/2e498d0a74e5b88a6689ae1b811f247f91ff188e Author:Marco Elver AuthorDate:Thu, 08 Apr 2021 12:35:59 +02:00 Committer:

[tip: perf/core] selftests/perf_events: Add kselftest for process-wide sigtrap handling

2021-04-16 Thread tip-bot2 for Marco Elver
The following commit has been merged into the perf/core branch of tip: Commit-ID: f2c3c32f45002de19c6dec33f32fd259e82f2557 Gitweb: https://git.kernel.org/tip/f2c3c32f45002de19c6dec33f32fd259e82f2557 Author:Marco Elver AuthorDate:Thu, 08 Apr 2021 12:36:02 +02:00 Committer:

[tip: perf/core] selftests/perf_events: Add kselftest for remove_on_exec

2021-04-16 Thread tip-bot2 for Marco Elver
The following commit has been merged into the perf/core branch of tip: Commit-ID: 6216798bf98e82c382922f1b71ecc4a13d6e65cb Gitweb: https://git.kernel.org/tip/6216798bf98e82c382922f1b71ecc4a13d6e65cb Author:Marco Elver AuthorDate:Thu, 08 Apr 2021 12:36:03 +02:00 Committer:

[tip: locking/core] kcsan, debugfs: Move debugfs file creation out of early init

2021-04-11 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: e36299efe7d749976fbdaaf756dee6ef32543c2c Gitweb: https://git.kernel.org/tip/e36299efe7d749976fbdaaf756dee6ef32543c2c Author:Marco Elver AuthorDate:Wed, 03 Mar 2021 10:38:45 +01:00

[tip: locking/core] kcsan: Make test follow KUnit style recommendations

2021-04-11 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: a146fed56f8a06a6f17ac11ebdc7ca3f396bcb55 Gitweb: https://git.kernel.org/tip/a146fed56f8a06a6f17ac11ebdc7ca3f396bcb55 Author:Marco Elver AuthorDate:Wed, 13 Jan 2021 17:05:56 +01:00

[tip: locking/core] kcsan: Switch to KUNIT_CASE_PARAM for parameterized tests

2021-04-11 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: f6a149140321274cbd955dee50798fe191841f94 Gitweb: https://git.kernel.org/tip/f6a149140321274cbd955dee50798fe191841f94 Author:Marco Elver AuthorDate:Wed, 13 Jan 2021 17:05:57 +01:00

[tip: locking/core] kcsan: Add missing license and copyright headers

2021-04-11 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: bd0ccc4afca2d6ae0029cae35c4f1d2e2ade7579 Gitweb: https://git.kernel.org/tip/bd0ccc4afca2d6ae0029cae35c4f1d2e2ade7579 Author:Marco Elver AuthorDate:Fri, 15 Jan 2021 18:09:53 +01:00

[tip: locking/core] random32: Re-enable KCSAN instrumentation

2021-02-15 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 567a83e6872c15b2080d1d03de71868cd0ae7cea Gitweb: https://git.kernel.org/tip/567a83e6872c15b2080d1d03de71868cd0ae7cea Author:Marco Elver AuthorDate:Tue, 24 Nov 2020 12:02:10 +01:00

[tip: locking/core] kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()

2021-02-15 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 71a076f4a61a6c779794ad286f356b39725edc3b Gitweb: https://git.kernel.org/tip/71a076f4a61a6c779794ad286f356b39725edc3b Author:Marco Elver AuthorDate:Tue, 24 Nov 2020 12:02:09 +01:00

[tip: core/rcu] kcsan: Never set up watchpoints on NULL pointers

2020-12-13 Thread tip-bot2 for Marco Elver
The following commit has been merged into the core/rcu branch of tip: Commit-ID: 55a2346c7ac4bbf6ee6972394237bf31e29a1c05 Gitweb: https://git.kernel.org/tip/55a2346c7ac4bbf6ee6972394237bf31e29a1c05 Author:Marco Elver AuthorDate:Thu, 22 Oct 2020 13:45:53 +02:00 Committer:

[tip: core/rcu] kcsan: Fix encoding masks and regain address bit

2020-12-13 Thread tip-bot2 for Marco Elver
The following commit has been merged into the core/rcu branch of tip: Commit-ID: 1d094cefc37e5ed4dec44a41841c8628f6b548a2 Gitweb: https://git.kernel.org/tip/1d094cefc37e5ed4dec44a41841c8628f6b548a2 Author:Marco Elver AuthorDate:Fri, 06 Nov 2020 10:34:56 +01:00 Committer:

[tip: core/rcu] kcsan: selftest: Ensure that address is at least PAGE_SIZE

2020-12-13 Thread tip-bot2 for Marco Elver
The following commit has been merged into the core/rcu branch of tip: Commit-ID: 4761612ffe3c1655e58f1ef9cf867c6f67d46fe2 Gitweb: https://git.kernel.org/tip/4761612ffe3c1655e58f1ef9cf867c6f67d46fe2 Author:Marco Elver AuthorDate:Thu, 22 Oct 2020 13:45:52 +02:00 Committer:

[tip: locking/core] bitops, kcsan: Partially revert instrumentation for non-atomic bitops

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 068df05363b79f54241bd6bd612055b8c16c5964 Gitweb: https://git.kernel.org/tip/068df05363b79f54241bd6bd612055b8c16c5964 Author:Marco Elver AuthorDate:Thu, 13 Aug 2020 18:38:59 +02:00

[tip: locking/core] kcsan: Use tracing-safe version of prandom

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: cd290ec24633f51029dab0d25505fae7da0e1eda Gitweb: https://git.kernel.org/tip/cd290ec24633f51029dab0d25505fae7da0e1eda Author:Marco Elver AuthorDate:Fri, 21 Aug 2020 14:31:26 +02:00

[tip: locking/core] instrumented.h: Introduce read-write instrumentation hooks

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 00047c2e6d7c576c1a847f7db07ef0fc58085f22 Gitweb: https://git.kernel.org/tip/00047c2e6d7c576c1a847f7db07ef0fc58085f22 Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:06 +02:00

[tip: locking/core] asm-generic/bitops: Use instrument_read_write() where appropriate

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: b159eeccb75a7916278d95e2ff5540e670682748 Gitweb: https://git.kernel.org/tip/b159eeccb75a7916278d95e2ff5540e670682748 Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:07 +02:00

[tip: locking/core] kcsan: Simplify debugfs counter to name mapping

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 69b2c81bc894606670204f0ae08f406dbcce836d Gitweb: https://git.kernel.org/tip/69b2c81bc894606670204f0ae08f406dbcce836d Author:Marco Elver AuthorDate:Fri, 31 Jul 2020 10:17:19 +02:00

[tip: locking/core] kcsan: Show message if enabled early

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 2778793072c31e3eb33842f3bd7da82dfc7efc6b Gitweb: https://git.kernel.org/tip/2778793072c31e3eb33842f3bd7da82dfc7efc6b Author:Marco Elver AuthorDate:Fri, 31 Jul 2020 10:17:22 +02:00

[tip: locking/core] kcsan: Skew delay to be longer for certain access types

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 106a307fd0a762e2d47e1cf99e6da43763887a18 Gitweb: https://git.kernel.org/tip/106a307fd0a762e2d47e1cf99e6da43763887a18 Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:03 +02:00

[tip: locking/core] kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checks

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 9d1335cc1e97cc3da0d14f640dd716e614083e8b Gitweb: https://git.kernel.org/tip/9d1335cc1e97cc3da0d14f640dd716e614083e8b Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:04 +02:00

[tip: locking/core] kcsan: Support compounded read-write instrumentation

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 14e2ac8de0f91f12122a49f09897b0cd05256460 Gitweb: https://git.kernel.org/tip/14e2ac8de0f91f12122a49f09897b0cd05256460 Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:01 +02:00

[tip: locking/core] kcsan: Test support for compound instrumentation

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: bec4a2474890a6884eb890c778ea02bccaaae6eb Gitweb: https://git.kernel.org/tip/bec4a2474890a6884eb890c778ea02bccaaae6eb Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:05 +02:00

[tip: locking/core] kcsan: Remove debugfs test command

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 4700ccdf18fa3002d66769b69cf715cc58beea37 Gitweb: https://git.kernel.org/tip/4700ccdf18fa3002d66769b69cf715cc58beea37 Author:Marco Elver AuthorDate:Fri, 31 Jul 2020 10:17:21 +02:00

[tip: locking/core] kcsan: Use pr_fmt for consistency

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 178a1877d782c034f466edd80e30a107af5469df Gitweb: https://git.kernel.org/tip/178a1877d782c034f466edd80e30a107af5469df Author:Marco Elver AuthorDate:Fri, 31 Jul 2020 10:17:23 +02:00

[tip: locking/core] kcsan: Add support for atomic builtins

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 0f8ad5f2e93425812c393c91ceb5af3d95e79b10 Gitweb: https://git.kernel.org/tip/0f8ad5f2e93425812c393c91ceb5af3d95e79b10 Author:Marco Elver AuthorDate:Fri, 03 Jul 2020 15:40:29 +02:00

[tip: locking/core] locking/atomics: Use read-write instrumentation for atomic RMWs

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 3570a1bcf45e9a7ddf9ba0e8d6d57cc67675cfef Gitweb: https://git.kernel.org/tip/3570a1bcf45e9a7ddf9ba0e8d6d57cc67675cfef Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:08 +02:00

[tip: locking/core] kcsan: Optimize debugfs stats counters

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 2e986b81f698e73c95e6456183f27b861f47bb87 Gitweb: https://git.kernel.org/tip/2e986b81f698e73c95e6456183f27b861f47bb87 Author:Marco Elver AuthorDate:Mon, 10 Aug 2020 10:06:25 +02:00

[tip: locking/core] kcsan: Simplify constant string handling

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: a4e74fa5f0d3e2a11f2d0deb522681d219a81426 Gitweb: https://git.kernel.org/tip/a4e74fa5f0d3e2a11f2d0deb522681d219a81426 Author:Marco Elver AuthorDate:Fri, 31 Jul 2020 10:17:20 +02:00

[tip: locking/core] objtool, kcsan: Add __tsan_read_write to uaccess whitelist

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: a81b37590ff2e2507940ec278910b1d315dc73b3 Gitweb: https://git.kernel.org/tip/a81b37590ff2e2507940ec278910b1d315dc73b3 Author:Marco Elver AuthorDate:Fri, 24 Jul 2020 09:00:02 +02:00

[tip: locking/core] kcsan: Add atomic builtin test case

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: f9ea63193135473ed6b6ff06f016eb6248100041 Gitweb: https://git.kernel.org/tip/f9ea63193135473ed6b6ff06f016eb6248100041 Author:Marco Elver AuthorDate:Fri, 03 Jul 2020 15:40:31 +02:00

[tip: locking/core] objtool: Add atomic builtin TSAN instrumentation to uaccess whitelist

2020-10-09 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 883957b1c4ac5554ce515e882b7b2b20cbadfdd1 Gitweb: https://git.kernel.org/tip/883957b1c4ac5554ce515e882b7b2b20cbadfdd1 Author:Marco Elver AuthorDate:Fri, 03 Jul 2020 15:40:30 +02:00

[tip: sched/urgent] sched: Use __always_inline on is_idle_task()

2020-08-27 Thread tip-bot2 for Marco Elver
The following commit has been merged into the sched/urgent branch of tip: Commit-ID: c94a88f341c9b8f05d8639f62bb5d95936f881cd Gitweb: https://git.kernel.org/tip/c94a88f341c9b8f05d8639f62bb5d95936f881cd Author:Marco Elver AuthorDate:Thu, 20 Aug 2020 19:20:46 +02:00

[tip: core/rcu] torture: Pass --kmake-arg to all make invocations

2020-07-31 Thread tip-bot2 for Marco Elver
The following commit has been merged into the core/rcu branch of tip: Commit-ID: 603d11ad6976e1289f19c2a19e2f75a83d0dc296 Gitweb: https://git.kernel.org/tip/603d11ad6976e1289f19c2a19e2f75a83d0dc296 Author:Marco Elver AuthorDate:Tue, 16 Jun 2020 11:49:24 +02:00 Committer:

[tip: locking/core] kcsan: Improve IRQ state trace reporting

2020-07-29 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 47490fdd411675707624fdfbf7bcfcd5f6a5e706 Gitweb: https://git.kernel.org/tip/47490fdd411675707624fdfbf7bcfcd5f6a5e706 Author:Marco Elver AuthorDate:Wed, 29 Jul 2020 13:09:16 +02:00

[tip: locking/core] lockdep: Refactor IRQ trace events fields into struct

2020-07-29 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 9cd8b723f823d007bd70a3252e681fde07143f6d Gitweb: https://git.kernel.org/tip/9cd8b723f823d007bd70a3252e681fde07143f6d Author:Marco Elver AuthorDate:Wed, 29 Jul 2020 13:09:15 +02:00

[tip: locking/core] kcsan: Make KCSAN compatible with new IRQ state tracking

2020-07-11 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/core branch of tip: Commit-ID: 248591f5d257a19c1cba9ab9da3536bfbc2f0149 Gitweb: https://git.kernel.org/tip/248591f5d257a19c1cba9ab9da3536bfbc2f0149 Author:Marco Elver AuthorDate:Wed, 24 Jun 2020 13:32:46 +02:00

[tip: x86/entry] kasan: Fix required compiler version

2020-06-25 Thread tip-bot2 for Marco Elver
The following commit has been merged into the x86/entry branch of tip: Commit-ID: acf7b0bf7dcf5a96d9b44a0997227c7210d995c1 Gitweb: https://git.kernel.org/tip/acf7b0bf7dcf5a96d9b44a0997227c7210d995c1 Author:Marco Elver AuthorDate:Tue, 23 Jun 2020 13:24:48 +02:00 Committer:

[tip: x86/entry] compiler_attributes.h: Support no_sanitize_undefined check with GCC 4

2020-06-17 Thread tip-bot2 for Marco Elver
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 33aea07f30c261eff7ba229f19fd1b161e0fb851 Gitweb: https://git.kernel.org/tip/33aea07f30c261eff7ba229f19fd1b161e0fb851 Author:Marco Elver AuthorDate:Tue, 16 Jun 2020 01:15:29 +02:00 Committer:

[tip: x86/entry] compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr

2020-06-15 Thread tip-bot2 for Marco Elver
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 5144f8a8dfd7b3681f0a2b5bf599a210b2315018 Gitweb: https://git.kernel.org/tip/5144f8a8dfd7b3681f0a2b5bf599a210b2315018 Author:Marco Elver AuthorDate:Thu, 04 Jun 2020 07:58:11 +02:00 Committer:

[tip: x86/entry] kasan: Bump required compiler version

2020-06-15 Thread tip-bot2 for Marco Elver
The following commit has been merged into the x86/entry branch of tip: Commit-ID: 7b861a53e46b6b42ab8560b105af308cb72d7285 Gitweb: https://git.kernel.org/tip/7b861a53e46b6b42ab8560b105af308cb72d7285 Author:Marco Elver AuthorDate:Thu, 04 Jun 2020 07:58:10 +02:00 Committer:

[tip: locking/kcsan] compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparse

2020-05-28 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: f05e1242fbb2d149ceaa87310cf67d03fe007a25 Gitweb: https://git.kernel.org/tip/f05e1242fbb2d149ceaa87310cf67d03fe007a25 Author:Marco Elver AuthorDate:Thu, 28 May 2020 09:43:13 +02:00

[tip: locking/kcsan] compiler_types.h: Optimize __unqual_scalar_typeof compilation time

2020-05-27 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: a5dead405f6be1fb80555bdcb77c406bf133fdc8 Gitweb: https://git.kernel.org/tip/a5dead405f6be1fb80555bdcb77c406bf133fdc8 Author:Marco Elver AuthorDate:Wed, 27 May 2020 12:32:36 +02:00

[tip: locking/kcsan] compiler.h: Avoid nested statement expression in data_race()

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: aa7d8a2ee1e9b80e36ce2aa0d817c14ab3e23157 Gitweb: https://git.kernel.org/tip/aa7d8a2ee1e9b80e36ce2aa0d817c14ab3e23157 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:45 +02:00

[tip: locking/kcsan] compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 777f73c4e79106d45b304f6af0d31917864dbdf1 Gitweb: https://git.kernel.org/tip/777f73c4e79106d45b304f6af0d31917864dbdf1 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:44 +02:00

[tip: locking/kcsan] compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to decide inlining

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: b91caf58f6fb88738f444cf40d247475c367de47 Gitweb: https://git.kernel.org/tip/b91caf58f6fb88738f444cf40d247475c367de47 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:47 +02:00

[tip: locking/kcsan] kcsan: Update Documentation to change supported compilers

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 345043266de282a4059bc8336e2bcdd3680cc8f0 Gitweb: https://git.kernel.org/tip/345043266de282a4059bc8336e2bcdd3680cc8f0 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:43 +02:00

[tip: locking/kcsan] kcsan: Restrict supported compilers

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 0d473b1d6e5c240f8ffed02715c718024802d0fa Gitweb: https://git.kernel.org/tip/0d473b1d6e5c240f8ffed02715c718024802d0fa Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:42 +02:00

[tip: locking/kcsan] compiler.h: Move function attributes to compiler_types.h

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 9a4e6db6161cc3b31c6202f8d7a9495e0c2ecda7 Gitweb: https://git.kernel.org/tip/9a4e6db6161cc3b31c6202f8d7a9495e0c2ecda7 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:46 +02:00

[tip: locking/kcsan] kcsan: Remove 'noinline' from __no_kcsan_or_inline

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: f487a549ea30ee894055d8d20e81c1996a6e10a0 Gitweb: https://git.kernel.org/tip/f487a549ea30ee894055d8d20e81c1996a6e10a0 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:41 +02:00

[tip: locking/kcsan] kcsan: Avoid inserting __tsan_func_entry/exit if possible

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 3bc9e5b0725b353b921feaf2c10bb4a9f932646f Gitweb: https://git.kernel.org/tip/3bc9e5b0725b353b921feaf2c10bb4a9f932646f Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:38 +02:00

[tip: locking/kcsan] kcsan: Pass option tsan-instrument-read-before-write to Clang

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 52dfbb97a90fbf6a9826f15a71fca37861330a13 Gitweb: https://git.kernel.org/tip/52dfbb97a90fbf6a9826f15a71fca37861330a13 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:40 +02:00

[tip: locking/kcsan] kcsan: Support distinguishing volatile accesses

2020-05-22 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 4e23395b9e97562d12b87a330a2fca3bf10c8663 Gitweb: https://git.kernel.org/tip/4e23395b9e97562d12b87a330a2fca3bf10c8663 Author:Marco Elver AuthorDate:Thu, 21 May 2020 16:20:39 +02:00

[tip: locking/kcsan] objtool, kcsan: Add explicit check functions to uaccess whitelist

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 9967683ce5d4ce21829bbc807e006ee33cc68725 Gitweb: https://git.kernel.org/tip/9967683ce5d4ce21829bbc807e006ee33cc68725 Author:Marco Elver AuthorDate:Wed, 25 Mar 2020 17:41:57 +01:00

[tip: locking/kcsan] kcsan: Move kcsan_{disable,enable}_current() to kcsan-checks.h

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 01b4ff58f72dbee926077d9afa0650f6e685e866 Gitweb: https://git.kernel.org/tip/01b4ff58f72dbee926077d9afa0650f6e685e866 Author:Marco Elver AuthorDate:Tue, 31 Mar 2020 21:32:32 +02:00

[tip: locking/kcsan] checkpatch: Warn about data_race() without comment

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 5099a722e9727fe9a93fac51e961735f40e5b6c8 Gitweb: https://git.kernel.org/tip/5099a722e9727fe9a93fac51e961735f40e5b6c8 Author:Marco Elver AuthorDate:Wed, 01 Apr 2020 12:17:14 +02:00

[tip: locking/kcsan] kcsan: Change data_race() to no longer require marking racing accesses

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: d071e91361bbfef524ae8abf7e560fb294d0ad64 Gitweb: https://git.kernel.org/tip/d071e91361bbfef524ae8abf7e560fb294d0ad64 Author:Marco Elver AuthorDate:Tue, 31 Mar 2020 21:32:33 +02:00

[tip: locking/kcsan] kcsan: Fix function matching in report

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: f770ed10a9ee65529f3ec8d90eb374bbd8b7c238 Gitweb: https://git.kernel.org/tip/f770ed10a9ee65529f3ec8d90eb374bbd8b7c238 Author:Marco Elver AuthorDate:Fri, 10 Apr 2020 18:44:17 +02:00

[tip: locking/kcsan] kcsan: Add __kcsan_{enable,disable}_current() variants

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 19acd03d95dad1f50d06f28179a1866fca431fed Gitweb: https://git.kernel.org/tip/19acd03d95dad1f50d06f28179a1866fca431fed Author:Marco Elver AuthorDate:Fri, 24 Apr 2020 17:47:29 +02:00

[tip: locking/kcsan] kcsan: Update Documentation/dev-tools/kcsan.rst

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: e7325b774cc72edc2cffc4a1ce40f4dbf1bc0930 Gitweb: https://git.kernel.org/tip/e7325b774cc72edc2cffc4a1ce40f4dbf1bc0930 Author:Marco Elver AuthorDate:Thu, 05 Mar 2020 15:21:08 +01:00

[tip: locking/kcsan] kcsan: Add support for scoped accesses

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 757a4cefde76697af2b2c284c8a320912b77e7e6 Gitweb: https://git.kernel.org/tip/757a4cefde76697af2b2c284c8a320912b77e7e6 Author:Marco Elver AuthorDate:Wed, 25 Mar 2020 17:41:56 +01:00

[tip: locking/kcsan] kcsan: Add option to allow watcher interruptions

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 48b1fc190a180d971fb69217c88c7247f4f2ca19 Gitweb: https://git.kernel.org/tip/48b1fc190a180d971fb69217c88c7247f4f2ca19 Author:Marco Elver AuthorDate:Fri, 21 Feb 2020 23:02:09 +01:00

[tip: locking/kcsan] kcsan: Add current->state to implicitly atomic accesses

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 44656d3dc4f0dc20010d054f27397a4a1469fabf Gitweb: https://git.kernel.org/tip/44656d3dc4f0dc20010d054f27397a4a1469fabf Author:Marco Elver AuthorDate:Tue, 25 Feb 2020 15:32:58 +01:00

[tip: locking/kcsan] kcsan: Update API documentation in kcsan-checks.h

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 1443b8c9e712ef8914a2cab9ae7ce133229ed96c Gitweb: https://git.kernel.org/tip/1443b8c9e712ef8914a2cab9ae7ce133229ed96c Author:Marco Elver AuthorDate:Thu, 05 Mar 2020 15:21:09 +01:00

[tip: locking/kcsan] kcsan: Introduce report access_info and other_info

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 135c0872d86948046d11d7083e36c930cc43ac93 Gitweb: https://git.kernel.org/tip/135c0872d86948046d11d7083e36c930cc43ac93 Author:Marco Elver AuthorDate:Wed, 18 Mar 2020 18:38:44 +01:00

[tip: locking/kcsan] kcsan: Make reporting aware of KCSAN tests

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: cdb9b07d8c78be63d72aba9a2686ff161ddd2099 Gitweb: https://git.kernel.org/tip/cdb9b07d8c78be63d72aba9a2686ff161ddd2099 Author:Marco Elver AuthorDate:Fri, 10 Apr 2020 18:44:18 +02:00

[tip: locking/kcsan] kcsan: Add option for verbose reporting

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 2402d0eae589a31ee7b1774cb220d84d0f5605b4 Gitweb: https://git.kernel.org/tip/2402d0eae589a31ee7b1774cb220d84d0f5605b4 Author:Marco Elver AuthorDate:Sat, 22 Feb 2020 00:10:27 +01:00

[tip: locking/kcsan] kcsan: Avoid blocking producers in prepare_report()

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 6119418f94ca5314392d258d27eb0cb58bb1774e Gitweb: https://git.kernel.org/tip/6119418f94ca5314392d258d27eb0cb58bb1774e Author:Marco Elver AuthorDate:Wed, 18 Mar 2020 18:38:45 +01:00

[tip: locking/kcsan] objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: 50a19ad4b1ec531eb550183cb5d4ab9f25a56bf8 Gitweb: https://git.kernel.org/tip/50a19ad4b1ec531eb550183cb5d4ab9f25a56bf8 Author:Marco Elver AuthorDate:Fri, 24 Apr 2020 17:47:30 +02:00

[tip: locking/kcsan] kcsan: Introduce scoped ASSERT_EXCLUSIVE macros

2020-05-08 Thread tip-bot2 for Marco Elver
The following commit has been merged into the locking/kcsan branch of tip: Commit-ID: d8949ef1d9f1062848cd068cf369a57ce33dae6f Gitweb: https://git.kernel.org/tip/d8949ef1d9f1062848cd068cf369a57ce33dae6f Author:Marco Elver AuthorDate:Wed, 25 Mar 2020 17:41:58 +01:00