linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Morris <jmorris@namei.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT] Fixes for MPI library (updated)
Date: Thu, 2 Feb 2012 10:47:00 +1100 (EST)	[thread overview]
Message-ID: <alpine.LRH.2.00.1202021045210.24321@tundra.namei.org> (raw)
In-Reply-To: <alpine.LRH.2.00.1202020037340.20463@tundra.namei.org>

Please pull from for-linus2 instead of per the previous request.  Since 
then, I've applied DaveM's patches, too.


The following changes since commit 62aa2b537c6f5957afd98e29f96897419ed5ebab:
  Linus Torvalds (1):
        Linux 3.3-rc2

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus2

David Miller (2):
      lib: Fix multiple definitions of clz_tab
      lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.h

Dmitry Kasatkin (11):
      lib/mpi: added missing NULL check
      lib/mpi: replaced MPI_NULL with normal NULL
      lib/mpi: return error code on dividing by zero
      lib/mpi: checks for zero divisor length
      lib/mpi: removed unused functions
      lib/digsig: additional sanity checks against badly formated key payload
      lib/digsig: pkcs_1_v1_5_decode_emsa cleanup
      lib/mpi: check for possible zero length
      lib/mpi: added comment on divide by 0 case
      lib/mpi: added missing NULL check
      lib/digsig: checks for NULL return value

 arch/sparc/Kconfig      |    1 +
 arch/sparc/lib/divdi3.S |   16 +--------
 include/linux/mpi.h     |    2 -
 lib/Kconfig             |    4 ++
 lib/Makefile            |    2 +
 lib/clz_tab.c           |   18 +++++++++
 lib/digsig.c            |   52 ++++++++++++---------------
 lib/mpi/longlong.h      |   44 +++++++++++++++++------
 lib/mpi/mpi-bit.c       |   19 ----------
 lib/mpi/mpi-div.c       |    5 +++
 lib/mpi/mpi-pow.c       |    2 +-
 lib/mpi/mpicoder.c      |   91 +---------------------------------------------
 lib/mpi/mpih-div.c      |    4 ++
 lib/mpi/mpiutil.c       |    5 ++-
 14 files changed, 98 insertions(+), 167 deletions(-)
 create mode 100644 lib/clz_tab.c

      parent reply	other threads:[~2012-02-01 23:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01 13:39 [GIT] Fixes for MPI library James Morris
2012-02-01 17:52 ` David Miller
2012-02-01 18:48   ` Kasatkin, Dmitry
2012-02-01 21:51     ` James Morris
2012-02-01 23:47 ` James Morris [this message]

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=alpine.LRH.2.00.1202021045210.24321@tundra.namei.org \
    --to=jmorris@namei.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@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).