mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, linux-security-module@wirex.com
Subject: [BK PATCH] LSM setup changes for 2.5.26
Date: Wed, 17 Jul 2002 11:23:05 -0700	[thread overview]
Message-ID: <20020717182305.GB9550@kroah.com> (raw)

Hi,

These changesets contain some minor changes that are needed by the LSM
(lsm.immunix.org) patch, before we start to merge in the LSM patch
itself.  They move some structures out of a .c file and put them into a
.h file so other portions of the kernel can reference them.

Please pull from:  bk://lsm.bkbits.net/linus-2.5

These patches were created by Stephen Smalley <sds@tislabs.com> from the
main LSM tree.

If anyone has any questions about these changes, please let us know.

thanks,

greg k-h


 include/linux/msg.h |   29 +++++++++++++++++++++++++++++
 include/linux/shm.h |   13 +++++++++++++
 ipc/msg.c           |   34 ++++------------------------------
 ipc/sem.c           |    7 ++++---
 ipc/shm.c           |   21 +++++----------------
 5 files changed, 55 insertions(+), 49 deletions(-)

------

ChangeSet@1.639.1.2, 2002-07-15 12:53:35-07:00, greg@kroah.com
  LSM: move struct shmid_kernel out of ipc/shm.c to include/linux/shm.h
  
  Also move where we set sma->sem_perm.mode and .key to before ipc_addid() gets called.

 include/linux/shm.h |   13 +++++++++++++
 ipc/sem.c           |    7 ++++---
 ipc/shm.c           |   21 +++++----------------
 3 files changed, 22 insertions(+), 19 deletions(-)
------

ChangeSet@1.639.1.1, 2002-07-15 12:51:26-07:00, greg@kroah.com
  LSM: move the struct msg_msg and struct msg_queue definitions out of the msg.c file to the msg.h file
  
  Also move where the msg->q_perm.mode and .key values get set to before 
  ipc_addid() gets called to make placing a hook there easier.

 include/linux/msg.h |   29 +++++++++++++++++++++++++++++
 ipc/msg.c           |   34 ++++------------------------------
 2 files changed, 33 insertions(+), 30 deletions(-)
------

             reply	other threads:[~2002-07-17 18:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-17 18:23 Greg KH [this message]
2002-07-17 18:23 ` Greg KH
2002-07-17 18:23   ` Greg KH

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=20020717182305.GB9550@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@wirex.com \
    --cc=torvalds@transmeta.com \
    /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

all inboxes | Powered by JetHome®