[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100510.042829.93442711.davem@davemloft.net>
Date: Mon, 10 May 2010 04:28:29 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: marcel@...tmann.org
Cc: netdev@...r.kernel.org
Subject: Re: Pull request: bluetooth-next-2.6 2010-05-10
More problems.
In the future, don't fix things like you did in:
"Bluetooth: Fix issues where sk_sleep() helper is needed now"
That's something you take care of inside of the merge which causes the
build problems.
It's even trivial:
bash$ cd bluetooth-next-2.6
bash$ git pull .../net-next-2.6/.git
bash$ make
... build fails because sk_sleep() stuff ...
bash$ emacs ...
bash$ make
... build succeeds now ...
bash$ git commit --amend file1.c file2.c ...
and add some mention in the amended merge commit about what you did
to take care of the sk_sleep() stuff. That final commit command
will update the merge commit so that it has the build fix included
in it and therefore at any particular commit the tree does not fail
to build.
Otherwise you create a situation where the tree is not bisectable at
all, if someone bisects to the commit before the sk_sleep() fix the
tree won't build, and this makes bug hunting more painful than it
needs to be.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists