All of lore.kernel.org
 help / color / mirror / Atom feed
* module-init-tools-3.3-pre10 available
@ 2007-02-22  2:30 Jon Masters
       [not found] ` <20070222170732.22c1320b.vsu@altlinux.ru>
  0 siblings, 1 reply; 10+ messages in thread
From: Jon Masters @ 2007-02-22  2:30 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Yo,

After some delay[0] I have uploaded a new version of module-init-tools 
to http://www.kerneltools.org/

This release mostly has a bunch of build fixes, some memory leakage 
cleanups that will benefit systems that actually run out of memory 
(embedded, etc.) and various other things in the changelog.

I plan on a non-pre release soon but need a bit more time to go over the 
current code and look at the tests, etc. Patches welcome, as usual.

Jon.

[0] Suspected mononucleosis...oh such a joyful experience :-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: module-init-tools-3.3-pre10 available
       [not found] ` <20070222170732.22c1320b.vsu@altlinux.ru>
@ 2007-02-22 14:52   ` Jon Masters
  2007-02-23 15:01     ` Luiz Fernando N. Capitulino
  0 siblings, 1 reply; 10+ messages in thread
From: Jon Masters @ 2007-02-22 14:52 UTC (permalink / raw)
  To: Sergey Vlasov
  Cc: Luiz Fernando N.Capitulino, Linux Kernel Mailing List, mit-devel

Sergey Vlasov wrote:

> I see that you have merged some patches which change depmod.8.
> However, this file is generated from doc/depmod.sgml, which was not
> changed appropriately.

Ah. A valid point - Luiz, do you want to redo your patch or I can take a 
look at the SGML source myself.

Jon.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: module-init-tools-3.3-pre10 available
  2007-02-22 14:52   ` Jon Masters
@ 2007-02-23 15:01     ` Luiz Fernando N. Capitulino
  2007-02-23 15:41       ` Jon Masters
  0 siblings, 1 reply; 10+ messages in thread
From: Luiz Fernando N. Capitulino @ 2007-02-23 15:01 UTC (permalink / raw)
  To: Jon Masters; +Cc: Sergey Vlasov, Linux Kernel Mailing List, mit-devel

On Thu, 22 Feb 2007 09:52:20 -0500
Jon Masters <jcm@redhat.com> wrote:

| Sergey Vlasov wrote:
| 
| > I see that you have merged some patches which change depmod.8.
| > However, this file is generated from doc/depmod.sgml, which was not
| > changed appropriately.
| 
| Ah. A valid point - Luiz, do you want to redo your patch or I can take a 
| look at the SGML source myself.

 Urgh, I didn't know that, sorry.

 I can redo my patch, but shouldn't the manpages be removed from the
repository then?

-- 
Luiz Fernando N. Capitulino

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: module-init-tools-3.3-pre10 available
  2007-02-23 15:01     ` Luiz Fernando N. Capitulino
@ 2007-02-23 15:41       ` Jon Masters
  2007-02-24 15:26         ` Jan Engelhardt
  0 siblings, 1 reply; 10+ messages in thread
From: Jon Masters @ 2007-02-23 15:41 UTC (permalink / raw)
  To: Luiz Fernando N. Capitulino
  Cc: Sergey Vlasov, Linux Kernel Mailing List, mit-devel

Luiz Fernando N. Capitulino wrote:
> On Thu, 22 Feb 2007 09:52:20 -0500
> Jon Masters <jcm@redhat.com> wrote:
> 
> | Sergey Vlasov wrote:
> | 
> | > I see that you have merged some patches which change depmod.8.
> | > However, this file is generated from doc/depmod.sgml, which was not
> | > changed appropriately.
> | 
> | Ah. A valid point - Luiz, do you want to redo your patch or I can take a 
> | look at the SGML source myself.
> 
>  Urgh, I didn't know that, sorry.
> 
>  I can redo my patch, but shouldn't the manpages be removed from the
> repository then?

I think it's like the configure/Makefile.in situation. These files 
should technically not be in the repo either (and you removed them in 
your tree) but I re-added them because people have an expectation that:

./configure
make

will do something "out of the box". I just need to re-run 
autoconf/automake periodically to keep the files up to date. It's a 
pain, but I'll script that in due course alongside rebuilding the man 
pages - actually, this is probably just a convenient makefile target.

So if you want to redo the patch against those man pages, I'll 
regenerate them prior to pushing the next update. We'll leave it as it 
is until then because the update (IIRC) was just to re-order existing 
content so it's not like we have to push this with urgency.

Jon.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: module-init-tools-3.3-pre10 available
  2007-02-23 15:41       ` Jon Masters
@ 2007-02-24 15:26         ` Jan Engelhardt
  2007-02-24 16:13           ` Jon Masters
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Engelhardt @ 2007-02-24 15:26 UTC (permalink / raw)
  To: Jon Masters
  Cc: Luiz Fernando N. Capitulino, Sergey Vlasov,
	Linux Kernel Mailing List, mit-devel


On Feb 23 2007 10:41, Jon Masters wrote:
>
> I think it's like the configure/Makefile.in situation. These files should
> technically not be in the repo either (and you removed them in your tree) but I
> re-added them because people have an expectation that:
>
> ./configure
> make
>
> will do something "out of the box".

Out of the box perhaps if it is the .tar.bz2 archive, but the same does not
always hold for CVS repos, much less SVNs [random guess on svn]. He who pulls
from a developer tree mostly knows to run 'autogen.sh' or 'autoreconf -fi'
beforehand.


Jan
-- 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: module-init-tools-3.3-pre10 available
  2007-02-24 15:26         ` Jan Engelhardt
@ 2007-02-24 16:13           ` Jon Masters
  2007-03-20 20:03             ` [mit-devel] " Sergey Vlasov
  0 siblings, 1 reply; 10+ messages in thread
From: Jon Masters @ 2007-02-24 16:13 UTC (permalink / raw)
  To: Jan Engelhardt
  Cc: Luiz Fernando N. Capitulino, Sergey Vlasov,
	Linux Kernel Mailing List, mit-devel

Jan Engelhardt wrote:

> Out of the box perhaps if it is the .tar.bz2 archive, but the same does not
> always hold for CVS repos, much less SVNs [random guess on svn]. He who pulls
> from a developer tree mostly knows to run 'autogen.sh' or 'autoreconf -fi'
> beforehand.

You know what, you're right of course. Ok, I'm taking those back *out* 
of the repo in the next update and then will have a script generate 
these for the tarball. That does sound like the right thing.

Thanks!

Jon.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [mit-devel] Re: module-init-tools-3.3-pre10 available
  2007-02-24 16:13           ` Jon Masters
@ 2007-03-20 20:03             ` Sergey Vlasov
  2007-03-20 20:09               ` Jon Masters
  2007-03-20 20:11               ` Luiz Fernando N. Capitulino
  0 siblings, 2 replies; 10+ messages in thread
From: Sergey Vlasov @ 2007-03-20 20:03 UTC (permalink / raw)
  To: Jon Masters
  Cc: Jan Engelhardt, mit-devel, Linux Kernel Mailing List,
	Luiz Fernando N. Capitulino

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

On Sat, Feb 24, 2007 at 11:13:45AM -0500, Jon Masters wrote:
> Jan Engelhardt wrote:
> 
> >Out of the box perhaps if it is the .tar.bz2 archive, but the same does not
> >always hold for CVS repos, much less SVNs [random guess on svn]. He who 
> >pulls
> >from a developer tree mostly knows to run 'autogen.sh' or 'autoreconf -fi'
> >beforehand.
> 
> You know what, you're right of course. Ok, I'm taking those back *out* 
> of the repo in the next update and then will have a script generate 
> these for the tarball. That does sound like the right thing.

Has a final decision about generated files been made?  I don't see any
updates in the git repo, and man pages are still broken (any attempt
to regenerate them will cause changes to the generated files to be
lost).

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [mit-devel] Re: module-init-tools-3.3-pre10 available
  2007-03-20 20:03             ` [mit-devel] " Sergey Vlasov
@ 2007-03-20 20:09               ` Jon Masters
  2007-03-22  8:01                 ` Jon Masters
  2007-03-20 20:11               ` Luiz Fernando N. Capitulino
  1 sibling, 1 reply; 10+ messages in thread
From: Jon Masters @ 2007-03-20 20:09 UTC (permalink / raw)
  To: Sergey Vlasov
  Cc: Jan Engelhardt, mit-devel, Linux Kernel Mailing List,
	Luiz Fernando N. Capitulino

Sergey Vlasov wrote:

> Has a final decision about generated files been made?  I don't see any
> updates in the git repo, and man pages are still broken

I'm doing some patching this afternoon anyway, and it's on my todo.

Jon.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [mit-devel] Re: module-init-tools-3.3-pre10 available
  2007-03-20 20:03             ` [mit-devel] " Sergey Vlasov
  2007-03-20 20:09               ` Jon Masters
@ 2007-03-20 20:11               ` Luiz Fernando N. Capitulino
  1 sibling, 0 replies; 10+ messages in thread
From: Luiz Fernando N. Capitulino @ 2007-03-20 20:11 UTC (permalink / raw)
  To: Sergey Vlasov
  Cc: Jon Masters, Jan Engelhardt, mit-devel, Linux Kernel Mailing List

Em Tue, 20 Mar 2007 23:03:45 +0300
Sergey Vlasov <vsu@altlinux.ru> escreveu:

| On Sat, Feb 24, 2007 at 11:13:45AM -0500, Jon Masters wrote:
| > Jan Engelhardt wrote:
| > 
| > >Out of the box perhaps if it is the .tar.bz2 archive, but the same does not
| > >always hold for CVS repos, much less SVNs [random guess on svn]. He who 
| > >pulls
| > >from a developer tree mostly knows to run 'autogen.sh' or 'autoreconf -fi'
| > >beforehand.
| > 
| > You know what, you're right of course. Ok, I'm taking those back *out* 
| > of the repo in the next update and then will have a script generate 
| > these for the tarball. That does sound like the right thing.
| 
| Has a final decision about generated files been made?  I don't see any
| updates in the git repo, and man pages are still broken (any attempt
| to regenerate them will cause changes to the generated files to be
| lost).

 I've asked Jon to drop the manpage patches, I won't work on m-i-t
tools anytime soon.

-- 
Luiz Fernando N. Capitulino

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [mit-devel] Re: module-init-tools-3.3-pre10 available
  2007-03-20 20:09               ` Jon Masters
@ 2007-03-22  8:01                 ` Jon Masters
  0 siblings, 0 replies; 10+ messages in thread
From: Jon Masters @ 2007-03-22  8:01 UTC (permalink / raw)
  To: Jon Masters
  Cc: Sergey Vlasov, mit-devel, Jan Engelhardt,
	Luiz Fernando N. Capitulino, Linux Kernel Mailing List

Jon Masters wrote:

> Sergey Vlasov wrote:
> 
>> Has a final decision about generated files been made?  I don't see any
>> updates in the git repo, and man pages are still broken
> 
> I'm doing some patching this afternoon anyway, and it's on my todo.

I pushed up v3.3-pre11 just now. If all goes to plan, this will become a 
final release so we can move on to more cleanups for a v3.4.

Jon.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-03-22  8:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-22  2:30 module-init-tools-3.3-pre10 available Jon Masters
     [not found] ` <20070222170732.22c1320b.vsu@altlinux.ru>
2007-02-22 14:52   ` Jon Masters
2007-02-23 15:01     ` Luiz Fernando N. Capitulino
2007-02-23 15:41       ` Jon Masters
2007-02-24 15:26         ` Jan Engelhardt
2007-02-24 16:13           ` Jon Masters
2007-03-20 20:03             ` [mit-devel] " Sergey Vlasov
2007-03-20 20:09               ` Jon Masters
2007-03-22  8:01                 ` Jon Masters
2007-03-20 20:11               ` Luiz Fernando N. Capitulino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.