Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675574 > unrolled thread

[PATCH 3.2 0/4] 3.2.90-rc1 review

Started byBen Hutchings <ben@decadent.org.uk>
First post2017-06-27 13:20 +0200
Last post2017-06-27 15:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 3.2 0/4] 3.2.90-rc1 review Ben Hutchings <ben@decadent.org.uk> - 2017-06-27 13:20 +0200
    Re: [PATCH 3.2 0/4] 3.2.90-rc1 review Guenter Roeck <linux@roeck-us.net> - 2017-06-27 15:40 +0200

#1675574 — [PATCH 3.2 0/4] 3.2.90-rc1 review

FromBen Hutchings <ben@decadent.org.uk>
Date2017-06-27 13:20 +0200
Subject[PATCH 3.2 0/4] 3.2.90-rc1 review
Message-ID<tWWHf-8aL-15@gated-at.bofh.it>
This is the start of the stable review cycle for the 3.2.90 release.
There are 4 patches in this series, which will be posted as responses
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Jun 29 11:09:35 UTC 2017.
Anything received after that time might be too late.

A combined patch relative to 3.2.89 will be posted as an additional
response to this.  A shortlog and diffstat can be found below.

Ben.

-------------

David Howells (1):
      rxrpc: Fix several cases where a padded len isn't checked in ticket decode
         [5f2f97656ada8d811d3c1bef503ced266fcd53a0]

Helge Deller (1):
      Allow stack to grow up to address space limit
         [bd726c90b6b8ce87602208701b208a208e6d5600]

Hugh Dickins (1):
      mm: larger stack guard gap, between vmas
         [1be7107fbe18eed3e319a6c3e83c78254b693acb]

Linus Torvalds (1):
      mm: do not grow the stack vma just because of an overrun on preceding vma
         [09884964335e85e897876d17783c2ad33cf8a2e0]

 Documentation/kernel-parameters.txt |   7 ++
 Makefile                            |   4 +-
 arch/alpha/kernel/osf_sys.c         |   2 +-
 arch/arm/mm/mmap.c                  |  12 +--
 arch/frv/mm/elf-fdpic.c             |   6 +-
 arch/ia64/kernel/sys_ia64.c         |  18 ++++-
 arch/ia64/mm/hugetlbpage.c          |   4 +-
 arch/mips/mm/mmap.c                 |  19 +++--
 arch/parisc/kernel/sys_parisc.c     |  40 +++++++---
 arch/powerpc/mm/slice.c             |  24 +++---
 arch/sh/mm/mmap.c                   |  29 ++++---
 arch/sparc/kernel/sys_sparc_32.c    |   2 +-
 arch/sparc/kernel/sys_sparc_64.c    |  30 +++----
 arch/sparc/mm/hugetlbpage.c         |  27 ++++---
 arch/tile/mm/hugetlbpage.c          |  26 ++++---
 arch/x86/kernel/sys_x86_64.c        |  29 ++++---
 arch/x86/mm/hugetlbpage.c           |  24 +++---
 fs/hugetlbfs/inode.c                |   4 +-
 fs/proc/task_mmu.c                  |   4 -
 include/linux/mm.h                  |  53 ++++++-------
 mm/memory.c                         |  49 ------------
 mm/mmap.c                           | 151 ++++++++++++++++++++++++------------
 net/rxrpc/ar-key.c                  |  64 ++++++++-------
 23 files changed, 351 insertions(+), 277 deletions(-)

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer

[toc] | [next] | [standalone]


#1675704

FromGuenter Roeck <linux@roeck-us.net>
Date2017-06-27 15:40 +0200
Message-ID<tWYSK-18m-23@gated-at.bofh.it>
In reply to#1675574
On 06/27/2017 04:09 AM, Ben Hutchings wrote:
> This is the start of the stable review cycle for the 3.2.90 release.
> There are 4 patches in this series, which will be posted as responses
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Thu Jun 29 11:09:35 UTC 2017.
> Anything received after that time might be too late.
> 

Build results:
	total: 86 pass: 86 fail: 0
Qemu test results:
	total: 69 pass: 69 fail: 0

Details are available at http://kerneltests.org/builders.

Guenter

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web