[OpenAFS] Re: 1.4.14+patches = panic

Jeff Blaine jblaine@kickflop.net
Wed, 02 Mar 2011 10:49:42 -0500


On 3/2/2011 10:41 AM, Andrew Deason wrote:
> On Wed, 02 Mar 2011 09:44:42 -0500
> Jeff Blaine<jblaine@kickflop.net>  wrote:
>
>> And Andrew said:
>>
>>       What you want to do is do the above steps, and then
>>       apply two patches that I forgot to mention that aren't
>>       in 1.4.x yet:
>>
>
> "The above steps" being the steps I said to follow. Which were
>
> git checkout openafs-stable-1_4_14
> git cherry-pick<commit1>
> git cherry-pick<commit2>
> ...
> git cherry-pick<commitN>

Ah.

FWIW, that sequence fails as follows:

tmp:cairo> rm -rf openafs*
tmp:cairo> git clone http://git.openafs.org/git/openafs.git 
openafs-1.4.14-PATCHED
Initialized empty Git repository in /tmp/openafs-1.4.14-PATCHED/.git/
Checking out files: 100% (5359/5359), done.
tmp:cairo> cd openafs-1.4.14-PATCHED/
openafs-1.4.14-PATCHED:cairo> git checkout openafs-stable-1_4_14
Checking out files: 100% (4352/4352), done.
Note: moving to 'openafs-stable-1_4_14' which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
   git checkout -b <new_branch_name>
HEAD is now at 97cfb3e... openafs 1.4.14
openafs-1.4.14-PATCHED:cairo> git cherry-pick 
6b6064ccacc60eb5a1fe45cc69c65fb621e8980c
Finished one cherry-pick.
[detached HEAD 0a3a9e2] libafs: consistently hold vnode refs
  11 files changed, 14 insertions(+), 18 deletions(-)
openafs-1.4.14-PATCHED:cairo> git cherry-pick 
885dfd0e9d0cb6b4e2e32280a9266d1776ea6859
fatal: Could not find 885dfd0e9d0cb6b4e2e32280a9266d1776ea6859
openafs-1.4.14-PATCHED:cairo>