public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
From: bugzilla-daemon@bugs.ecos.sourceware.org
To: unassigned@bugs.ecos.sourceware.org
Subject: [Bug 1001873] Patches to upgrade lwip to 1.4.1
Date: Fri, 13 Sep 2013 20:30:00 -0000	[thread overview]
Message-ID: <bug-1001873-777-tMBsCjfwbn@http.bugs.ecos.sourceware.org/> (raw)
In-Reply-To: <bug-1001873-777@http.bugs.ecos.sourceware.org/>

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001873

--- Comment #25 from Ilija Kocho [Илија Кочо] <ilijak@siva.com.mk> ---
Created attachment 2365
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2365&action=edit
ECM optimised for lwIP nc_test_slave

I tried nc_test_slave on Kinetis K70 and it works fine. Here I attach ECM file
of my test configuration.

Will, this is a great work, however there are some things to address:

1. Compilation of tests breaks on compiling the PPP test. The following
lwip_net.cdl hack makes it compile:

         calculated      { "tests/httpd_sequential tests/httpd_simple " .
-                          "tests/nc_test_slave tests/ppp " .
+                          "tests/nc_test_slave " .
                           "tests/socket tests/sys_timeout tests/tcpecho " .
                           "tests/udpecho" }

This is, however, a workaround rather than fix. The PPP test program should be
either fixed (synchronised with PPP upgrade) or, if obsolete, removed
completely.

2. There are still some compiler warnings ( GCC 4.6.3 - eCos GNU Tools
4.6.3-20120623 )

3. There's no ChangeLog record.

4. Copyright banners of eCos specific files that you have touched should be
updated.

Ilija

-- 
You are receiving this mail because:
You are the assignee for the bug.
>From ecos-bugs-return-10580-listarch-ecos-bugs=sources.redhat.com@sourceware.org Fri Sep 13 20:30:13 2013
Return-Path: <ecos-bugs-return-10580-listarch-ecos-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-ecos-bugs@sources.redhat.com
Received: (qmail 12148 invoked by alias); 13 Sep 2013 20:30:13 -0000
Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <ecos-bugs.sourceware.org>
List-Subscribe: <mailto:ecos-bugs-subscribe@sourceware.org>
List-Post: <mailto:ecos-bugs@sourceware.org>
List-Help: <mailto:ecos-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: ecos-bugs-owner@sourceware.org
Delivered-To: mailing list ecos-bugs@sourceware.org
Received: (qmail 12122 invoked by uid 89); 13 Sep 2013 20:30:13 -0000
Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197)
 by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 13 Sep 2013 20:30:13 +0000
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50,GARBLED_BODY,KHOP_THREADED autolearn=no version=3.3.2
X-HELO: mail.ecoscentric.com
Received: from localhost (hagrid.ecoscentric.com [127.0.0.1])
	by mail.ecoscentric.com (Postfix) with ESMTP id 3ADFB4680015
	for <ecos-bugs@ecos.sourceware.org>; Fri, 13 Sep 2013 21:30:09 +0100 (BST)
Received: from mail.ecoscentric.com ([127.0.0.1])
	by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id gpC4fuh3klrQ; Fri, 13 Sep 2013 21:30:08 +0100 (BST)
From: bugzilla-daemon@bugs.ecos.sourceware.org
To: ecos-bugs@ecos.sourceware.org
Subject: [Bug 1001873] Patches to upgrade lwip to 1.4.1
Date: Fri, 13 Sep 2013 20:30:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: eCos
X-Bugzilla-Component: lwIP
X-Bugzilla-Keywords:
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: ilijak@siva.com.mk
X-Bugzilla-Status: MODIFIED
X-Bugzilla-Priority: low
X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
Message-ID: <bug-1001873-13-82l9QepeDl@http.bugs.ecos.sourceware.org/>
In-Reply-To: <bug-1001873-13@http.bugs.ecos.sourceware.org/>
References: <bug-1001873-13@http.bugs.ecos.sourceware.org/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.ecos.sourceware.org/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013/txt/msg00611.txt.bz2
Content-length: 1429

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001873

--- Comment #25 from Ilija Kocho [Илија Кочо] <ilijak@siva.com.mk> ---
Created attachment 2365
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2365&action=edit
ECM optimised for lwIP nc_test_slave

I tried nc_test_slave on Kinetis K70 and it works fine. Here I attach ECM file
of my test configuration.

Will, this is a great work, however there are some things to address:

1. Compilation of tests breaks on compiling the PPP test. The following
lwip_net.cdl hack makes it compile:

         calculated      { "tests/httpd_sequential tests/httpd_simple " .
-                          "tests/nc_test_slave tests/ppp " .
+                          "tests/nc_test_slave " .
                           "tests/socket tests/sys_timeout tests/tcpecho " .
                           "tests/udpecho" }

This is, however, a workaround rather than fix. The PPP test program should be
either fixed (synchronised with PPP upgrade) or, if obsolete, removed
completely.

2. There are still some compiler warnings ( GCC 4.6.3 - eCos GNU Tools
4.6.3-20120623 )

3. There's no ChangeLog record.

4. Copyright banners of eCos specific files that you have touched should be
updated.

Ilija

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From ecos-bugs-return-10581-listarch-ecos-bugs=sources.redhat.com@sourceware.org Sun Sep 15 22:55:11 2013
Return-Path: <ecos-bugs-return-10581-listarch-ecos-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-ecos-bugs@sources.redhat.com
Received: (qmail 31550 invoked by alias); 15 Sep 2013 22:55:11 -0000
Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <ecos-bugs.sourceware.org>
List-Subscribe: <mailto:ecos-bugs-subscribe@sourceware.org>
List-Post: <mailto:ecos-bugs@sourceware.org>
List-Help: <mailto:ecos-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: ecos-bugs-owner@sourceware.org
Delivered-To: mailing list ecos-bugs@sourceware.org
Received: (qmail 31542 invoked by uid 89); 15 Sep 2013 22:55:10 -0000
Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197)
 by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 15 Sep 2013 22:55:10 +0000
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_20,NO_RELAYS autolearn=ham version=3.3.2
X-HELO: mail.ecoscentric.com
Received: by mail.ecoscentric.com (Postfix, from userid 48)
	id E45474680002; Sun, 15 Sep 2013 23:55:06 +0100 (BST)
X-Original-To: unassigned@bugs.ecos.sourceware.org
Delivered-To: unassigned@bugs.ecos.sourceware.org
From: bugzilla-daemon@bugs.ecos.sourceware.org
To: unassigned@bugs.ecos.sourceware.org
Subject: Your Bugzilla bug list needs attention.
X-Bugzilla-Type: whine
X-Bugzilla-URL: http://bugs.ecos.sourceware.org/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
Date: Sun, 15 Sep 2013 22:55:00 -0000
Message-Id: <20130915225503.6BBFA4680004@mail.ecoscentric.com>
X-SW-Source: 2013/txt/msg00612.txt.bz2
Content-length: 3111

[This e-mail has been automatically generated.]

You have one or more bugs assigned to you in the Bugzilla bug tracking system (http://bugs.ecos.sourceware.org/) that require
attention.

All of these bugs are in the CONFIRMED
state, and have not been touched in 7 days or more.
You need to take a look at them, and decide on an initial action.

Generally, this means one of three things:

(1) You decide this bug is really quick to deal with (like, it's INVALID),
    and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to
    someone else. (Hint: if you don't know who to reassign it to, make
    sure that the Component field seems reasonable, and then use the
    "Reset Assignee to default" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
    Accept the bug by setting the status to IN_PROGRESS.

To get a list of all CONFIRMED bugs, you can use this URL (bookmark
it if you like!):
http://bugs.ecos.sourceware.org/buglist.cgi?bug_status=CONFIRMED&assigned_to=unassigned@bugs.ecos.sourceware.org

Or, you can use the general query page, at
http://bugs.ecos.sourceware.org/query.cgi

Appended below are the individual URLs to get to all of your CONFIRMED bugs
that haven't been touched for 7 days or more.

You will get this message once a day until you've dealt with these bugs!

 STM32 USB driver unplugging/replugging issue
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001084
 Navigation of the documentation using PREV NEXT PARENT arrows broken
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001146
 help documentation tree does not correspond to viewed document
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001148
 documentation tree in navigation panel does not open at viewed document
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001149
 CAN loopback driver requires CYGPKG_DEVS_CAN_LOOP_CAN[01]
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001211
 eCos GNU tools 4.6.3
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001468
 Fix compiler warnings about mismatch between log() format string and argument values.
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001510
 Array index out of bounds in tftp_server.c
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001522
 Cortex-M: Remote 'g' packet reply is too long
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001524
 Single precision floating point math library
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001539
 BSD nc_test_slave chrashes
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001586
 [RFC] eCos FLASH startup from RedBoot
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001623
 Kinetis variant HAL patch: mostly cosmetic and descriptive improvements
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001783
 Kinetis DSPI, flash and platform HAL tidies
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001784
 Data not relocated to RAM during ROMINT startup
    -> http://bugs.ecos.sourceware.org/show_bug.cgi?id\x1001864


  parent reply	other threads:[~2013-09-13 20:30 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28  6:50 [Bug 1001873] New: " bugzilla-daemon
2013-06-28  6:50 ` [Bug 1001873] " bugzilla-daemon
2013-06-28  6:50 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:52 ` bugzilla-daemon
2013-06-28  6:52 ` bugzilla-daemon
2013-06-30 22:03 ` bugzilla-daemon
2013-07-01 11:54 ` bugzilla-daemon
2013-07-01 11:55 ` bugzilla-daemon
2013-07-01 11:55 ` bugzilla-daemon
2013-07-01 11:56 ` bugzilla-daemon
2013-07-01 11:56 ` bugzilla-daemon
2013-07-01 11:56 ` bugzilla-daemon
2013-07-01 11:57 ` bugzilla-daemon
2013-07-01 11:57 ` bugzilla-daemon
2013-07-01 11:57 ` bugzilla-daemon
2013-07-01 11:58 ` bugzilla-daemon
2013-07-01 13:34 ` bugzilla-daemon
2013-08-09 16:13 ` bugzilla-daemon
2013-08-10 15:51 ` bugzilla-daemon
2013-09-06  7:00 ` bugzilla-daemon
2013-09-06  7:01 ` bugzilla-daemon
2013-09-13 20:30 ` bugzilla-daemon [this message]
2014-02-15  2:58 ` bugzilla-daemon
2014-02-25 15:44 ` bugzilla-daemon
2014-02-25 15:46 ` bugzilla-daemon
2014-02-25 15:47 ` bugzilla-daemon
2014-02-25 15:48 ` bugzilla-daemon
2014-02-25 15:48 ` bugzilla-daemon
2014-02-25 15:48 ` bugzilla-daemon
2014-02-25 15:49 ` bugzilla-daemon
2014-02-25 15:49 ` bugzilla-daemon
2014-02-25 15:50 ` bugzilla-daemon
2014-02-25 16:09 ` bugzilla-daemon
2014-02-25 16:09 ` bugzilla-daemon
2014-03-11 22:25 ` bugzilla-daemon
2014-05-07 14:57 ` bugzilla-daemon
2014-06-04 14:38 ` bugzilla-daemon
2014-06-06  7:46 ` bugzilla-daemon
2014-06-10  8:27 ` bugzilla-daemon
2013-06-28  6:50 [Bug 1001873] New: " bugzilla-daemon
2013-06-28  6:50 ` [Bug 1001873] " bugzilla-daemon
2013-06-28  6:50 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:51 ` bugzilla-daemon
2013-06-28  6:52 ` bugzilla-daemon
2013-06-28  6:52 ` bugzilla-daemon
2013-06-30 22:03 ` bugzilla-daemon
2013-07-01 11:54 ` bugzilla-daemon
2013-07-01 11:55 ` bugzilla-daemon
2013-07-01 11:56 ` bugzilla-daemon
2013-07-01 11:56 ` bugzilla-daemon
2013-07-01 11:56 ` bugzilla-daemon
2013-07-01 11:56 ` bugzilla-daemon
2013-07-01 11:57 ` bugzilla-daemon
2013-07-01 11:57 ` bugzilla-daemon
2013-07-01 11:57 ` bugzilla-daemon
2013-07-01 11:58 ` bugzilla-daemon
2013-07-01 13:34 ` bugzilla-daemon
2013-08-09 16:13 ` bugzilla-daemon
2013-08-10 15:51 ` bugzilla-daemon
2013-09-06  7:01 ` bugzilla-daemon
2013-09-06  7:01 ` bugzilla-daemon
2014-02-25 15:44 ` bugzilla-daemon
2014-02-25 15:46 ` bugzilla-daemon
2014-02-25 15:47 ` bugzilla-daemon
2014-02-25 15:48 ` bugzilla-daemon
2014-02-25 15:48 ` bugzilla-daemon
2014-02-25 15:48 ` bugzilla-daemon
2014-02-25 15:49 ` bugzilla-daemon
2014-02-25 15:49 ` bugzilla-daemon
2014-02-25 15:50 ` bugzilla-daemon
2014-02-25 16:09 ` bugzilla-daemon
2014-02-25 16:09 ` bugzilla-daemon
2014-03-12  9:17 ` bugzilla-daemon
2014-03-12  9:36 ` bugzilla-daemon
2014-05-05 23:08 ` bugzilla-daemon
2014-06-04 14:38 ` bugzilla-daemon
2014-06-05 10:06 ` bugzilla-daemon
2014-06-06  7:46 ` bugzilla-daemon
2014-06-10  8:27 ` bugzilla-daemon
2014-06-10 11:05 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-1001873-777-tMBsCjfwbn@http.bugs.ecos.sourceware.org/ \
    --to=bugzilla-daemon@bugs.ecos.sourceware.org \
    --cc=unassigned@bugs.ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).