]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
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)
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

1  2 
include/linux/timekeeping.h
kernel/debug/kdb/kdb_main.c

index 82c219dfd3bbd6c79ad65163a1304faa9dc5d2a1,588a0e4b1ab9336674b2bbc4f1fd0465b4d4a845..9737fbec7019bd02b9f6bf0ef9d34e1dc67fdaaa
@@@ -31,8 -31,8 +31,9 @@@ struct timespec64 get_monotonic_coarse6
  extern void getrawmonotonic64(struct timespec64 *ts);
  extern void ktime_get_ts64(struct timespec64 *ts);
  extern time64_t ktime_get_seconds(void);
+ extern time64_t __ktime_get_real_seconds(void);
  extern time64_t ktime_get_real_seconds(void);
 +extern void ktime_get_active_ts64(struct timespec64 *ts);
  
  extern int __getnstimeofday64(struct timespec64 *tv);
  extern void getnstimeofday64(struct timespec64 *tv);
Simple merge