* [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends
@ 2013-12-09 7:33 Richard Weinberger
2013-12-09 8:20 ` Greg KH
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Richard Weinberger @ 2013-12-09 7:33 UTC (permalink / raw)
To: stable; +Cc: user-mode-linux-devel
Hi Greg,
please add commit fdfa4c952844fce881df8c76de9c7180cbe913ab (um: add missing
declaration of 'getrlimit()' and friends) to -stable.
The change was introduced in 3.9 and needs backporting to all stable trees.
Thanks,
//richard
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
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] 6+ messages in thread* Re: [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends
2013-12-09 7:33 [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends Richard Weinberger
@ 2013-12-09 8:20 ` Greg KH
2013-12-09 16:38 ` Antoine Martin
2013-12-09 18:45 ` Greg KH
2013-12-09 15:21 ` Luis Henriques
2013-12-24 3:14 ` Ben Hutchings
2 siblings, 2 replies; 6+ messages in thread
From: Greg KH @ 2013-12-09 8:20 UTC (permalink / raw)
To: Richard Weinberger; +Cc: user-mode-linux-devel, stable
On Mon, Dec 09, 2013 at 08:33:59AM +0100, Richard Weinberger wrote:
> Hi Greg,
>
> please add commit fdfa4c952844fce881df8c76de9c7180cbe913ab (um: add missing
> declaration of 'getrlimit()' and friends) to -stable.
> The change was introduced in 3.9 and needs backporting to all stable trees.
Which "all"? Newer than 3.9 you mean?
thanks,
greg k-h
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
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] 6+ messages in thread
* Re: [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends
2013-12-09 8:20 ` Greg KH
@ 2013-12-09 16:38 ` Antoine Martin
2013-12-09 18:45 ` Greg KH
1 sibling, 0 replies; 6+ messages in thread
From: Antoine Martin @ 2013-12-09 16:38 UTC (permalink / raw)
To: Greg KH, Richard Weinberger; +Cc: user-mode-linux-devel, stable
[-- Attachment #1.1: Type: text/plain, Size: 574 bytes --]
On 09/12/13 15:20, Greg KH wrote:
> On Mon, Dec 09, 2013 at 08:33:59AM +0100, Richard Weinberger wrote:
>> Hi Greg,
>>
>> please add commit fdfa4c952844fce881df8c76de9c7180cbe913ab (um: add missing
>> declaration of 'getrlimit()' and friends) to -stable.
>> The change was introduced in 3.9 and needs backporting to all stable trees.
> Which "all"? Newer than 3.9 you mean?
No, this affects 3.4.73 too:
http://sourceforge.net/mailarchive/forum.php?thread_name=52A55556.7090009%40nagafix.co.uk&forum_name=user-mode-linux-devel
(sorry, that's all I know right now)
Antoine
[-- Attachment #1.2: Type: text/html, Size: 1263 bytes --]
[-- Attachment #2: Type: text/plain, Size: 279 bytes --]
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
[-- Attachment #3: Type: text/plain, Size: 194 bytes --]
_______________________________________________
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] 6+ messages in thread
* Re: [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends
2013-12-09 8:20 ` Greg KH
2013-12-09 16:38 ` Antoine Martin
@ 2013-12-09 18:45 ` Greg KH
1 sibling, 0 replies; 6+ messages in thread
From: Greg KH @ 2013-12-09 18:45 UTC (permalink / raw)
To: Richard Weinberger; +Cc: user-mode-linux-devel, stable
On Mon, Dec 09, 2013 at 12:20:14AM -0800, Greg KH wrote:
> On Mon, Dec 09, 2013 at 08:33:59AM +0100, Richard Weinberger wrote:
> > Hi Greg,
> >
> > please add commit fdfa4c952844fce881df8c76de9c7180cbe913ab (um: add missing
> > declaration of 'getrlimit()' and friends) to -stable.
> > The change was introduced in 3.9 and needs backporting to all stable trees.
>
> Which "all"? Newer than 3.9 you mean?
Sorry, that should be "older". I've queued it up for 3.4-stable now,
thanks.
greg k-h
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
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] 6+ messages in thread
* Re: [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends
2013-12-09 7:33 [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends Richard Weinberger
2013-12-09 8:20 ` Greg KH
@ 2013-12-09 15:21 ` Luis Henriques
2013-12-24 3:14 ` Ben Hutchings
2 siblings, 0 replies; 6+ messages in thread
From: Luis Henriques @ 2013-12-09 15:21 UTC (permalink / raw)
To: Richard Weinberger; +Cc: user-mode-linux-devel, stable
On Mon, Dec 09, 2013 at 08:33:59AM +0100, Richard Weinberger wrote:
> Hi Greg,
>
> please add commit fdfa4c952844fce881df8c76de9c7180cbe913ab (um: add missing
> declaration of 'getrlimit()' and friends) to -stable.
> The change was introduced in 3.9 and needs backporting to all stable trees.
>
> Thanks,
> //richard
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Thanks, I'm queuing it for the 3.5 kernel.
Cheers,
--
Luis
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
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] 6+ messages in thread
* Re: [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends
2013-12-09 7:33 [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends Richard Weinberger
2013-12-09 8:20 ` Greg KH
2013-12-09 15:21 ` Luis Henriques
@ 2013-12-24 3:14 ` Ben Hutchings
2 siblings, 0 replies; 6+ messages in thread
From: Ben Hutchings @ 2013-12-24 3:14 UTC (permalink / raw)
To: Richard Weinberger; +Cc: user-mode-linux-devel, stable
[-- Attachment #1.1: Type: text/plain, Size: 435 bytes --]
On Mon, 2013-12-09 at 08:33 +0100, Richard Weinberger wrote:
> Hi Greg,
>
> please add commit fdfa4c952844fce881df8c76de9c7180cbe913ab (um: add missing
> declaration of 'getrlimit()' and friends) to -stable.
> The change was introduced in 3.9 and needs backporting to all stable trees.
Queued up for 3.2, thanks.
Ben.
--
Ben Hutchings
Unix is many things to many people,
but it's never been everything to anybody.
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
[-- Attachment #2: Type: text/plain, Size: 455 bytes --]
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
[-- Attachment #3: Type: text/plain, Size: 194 bytes --]
_______________________________________________
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] 6+ messages in thread
end of thread, other threads:[~2013-12-24 3:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 7:33 [uml-devel] Please add: um: add missing declaration of 'getrlimit()' and friends Richard Weinberger
2013-12-09 8:20 ` Greg KH
2013-12-09 16:38 ` Antoine Martin
2013-12-09 18:45 ` Greg KH
2013-12-09 15:21 ` Luis Henriques
2013-12-24 3:14 ` Ben Hutchings
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.