Send buglog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:

   1. [Bug 968] openmoko-today taskmanager toolbar icon
      ([EMAIL PROTECTED])
   2. [Bug 1034] No return status for lgsm_pin
      ([EMAIL PROTECTED])
   3. [Bug 1039] xglamo corruption
      ([EMAIL PROTECTED])
   4. [Bug 1059] New: remove DRI and VESA dead code
      ([EMAIL PROTECTED])
   5. [Bug 1059] remove DRI and VESA dead code
      ([EMAIL PROTECTED])
   6. [Bug 1060] New: [xglamo] enable/disable logging at configure
      time  ([EMAIL PROTECTED])
   7. [Bug 1060] [xglamo] enable/disable logging at configure time
      ([EMAIL PROTECTED])
   8. [Bug 1059] remove DRI and VESA dead code
      ([EMAIL PROTECTED])
   9. [Bug 1060] [xglamo] enable/disable logging at configure time
      ([EMAIL PROTECTED])
  10. [Bug 1039] xglamo corruption
      ([EMAIL PROTECTED])
  11. [Bug 1059] [xglamo] remove DRI and VESA dead code
      ([EMAIL PROTECTED])
  12. [Bug 1039] [xglamo] xglamo corruption
      ([EMAIL PROTECTED])
  13. [Bug 1034] No return status for lgsm_pin
      ([EMAIL PROTECTED])
  14. [Bug 1061] New: [xglamo] rebase the current code base to olv
      last      developments ([EMAIL PROTECTED])
  15. [Bug 1061] [xglamo] rebase the current code base to olv last
      developments ([EMAIL PROTECTED])
  16. [Bug 1061] [xglamo] rebase the current code base to olv last
      developments ([EMAIL PROTECTED])
  17. [Bug 890] add --enable-gadgetfs option to configure
      ([EMAIL PROTECTED])
  18. [Bug 1034] No return status for lgsm_pin
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=968

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-11-30 18:21 -------
Fixed a few revisions ago by Thomas



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1034





------- Additional Comments From [EMAIL PROTECTED]  2007-11-30 18:27 -------
In src/gsmd/usock.c  of Patch id=402
@@ -470,17 +432,11 @@ static int network_oper_cb(struct gsmd_atcmd *cmd, void
*ctx, char *resp)
                        return -EINVAL;
        }
 
-       ucmd = gsmd_ucmd_fill(end - opname + 1, GSMD_MSG_NETWORK,
-                       GSMD_NETWORK_OPER_GET, 0);
-       if (!ucmd)
-               return -ENOMEM;
-
-       memcpy(ucmd->buf, opname, end - opname);
-       ucmd->buf[end - opname] = '\0';
-
-       usock_cmd_enqueue(ucmd, gu);
-
-       return 0;
+       buf = strndup(opname, end - opname);
+       ret = gsmd_ucmd_submit(gu, GSMD_MSG_NETWORK, GSMD_NETWORK_OPER_GET,
+                       cmd->id, end - opname + 1, buf);
+       free(buf);
+       return ret;
 }

Is this free(buf)  shall be talloc_free(buf) ?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1039

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2007-11-30 19:17 -------
It looks like the problem was due to the byte stride of the pixmaps were (aka
pitch) 2 bytes aligned and that was introducing an artifact.

This patch
http://folks.o-hand.com/dodji/omoko/xglamo/01-xglamo-scrolling-artifact-fix.patch
seems to fix the problem.

We need to push it into OE/Moko now.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1059

           Summary: remove DRI and VESA dead code
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Xfbdev (kdrive)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


1/need to remove DRI use cases code (useless for xglamo)

2/need to remove vesa code paths (useless because we use the fbdev instead)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1059

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1060

           Summary: [xglamo] enable/disable logging at configure time
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Xfbdev (kdrive)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


allow enable/disable logging in xglamo with --enable-debug.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1060

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
            Summary|[xglamo] enable/disable     |[xglamo] enable/disable
                   |logging at configure time   |logging at configure time





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1059

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]     |[EMAIL PROTECTED]
             Status|ASSIGNED                    |NEW





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1060

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]     |[EMAIL PROTECTED]
             Status|ASSIGNED                    |NEW





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1039

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]            |[EMAIL PROTECTED]
             Status|ASSIGNED                    |NEW





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1059

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|remove DRI and VESA dead    |[xglamo] remove DRI and VESA
                   |code                        |dead code





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1039

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|xglamo corruption           |[xglamo] xglamo corruption





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1034





------- Additional Comments From [EMAIL PROTECTED]  2007-11-30 19:32 -------
In this case nope, because strndup() according to manual internally uses
malloc(), so we need to use free().



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1061

           Summary: [xglamo] rebase the current code base to olv last
                    developments
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Xfbdev (kdrive)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


olv has been updating the OE patchset related to xglamo in svn, after I started
working from the OE codebase.

So now http://cgit.freedesktop.org/~dodji/xglamo/ must be rebased to his 
patchset.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1061

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]     |[EMAIL PROTECTED]





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1061





------- Additional Comments From [EMAIL PROTECTED]  2007-11-30 19:58 -------
The patchset from olv can be accessed from
http://svn.openmoko.org/trunk/src/target/xserver/patches .

He basically added early XV support and changed the existing patches a bit to
fix certain bugs.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=890





------- Additional Comments From [EMAIL PROTECTED]  2007-11-30 23:50 -------
The component is qemu, frankly I had not noticed this patch before, sorry for
that.  My opinion is that if gadgetfs="yes" is forced and the autodection is
failing then pretty surely it will fail to build anyway, so enforcing it doesn't
seem to be useful.  Do you have a good use case for this?

Either way thanks for the contribution and my appologies that the bug got closed
without any commentary.  I think people are going slightly too far with closing
bugs, sometimes with bogus "Resolution" value.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1034





------- Additional Comments From [EMAIL PROTECTED]  2007-12-01 01:30 -------
These patches don't seem to apply against r3519.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to