mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Chuck Ebbert <76306.1226@compuserve.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.13-rc2-mm2
Date: Wed, 13 Jul 2005 03:15:58 -0400	[thread overview]
Message-ID: <200507130319_MC3-1-A450-9F8A@compuserve.com> (raw)

On Tue, 12 Jul 2005 at 17:41:00 -0700, Andrew Morton wrote:

> The patch was empty.  That happens sometimes.  I like to be able to apply
> empty patches, but yes, perhaps that should require -f.
> 
> Either drop the patch of use -f.

  OK, those are easy enough to comment out but I thought the broken-out
tar file would be cleaner than that.


> I fix up the offset errors relatively infrequently, and they all come back
> very soon.

  While playing with this cleanup script:

===============================================================================
#! /bin/bash

[ -f patches/series ]  ||  exit 1

echo $"Refreshing all patches in series..."
quilt pop -a

cat patches/series  |  while read line
do
	lineno=$[$lineno+1]
	if [ -z "$line" ]  ||  [ "${line:0:1}" == "#" ]
	then
		continue
	fi

	echo ""
	quilt push $line

	if [ $? != 0 ]
	then
		echo -e $"\nError at line" $lineno ":"
		echo -e $line
		break
	fi

	quilt refresh
done
===============================================================================


  I found:

===============================================================================
Usage: quilt push [-afqv] [--leave-rejects] [num|patch]

Error at line 308 :
x86-x86_64-deferred-handling-of-writes-to-proc-irq-xx-smp_affinitypatch-added-to-mm-tree.patch # ak no likee
===============================================================================


  I thought this was an isolated instance and fixed it up, then found:

        x86-64-ptrace-ia32-bp-fix.patch # ak no likee

This breaks quilt when you try to push patches by name:

===============================================================================
[me@d2 2.6.13-rc2-mm2]$ quilt push x86-64-ptrace-ia32-bp-fix.patch
Applying x86-64-ptrace-ia32-bp-fix.patch
patch: no: extra operand
patch: Try `/usr/bin/patch --help' for more information.
Patch x86-64-ptrace-ia32-bp-fix.patch does not apply (enforce with -f)
===============================================================================


  Quilt docs only say lines beginning with "#" are ignored, nothing about it
after a patch name.

  ...and BTW why does every line in the series file have a trailing space?

__
Chuck

             reply	other threads:[~2005-07-13  7:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-13  7:15 Chuck Ebbert [this message]
2005-07-13  7:23 ` 2.6.13-rc2-mm2 Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2005-07-13 21:29 2.6.13-rc2-mm2 Chuck Ebbert
2005-07-14  9:48 ` 2.6.13-rc2-mm2 Johannes Stezenbach
2005-07-14  9:58 ` 2.6.13-rc2-mm2 David Vrabel
2005-07-13  0:23 2.6.13-rc2-mm2 Chuck Ebbert
2005-07-13  0:41 ` 2.6.13-rc2-mm2 Andrew Morton
2005-07-12  9:17 2.6.13-rc2-mm2 Andrew Morton
2005-07-12 11:05 ` 2.6.13-rc2-mm2 Adrian Bunk
2005-07-12 12:01   ` 2.6.13-rc2-mm2 David Woodhouse
2005-07-12 12:12     ` 2.6.13-rc2-mm2 Adrian Bunk
2005-07-12 18:16 ` 2.6.13-rc2-mm2 Felipe Alfaro Solana
2005-07-12 20:24   ` 2.6.13-rc2-mm2 Alasdair G Kergon
2005-07-13  9:29     ` 2.6.13-rc2-mm2 Felipe Alfaro Solana
2005-07-14  3:04 ` 2.6.13-rc2-mm2 Matthias Urlichs

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=200507130319_MC3-1-A450-9F8A@compuserve.com \
    --to=76306.1226@compuserve.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®