public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/8] Various fixes for daemons and systemd
@ 2017-07-26 19:59 Jason Gunthorpe
       [not found] ` <1501099152-6344-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Jason Gunthorpe @ 2017-07-26 19:59 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

These were found during my kernel-boot work

- Broadly make iwpmd work sanely as a daemon with systemd, do not fork, use
  the right daemon name for syslog, and do not send stderr to /dev/null

- Fix duplicated log messages in srp_daemon by removing LOG_PERROR when in
  systemd mode

This is pull request https://github.com/linux-rdma/rdma-core/pull/173

Jason Gunthorpe (8):
  srp_daemon: Move the setup of the wakeup_pipe after openlog
  srp_daemon: Fix missing free_config for ibsrpdm
  srp_daemon: Add a --systemd option
  Consistently open syslog in daemons
  iwpmd: Move iwpmd.1 man page to iwpmd.8
  iwpm: Use daemon() instead of open coding a version
  iwpmd: Add --systemd option
  rdma-ndd: Tidy getopt_long call

 debian/iwpmd.install                      |   4 +-
 iwpmd/CMakeLists.txt                      |   2 +-
 iwpmd/iwarp_pm_server.c                   |  64 +++++++-------
 iwpmd/{iwpmd.1.in => iwpmd.8.in}          |   6 +-
 iwpmd/iwpmd.conf.5.in                     |   2 +-
 iwpmd/{iwpmd.service => iwpmd.service.in} |   3 +-
 rdma-ndd/rdma-ndd.c                       |   7 +-
 redhat/rdma-core.spec                     |   2 +-
 srp_daemon/srp_daemon.1.in                |   3 +
 srp_daemon/srp_daemon.c                   | 140 +++++++++++++++++++++---------
 srp_daemon/srp_daemon_port@.service.in    |   2 +-
 11 files changed, 147 insertions(+), 88 deletions(-)
 rename iwpmd/{iwpmd.1.in => iwpmd.8.in} (95%)
 rename iwpmd/{iwpmd.service => iwpmd.service.in} (75%)

-- 
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] 17+ messages in thread

end of thread, other threads:[~2017-07-28 15:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 19:59 [PATCH rdma-core 0/8] Various fixes for daemons and systemd Jason Gunthorpe
     [not found] ` <1501099152-6344-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-26 19:59   ` [PATCH rdma-core 1/8] srp_daemon: Move the setup of the wakeup_pipe after openlog Jason Gunthorpe
     [not found]     ` <1501099152-6344-2-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-26 20:37       ` Bart Van Assche
2017-07-26 19:59   ` [PATCH rdma-core 2/8] srp_daemon: Fix missing free_config for ibsrpdm Jason Gunthorpe
     [not found]     ` <1501099152-6344-3-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-26 20:37       ` Bart Van Assche
2017-07-26 19:59   ` [PATCH rdma-core 3/8] srp_daemon: Add a --systemd option Jason Gunthorpe
     [not found]     ` <1501099152-6344-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-26 20:37       ` Bart Van Assche
2017-07-27 14:12       ` Benjamin Drung
     [not found]         ` <1501164749.4572.30.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-07-27 16:48           ` Jason Gunthorpe
     [not found]             ` <20170727164851.GB13245-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-07-28 10:35               ` Benjamin Drung
     [not found]                 ` <1501238107.4572.39.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-07-28 15:46                   ` Bart Van Assche
2017-07-28 15:56                   ` Jason Gunthorpe
2017-07-26 19:59   ` [PATCH rdma-core 4/8] Consistently open syslog in daemons Jason Gunthorpe
2017-07-26 19:59   ` [PATCH rdma-core 5/8] iwpmd: Move iwpmd.1 man page to iwpmd.8 Jason Gunthorpe
2017-07-26 19:59   ` [PATCH rdma-core 6/8] iwpm: Use daemon() instead of open coding a version Jason Gunthorpe
2017-07-26 19:59   ` [PATCH rdma-core 7/8] iwpmd: Add --systemd option Jason Gunthorpe
2017-07-26 19:59   ` [PATCH rdma-core 8/8] rdma-ndd: Tidy getopt_long call Jason Gunthorpe

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