linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Denis Vlasenko <vda@port.imtp.ilyichevsk.odessa.ua>
To: Badari Pulavarty <pbadari@us.ibm.com>,
	Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [RFC] 2.4 and stack reduction patches
Date: Sat, 8 Jan 2005 23:34:07 +0200	[thread overview]
Message-ID: <200501082334.07880.vda@port.imtp.ilyichevsk.odessa.ua> (raw)
In-Reply-To: <1105134173.4000.105.camel@dyn318077bld.beaverton.ibm.com>

> Here is the single crude patch for one of the distro releases.
> (may not apply to latest 2.4 mainline). 

+       if (!bprmp) {
+               retval = -ENOMEM;
+               return retval;
+       }

You can just return -ENOMEM...
--
vda


      parent reply	other threads:[~2005-01-09 20:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-07 15:48 [RFC] 2.4 and stack reduction patches Badari Pulavarty
2005-01-07 14:12 ` Marcelo Tosatti
2005-01-07 21:42   ` Badari Pulavarty
2005-01-07 22:40     ` Trond Myklebust
2005-01-07 22:50       ` Badari Pulavarty
2005-01-08  0:55       ` Badari Pulavarty
2005-01-09  4:08         ` Trond Myklebust
2005-01-08 21:34     ` Denis Vlasenko [this message]

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=200501082334.07880.vda@port.imtp.ilyichevsk.odessa.ua \
    --to=vda@port.imtp.ilyichevsk.odessa.ua \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=pbadari@us.ibm.com \
    /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 NNTP newsgroup(s).