]> 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)
commit5f8946c380bd14c884eda9aef4462a54cd1e2c43
tree444db3ac525576f4ac3e9779c449e403eb5db4c6
parent7135c08707a430015742d5ee7f6330ca5c751e8b
parent59cca32fa1f325d3ca0915d28e2ad796362c19f6
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