All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Orangefs: cleanups and a strncpy vulnerability fix
@ 2016-04-08 20:10 Mike Marshall
  0 siblings, 0 replies; only message in thread
From: Mike Marshall @ 2016-04-08 20:10 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Al Viro, linux-fsdevel, LKML, Mike Marshall, Martin Brandenburg

The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9:

  Linux 4.6-rc2 (2016-04-03 09:09:40 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
tags/for-linus-4.6-ofs1

for you to fetch changes up to e56f49814250f4ca4b66ec7d3a71152846761d1b:

  orangefs: remove unused variable (2016-04-08 15:50:44 -0400)

----------------------------------------------------------------
Orangefs: cleanups and a strncpy vulnerability fix.

Cleanups:

  - remove an unused variable from orangefs_readdir.
  - clean up printk wrapper used for ofs "gossip" debugging.
  - clean up truncate ctime and mtime setting in inode.c
  - remove a useless null check found by coccinelle.
  - optimize some memcpy/memset boilerplate code.
  - remove some useless sanity checks from xattr.c

Fix:

  - fix a potential strncpy vulnerability.

----------------------------------------------------------------
Joe Perches (1):
      orangefs: Add KERN_<LEVEL> to gossip_<level> macros

Martin Brandenburg (3):
      orangefs: clean up truncate ctime and mtime setting
      orangefs: strncpy -> strscpy
      orangefs: remove unused variable

Mike Marshall (2):
      Orangefs: xattr.c cleanup
      Orangefs: optimize boilerplate code.

kbuild test robot (1):
      Orangefs: fix ifnullfree.cocci warnings

 fs/orangefs/dir.c              |  4 +---
 fs/orangefs/inode.c            | 16 +---------------
 fs/orangefs/orangefs-debugfs.c |  3 +--
 fs/orangefs/orangefs-utils.c   |  6 +++++-
 fs/orangefs/protocol.h         | 33 ++++++++++++++++++---------------
 fs/orangefs/xattr.c            | 19 ++-----------------
 6 files changed, 28 insertions(+), 53 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-08 20:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-08 20:10 [GIT PULL] Orangefs: cleanups and a strncpy vulnerability fix Mike Marshall

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.