From: Karel Zak <kzak@redhat.com>
To: Sami Kerola <kerolasa@iki.fi>
Cc: util-linux@vger.kernel.org
Subject: Re: [PATCH 00/13] make ipcs to use proc
Date: Mon, 5 Nov 2012 17:42:51 +0100 [thread overview]
Message-ID: <20121105164251.GA3799@x2.net.home> (raw)
In-Reply-To: <1350246145-10600-1-git-send-email-kerolasa@iki.fi>
On Sun, Oct 14, 2012 at 09:22:12PM +0100, Sami Kerola wrote:
> Sami Kerola (13):
I have created ipc branch at hithub and applied some of the patches
(unfortunately with many changes).
Unfortunately I have no more time to play with this stuff this week,
but I guess that it's pretty obvious from already applied patches how
should be implemented the rest.
Changes:
- created sys-utils/ipcutils.{c,h}
- renamed functions
- replaced all 'unsigned long' and 'size_t' with uint64_t
The reason why we want to read from /proc is to be robust on
systems where kernel is 64bit and userspace is 32bit. You cannot
use long or size_t for data from /sys or /proc...
> ipcs: add data structures to read state from /proc & /sys
applied
> ipcs: add /proc and /sys path definitions
applied (btw, where was nice typo)
> ipcs: determine ipc limits from /proc
applied
> ipcs: add new permissions printing function
applied
> ipcs: read shared memory values from /proc
applied
> ipcs: read message queue values from /proc
> ipsc: read semaphore values from /proc
> ipcs: clean up permissions printing
not applied
> ipcs: make individual shared memory id printing to use /proc
applied
> ipcs: make individual message queue id printing to use /proc
> ipcs: make individual semaphore id printing to use /proc
> ipcs: validate numeric user input
> docs: update TODO
not applied
... so, all around share memory should be applied/fixed. Now we need
to do the same for sem and msg stuff.
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
next prev parent reply other threads:[~2012-11-05 16:43 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-14 20:22 [PATCH 00/13] make ipcs to use proc Sami Kerola
2012-10-14 20:22 ` [PATCH 01/13] ipcs: add data structures to read state from /proc & /sys Sami Kerola
2012-10-14 20:22 ` [PATCH 02/13] ipcs: add /proc and /sys path definitions Sami Kerola
2012-11-05 16:43 ` Karel Zak
2012-10-14 20:22 ` [PATCH 03/13] ipcs: determine ipc limits from /proc Sami Kerola
2012-10-15 2:00 ` Mike Frysinger
2012-11-05 16:49 ` Karel Zak
2012-10-14 20:22 ` [PATCH 04/13] ipcs: add new permissions printing function Sami Kerola
2012-10-14 20:22 ` [PATCH 05/13] ipcs: read shared memory values from /proc Sami Kerola
2012-10-15 2:07 ` Mike Frysinger
2012-10-14 20:22 ` [PATCH 06/13] ipcs: read message queue " Sami Kerola
2012-10-14 20:22 ` [PATCH 07/13] ipsc: read semaphore " Sami Kerola
2012-10-14 20:22 ` [PATCH 08/13] ipcs: clean up permissions printing Sami Kerola
2012-10-14 20:22 ` [PATCH 09/13] ipcs: make individual shared memory id printing to use /proc Sami Kerola
2012-11-05 16:53 ` Karel Zak
2012-10-14 20:22 ` [PATCH 10/13] ipcs: make individual message queue " Sami Kerola
2012-10-14 20:22 ` [PATCH 11/13] ipcs: make individual semaphore " Sami Kerola
2012-10-14 20:22 ` [PATCH 12/13] ipcs: validate numeric user input Sami Kerola
2012-10-14 20:22 ` [PATCH 13/13] docs: update TODO Sami Kerola
[not found] ` <20121015153924.GL18377@x2.net.home>
2012-10-22 20:23 ` [PATCH 00/13] make ipcs to use proc Sami Kerola
2012-11-05 16:42 ` Karel Zak [this message]
2012-11-07 9:40 ` Sami Kerola
2012-11-07 10:01 ` Karel Zak
2012-11-11 23:01 ` Sami Kerola
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=20121105164251.GA3799@x2.net.home \
--to=kzak@redhat.com \
--cc=kerolasa@iki.fi \
--cc=util-linux@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).