]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'csky-for-linus-5.15-rc6' of git://github.com/c-sky/csky-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Oct 2021 16:12:18 +0000 (09:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Oct 2021 16:12:18 +0000 (09:12 -0700)
commitf5e566ea65f30040830477f83380d3ccc24c0b64
tree9183f9a880386caa7264789462aba4413b2bdd59
parent5705c0f79cbb636eb6db6053b3fd6185fb41f68f
parentfd640b906f7e49b31d3fe16c4281b3cb6edceda5
Merge tag 'csky-for-linus-5.15-rc6' of git://github.com/c-sky/csky-linux

Pull csky fixes from Guo Ren:
 "Only 5 fixups:

   - Make HAVE_TCM depend on !COMPILE_TEST

   - bitops: Remove duplicate __clear_bit define

   - Select ARCH_WANT_FRAME_POINTERS only if compiler supports it

   - Fixup regs.sr broken in ptrace

   - don't let sigreturn play with priveleged bits of status register"

* tag 'csky-for-linus-5.15-rc6' of git://github.com/c-sky/csky-linux:
  csky: Make HAVE_TCM depend on !COMPILE_TEST
  csky: bitops: Remove duplicate __clear_bit define
  csky: Select ARCH_WANT_FRAME_POINTERS only if compiler supports it
  csky: Fixup regs.sr broken in ptrace
  csky: don't let sigreturn play with priveleged bits of status register