lp:~tyhicks/+git/linux

Owned by Tyler Hicks
Get this repository:
git clone https://git.launchpad.net/~tyhicks/+git/linux
Only Tyler Hicks can upload to this repository. If you are Tyler Hicks please log in for upload directions.

Branches

Name Last Modified Last Commit
amzn2-4.9.81-44.57+lsmstacking 2018-02-27 00:14:16 UTC
UBUNTU: SAUCE: LSM stacking: check for invalid zero sized writes

Author: Colin Ian King
Author Date: 2017-10-03 12:12:54 UTC

UBUNTU: SAUCE: LSM stacking: check for invalid zero sized writes

BugLink: http://bugs.launchpad.net/bugs/1720779

Writing zero bytes to /proc/$pid/task/$pid/attr/context via
security_setprocattr cause an oops in memcpy_erms. Fix this by
checking for zero size and returning -EINVAL for this invalid
write size.

Detected by running stress-ng --procfs 0

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>

master 2018-02-12 16:57:21 UTC
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...

Author: Linus Torvalds
Author Date: 2018-02-12 16:57:21 UTC

Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This fixes the following issues:

   - oversize stack frames on mn10300 in sha3-generic

   - warning on old compilers in sha3-generic

   - API error in sun4i_ss_prng

   - potential dead-lock in sun4i_ss_prng

   - null-pointer dereference in sha512-mb

   - endless loop when DECO acquire fails in caam

   - kernel oops when hashing empty message in talitos"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
  crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
  crypto: caam - fix endless loop when DECO acquire fails
  crypto: sha3-generic - Use __optimize to support old compilers
  compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
  compiler-gcc.h: Introduce __optimize function attribute
  crypto: sha3-generic - deal with oversize stack frames
  crypto: talitos - fix Kernel Oops on hashing an empty file
  crypto: sha512-mb - initialize pending lengths correctly

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers