Commit 404001d
committed
Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing fixes from Steven Rostedt:
"Minor last minute fixes:
- Fix a very tight race between the ring buffer readers and resizing
the ring buffer
- Correct some stale comments in the ring buffer code
- Fix kernel-doc in the rv code
- Add a MODULE_DESCRIPTION to preemptirq_delay_test"
* tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
rv: Update rv_en(dis)able_monitor doc to match kernel-doc
tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
ring-buffer: Fix a race between readers and resize checks
ring-buffer: Correct stale comments related to non-consuming readers3 files changed
Lines changed: 15 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
218 | 219 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1460 | 1460 | | |
1461 | 1461 | | |
1462 | 1462 | | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
1463 | 1468 | | |
1464 | 1469 | | |
1465 | 1470 | | |
| |||
2210 | 2215 | | |
2211 | 2216 | | |
2212 | 2217 | | |
| 2218 | + | |
| 2219 | + | |
2213 | 2220 | | |
| 2221 | + | |
2214 | 2222 | | |
| 2223 | + | |
2215 | 2224 | | |
2216 | 2225 | | |
2217 | 2226 | | |
| |||
5046 | 5055 | | |
5047 | 5056 | | |
5048 | 5057 | | |
5049 | | - | |
| 5058 | + | |
5050 | 5059 | | |
5051 | 5060 | | |
5052 | | - | |
5053 | | - | |
5054 | | - | |
5055 | | - | |
5056 | 5061 | | |
5057 | 5062 | | |
5058 | 5063 | | |
| |||
5139 | 5144 | | |
5140 | 5145 | | |
5141 | 5146 | | |
5142 | | - | |
5143 | | - | |
| 5147 | + | |
5144 | 5148 | | |
5145 | 5149 | | |
5146 | 5150 | | |
5147 | 5151 | | |
5148 | 5152 | | |
5149 | 5153 | | |
5150 | 5154 | | |
5151 | | - | |
5152 | | - | |
5153 | | - | |
5154 | | - | |
5155 | | - | |
5156 | | - | |
| 5155 | + | |
5157 | 5156 | | |
5158 | 5157 | | |
5159 | 5158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| 260 | + | |
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
| |||
0 commit comments