|
From: frederic h. <fre...@te...> - 2006-03-27 16:01:07
|
Hi, 2 files has been sent last week to add voicetronix iotcls. It doesn't seem = to=20 be accepted because files are too big.=20 Since I don't want to open a bugzilla account because of spam, where can I= =20 send these files ? I wanted to make a proper patch but, the command "make clean" doesn't clean= =20 everything, the patch would have been polluted. Cheers =20 =2D-=20 ***** =A0 =A0 ----- =A0 =A0 ***** =A0 =A0 ----- =A0 =A0 ***** =A0 =A0 =46rederic Heem Software Designer R&D - Telsey SpA Telecommunications Viale Industria, 1 31055 Quinto di Treviso (TV) ITALY Tel. direct phone: (+39) 0422 377819 Tel. (+39) 0422 377711 =46ax. (+39) 0422 470920 website =3D=3D> www.telsey.it |
|
From: Julian S. <js...@ac...> - 2006-03-27 16:22:57
|
The mail list message limit is 100k. Are you sure you're really sending diffs? I suspect you're sending modified source files, since a 100k diff represents a huge amount of work. Modified source files are no use to us; please send diffs instead. J On Monday 27 March 2006 17:00, frederic heem wrote: > Hi, > 2 files has been sent last week to add voicetronix iotcls. It doesn't seem > to be accepted because files are too big. > Since I don't want to open a bugzilla account because of spam, where can I > send these files ? > I wanted to make a proper patch but, the command "make clean" doesn't clean > everything, the patch would have been polluted. > Cheers |
|
From: frederic h. <fre...@te...> - 2006-03-28 08:40:54
Attachments:
valgrind-voicetronix-20060328.diff
|
Here you are Sir. By the way, regarding helgrind with valgrind 2.2.0. It's crashing when usin= g=20 any sample application based on the pwlib library (www.voxgratia.org). The culprit is the very insecure function that should never been used:=20 VG_(sprintf). Unfortunately, I couldn't find VG_(snprintf), so I used=20 VG_(message) to avoid the crash. It's located in lockset_str(). Another problem is that helgrind detects lock order problems whereas the=20 application is a single thread application. Cheers. On Monday 27 March 2006 18:22, Julian Seward wrote: > The mail list message limit is 100k. Are you sure you're really > sending diffs? I suspect you're sending modified source files, > since a 100k diff represents a huge amount of work. Modified > source files are no use to us; please send diffs instead. > > J > > On Monday 27 March 2006 17:00, frederic heem wrote: > > Hi, > > 2 files has been sent last week to add voicetronix iotcls. It doesn't > > seem to be accepted because files are too big. > > Since I don't want to open a bugzilla account because of spam, where can > > I send these files ? > > I wanted to make a proper patch but, the command "make clean" doesn't > > clean everything, the patch would have been polluted. > > Cheers =2D-=20 ***** =A0 =A0 ----- =A0 =A0 ***** =A0 =A0 ----- =A0 =A0 ***** =A0 =A0 =46rederic Heem Software Designer R&D - Telsey SpA Telecommunications Viale Industria, 1 31055 Quinto di Treviso (TV) ITALY Tel. direct phone: (+39) 0422 377819 Tel. (+39) 0422 377711 =46ax. (+39) 0422 470920 website =3D=3D> www.telsey.it |
|
From: Igmar P. <mai...@jd...> - 2006-03-28 06:31:27
|
Hi, > 2 files has been sent last week to add voicetronix iotcls. It doesn't seem to > be accepted because files are too big. > 100 kb diffs are huge. > Since I don't want to open a bugzilla account because of spam, where can I > send these files ? > I wanted to make a proper patch but, the command "make clean" doesn't clean > everything, the patch would have been polluted. I usually do the following : cp -a source_tree source_tree.orig <make modifications> diff -u --recursive --new-file source_tree.org source_tree > blabla.diff That works most of the time. Files that cause polution can be either manually remove from the diff, of removed from the tree and the doing a diff again. Regards, Igmar |