[openib-general] Re: [git pull] InfiniBand fixes for 2.6.14
Jeff Carr
jcarr at linuxmachines.com
Thu Oct 6 10:32:05 PDT 2005
On 09/27/2005 09:01 PM, Roland Dreier wrote:
> Linus, please pull from
>
> master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus
>
> This tree is also available from kernel.org mirrors at:
>
> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus
When I pulled this yesterday, it didn't compile uverbs_main.c. It looks
like it's missing from include/rdma/ib_user_verbs.h
I'm wondering if I pulled your tree/branch correctly. Can you confirm
these would be the right instructions?
export \
IB="rsync://rsync.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git"
git clone $IB ib
cd ib
git-read-tree -m HEAD
git-checkout-cache -q -f -u -a
At that point I have the master branch. Then I switch to your branch:
git checkout -f for-linus
Then, after the initial pull, if I wanted to update to the current
version I'd run:
git pull
Thanks,
Jeff
drivers/infiniband/core/uverbs_main.c: In function `ib_uverbs_write':
drivers/infiniband/core/uverbs_main.c:517: error:
`IB_USER_VERBS_CMD_QUERY_PARAMS' undeclared (first use in this function)
drivers/infiniband/core/uverbs_main.c:517: error: (Each undeclared
identifier is reported only once
drivers/infiniband/core/uverbs_main.c:517: error: for each function it
appears in.)
More information about the general
mailing list