All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160809155649.GX4329@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index ca80c6c..e907008 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,39 +6,26 @@ a very standard x86-64 IVB box, and it was reported that machines in
 our i915 test farm are having rtc related problems as well.
 
 The first time I run hwclock after rebooting I get this:
- open("/dev/rtc", O_RDONLY)              =3D 3
- ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) =3D 0
- select(4, [3], NULL, NULL, {10, 0})     =3D 0 (Timeout)
- ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  =3D 0
- close(3)                                =3D 0
+ open("/dev/rtc", O_RDONLY)              = 3
+ ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) = 0
+ select(4, [3], NULL, NULL, {10, 0})     = 0 (Timeout)
+ ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  = 0
+ close(3)                                = 0
 
 On all subsequent runs I get this:
- open("/dev/rtc", O_RDONLY)              =3D 3
- ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) =3D -1 EINVAL (Invalid argument)
- ioctl(3, RTC_RD_TIME, 0x7ffd76b3ae70)   =3D -1 EINVAL (Invalid argument)
- close(3)                                =3D 0
+ open("/dev/rtc", O_RDONLY)              = 3
+ ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) = -1 EINVAL (Invalid argument)
+ ioctl(3, RTC_RD_TIME, 0x7ffd76b3ae70)   = -1 EINVAL (Invalid argument)
+ close(3)                                = 0
 
 463a86304cae^ gets me back to working condition:
- open("/dev/rtc", O_RDONLY)              =3D 3
- ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) =3D 0
- select(4, [3], NULL, NULL, {10, 0})     =3D 1 (in [3], left {9, 530998})
- ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  =3D 0
- ioctl(3, RTC_RD_TIME, {tm_sec=3D20, tm_min=3D17, tm_hour=3D15, tm_mday=3D9=
-, tm_mon=3D7, tm_year=3D116, ...}) =3D 0
- close(3)                                =3D 0
+ open("/dev/rtc", O_RDONLY)              = 3
+ ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) = 0
+ select(4, [3], NULL, NULL, {10, 0})     = 1 (in [3], left {9, 530998})
+ ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  = 0
+ ioctl(3, RTC_RD_TIME, {tm_sec=20, tm_min=17, tm_hour=15, tm_mday=9, tm_mon=7, tm_year=116, ...}) = 0
+ close(3)                                = 0
 
---=20
-Ville Syrj=C3=A4l=C3=A4
+-- 
+Ville Syrjälä
 Intel OTC
-
---=20
-You received this message because you are subscribed to "rtc-linux".
-Membership options at http://groups.google.com/group/rtc-linux .
-Please read http://groups.google.com/group/rtc-linux/web/checklist
-before submitting a driver.
----=20
-You received this message because you are subscribed to the Google Groups "=
-rtc-linux" group.
-To unsubscribe from this group and stop receiving emails from it, send an e=
-mail to rtc-linux+unsubscribe@googlegroups.com.
-For more options, visit https://groups.google.com/d/optout.
diff --git a/a/content_digest b/N1/content_digest
index 7cce8cb..cd3725d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,5 +1,5 @@
  "From\0Ville Syrj\303\244l\303\244 <ville.syrjala@linux.intel.com>\0"
- "Subject\0[rtc-linux] rtc regression [463a86304cae (\"char/genrtc: x86: remove remnants of asm/rtc.h\")]\0"
+ "Subject\0rtc regression [463a86304cae (\"char/genrtc: x86: remove remnants of asm/rtc.h\")]\0"
  "Date\0Tue, 9 Aug 2016 18:56:49 +0300\0"
  "To\0Arnd Bergmann <arnd@arndb.de>\0"
  "Cc\0Geert Uytterhoeven <geert@linux-m68k.org>"
@@ -21,41 +21,28 @@
  "our i915 test farm are having rtc related problems as well.\n"
  "\n"
  "The first time I run hwclock after rebooting I get this:\n"
- " open(\"/dev/rtc\", O_RDONLY)              =3D 3\n"
- " ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) =3D 0\n"
- " select(4, [3], NULL, NULL, {10, 0})     =3D 0 (Timeout)\n"
- " ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  =3D 0\n"
- " close(3)                                =3D 0\n"
+ " open(\"/dev/rtc\", O_RDONLY)              = 3\n"
+ " ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) = 0\n"
+ " select(4, [3], NULL, NULL, {10, 0})     = 0 (Timeout)\n"
+ " ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  = 0\n"
+ " close(3)                                = 0\n"
  "\n"
  "On all subsequent runs I get this:\n"
- " open(\"/dev/rtc\", O_RDONLY)              =3D 3\n"
- " ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) =3D -1 EINVAL (Invalid argument)\n"
- " ioctl(3, RTC_RD_TIME, 0x7ffd76b3ae70)   =3D -1 EINVAL (Invalid argument)\n"
- " close(3)                                =3D 0\n"
+ " open(\"/dev/rtc\", O_RDONLY)              = 3\n"
+ " ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) = -1 EINVAL (Invalid argument)\n"
+ " ioctl(3, RTC_RD_TIME, 0x7ffd76b3ae70)   = -1 EINVAL (Invalid argument)\n"
+ " close(3)                                = 0\n"
  "\n"
  "463a86304cae^ gets me back to working condition:\n"
- " open(\"/dev/rtc\", O_RDONLY)              =3D 3\n"
- " ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) =3D 0\n"
- " select(4, [3], NULL, NULL, {10, 0})     =3D 1 (in [3], left {9, 530998})\n"
- " ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  =3D 0\n"
- " ioctl(3, RTC_RD_TIME, {tm_sec=3D20, tm_min=3D17, tm_hour=3D15, tm_mday=3D9=\n"
- ", tm_mon=3D7, tm_year=3D116, ...}) =3D 0\n"
- " close(3)                                =3D 0\n"
+ " open(\"/dev/rtc\", O_RDONLY)              = 3\n"
+ " ioctl(3, PHN_SET_REGS or RTC_UIE_ON, 0) = 0\n"
+ " select(4, [3], NULL, NULL, {10, 0})     = 1 (in [3], left {9, 530998})\n"
+ " ioctl(3, PHN_NOT_OH or RTC_UIE_OFF, 0)  = 0\n"
+ " ioctl(3, RTC_RD_TIME, {tm_sec=20, tm_min=17, tm_hour=15, tm_mday=9, tm_mon=7, tm_year=116, ...}) = 0\n"
+ " close(3)                                = 0\n"
  "\n"
- "--=20\n"
- "Ville Syrj=C3=A4l=C3=A4\n"
- "Intel OTC\n"
- "\n"
- "--=20\n"
- "You received this message because you are subscribed to \"rtc-linux\".\n"
- "Membership options at http://groups.google.com/group/rtc-linux .\n"
- "Please read http://groups.google.com/group/rtc-linux/web/checklist\n"
- "before submitting a driver.\n"
- "---=20\n"
- "You received this message because you are subscribed to the Google Groups \"=\n"
- "rtc-linux\" group.\n"
- "To unsubscribe from this group and stop receiving emails from it, send an e=\n"
- "mail to rtc-linux+unsubscribe@googlegroups.com.\n"
- For more options, visit https://groups.google.com/d/optout.
+ "-- \n"
+ "Ville Syrj\303\244l\303\244\n"
+ Intel OTC
 
-178af38e7d14a8b8acc8d693f3da75e646803d220bf3f71a37609972ed6a6841
+98cb3424fae914707460aaa2830766a4fda54cfa9b81a81fb9611a58341bccbd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.