forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit41eea65
committed
Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RCU changes from Ingo Molnar: - Debugging for smp_call_function() - RT raw/non-raw lock ordering fixes - Strict grace periods for KASAN - New smp_call_function() torture test - Torture-test updates - Documentation updates - Miscellaneous fixes[ This doesn't actually pull the tag - I've dropped the last merge from the RCU branch due to questions about the series. - Linus ]* tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (77 commits) smp: Make symbol 'csd_bug_count' static kernel/smp: Provide CSD lock timeout diagnostics smp: Add source and destination CPUs to __call_single_data rcu: Shrink each possible cpu krcp rcu/segcblist: Prevent useless GP start if no CBs to accelerate torture: Add gdb support rcutorture: Allow pointer leaks to test diagnostic code rcutorture: Hoist OOM registry up one level refperf: Avoid null pointer dereference when buf fails to allocate rcutorture: Properly synchronize with OOM notifier rcutorture: Properly set rcu_fwds for OOM handling torture: Add kvm.sh --help and update help message rcutorture: Add CONFIG_PROVE_RCU_LIST to TREE05 torture: Update initrd documentation rcutorture: Replace HTTP links with HTTPS ones locktorture: Make function torture_percpu_rwsem_init() static torture: document --allcpus argument added to the kvm.sh script rcutorture: Output number of elapsed grace periods rcutorture: Remove KCSAN stubs rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp() ...File tree
57 files changed
+1582
-421
lines changed- Documentation
- RCU
- Design
- Data-Structures
- Requirements
- admin-guide
- arch/x86/kvm/mmu
- include
- linux
- trace/events
- kernel
- entry
- locking
- rcu
- time
- lib
- tools/testing/selftests/rcutorture
- bin
- configs
- rcuperf
- rcuscale
- rcu
- scf
- doc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+1582
-421
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
966 | | - | |
| 966 | + | |
967 | 967 | | |
968 | 968 | | |
969 | 969 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2162 | 2162 | | |
2163 | 2163 | | |
2164 | 2164 | | |
2165 | | - | |
| 2165 | + | |
2166 | 2166 | | |
2167 | 2167 | | |
2168 | 2168 | | |
| |||
2431 | 2431 | | |
2432 | 2432 | | |
2433 | 2433 | | |
2434 | | - | |
| 2434 | + | |
2435 | 2435 | | |
2436 | 2436 | | |
2437 | 2437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3095 | 3095 | | |
3096 | 3096 | | |
3097 | 3097 | | |
| 3098 | + | |
| 3099 | + | |
| 3100 | + | |
| 3101 | + | |
3098 | 3102 | | |
3099 | 3103 | | |
3100 | 3104 | | |
| |||
4174 | 4178 | | |
4175 | 4179 | | |
4176 | 4180 | | |
| 4181 | + | |
| 4182 | + | |
| 4183 | + | |
| 4184 | + | |
| 4185 | + | |
| 4186 | + | |
| 4187 | + | |
| 4188 | + | |
| 4189 | + | |
4177 | 4190 | | |
4178 | 4191 | | |
4179 | 4192 | | |
4180 | 4193 | | |
4181 | 4194 | | |
4182 | | - | |
| 4195 | + | |
4183 | 4196 | | |
4184 | 4197 | | |
4185 | 4198 | | |
4186 | | - | |
| 4199 | + | |
4187 | 4200 | | |
4188 | 4201 | | |
4189 | 4202 | | |
4190 | 4203 | | |
4191 | 4204 | | |
4192 | 4205 | | |
4193 | | - | |
| 4206 | + | |
4194 | 4207 | | |
4195 | 4208 | | |
4196 | 4209 | | |
4197 | | - | |
| 4210 | + | |
4198 | 4211 | | |
4199 | 4212 | | |
4200 | 4213 | | |
4201 | 4214 | | |
4202 | 4215 | | |
4203 | | - | |
| 4216 | + | |
4204 | 4217 | | |
4205 | 4218 | | |
4206 | | - | |
| 4219 | + | |
4207 | 4220 | | |
4208 | 4221 | | |
4209 | | - | |
| 4222 | + | |
4210 | 4223 | | |
4211 | 4224 | | |
4212 | | - | |
4213 | | - | |
| 4225 | + | |
| 4226 | + | |
4214 | 4227 | | |
4215 | 4228 | | |
4216 | | - | |
| 4229 | + | |
4217 | 4230 | | |
4218 | 4231 | | |
4219 | 4232 | | |
| |||
4222 | 4235 | | |
4223 | 4236 | | |
4224 | 4237 | | |
4225 | | - | |
| 4238 | + | |
4226 | 4239 | | |
4227 | | - | |
| 4240 | + | |
4228 | 4241 | | |
4229 | 4242 | | |
4230 | | - | |
| 4243 | + | |
4231 | 4244 | | |
4232 | 4245 | | |
4233 | | - | |
| 4246 | + | |
4234 | 4247 | | |
4235 | 4248 | | |
4236 | 4249 | | |
4237 | 4250 | | |
4238 | | - | |
| 4251 | + | |
4239 | 4252 | | |
4240 | 4253 | | |
4241 | | - | |
| 4254 | + | |
4242 | 4255 | | |
4243 | 4256 | | |
4244 | 4257 | | |
| |||
4291 | 4304 | | |
4292 | 4305 | | |
4293 | 4306 | | |
| 4307 | + | |
| 4308 | + | |
| 4309 | + | |
| 4310 | + | |
| 4311 | + | |
| 4312 | + | |
| 4313 | + | |
| 4314 | + | |
| 4315 | + | |
| 4316 | + | |
| 4317 | + | |
| 4318 | + | |
4294 | 4319 | | |
4295 | 4320 | | |
4296 | 4321 | | |
| |||
4512 | 4537 | | |
4513 | 4538 | | |
4514 | 4539 | | |
4515 | | - | |
4516 | | - | |
| 4540 | + | |
| 4541 | + | |
4517 | 4542 | | |
4518 | 4543 | | |
4519 | 4544 | | |
| |||
4659 | 4684 | | |
4660 | 4685 | | |
4661 | 4686 | | |
| 4687 | + | |
| 4688 | + | |
| 4689 | + | |
| 4690 | + | |
| 4691 | + | |
| 4692 | + | |
| 4693 | + | |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
| 4698 | + | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
| 4702 | + | |
| 4703 | + | |
| 4704 | + | |
| 4705 | + | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
| 4709 | + | |
| 4710 | + | |
| 4711 | + | |
| 4712 | + | |
| 4713 | + | |
| 4714 | + | |
| 4715 | + | |
| 4716 | + | |
| 4717 | + | |
| 4718 | + | |
| 4719 | + | |
| 4720 | + | |
| 4721 | + | |
| 4722 | + | |
| 4723 | + | |
| 4724 | + | |
| 4725 | + | |
| 4726 | + | |
| 4727 | + | |
| 4728 | + | |
| 4729 | + | |
| 4730 | + | |
| 4731 | + | |
| 4732 | + | |
| 4733 | + | |
| 4734 | + | |
| 4735 | + | |
| 4736 | + | |
| 4737 | + | |
| 4738 | + | |
| 4739 | + | |
| 4740 | + | |
| 4741 | + | |
| 4742 | + | |
| 4743 | + | |
| 4744 | + | |
| 4745 | + | |
| 4746 | + | |
| 4747 | + | |
| 4748 | + | |
| 4749 | + | |
| 4750 | + | |
| 4751 | + | |
| 4752 | + | |
| 4753 | + | |
| 4754 | + | |
| 4755 | + | |
| 4756 | + | |
| 4757 | + | |
| 4758 | + | |
| 4759 | + | |
| 4760 | + | |
| 4761 | + | |
| 4762 | + | |
| 4763 | + | |
| 4764 | + | |
| 4765 | + | |
| 4766 | + | |
| 4767 | + | |
| 4768 | + | |
| 4769 | + | |
| 4770 | + | |
| 4771 | + | |
| 4772 | + | |
| 4773 | + | |
| 4774 | + | |
| 4775 | + | |
| 4776 | + | |
| 4777 | + | |
| 4778 | + | |
4662 | 4779 | | |
4663 | 4780 | | |
4664 | 4781 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17672 | 17672 | | |
17673 | 17673 | | |
17674 | 17674 | | |
17675 | | - | |
| 17675 | + | |
17676 | 17676 | | |
| 17677 | + | |
17677 | 17678 | | |
17678 | 17679 | | |
17679 | 17680 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
257 | | - | |
| 258 | + | |
| 259 | + | |
258 | 260 | | |
259 | 261 | | |
260 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| 75 | + | |
| 76 | + | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| |||
385 | 393 | | |
386 | 394 | | |
387 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
388 | 415 | | |
389 | 416 | | |
390 | 417 | | |
| |||
683 | 710 | | |
684 | 711 | | |
685 | 712 | | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
686 | 734 | | |
687 | 735 | | |
688 | 736 | | |
| |||
0 commit comments
Comments
(0)