public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 00/21] Fixes for packaging
@ 2017-07-24 20:00 Jason Gunthorpe
       [not found] ` <1500926429-31822-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 32+ messages in thread
From: Jason Gunthorpe @ 2017-07-24 20:00 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Leon Romanovsky, Doug Ledford,
	Benjamin Drung, Jarod Wilson

This is a grab bag of things I noticed when working on the systemd bootup
process:

- Various cases where multiple RPMs owned the same file
- Incorrect /run/ directory for Debian builds
- Consolidate more things into rdma-core under the theme of 'kernel boot
  support' notably rxe_cfg moves in
- Use the 00-xxx.rules format for all udev rules
- Get srp_daemon running on Debian and fixup some logging issues I noticed
- Move iwpmd to /usr/sbin since it is not user runnable

See https://github.com/linux-rdma/rdma-core/pull/172

Jason Gunthorpe (21):
  srp: Fix redhat packaging
  cbuild: Switch to Fedora Core 26
  cbuild: Add debian stretch
  cbuild: Use opensuse leap 42.2
  Make 'cbuild travis pkg' run sparse like real travis
  Tidy travis sparse check
  redhat: Fix redhat packaging of /etc/rdma/ibacm_opts.cfg
  redhat: Fix duplicated udev rules in redhat packaging
  redhat: Fix duplicated libmlx*.so in redhat packaging
  debian: Set the run directory path to /run/
  debian: Remove infiniband-diags Depends from iwpmd
  debian: Move truescale setup into rdma-core
  Prefix udev rules with a number
  Revise the umad SYSTEMD_ALIAS fake path
  umad: Match only umad kernel devices in the udev rule
  srp_daemon: Do not use LOG_PERROR
  srp_deamon: Using v formatters directly for pr_err
  srp_daemon: Call systemctl properly from udev
  iwpmd: Fix install path for iwpmd
  Move rxe_cfg to the rdma-core package
  Make /etc/modprobe.d/mlx4.conf common

 debian/control                                     |  5 ++---
 debian/ibverbs-providers.install                   |  6 -----
 debian/iwpmd.install                               |  2 +-
 debian/libibumad3.install                          |  2 +-
 debian/rdma-core.install                           |  9 +++++++-
 debian/rules                                       |  1 +
 debian/srptools.install                            |  2 +-
 iwpmd/CMakeLists.txt                               |  8 ++++---
 iwpmd/{iwpmd.service => iwpmd.service.in}          |  2 +-
 iwpmd/{iwpmd_init => iwpmd_init.in}                |  2 +-
 libibumad/CMakeLists.txt                           |  4 ++--
 libibumad/libibumad.udev-rules                     |  2 +-
 providers/mlx4/CMakeLists.txt                      |  2 ++
 .../mlx4/mlx4.conf                                 |  0
 rdma-ndd/CMakeLists.txt                            |  4 +++-
 redhat/rdma-core.spec                              | 26 ++++++++++++----------
 srp_daemon/CMakeLists.txt                          |  4 +++-
 srp_daemon/srp_daemon.c                            | 13 ++++-------
 srp_daemon/srp_daemon.rules                        |  2 +-
 srp_daemon/srp_daemon_port@.service.in             |  4 ++--
 20 files changed, 53 insertions(+), 47 deletions(-)
 rename iwpmd/{iwpmd.service => iwpmd.service.in} (80%)
 rename iwpmd/{iwpmd_init => iwpmd_init.in} (97%)
 mode change 100755 => 100644
 rename redhat/rdma.mlx4.user.modprobe => providers/mlx4/mlx4.conf (100%)

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2017-07-27 13:57 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 20:00 [PATCH rdma-core 00/21] Fixes for packaging Jason Gunthorpe
     [not found] ` <1500926429-31822-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-24 20:00   ` [PATCH rdma-core 01/21] srp: Fix redhat packaging Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 02/21] cbuild: Switch to Fedora Core 26 Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 03/21] cbuild: Add debian stretch Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 04/21] cbuild: Use opensuse leap 42.2 Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 05/21] Make 'cbuild travis pkg' run sparse like real travis Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 06/21] Tidy travis sparse check Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 07/21] redhat: Fix redhat packaging of /etc/rdma/ibacm_opts.cfg Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 08/21] redhat: Fix duplicated udev rules in redhat packaging Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 09/21] redhat: Fix duplicated libmlx*.so " Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 10/21] debian: Set the run directory path to /run/ Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 11/21] debian: Remove infiniband-diags Depends from iwpmd Jason Gunthorpe
     [not found]     ` <1500926429-31822-12-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-27 13:37       ` Benjamin Drung
2017-07-24 20:00   ` [PATCH rdma-core 12/21] debian: Move truescale setup into rdma-core Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 13/21] Prefix udev rules with a number Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 14/21] Revise the umad SYSTEMD_ALIAS fake path Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 15/21] umad: Match only umad kernel devices in the udev rule Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 16/21] srp_daemon: Do not use LOG_PERROR Jason Gunthorpe
     [not found]     ` <1500926429-31822-17-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-25 16:47       ` Bart Van Assche
     [not found]         ` <1501001276.8931.1.camel-Sjgp3cTcYWE@public.gmane.org>
2017-07-25 17:17           ` Jason Gunthorpe
     [not found]             ` <20170725171735.GC3164-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-25 17:28               ` Bart Van Assche
     [not found]                 ` <1501003688.8931.6.camel-Sjgp3cTcYWE@public.gmane.org>
2017-07-25 17:44                   ` Jason Gunthorpe
     [not found]                     ` <20170725174441.GB10905-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-25 18:09                       ` Bart Van Assche
     [not found]                         ` <1501006185.8931.7.camel-Sjgp3cTcYWE@public.gmane.org>
2017-07-25 23:08                           ` Jason Gunthorpe
     [not found]                             ` <20170725230802.GA20499-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-25 23:50                               ` Bart Van Assche
     [not found]                                 ` <1501026650.8931.11.camel-Sjgp3cTcYWE@public.gmane.org>
2017-07-26 16:37                                   ` Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 17/21] srp_deamon: Using v formatters directly for pr_err Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 18/21] srp_daemon: Call systemctl properly from udev Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 19/21] iwpmd: Fix install path for iwpmd Jason Gunthorpe
2017-07-24 20:00   ` [PATCH rdma-core 20/21] Move rxe_cfg to the rdma-core package Jason Gunthorpe
     [not found]     ` <1500926429-31822-21-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-27 13:57       ` Benjamin Drung
2017-07-24 20:00   ` [PATCH rdma-core 21/21] Make /etc/modprobe.d/mlx4.conf common Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox