linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Alasdair Kergon <agk@redhat.com>,
	Andrew Morton <akpm@linuxfoundation.org>,
	Anton Vorontsov <anton@enomsg.org>,
	Boris Brezillon <boris.brezillon@bootlin.com>,
	Colin Cross <ccross@android.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Mike Snitzer <snitzer@redhat.com>, Neil Brown <neilb@suse.com>,
	Richard Weinberger <richard@nod.at>,
	Segher Boessenkool <segher@kernel.crashing.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Tony Luck <tony.luck@intel.com>
Subject: [GIT PULL] rslib updates for v4.18-rc1
Date: Sun, 3 Jun 2018 21:49:02 -0700	[thread overview]
Message-ID: <20180604044902.GA25793@beast> (raw)

Hi Linus,

Please pull these rslib changes for v4.18-rc1. Thomas asked me to carry
this series since I've been coordinating VLA removal, and he's got enough
trees to worry about. :) This has been in -next for a while now.

Thanks!

-Kees

The following changes since commit 6d08b06e67cd117f6992c46611dfb4ce267cd71e:

  Linux 4.17-rc2 (2018-04-22 19:20:09 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/rslib-v4.18-rc1

for you to fetch changes up to 45888b40d2a6221d46bb69959e2600ddba71cc1f:

  rslib: Allocate decoder buffers to avoid VLAs (2018-04-24 19:50:10 -0700)

----------------------------------------------------------------
Refactors rslib and callers to provide a per-instance allocation area
instead of performing VLAs on the stack.

----------------------------------------------------------------
Thomas Gleixner (10):
      rslib: Add GFP aware init function
      dm/verity_fec: Use GFP aware reed solomon init
      rslib: Cleanup whitespace damage
      rslib: Cleanup top level comments
      rslib: Add SPDX identifiers
      rslib: Remove GPL boilerplate
      rslib: Simplify error path
      rslib: Split rs control struct
      mtd: rawnand: diskonchip: Allocate rs control per instance
      rslib: Allocate decoder buffers to avoid VLAs

 drivers/md/dm-verity-fec.c        |   2 +-
 drivers/mtd/nand/raw/cafe_nand.c  |   7 +-
 drivers/mtd/nand/raw/diskonchip.c |  67 +++++------
 include/linux/rslib.h             |  74 +++++++-----
 lib/reed_solomon/decode_rs.c      |  34 +++---
 lib/reed_solomon/encode_rs.c      |  15 +--
 lib/reed_solomon/reed_solomon.c   | 240 ++++++++++++++++++++++----------------
 7 files changed, 243 insertions(+), 196 deletions(-)

-- 
Kees Cook
Pixel Security

                 reply	other threads:[~2018-06-04  4:49 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=20180604044902.GA25793@beast \
    --to=keescook@chromium.org \
    --cc=agk@redhat.com \
    --cc=akpm@linuxfoundation.org \
    --cc=anton@enomsg.org \
    --cc=boris.brezillon@bootlin.com \
    --cc=ccross@android.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neilb@suse.com \
    --cc=richard@nod.at \
    --cc=segher@kernel.crashing.org \
    --cc=snitzer@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=tony.luck@intel.com \
    --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).