]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hot-fixes' (fixes for rc6)
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Jul 2022 21:26:49 +0000 (14:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 Jul 2022 21:26:49 +0000 (14:26 -0700)
commitb22580eed4d53974d30ce112b4c608dfc29ff87e
tree1a6a5839d7c7f3f3930204b46bb4b99ca1df28ee
parentf8469fde41d79fa61aacef393aabf6238d222652
parent5326d0c8cbef0125ac31939ba9abffdd9f6c2cbd
Merge branch 'hot-fixes' (fixes for rc6)

This is a collection of three fixes for small annoyances.

Two of these are already pending in other trees, but I really don't want
to release another -rc with these issues pending, so I picked up the
patches for these things directly.  We'll end up with duplicate commits
eventually, I prefer that over having these issues pending.

The third one is just me getting rid of another BUG_ON() just because it
was reported and I dislike those things so much.

* merge 'hot-fixes' branch:
  ida: don't use BUG_ON() for debugging
  drm/aperture: Run fbdev removal before internal helpers
  ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()