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


Groups > linux.kernel > #1504244 > unrolled thread

[PATCH 4.8 0/4] 4.8.3-stable review

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2016-10-19 20:40 +0200
Last post2016-10-20 10:20 +0200
Articles 5 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 4.8 0/4] 4.8.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-10-19 20:40 +0200
    Re: [PATCH 4.8 0/4] 4.8.3-stable review Shuah Khan <shuah.kh@samsung.com> - 2016-10-20 00:40 +0200
      Re: [PATCH 4.8 0/4] 4.8.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-10-20 10:20 +0200
    Re: [PATCH 4.8 0/4] 4.8.3-stable review Guenter Roeck <linux@roeck-us.net> - 2016-10-20 03:50 +0200
      Re: [PATCH 4.8 0/4] 4.8.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-10-20 10:20 +0200

#1504244 — [PATCH 4.8 0/4] 4.8.3-stable review

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-10-19 20:40 +0200
Subject[PATCH 4.8 0/4] 4.8.3-stable review
Message-ID<su3Wp-53C-9@gated-at.bofh.it>
This is the start of the stable review cycle for the 4.8.3 release.
There are 4 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Fri Oct 21 18:29:21 UTC 2016.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.8.3-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.8.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.8.3-rc1

Linus Torvalds <torvalds@linux-foundation.org>
    mm: remove gup_flags FOLL_WRITE games from __get_user_pages()

Artem Savkov <asavkov@redhat.com>
    Make __xfs_xattr_put_listen preperly report errors.

Heiner Kallweit <hkallweit1@gmail.com>
    scsi: configure runtime pm before calling device_add in scsi_add_host_with_dma

Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    v4l: rcar-fcp: Don't force users to check for disabled FCP support


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

Diffstat:

 Makefile                 |  4 ++--
 drivers/scsi/hosts.c     | 12 ++++++++----
 fs/xfs/xfs_xattr.c       |  1 +
 include/linux/mm.h       |  1 +
 include/media/rcar-fcp.h |  2 +-
 mm/gup.c                 | 14 ++++++++++++--
 6 files changed, 25 insertions(+), 9 deletions(-)

[toc] | [next] | [standalone]


#1504373

FromShuah Khan <shuah.kh@samsung.com>
Date2016-10-20 00:40 +0200
Message-ID<su7GF-7uW-7@gated-at.bofh.it>
In reply to#1504244
On 10/19/2016 12:31 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.8.3 release.
> There are 4 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
> 
> Responses should be made by Fri Oct 21 18:29:21 UTC 2016.
> Anything received after that time might be too late.
> 
> The whole patch series can be found in one patch at:
> 	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.8.3-rc1.gz
> or in the git tree and branch at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.8.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h
> 

Compiled and booted on my test system. No dmesg regressions.

thanks,
-- Shuah


-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America(Silicon Valley)
shuah.kh@samsung.com

[toc] | [prev] | [next] | [standalone]


#1504619

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-10-20 10:20 +0200
Message-ID<sugJX-50e-9@gated-at.bofh.it>
In reply to#1504373
On Wed, Oct 19, 2016 at 04:30:05PM -0600, Shuah Khan wrote:
> On 10/19/2016 12:31 PM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.8.3 release.
> > There are 4 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> > 
> > Responses should be made by Fri Oct 21 18:29:21 UTC 2016.
> > Anything received after that time might be too late.
> > 
> > The whole patch series can be found in one patch at:
> > 	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.8.3-rc1.gz
> > or in the git tree and branch at:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.8.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> > 
> 
> Compiled and booted on my test system. No dmesg regressions.

Thanks for testing all of these and letting me know.

greg k-h

[toc] | [prev] | [next] | [standalone]


#1504457

FromGuenter Roeck <linux@roeck-us.net>
Date2016-10-20 03:50 +0200
Message-ID<suaEy-Sb-15@gated-at.bofh.it>
In reply to#1504244
On 10/19/2016 11:31 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.8.3 release.
> There are 4 patches in this series, all will be posted as a response
> to this one.  If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Fri Oct 21 18:29:21 UTC 2016.
> Anything received after that time might be too late.
>

Build results:
	total: 149 pass: 149 fail: 0
Qemu test results:
	total: 110 pass: 110 fail: 0

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

Guenter

[toc] | [prev] | [next] | [standalone]


#1504623

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-10-20 10:20 +0200
Message-ID<sugJY-50e-33@gated-at.bofh.it>
In reply to#1504457
On Wed, Oct 19, 2016 at 06:44:01PM -0700, Guenter Roeck wrote:
> On 10/19/2016 11:31 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.8.3 release.
> > There are 4 patches in this series, all will be posted as a response
> > to this one.  If anyone has any issues with these being applied, please
> > let me know.
> > 
> > Responses should be made by Fri Oct 21 18:29:21 UTC 2016.
> > Anything received after that time might be too late.
> > 
> 
> Build results:
> 	total: 149 pass: 149 fail: 0
> Qemu test results:
> 	total: 110 pass: 110 fail: 0
> 
> Details are available at http://kerneltests.org/builders.

Wonderful, thanks for all of the testing and letting me know.

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web