vapier      15/08/05 07:45:29

  Modified:             good.results uname-test.c
  Removed:              arm-netwinder.data arm-nslu2.data
  Log:
  switch arm processor key name to match the v3.8+ behavior -- this breaks 
parsing on older kernels, but it has been two years now, and adding uname() 
calls in the code would make things more bothersome.  we can see if anyone even 
notices before looking into the issue further.  reported via crbug.com/p/43365

Revision  Changes    Path
1.3                  src/patchsets/coreutils/uname-test/good.results

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/good.results?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/good.results?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/good.results?r1=1.2&r2=1.3

Index: good.results
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/uname-test/good.results,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- good.results        5 Aug 2015 07:19:44 -0000       1.2
+++ good.results        5 Aug 2015 07:45:29 -0000       1.3
@@ -6,13 +6,9 @@
 >>> processor         = AMD Athlon(tm) 64 Processor 3500+
 >>> hardware_platform = AuthenticAMD
 
->>> Parsing data out of arm-netwinder.data
->>> processor         = StrongARM-110 rev 4 (v4l)
->>> hardware_platform = Rebel-NetWinder
-
->>> Parsing data out of arm-nslu2.data
->>> processor         = XScale-IXP425/IXC1100 rev 1 (v5b)
->>> hardware_platform = Intel IXDP425 Development Platform
+>>> Parsing data out of arm-v3.8-rockchip.data
+>>> processor         = ARMv7 Processor rev 1 (v7l)
+>>> hardware_platform = Rockchip (Device Tree)
 
 >>> Parsing data out of hppa-C360.data
 >>> processor         = PA8500 (PCX-W)



1.17                 src/patchsets/coreutils/uname-test/uname-test.c

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/uname-test.c?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/uname-test.c?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/uname-test.c?r1=1.16&r2=1.17

Index: uname-test.c
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/uname-test/uname-test.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- uname-test.c        5 Aug 2015 07:35:34 -0000       1.16
+++ uname-test.c        5 Aug 2015 07:45:29 -0000       1.17
@@ -150,7 +150,7 @@
                /* cpuname     --processor     --hardware-platform */
                { "alpha",     "cpu model",    "system type" },
                { "amd64",     "model name",   "vendor_id" },
-               { "arm",       "Processor",    "Hardware" },
+               { "arm",       "model name",   "Hardware" },
                { "avr32",     "processor",    "cpu family" },
                { "bfin",      "CPU",          "BOARD Name" },
                { "cris",      "cpu",          "cpu model" },




Reply via email to