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:24:50 -0400 Message-ID: <4C9CDEE2.1030506@garzik.org> References: <87zkv8yhnu.fsf@meyering.net> <4C9BA847.5030703@garzik.org> <4C9BAC19.1070407@garzik.org> <87iq1vqsus.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=Fdfw1OzrFmGNfiHxPmdBCtsaxZQ5j9thCX11Gq+Bugg=; b=FNBlPygVZrosW8juN14EHbovn5tYjHkComWqWQa0d/0lp+sCRibaAJI4cRqWQF+L8f tPEXbhg3UZjLcDGgMhJxCV+blhPHGemkM+IgEelHtNRGdz7cRQPy05A5V6DZuASJCCXv xFWk0tBg1qojOMPk38MfNdaZCgRQEItVZvrs8= In-Reply-To: <87iq1vqsus.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 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: ---------------------------SNIP----------------------------- Please pull from 'upstream-linus' branch of git://git.kernel.org/pub/scm/git/jgarzik/libata-dev.git upstream-linus to receive the following updates: drivers/ata/ahci.c | 193 +++++++++++++++++++++++++++++++-------------- drivers/ata/libata-acpi.c | 40 +++++----- drivers/ata/libata-core.c | 3 + drivers/ata/libata.h | 2 + drivers/ata/pata_ali.c | 2 +- include/linux/ata.h | 9 ++- include/linux/libata.h | 12 +++ 7 files changed, 178 insertions(+), 83 deletions(-) Dirk Hohndel (1): pata_ali: trivial fix of a very frequent spelling mistake Robert Hancock (1): ahci: display all AHCI 1.3 HBA capability flags (v2) Tejun Heo (5): ahci: disable 64bit DMA by default on SB600s libata: cosmetic updates libata: implement more acpi filtering options libata: make gtf_filter per-dev ahci: filter FPDMA non-zero offset enable for Aspire 3810T diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index acd1162..4edca6e 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c [COMBINED PATCH FOLLOWS...] ---------------------------SNIP-----------------------------