<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>96713</bug_id>
          
          <creation_ts>2012-09-13 17:53:20 -0700</creation_ts>
          <short_desc>Add MIPS build slave to build.webkit.org</short_desc>
          <delta_ts>2012-09-21 08:35:30 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Gergely Kis">gergely</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fu</cc>
    
    <cc>lforschler</cc>
    
    <cc>ossy</cc>
    
    <cc>wsiegrist</cc>
    
    <cc>zecke</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>720171</commentid>
    <comment_count>0</comment_count>
    <who name="Gergely Kis">gergely</who>
    <bug_when>2012-09-13 17:53:20 -0700</bug_when>
    <thetext>The attached patch adds a build slave for MIPS, and enables a builder for Qt WebKit MIPS32R2 little-endian release build. The builder uses Qt 5.

Who should I send the password for the MIPS slave?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>720172</commentid>
    <comment_count>1</comment_count>
      <attachid>164016</attachid>
    <who name="Gergely Kis">gergely</who>
    <bug_when>2012-09-13 17:54:32 -0700</bug_when>
    <thetext>Created attachment 164016
Add MIPS slave to buildbot configuration</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>720180</commentid>
    <comment_count>2</comment_count>
      <attachid>164016</attachid>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-09-13 18:06:48 -0700</bug_when>
    <thetext>Comment on attachment 164016
Add MIPS slave to buildbot configuration

View in context: https://bugs.webkit.org/attachment.cgi?id=164016&amp;action=review

&gt; Tools/BuildSlaveSupport/build.webkit.org-config/config.json:233
&gt; +                      &quot;name&quot;: &quot;Qt Linux MIPS32R2 little-endian Release&quot;, &quot;type&quot;: &quot;Build&quot;, &quot;builddir&quot;: &quot;qt-linux-mipsel-mips32r2-release&quot;,

This is a really long name. Can we simply call it &quot;Qt Linux MIPS Release&quot; instead?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>720419</commentid>
    <comment_count>3</comment_count>
    <who name="Gergely Kis">gergely</who>
    <bug_when>2012-09-14 00:55:21 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; (From update of attachment 164016 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=164016&amp;action=review
&gt; 
&gt; &gt; Tools/BuildSlaveSupport/build.webkit.org-config/config.json:233
&gt; &gt; +                      &quot;name&quot;: &quot;Qt Linux MIPS32R2 little-endian Release&quot;, &quot;type&quot;: &quot;Build&quot;, &quot;builddir&quot;: &quot;qt-linux-mipsel-mips32r2-release&quot;,
&gt; 
&gt; This is a really long name. Can we simply call it &quot;Qt Linux MIPS Release&quot; instead?

The reason for the name is that we plan to add different configurations:
- MIPS32R1 little-endian and possibly big-endian (R1 is used by e.g. Broadcom chipsets)
- MIPS32R2 litte-endian and big-endian
- we might want to support MIPS64 as well down the road

If you want, we could make the name shorter by using LE and BE instead of little-endian and big-endian. Would this solution be acceptable for you?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>720424</commentid>
    <comment_count>4</comment_count>
      <attachid>164016</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-14 01:16:11 -0700</bug_when>
    <thetext>Comment on attachment 164016
Add MIPS slave to buildbot configuration

View in context: https://bugs.webkit.org/attachment.cgi?id=164016&amp;action=review

&gt;&gt;&gt; Tools/BuildSlaveSupport/build.webkit.org-config/config.json:233
&gt;&gt;&gt; +                      &quot;name&quot;: &quot;Qt Linux MIPS32R2 little-endian Release&quot;, &quot;type&quot;: &quot;Build&quot;, &quot;builddir&quot;: &quot;qt-linux-mipsel-mips32r2-release&quot;,
&gt;&gt; 
&gt;&gt; This is a really long name. Can we simply call it &quot;Qt Linux MIPS Release&quot; instead?
&gt; 
&gt; The reason for the name is that we plan to add different configurations:
&gt; - MIPS32R1 little-endian and possibly big-endian (R1 is used by e.g. Broadcom chipsets)
&gt; - MIPS32R2 litte-endian and big-endian
&gt; - we might want to support MIPS64 as well down the road
&gt; 
&gt; If you want, we could make the name shorter by using LE and BE instead of little-endian and big-endian. Would this solution be acceptable for you?

I think &quot;Qt Linux MIPS32R2 LE Release&quot; would be a good choice.

Of course, you can add detailed information to your slave info file, 
see this example http://build.webkit.org/buildslaves/szeged-linux-1.
(admin and host file in the info directory, close to the tac file on the slave)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>720426</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-14 01:17:36 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; Who should I send the password for the MIPS slave?
Lucas or Bill can generate you a random password. (I cc-ed them.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>720592</commentid>
    <comment_count>6</comment_count>
      <attachid>164107</attachid>
    <who name="Gergely Kis">gergely</who>
    <bug_when>2012-09-14 04:50:02 -0700</bug_when>
    <thetext>Created attachment 164107
Add MIPS slave to buildbot configuration with shorter builder name</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>720608</commentid>
    <comment_count>7</comment_count>
    <who name="Gergely Kis">gergely</who>
    <bug_when>2012-09-14 05:08:28 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; I think &quot;Qt Linux MIPS32R2 LE Release&quot; would be a good choice.

Uploaded the modified patch.

&gt; 
&gt; Of course, you can add detailed information to your slave info file, 
&gt; see this example http://build.webkit.org/buildslaves/szeged-linux-1.
&gt; (admin and host file in the info directory, close to the tac file on the slave)

Yes, that is already done, thank you.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>723002</commentid>
    <comment_count>8</comment_count>
    <who name="Gergely Kis">gergely</who>
    <bug_when>2012-09-18 13:06:05 -0700</bug_when>
    <thetext>Do you still need anything from us to enable the MIPS buildbot?

For example solving bug 96916 would benefit from having a working MIPS buildbot.

Thank you,
Gergely</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>723261</commentid>
    <comment_count>9</comment_count>
      <attachid>164107</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-18 22:08:30 -0700</bug_when>
    <thetext>Comment on attachment 164107
Add MIPS slave to buildbot configuration with shorter builder name

r=me. 

Bill or Lucas, could you generate a password for the new mips-1 user,
send it to Gergely, and restart the master of course, please?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>723613</commentid>
    <comment_count>10</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2012-09-19 09:40:21 -0700</bug_when>
    <thetext>password sent via email.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>723830</commentid>
    <comment_count>11</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2012-09-19 14:27:02 -0700</bug_when>
    <thetext>password has been updated.  We need to land this before the bot can start.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725450</commentid>
    <comment_count>12</comment_count>
      <attachid>165123</attachid>
    <who name="Gergely Kis">gergely</who>
    <bug_when>2012-09-21 05:52:30 -0700</bug_when>
    <thetext>Created attachment 165123
Updated patch to include a ChangeLog</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725453</commentid>
    <comment_count>13</comment_count>
      <attachid>165123</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-21 05:57:40 -0700</bug_when>
    <thetext>Comment on attachment 165123
Updated patch to include a ChangeLog

r=me, but cq- now, it should be landed in IDLE time not to break too many slave&apos;s work.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725532</commentid>
    <comment_count>14</comment_count>
      <attachid>165123</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-21 08:34:07 -0700</bug_when>
    <thetext>Comment on attachment 165123
Updated patch to include a ChangeLog

Clearing flags on attachment: 165123

Committed r129229: &lt;http://trac.webkit.org/changeset/129229&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725533</commentid>
    <comment_count>15</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-21 08:34:13 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725534</commentid>
    <comment_count>16</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-09-21 08:35:30 -0700</bug_when>
    <thetext>(In reply to comment #14)
&gt; (From update of attachment 165123 [details])
&gt; Clearing flags on attachment: 165123
&gt; 
&gt; Committed r129229: &lt;http://trac.webkit.org/changeset/129229&gt;

It seems master&apos;s automatic restart still doesn&apos;t work.
Bill or Lucas, could you restart it in an IDLE time, please?</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>164016</attachid>
            <date>2012-09-13 17:54:32 -0700</date>
            <delta_ts>2012-09-21 05:52:30 -0700</delta_ts>
            <desc>Add MIPS slave to buildbot configuration</desc>
            <filename>add_mips_slave.patch</filename>
            <type>text/plain</type>
            <size>2601</size>
            <attacher name="Gergely Kis">gergely</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndlYmtpdC5vcmctY29uZmlnL2Nv
bmZpZy5qc29uCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndl
YmtpdC5vcmctY29uZmlnL2NvbmZpZy5qc29uCShyZXZpc2lvbiAxMjg1MjMpCisrKyBUb29scy9C
dWlsZFNsYXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9jb25maWcuanNvbgkod29y
a2luZyBjb3B5KQpAQCAtNzMsNyArNzMsOSBAQAogICAgICAgICAgICAgICAgICAgICB7ICJuYW1l
IjogImVmbC1saW51eC1zbGF2ZS0xIiwgInBsYXRmb3JtIjogImVmbCIgfSwKICAgICAgICAgICAg
ICAgICAgICAgeyAibmFtZSI6ICJlZmwtbGludXgtc2xhdmUtMiIsICJwbGF0Zm9ybSI6ICJlZmwi
IH0sCiAgICAgICAgICAgICAgICAgICAgIHsgIm5hbWUiOiAiZWZsLWxpbnV4LXNsYXZlLTMiLCAi
cGxhdGZvcm0iOiAiZWZsIiB9LAotICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjogImVmbC1s
aW51eC1zbGF2ZS00IiwgInBsYXRmb3JtIjogImVmbCIgfQorICAgICAgICAgICAgICAgICAgICB7
ICJuYW1lIjogImVmbC1saW51eC1zbGF2ZS00IiwgInBsYXRmb3JtIjogImVmbCIgfSwKKworICAg
ICAgICAgICAgICAgICAgICB7ICJuYW1lIjogIm1pcHMtMSIsICJwbGF0Zm9ybSI6ICJxdC1taXBz
ZWwifQogICAgICAgICAgICAgICAgICAgXSwKIAogICAgICJidWlsZGVycyI6ICAgWyB7ICJuYW1l
IjogIkFwcGxlIFNub3dMZW9wYXJkIFJlbGVhc2UgKEJ1aWxkKSIsICJ0eXBlIjogIkJ1aWxkIiwg
ImJ1aWxkZGlyIjogInNub3dsZW9wYXJkLXJlbGVhc2UiLApAQCAtMjI4LDYgKzIzMCwxMSBAQAog
ICAgICAgICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJzemVnZWQtbGludXgtNCJdCiAg
ICAgICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICAgICAgIHsKKyAgICAgICAgICAg
ICAgICAgICAgICAibmFtZSI6ICJRdCBMaW51eCBNSVBTMzJSMiBsaXR0bGUtZW5kaWFuIFJlbGVh
c2UiLCAidHlwZSI6ICJCdWlsZCIsICJidWlsZGRpciI6ICJxdC1saW51eC1taXBzZWwtbWlwczMy
cjItcmVsZWFzZSIsCisgICAgICAgICAgICAgICAgICAgICAgInBsYXRmb3JtIjogInF0LW1pcHNl
bCIsICJjb25maWd1cmF0aW9uIjogInJlbGVhc2UiLCAiYXJjaGl0ZWN0dXJlcyI6IFsibWlwc2Vs
Il0sCisgICAgICAgICAgICAgICAgICAgICAgInNsYXZlbmFtZXMiOiBbIm1pcHMtMSJdCisgICAg
ICAgICAgICAgICAgICAgIH0sCisgICAgICAgICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAg
ICAgICAgICAibmFtZSI6ICJRdCBXaW5kb3dzIDMyLWJpdCBSZWxlYXNlIiwgInR5cGUiOiAiQnVp
bGQiLCAiYnVpbGRkaXIiOiAicXQtd2luZG93cy0zMmJpdC1yZWxlYXNlIiwKICAgICAgICAgICAg
ICAgICAgICAgICAiU1ZOTWlycm9yIjogInN2bjovL3JhaW4uaW5mLnUtc3plZ2VkLmh1L3dlYmtp
dC8iLAogICAgICAgICAgICAgICAgICAgICAgICJwbGF0Zm9ybSI6ICJxdC13aW4iLCAiY29uZmln
dXJhdGlvbiI6ICJyZWxlYXNlIiwgImFyY2hpdGVjdHVyZXMiOiBbImkzODYiXSwKQEAgLTMzNyw3
ICszNDQsNyBAQAogICAgICJzY2hlZHVsZXJzIjogWyB7ICJ0eXBlIjogIkFueUJyYW5jaFNjaGVk
dWxlciIsICJuYW1lIjogInRydW5rIiwgImNoYW5nZV9maWx0ZXIiOiAidHJ1bmtfZmlsdGVyIiwg
InRyZWVTdGFibGVUaW1lciI6IDQ1LjAsCiAgICAgICAgICAgICAgICAgICAgICAgImJ1aWxkZXJO
YW1lcyI6IFsiR1RLIExpbnV4IDMyLWJpdCBSZWxlYXNlIiwgIkdUSyBMaW51eCA2NC1iaXQgUmVs
ZWFzZSIsICJHVEsgTGludXggNjQtYml0IERlYnVnIiwKICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICJRdCBMaW51eCBSZWxlYXNlIiwgIlF0IExpbnV4IFJlbGVhc2UgbWlu
aW1hbCIsICJRdCBMaW51eCA2NC1iaXQgUmVsZWFzZSAoUGVyZikiLAotICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgIlF0IExpbnV4IDY0LWJpdCBSZWxlYXNlIChXZWJLaXQy
IFBlcmYpIiwgIlF0IExpbnV4IEFSTXY3IFJlbGVhc2UiLAorICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgIlF0IExpbnV4IDY0LWJpdCBSZWxlYXNlIChXZWJLaXQyIFBlcmYp
IiwgIlF0IExpbnV4IEFSTXY3IFJlbGVhc2UiLCAiUXQgTGludXggTUlQUzMyUjIgbGl0dGxlLWVu
ZGlhbiBSZWxlYXNlIiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJR
dCBXaW5kb3dzIDMyLWJpdCBSZWxlYXNlIiwgIlF0IFdpbmRvd3MgMzItYml0IERlYnVnIiwgIlF0
IE1vdW50YWluIExpb24gUmVsZWFzZSIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAiQ2hyb21pdW0gV2luIFJlbGVhc2UiLCAiQ2hyb21pdW0gTWFjIFJlbGVhc2UiLCAi
Q2hyb21pdW0gTGludXggUmVsZWFzZSIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAiQ2hyb21pdW0gQW5kcm9pZCBSZWxlYXNlIiwK
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>164107</attachid>
            <date>2012-09-14 04:50:02 -0700</date>
            <delta_ts>2012-09-21 05:59:03 -0700</delta_ts>
            <desc>Add MIPS slave to buildbot configuration with shorter builder name</desc>
            <filename>add_mips_slave_2.patch</filename>
            <type>text/plain</type>
            <size>2579</size>
            <attacher name="Gergely Kis">gergely</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndlYmtpdC5vcmctY29uZmlnL2Nv
bmZpZy5qc29uCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndl
YmtpdC5vcmctY29uZmlnL2NvbmZpZy5qc29uCShyZXZpc2lvbiAxMjg1MzMpCisrKyBUb29scy9C
dWlsZFNsYXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9jb25maWcuanNvbgkod29y
a2luZyBjb3B5KQpAQCAtNzMsNyArNzMsOSBAQAogICAgICAgICAgICAgICAgICAgICB7ICJuYW1l
IjogImVmbC1saW51eC1zbGF2ZS0xIiwgInBsYXRmb3JtIjogImVmbCIgfSwKICAgICAgICAgICAg
ICAgICAgICAgeyAibmFtZSI6ICJlZmwtbGludXgtc2xhdmUtMiIsICJwbGF0Zm9ybSI6ICJlZmwi
IH0sCiAgICAgICAgICAgICAgICAgICAgIHsgIm5hbWUiOiAiZWZsLWxpbnV4LXNsYXZlLTMiLCAi
cGxhdGZvcm0iOiAiZWZsIiB9LAotICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjogImVmbC1s
aW51eC1zbGF2ZS00IiwgInBsYXRmb3JtIjogImVmbCIgfQorICAgICAgICAgICAgICAgICAgICB7
ICJuYW1lIjogImVmbC1saW51eC1zbGF2ZS00IiwgInBsYXRmb3JtIjogImVmbCIgfSwKKworICAg
ICAgICAgICAgICAgICAgICB7ICJuYW1lIjogIm1pcHMtMSIsICJwbGF0Zm9ybSI6ICJxdC1taXBz
ZWwifQogICAgICAgICAgICAgICAgICAgXSwKIAogICAgICJidWlsZGVycyI6ICAgWyB7ICJuYW1l
IjogIkFwcGxlIFNub3dMZW9wYXJkIFJlbGVhc2UgKEJ1aWxkKSIsICJ0eXBlIjogIkJ1aWxkIiwg
ImJ1aWxkZGlyIjogInNub3dsZW9wYXJkLXJlbGVhc2UiLApAQCAtMjI4LDYgKzIzMCwxMSBAQAog
ICAgICAgICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJzemVnZWQtbGludXgtNCJdCiAg
ICAgICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICAgICAgIHsKKyAgICAgICAgICAg
ICAgICAgICAgICAibmFtZSI6ICJRdCBMaW51eCBNSVBTMzJSMiBMRSBSZWxlYXNlIiwgInR5cGUi
OiAiQnVpbGQiLCAiYnVpbGRkaXIiOiAicXQtbGludXgtbWlwc2VsLW1pcHMzMnIyLXJlbGVhc2Ui
LAorICAgICAgICAgICAgICAgICAgICAgICJwbGF0Zm9ybSI6ICJxdC1taXBzZWwiLCAiY29uZmln
dXJhdGlvbiI6ICJyZWxlYXNlIiwgImFyY2hpdGVjdHVyZXMiOiBbIm1pcHNlbCJdLAorICAgICAg
ICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJtaXBzLTEiXQorICAgICAgICAgICAgICAg
ICAgICB9LAorICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgICAgIm5h
bWUiOiAiUXQgV2luZG93cyAzMi1iaXQgUmVsZWFzZSIsICJ0eXBlIjogIkJ1aWxkIiwgImJ1aWxk
ZGlyIjogInF0LXdpbmRvd3MtMzJiaXQtcmVsZWFzZSIsCiAgICAgICAgICAgICAgICAgICAgICAg
IlNWTk1pcnJvciI6ICJzdm46Ly9yYWluLmluZi51LXN6ZWdlZC5odS93ZWJraXQvIiwKICAgICAg
ICAgICAgICAgICAgICAgICAicGxhdGZvcm0iOiAicXQtd2luIiwgImNvbmZpZ3VyYXRpb24iOiAi
cmVsZWFzZSIsICJhcmNoaXRlY3R1cmVzIjogWyJpMzg2Il0sCkBAIC0zMzcsNyArMzQ0LDcgQEAK
ICAgICAic2NoZWR1bGVycyI6IFsgeyAidHlwZSI6ICJBbnlCcmFuY2hTY2hlZHVsZXIiLCAibmFt
ZSI6ICJ0cnVuayIsICJjaGFuZ2VfZmlsdGVyIjogInRydW5rX2ZpbHRlciIsICJ0cmVlU3RhYmxl
VGltZXIiOiA0NS4wLAogICAgICAgICAgICAgICAgICAgICAgICJidWlsZGVyTmFtZXMiOiBbIkdU
SyBMaW51eCAzMi1iaXQgUmVsZWFzZSIsICJHVEsgTGludXggNjQtYml0IFJlbGVhc2UiLCAiR1RL
IExpbnV4IDY0LWJpdCBEZWJ1ZyIsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAiUXQgTGludXggUmVsZWFzZSIsICJRdCBMaW51eCBSZWxlYXNlIG1pbmltYWwiLCAiUXQg
TGludXggNjQtYml0IFJlbGVhc2UgKFBlcmYpIiwKLSAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICJRdCBMaW51eCA2NC1iaXQgUmVsZWFzZSAoV2ViS2l0MiBQZXJmKSIsICJR
dCBMaW51eCBBUk12NyBSZWxlYXNlIiwKKyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICJRdCBMaW51eCA2NC1iaXQgUmVsZWFzZSAoV2ViS2l0MiBQZXJmKSIsICJRdCBMaW51
eCBBUk12NyBSZWxlYXNlIiwgIlF0IExpbnV4IE1JUFMzMlIyIExFIFJlbGVhc2UiLAogICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIlF0IFdpbmRvd3MgMzItYml0IFJlbGVh
c2UiLCAiUXQgV2luZG93cyAzMi1iaXQgRGVidWciLCAiUXQgTW91bnRhaW4gTGlvbiBSZWxlYXNl
IiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJDaHJvbWl1bSBXaW4g
UmVsZWFzZSIsICJDaHJvbWl1bSBNYWMgUmVsZWFzZSIsICJDaHJvbWl1bSBMaW51eCBSZWxlYXNl
IiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJDaHJvbWl1bSBBbmRy
b2lkIFJlbGVhc2UiLAo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>165123</attachid>
            <date>2012-09-21 05:52:30 -0700</date>
            <delta_ts>2012-09-21 08:34:06 -0700</delta_ts>
            <desc>Updated patch to include a ChangeLog</desc>
            <filename>add_mips_slave_3.patch</filename>
            <type>text/plain</type>
            <size>3272</size>
            <attacher name="Gergely Kis">gergely</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9DaGFuZ2VMb2cJKHJl
dmlzaW9uIDEyOTIxNikKKysrIFRvb2xzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwz
ICsxLDE1IEBACisyMDEyLTA5LTIxICBHZXJnZWx5IEtpcyAgPGdlcmdlbHlAaG9tZWppbm5pLmNv
bT4KKworICAgICAgICBBZGQgTUlQUyBidWlsZCBzbGF2ZSB0byBidWlsZC53ZWJraXQub3JnCisg
ICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD05NjcxMworCisg
ICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIEFkZGVkIGEgYnVp
bGQgc2xhdmUgZm9yIE1JUFMsIGFuZCBlbmFibGVkIGEgYnVpbGRlciBmb3IgCisgICAgICAgIFF0
IExpbnV4IE1JUFMzMlIyIGxpdHRsZS1lbmRpYW4gcmVsZWFzZSBidWlsZC4KKworICAgICAgICAq
IEJ1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndlYmtpdC5vcmctY29uZmlnL2NvbmZpZy5qc29uOgor
CiAyMDEyLTA5LTIxICBTaW1vbiBIYXVzbWFubiAgPHNpbW9uLmhhdXNtYW5uQGRpZ2lhLmNvbT4K
IAogICAgICAgICBbUXRdIEJhaWwgb3V0IHdoZW4gdHJ5aW5nIHRvIGJ1aWxkIFdlYktpdCB3aXRo
IFF0ICE9IDUKSW5kZXg6IFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0L2J1aWxkLndlYmtpdC5vcmct
Y29uZmlnL2NvbmZpZy5qc29uCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0
L2J1aWxkLndlYmtpdC5vcmctY29uZmlnL2NvbmZpZy5qc29uCShyZXZpc2lvbiAxMjkyMTYpCisr
KyBUb29scy9CdWlsZFNsYXZlU3VwcG9ydC9idWlsZC53ZWJraXQub3JnLWNvbmZpZy9jb25maWcu
anNvbgkod29ya2luZyBjb3B5KQpAQCAtNzMsNyArNzMsOSBAQAogICAgICAgICAgICAgICAgICAg
ICB7ICJuYW1lIjogImVmbC1saW51eC1zbGF2ZS0xIiwgInBsYXRmb3JtIjogImVmbCIgfSwKICAg
ICAgICAgICAgICAgICAgICAgeyAibmFtZSI6ICJlZmwtbGludXgtc2xhdmUtMiIsICJwbGF0Zm9y
bSI6ICJlZmwiIH0sCiAgICAgICAgICAgICAgICAgICAgIHsgIm5hbWUiOiAiZWZsLWxpbnV4LXNs
YXZlLTMiLCAicGxhdGZvcm0iOiAiZWZsIiB9LAotICAgICAgICAgICAgICAgICAgICB7ICJuYW1l
IjogImVmbC1saW51eC1zbGF2ZS00IiwgInBsYXRmb3JtIjogImVmbCIgfQorICAgICAgICAgICAg
ICAgICAgICB7ICJuYW1lIjogImVmbC1saW51eC1zbGF2ZS00IiwgInBsYXRmb3JtIjogImVmbCIg
fSwKKworICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjogIm1pcHMtMSIsICJwbGF0Zm9ybSI6
ICJxdC1taXBzZWwifQogICAgICAgICAgICAgICAgICAgXSwKIAogICAgICJidWlsZGVycyI6ICAg
WyB7ICJuYW1lIjogIkFwcGxlIFNub3dMZW9wYXJkIFJlbGVhc2UgKEJ1aWxkKSIsICJ0eXBlIjog
IkJ1aWxkIiwgImJ1aWxkZGlyIjogInNub3dsZW9wYXJkLXJlbGVhc2UiLApAQCAtMjI4LDYgKzIz
MCwxMSBAQAogICAgICAgICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJzemVnZWQtbGlu
dXgtNCJdCiAgICAgICAgICAgICAgICAgICAgIH0sCiAgICAgICAgICAgICAgICAgICAgIHsKKyAg
ICAgICAgICAgICAgICAgICAgICAibmFtZSI6ICJRdCBMaW51eCBNSVBTMzJSMiBMRSBSZWxlYXNl
IiwgInR5cGUiOiAiQnVpbGQiLCAiYnVpbGRkaXIiOiAicXQtbGludXgtbWlwc2VsLW1pcHMzMnIy
LXJlbGVhc2UiLAorICAgICAgICAgICAgICAgICAgICAgICJwbGF0Zm9ybSI6ICJxdC1taXBzZWwi
LCAiY29uZmlndXJhdGlvbiI6ICJyZWxlYXNlIiwgImFyY2hpdGVjdHVyZXMiOiBbIm1pcHNlbCJd
LAorICAgICAgICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJtaXBzLTEiXQorICAgICAg
ICAgICAgICAgICAgICB9LAorICAgICAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAg
ICAgICAgIm5hbWUiOiAiUXQgV2luZG93cyAzMi1iaXQgUmVsZWFzZSIsICJ0eXBlIjogIkJ1aWxk
IiwgImJ1aWxkZGlyIjogInF0LXdpbmRvd3MtMzJiaXQtcmVsZWFzZSIsCiAgICAgICAgICAgICAg
ICAgICAgICAgIlNWTk1pcnJvciI6ICJzdm46Ly9yYWluLmluZi51LXN6ZWdlZC5odS93ZWJraXQv
IiwKICAgICAgICAgICAgICAgICAgICAgICAicGxhdGZvcm0iOiAicXQtd2luIiwgImNvbmZpZ3Vy
YXRpb24iOiAicmVsZWFzZSIsICJhcmNoaXRlY3R1cmVzIjogWyJpMzg2Il0sCkBAIC0zMzcsNyAr
MzQ0LDcgQEAKICAgICAic2NoZWR1bGVycyI6IFsgeyAidHlwZSI6ICJBbnlCcmFuY2hTY2hlZHVs
ZXIiLCAibmFtZSI6ICJ0cnVuayIsICJjaGFuZ2VfZmlsdGVyIjogInRydW5rX2ZpbHRlciIsICJ0
cmVlU3RhYmxlVGltZXIiOiA0NS4wLAogICAgICAgICAgICAgICAgICAgICAgICJidWlsZGVyTmFt
ZXMiOiBbIkdUSyBMaW51eCAzMi1iaXQgUmVsZWFzZSIsICJHVEsgTGludXggNjQtYml0IFJlbGVh
c2UiLCAiR1RLIExpbnV4IDY0LWJpdCBEZWJ1ZyIsCiAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAiUXQgTGludXggUmVsZWFzZSIsICJRdCBMaW51eCBSZWxlYXNlIG1pbmlt
YWwiLCAiUXQgTGludXggNjQtYml0IFJlbGVhc2UgKFBlcmYpIiwKLSAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICJRdCBMaW51eCA2NC1iaXQgUmVsZWFzZSAoV2ViS2l0MiBQ
ZXJmKSIsICJRdCBMaW51eCBBUk12NyBSZWxlYXNlIiwKKyAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICJRdCBMaW51eCA2NC1iaXQgUmVsZWFzZSAoV2ViS2l0MiBQZXJmKSIs
ICJRdCBMaW51eCBBUk12NyBSZWxlYXNlIiwgIlF0IExpbnV4IE1JUFMzMlIyIExFIFJlbGVhc2Ui
LAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIlF0IFdpbmRvd3MgMzIt
Yml0IFJlbGVhc2UiLCAiUXQgV2luZG93cyAzMi1iaXQgRGVidWciLCAiUXQgTW91bnRhaW4gTGlv
biBSZWxlYXNlIiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJDaHJv
bWl1bSBXaW4gUmVsZWFzZSIsICJDaHJvbWl1bSBNYWMgUmVsZWFzZSIsICJDaHJvbWl1bSBMaW51
eCBSZWxlYXNlIiwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJDaHJv
bWl1bSBBbmRyb2lkIFJlbGVhc2UiLAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>