Linus Torvalds
c748fc3b1f
Misc timer fixes:
...
- Address a (valid) W=1 build warning
- Fix timer self-tests
- Annotate a KCSAN warning wrt. accesses to the
tick_do_timer_cpu global variable.
- Address a !CONFIG_BUG build warning
Heads up for the !CONFIG_BUG warning patch, which we
addressed with:
5284984a4fba bug: Fix no-return-statement warning with !CONFIG_BUG
Not everyone agreed though, see:
https://lore.kernel.org/all/20240410153212.127477-1-adrian.hunter@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-----BEGIN PGP SIGNATURE-----
iQJFBAABCgAvFiEEBpT5eoXrXCwVQwEKEnMQ0APhK1gFAmYblgkRHG1pbmdvQGtl
cm5lbC5vcmcACgkQEnMQ0APhK1jYWg//eNeJkdzJVdbj6g4n2t3WDDuX7dxuRqdG
AQHJdZctG+kNZBp+U2Zvbb8BDZfDRSQDBDfQI0ck3xG314pzXzNg92YMJB95r/Zf
aRcxMSFc3a2dN3vW97UDKquPuCarCPsZQvbQKmZ55OmgW6ZRhhsjed0f18Nq63xR
oWrQ0rotNhMJ98dpSOfPqrMoCXza78P/7nA49LxVIQcuDb+dtyqVTuAbENOOkFYq
nqAkvuieZGzLb4nKH2d1rK4agYuXwnMLJ71MOcCNWFp8njuRRx+Yc+3gyoNl7e9E
ipd6DcelOEl/DaYRao9rRy3ij0veJoUvshKZBTEWPw9FQU24odwqX4p/Mj2vF1iN
KExtF+S7LBxdJAdivHyuPtt9B0rKRmgIp/Q8Ytgzuxu9rZ3LNev+7l80qDOIM8MF
Mozv6JsJN2sVOMWvnzF9B1WNjVSikcyuvd2JRPbQYh1zy8aCpFHhZY+LcvK3vYBQ
qdzY8o5dmIW0JrtHZw4H7tqKByUKEbJMsslPefD9qNIq5bpAUgHi7HFOMTU0kOvx
2rFDnC6cJk39CXyJrpLMyKDqZzDTHGV/J4nV7/L7vQzy3iIOcfVcszfGESaM/txk
6cgdncf9pr8aOE34A6/5Kr4L45vgh7B6YGc4oqHpdlvFLR0ve0gi+BIjNja8Jy7C
IwGsS2uloCA=
=oEym
-----END PGP SIGNATURE-----
Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Ingo Molnar:
- Address a (valid) W=1 build warning
- Fix timer self-tests
- Annotate a KCSAN warning wrt. accesses to the tick_do_timer_cpu
global variable
- Address a !CONFIG_BUG build warning
* tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
selftests: kselftest: Fix build failure with NOLIBC
selftests: timers: Fix abs() warning in posix_timers test
selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn
selftests: timers: Fix posix_timers ksft_print_msg() warning
selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
bug: Fix no-return-statement warning with !CONFIG_BUG
timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
selftests/timers/posix_timers: Reimplement check_timer_distribution()
irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
2024-04-14 10:32:22 -07:00
..
2024-01-24 17:25:36 -08:00
2020-02-17 20:12:17 +01:00
2022-02-25 09:36:06 +01:00
2023-02-13 22:13:29 +01:00
2022-07-25 13:26:14 +02:00
2021-05-26 13:20:52 +02:00
2023-06-05 09:57:14 +02:00
2024-01-25 17:23:51 +01:00
2022-01-15 08:47:31 -08:00
2021-05-06 19:24:11 -07:00
2024-04-10 22:01:35 +02:00
2023-12-14 00:23:17 -08:00
2023-12-15 16:25:55 -08:00
2024-01-17 17:52:29 -08:00
2024-01-05 23:19:14 +01:00
2023-04-04 17:58:11 +02:00
2022-11-01 10:20:11 +11:00
2023-08-26 22:38:49 +02:00
2021-08-20 11:39:28 +01:00
2023-02-15 12:35:20 +01:00
2021-09-08 11:50:24 -07:00
2023-02-02 22:50:00 -08:00
2023-10-12 09:20:46 +02:00
2021-12-11 23:31:51 +01:00
2020-12-15 22:46:15 -08:00
2020-11-23 10:31:06 +01:00
2023-09-29 17:20:47 -07:00
2024-04-11 16:23:56 -07:00
2023-08-18 10:12:36 -07:00
2023-08-18 10:12:32 -07:00
2023-12-15 16:25:55 -08:00
2020-11-24 14:42:08 +01:00
2020-10-25 14:51:49 -07:00
2020-07-09 13:29:42 -04:00
2023-04-29 09:09:09 +02:00
2023-04-29 09:09:09 +02:00
2021-12-21 21:31:08 +01:00
2023-02-09 16:51:41 -08:00
2020-01-23 10:41:16 -08:00
2020-07-17 10:02:03 +01:00
2020-10-26 16:45:03 +01:00
2020-09-25 00:36:41 +09:00
2024-04-11 16:23:56 -07:00
2022-11-17 15:15:20 +01:00
2020-10-26 16:45:03 +01:00
2023-12-05 14:26:50 +00:00
2023-05-29 11:27:08 +02:00
2022-07-29 12:01:00 -05:00
2022-07-22 17:34:57 -05:00
2023-06-08 10:28:39 +02:00
2023-10-06 14:44:10 -07:00
2020-04-07 10:43:39 -07:00
2021-07-08 11:48:22 -07:00
2024-03-13 12:12:21 -07:00
2021-07-08 11:48:22 -07:00
2023-08-31 00:18:34 -07:00
2022-05-11 16:27:04 +02:00
2022-05-26 10:50:30 -07:00
2020-07-29 16:14:19 +02:00
2023-11-22 09:32:49 -08:00
2020-07-21 10:50:36 +01:00
2020-07-10 16:01:52 -07:00
2022-08-28 14:02:45 -07:00
2022-09-10 09:56:53 +02:00
2022-09-05 17:20:55 +02:00
2022-05-11 11:49:38 -07:00
2023-09-21 10:17:00 +02:00
2022-03-10 13:35:08 -06:00
2024-02-22 15:27:17 -08:00
2021-06-29 10:53:55 -07:00
2022-02-25 09:36:06 +01:00
2024-01-08 09:48:35 -08:00
2020-04-23 10:50:26 +09:00
2024-02-22 15:38:51 -08:00
2024-02-01 09:47:59 -08:00
2022-02-11 20:39:39 +11:00