linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT] Fixes for MPI library
@ 2012-02-01 13:39 James Morris
  2012-02-01 17:52 ` David Miller
  2012-02-01 23:47 ` [GIT] Fixes for MPI library (updated) James Morris
  0 siblings, 2 replies; 5+ messages in thread
From: James Morris @ 2012-02-01 13:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-security-module, linux-kernel

Hi Linus,

Please pull these fixes for the MPI library.

Thanks to Tetsuo Handa for reviewing and analyzing the code.


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-linus

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

 include/linux/mpi.h |    2 -
 lib/digsig.c        |   52 +++++++++++++----------------
 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 ++-
 7 files changed, 39 insertions(+), 122 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT] Fixes for MPI library
  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 23:47 ` [GIT] Fixes for MPI library (updated) James Morris
  1 sibling, 1 reply; 5+ messages in thread
From: David Miller @ 2012-02-01 17:52 UTC (permalink / raw)
  To: jmorris; +Cc: torvalds, linux-security-module, linux-kernel

From: James Morris <jmorris@namei.org>
Date: Thu, 2 Feb 2012 00:39:46 +1100 (EST)

> Hi Linus,
> 
> Please pull these fixes for the MPI library.
> 
> Thanks to Tetsuo Handa for reviewing and analyzing the code.
> 
> 
> 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-linus
> 
> 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

What happened to the sparc 32-bit build fixes I posted to Dmitry the other
week?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT] Fixes for MPI library
  2012-02-01 17:52 ` David Miller
@ 2012-02-01 18:48   ` Kasatkin, Dmitry
  2012-02-01 21:51     ` James Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Kasatkin, Dmitry @ 2012-02-01 18:48 UTC (permalink / raw)
  To: David Miller; +Cc: jmorris, torvalds, linux-security-module, linux-kernel

On Wed, Feb 1, 2012 at 7:52 PM, David Miller <davem@davemloft.net> wrote:
> From: James Morris <jmorris@namei.org>
> Date: Thu, 2 Feb 2012 00:39:46 +1100 (EST)
>
>> Hi Linus,
>>
>> Please pull these fixes for the MPI library.
>>
>> Thanks to Tetsuo Handa for reviewing and analyzing the code.
>>
>>
>> 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-linus
>>
>> 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
>
> What happened to the sparc 32-bit build fixes I posted to Dmitry the other
> week?

I notice you have not sent it to lsm.
James, can you take them or I/David need to resend them?

- Dmitry

> --
> To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT] Fixes for MPI library
  2012-02-01 18:48   ` Kasatkin, Dmitry
@ 2012-02-01 21:51     ` James Morris
  0 siblings, 0 replies; 5+ messages in thread
From: James Morris @ 2012-02-01 21:51 UTC (permalink / raw)
  To: Kasatkin, Dmitry
  Cc: David Miller, torvalds, linux-security-module, linux-kernel

On Wed, 1 Feb 2012, Kasatkin, Dmitry wrote:

> > What happened to the sparc 32-bit build fixes I posted to Dmitry the other
> > week?
> 
> I notice you have not sent it to lsm.
> James, can you take them or I/David need to resend them?

I don't seem to have them, so please forward them to me, Dmitry.


- James
-- 
James Morris
<jmorris@namei.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT] Fixes for MPI library (updated)
  2012-02-01 13:39 [GIT] Fixes for MPI library James Morris
  2012-02-01 17:52 ` David Miller
@ 2012-02-01 23:47 ` James Morris
  1 sibling, 0 replies; 5+ messages in thread
From: James Morris @ 2012-02-01 23:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-security-module, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-01 23:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [GIT] Fixes for MPI library (updated) James Morris

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).