]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Nov 2020 17:36:10 +0000 (09:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Nov 2020 17:36:10 +0000 (09:36 -0800)
commitb05ae11902a6e4503b37eb23313b46fa5db4df59
tree2f721af5483096709d23e03799bd18da69535c16
parent0659353c1fbfe98db0f514bf8df4296a0a74f82f
parent8c0cf8a1882edbae8778e03c1bfc96a65110bf25
Merge tag 'trace-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull bootconfig fix from Steven Rostedt:
 "Fix alignment of bootconfig

  GRUB may align the init ramdisk size to 4 bytes, the magic number at
  the end of the init ramdisk that denotes bootconfig is attached may
  not be at the exact end of the ramdisk. The kernel needs to check back
  at least 4 bytes"

* tag 'trace-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  bootconfig: Extend the magic check range to the preceding 3 bytes