]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Apr 2018 17:21:19 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Apr 2018 17:21:19 +0000 (10:21 -0700)
commit14533cddd0fad3aaf032ba2fda4d7dca7b06d81c
tree444db3ac525576f4ac3e9779c449e403eb5db4c6
parent86a714208e3873ec9c4d8e6eda897806ef3869d2
parent110c057f216f647c99adc30805fc23da3975d13b
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb

Pull kdb updates from Jason Wessel:

 - fix 2032 time access issues and new compiler warnings

 - minor regression test cleanup

 - formatting fixes for end user use of kdb

* tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb:
  kdb: use memmove instead of overlapping memcpy
  kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
  kdb: bl: don't use tab character in output
  kdb: drop newline in unknown command output
  kdb: make "mdr" command repeat
  kdb: use __ktime_get_real_seconds instead of __current_kernel_time
  misc: kgdbts: Display progress of asynchronous tests
include/linux/timekeeping.h
kernel/debug/kdb/kdb_main.c