All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Jeff Squyres (jsquyres)"
	<jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
Cc: Sean Hefty <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Yann Droneaud <ydroneaud-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.org>,
	"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH v3] libibverbs init.c: conditionally emit warning if no userspace driver found
Date: Fri, 22 May 2015 10:44:21 -0400	[thread overview]
Message-ID: <1432305861.28905.83.camel@redhat.com> (raw)
In-Reply-To: <B397943B-9919-47CC-94E9-98A2A0BEFE8F-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 3243 bytes --]

On Fri, 2015-05-22 at 13:58 +0000, Jeff Squyres (jsquyres) wrote:
> On May 20, 2015, at 1:11 PM, Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> > 
> > The location of the upstream sources and tarballs would not change.
> > Neither the git repo nor the tarball repo were like the kernel.  The
> > upstream kernel.org git repo Roland had, had his name in the repo.  So
> > it had to change.  But the libibverbs repo is in a generic location.
> > There is no need to change it, only to change the permissions on the git
> > repo to allow the new maintainer to push directly into it.  
> 
> Did that happen yet?

I don't think so.  I didn't file a specific ticket for it at k.o yet
(the k.o tickets take a while to process, so I didn't want to file it
until after the comment period here on list).

> > Ditto with
> > the upload/download space on openfabrics.org/downloads/verbs.
> 
> It looks like someone did part of this on flatbed -- you own the download directory but none of the files, and they are all 644.  So I took the liberty of chown'ing them all to you:

Yeah, I did that one separately.  I had that done earlier, but getting
things done on flatbed is much faster and so could be reversed much
easier if need be ;-)  The reason I didn't own the files is that I
didn't really need to.  They are more or less set in stone and can't be
changed, so being owned by roland's account was fine.  It's fine this
way too.

> ----
> $ hostname; pwd; ls -la
> flatbed.openfabrics.org
> /var/www/html/downloads/verbs
> total 6096
> drwxr-xr-x.  2 dledford ofed   4096 May  7  2014 .
> drwxrwxr-x. 55 apache   ofed   4096 Feb 13 07:31 ..
> -rw-r--r--.  1 dledford ofed 347508 Mar 14  2006 libibverbs-1.0.2.tar.gz
> -rw-r--r--.  1 dledford ofed 349439 May  2  2006 libibverbs-1.0.3.tar.gz
> -rw-r--r--.  1 dledford ofed 360410 Oct 31  2006 libibverbs-1.0.4.tar.gz
> -rw-r--r--.  1 dledford ofed 359902 Jun 18  2007 libibverbs-1.0.5.tar.gz
> -rw-r--r--.  1 dledford ofed 321835 Aug 29  2005 libibverbs-1.0-rc1.tar.gz
> -rw-r--r--.  1 dledford ofed 338537 Oct  2  2005 libibverbs-1.0-rc3.tar.gz
> -rw-r--r--.  1 dledford ofed 341792 Oct 28  2005 libibverbs-1.0-rc4.tar.gz
> -rw-r--r--.  1 dledford ofed 347699 Feb 17  2006 libibverbs-1.0-rc7.tar.gz
> -rw-r--r--.  1 dledford ofed 384743 Jun 18  2007 libibverbs-1.1.1.tar.gz
> -rw-r--r--.  1 dledford ofed 394618 Apr 18  2008 libibverbs-1.1.2.tar.gz
> -rw-r--r--.  1 dledford ofed 359331 Oct 29  2009 libibverbs-1.1.3.tar.gz
> -rw-r--r--.  1 dledford ofed 362475 Jun  3  2010 libibverbs-1.1.4.tar.gz
> -rw-r--r--.  1 dledford ofed 364219 Jun 28  2011 libibverbs-1.1.5.tar.gz
> -rw-r--r--.  1 dledford ofed 387794 Dec 21  2011 libibverbs-1.1.6.tar.gz
> -rw-r--r--.  1 dledford ofed 391812 May 28  2013 libibverbs-1.1.7.tar.gz
> -rw-r--r--   1 dledford ofed 406548 May  5  2014 libibverbs-1.1.8.tar.gz
> -rw-r--r--.  1 dledford ofed 384656 Apr 24  2007 libibverbs-1.1.tar.gz
> -rw-r--r--   1 dledford ofed   3957 May  7  2014 README.html
> -rw-r--r--.  1 dledford ofed     60 Mar 12  2008 WEB_README
> -----
> 


-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
              GPG KeyID: 0E572FDD


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2015-05-22 14:44 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-12 14:14 [PATCH v3] libibverbs init.c: conditionally emit warning if no userspace driver found Jeff Squyres
     [not found] ` <1431440068-19037-1-git-send-email-jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2015-05-19 14:11   ` Jeff Squyres (jsquyres)
     [not found]     ` <BED0001D-0051-4ACD-8506-8FA07E625694-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2015-05-19 14:14       ` Yann Droneaud
     [not found]         ` <1432044878.5304.1.camel-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.org>
2015-05-19 15:36           ` Doug Ledford
     [not found]             ` <1432049804.3114.41.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-05-20 14:48               ` Yann Droneaud
     [not found]                 ` <1432133301.5304.10.camel-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.org>
2015-05-20 16:27                   ` Doug Ledford
     [not found]                     ` <1432139226.3114.83.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-05-20 16:39                       ` Hefty, Sean
     [not found]                         ` <1828884A29C6694DAF28B7E6B8A82373A8FDD9BC-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-05-20 17:11                           ` Doug Ledford
     [not found]                             ` <1432141870.3114.89.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-05-22 13:58                               ` Jeff Squyres (jsquyres)
     [not found]                                 ` <B397943B-9919-47CC-94E9-98A2A0BEFE8F-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2015-05-22 14:44                                   ` Doug Ledford [this message]
     [not found]                                     ` <1432305861.28905.83.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-01 22:02                                       ` Jeff Squyres (jsquyres)
     [not found]                                         ` <22F52D8B-92CB-47B2-8A9A-DD20B36C3305-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2015-06-03 16:50                                           ` Doug Ledford
     [not found]                                             ` <1433350209.40123.55.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-06-16 14:25                                               ` Jeff Squyres (jsquyres)
     [not found]                                                 ` <0FB46382-3793-4056-BB40-8FFBA67ACF85-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2015-06-17 14:25                                                   ` Doug Ledford
     [not found]                                                     ` <CA0ED4EA-C64E-47F2-9B6B-5B995BECA77D-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-07-06 13:35                                                       ` Jeff Squyres (jsquyres)
     [not found]                                                         ` <F9B48EF8-8760-45A0-8322-CE4FC859D5B6-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2015-07-06 16:51                                                           ` Doug Ledford
2015-07-30 16:47   ` Doug Ledford

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=1432305861.28905.83.camel@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=ydroneaud-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.