* [uml-devel] [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies
@ 2006-04-15 14:30 ` Adrian Bunk
0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-04-15 14:30 UTC (permalink / raw)
To: jdike; +Cc: user-mode-linux-devel, linux-kernel, Jean-Luc Leger
This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to
have been intended.
Spotted by Jean-Luc Leger.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.17-rc1-mm2-full/init/Kconfig.old 2006-04-15 16:26:46.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/init/Kconfig 2006-04-15 16:27:12.000000000 +0200
@@ -46,8 +46,8 @@
config INIT_ENV_ARG_LIMIT
int
- default 32 if !USERMODE
- default 128 if USERMODE
+ default 32 if !UML
+ default 128 if UML
help
Maximum of each of the number of arguments and environment
variables passed to init from the kernel command line.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies
@ 2006-04-15 14:30 ` Adrian Bunk
0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-04-15 14:30 UTC (permalink / raw)
To: jdike; +Cc: user-mode-linux-devel, linux-kernel, Jean-Luc Leger
This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to
have been intended.
Spotted by Jean-Luc Leger.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.17-rc1-mm2-full/init/Kconfig.old 2006-04-15 16:26:46.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/init/Kconfig 2006-04-15 16:27:12.000000000 +0200
@@ -46,8 +46,8 @@
config INIT_ENV_ARG_LIMIT
int
- default 32 if !USERMODE
- default 128 if USERMODE
+ default 32 if !UML
+ default 128 if UML
help
Maximum of each of the number of arguments and environment
variables passed to init from the kernel command line.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [uml-devel] [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies
2006-04-15 14:30 ` Adrian Bunk
@ 2006-04-19 9:59 ` Blaisorblade
-1 siblings, 0 replies; 5+ messages in thread
From: Blaisorblade @ 2006-04-19 9:59 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: Adrian Bunk, jdike, linux-kernel, Jean-Luc Leger
On Saturday 15 April 2006 16:30, Adrian Bunk wrote:
> This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to
> have been intended.
Yes, the global rename USERMODE -> UML in Kconfig missed something, it seems.
My bad.
Acked-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
> Spotted by Jean-Luc Leger.
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> --- linux-2.6.17-rc1-mm2-full/init/Kconfig.old 2006-04-15
> 16:26:46.000000000 +0200 +++
> linux-2.6.17-rc1-mm2-full/init/Kconfig 2006-04-15 16:27:12.000000000 +0200
> @@ -46,8 +46,8 @@
>
> config INIT_ENV_ARG_LIMIT
> int
> - default 32 if !USERMODE
> - default 128 if USERMODE
> + default 32 if !UML
> + default 128 if UML
> help
> Maximum of each of the number of arguments and environment
> variables passed to init from the kernel command line.
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live
> webcast and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade
___________________________________
Bolletta salata? Passa a Yahoo! Messenger with Voice
http://it.messenger.yahoo.com
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [uml-devel] [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies
@ 2006-04-19 9:59 ` Blaisorblade
0 siblings, 0 replies; 5+ messages in thread
From: Blaisorblade @ 2006-04-19 9:59 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: Adrian Bunk, jdike, linux-kernel, Jean-Luc Leger
On Saturday 15 April 2006 16:30, Adrian Bunk wrote:
> This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to
> have been intended.
Yes, the global rename USERMODE -> UML in Kconfig missed something, it seems.
My bad.
Acked-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
> Spotted by Jean-Luc Leger.
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> --- linux-2.6.17-rc1-mm2-full/init/Kconfig.old 2006-04-15
> 16:26:46.000000000 +0200 +++
> linux-2.6.17-rc1-mm2-full/init/Kconfig 2006-04-15 16:27:12.000000000 +0200
> @@ -46,8 +46,8 @@
>
> config INIT_ENV_ARG_LIMIT
> int
> - default 32 if !USERMODE
> - default 128 if USERMODE
> + default 32 if !UML
> + default 128 if UML
> help
> Maximum of each of the number of arguments and environment
> variables passed to init from the kernel command line.
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live
> webcast and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade
___________________________________
Bolletta salata? Passa a Yahoo! Messenger with Voice
http://it.messenger.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [uml-devel] [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies
@ 2006-06-29 15:43 Adrian Bunk
0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-06-29 15:43 UTC (permalink / raw)
To: Andrew Morton
Cc: jdike, blaisorblade, Jean-Luc Leger, linux-kernel,
user-mode-linux-devel
This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to
have been intended.
Spotted by Jean-Luc Leger.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---
This patch was already sent on:
- 15 Apr 2006
--- linux-2.6.17-rc1-mm2-full/init/Kconfig.old 2006-04-15 16:26:46.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/init/Kconfig 2006-04-15 16:27:12.000000000 +0200
@@ -46,8 +46,8 @@
config INIT_ENV_ARG_LIMIT
int
- default 32 if !USERMODE
- default 128 if USERMODE
+ default 32 if !UML
+ default 128 if UML
help
Maximum of each of the number of arguments and environment
variables passed to init from the kernel command line.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-29 15:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-15 14:30 [uml-devel] [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies Adrian Bunk
2006-04-15 14:30 ` Adrian Bunk
2006-04-19 9:59 ` [uml-devel] " Blaisorblade
2006-04-19 9:59 ` Blaisorblade
-- strict thread matches above, loose matches on Subject: below --
2006-06-29 15:43 Adrian Bunk
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.