linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Joel Becker <jlbec@evilplan.org>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] configfs updates for 4.19
Date: Mon, 13 Aug 2018 10:17:19 +0300	[thread overview]
Message-ID: <20180813071719.GA25649@infradead.org> (raw)

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://git.infradead.org/users/hch/configfs.git tags/configfs-for-4.19

for you to fetch changes up to cc57c07343bd071cdf1915a91a24ab7d40c9b590:

  configfs: fix registered group removal (2018-07-17 06:14:07 -0700)

----------------------------------------------------------------
configfs updates for 4.19

 - simplify the cide by using kvasprintf (Bart Van Assche).
 - fix a gcc 8 string truncation warning by making the code simpler
   (Guenter Roeck).
 - fix a bug in rmdir() handling (Mike Christie).

----------------------------------------------------------------
Bart Van Assche (1):
      configfs: use kvasprintf() instead of open-coding it

Guenter Roeck (1):
      configfs: replace strncpy with memcpy

Mike Christie (1):
      configfs: fix registered group removal

 fs/configfs/dir.c     | 11 +++++++++++
 fs/configfs/item.c    | 24 ++++--------------------
 fs/configfs/symlink.c |  2 +-
 3 files changed, 16 insertions(+), 21 deletions(-)

                 reply	other threads:[~2018-08-13  7:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180813071719.GA25649@infradead.org \
    --to=hch@infradead.org \
    --cc=jlbec@evilplan.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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).