From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH tabled 1/2] server/config.c: don't dereference NULL on OOM Date: Fri, 24 Sep 2010 13:50:44 -0400 Message-ID: <4C9CE4F4.302@garzik.org> References: <87zkv8yhnu.fsf@meyering.net> <4C9BA847.5030703@garzik.org> <4C9BAC19.1070407@garzik.org> <87iq1vqsus.fsf@meyering.net> <4C9CDEE2.1030506@garzik.org> <87k4mbnik3.fsf@meyering.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=s/z+Tsail7aVWd8suJrt5XJidgyHhSG3ArZI2OJFv20=; b=N5WQ3J3gRinnst0O/nYBjZzgRYaFTsmTssXa9p5bvJ4b3n28xvotEkQh8qdJxQZoyL na43bFlxK1j3InhNpu9a5CXb50YH6xvmN83L8x5yD3VHhd4i/vhZxZ+mcFqP3od7aC6h Lmv33+snFFgimwFjOqP5+jznHCTgcvmLdOi5s= In-Reply-To: <87k4mbnik3.fsf@meyering.net> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jim Meyering Cc: Project Hail On 09/24/2010 01:43 PM, Jim Meyering wrote: > Jeff Garzik wrote: >> On 09/24/2010 07:32 AM, Jim Meyering wrote: >>> You can pull from the "oom" branch here: >>> git://git.infradead.org/users/meyering/tabled.git >> >> Got nearly everything perfect. Need one more minor yet important >> change. As described in doc/contributions.txt, every changeset MUST >> have a Signed-off-by line at the end of a changeset's description. >> >> I was able to pull and build just fine, so your git repo setup and >> push appears correct. >> >> Also, in your pull request, please put the branch immediately >> following the repo URL on the same line, for easier cut-n-paste. >> Here's how Linus requests his pull-requests to look: > > Ok. I've added those pesky S.O.B lines with this: > > git filter-branch --msg-filter \ > 'cat&& printf "\nSigned-off-by: Jim Meyering\n"' \ > HEAD~4..HEAD > > and pushed the result. > > Please pull from the 'oom' branch of > git://git.infradead.org/users/meyering/tabled.git pulled from you & pushed upstream, thanks!