mbox series

[Eoan,SRU,Pull] Eoan update: 5.3.13 upstream stable release

Message ID 20191125191459.16908-1-connor.kuehl@canonical.com
State New
Headers show
Series [Eoan,SRU,Pull] Eoan update: 5.3.13 upstream stable release | expand

Pull-request

git://git.launchpad.net/~connork/+git/eoan update-to-5.3.13

Message

Connor Kuehl Nov. 25, 2019, 7:14 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1853882

NOTE: This pull request is based on another pull request that has been sent to
this mailing list. Please apply:

    "[Eoan][SRU][Pull] Eoan update: 5.3.12 upstream stable release"

before applying this one.

----------------------------------------------------------------
The following changes since commit 94c51f72cccb8acc17a8d5d5540f562b9bbe4623:

  UBUNTU: upstream stable to v5.3.12 (2019-11-21 08:13:31 -0800)

are available in the Git repository at:

  git://git.launchpad.net/~connork/+git/eoan update-to-5.3.13

for you to fetch changes up to a8fc69ec10bdd1fc8b9e9e296f9c4092046f6df0:

  UBUNTU: upstream stable to v5.3.13 (2019-11-25 09:32:40 -0800)

----------------------------------------------------------------
Connor Kuehl (1):
      UBUNTU: upstream stable to v5.3.13

Dan Carpenter (1):
      net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()

Daniel Vetter (1):
      fbdev: Ditch fb_edid_add_monspecs

David Hildenbrand (2):
      mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
      mm/memory_hotplug: fix updating the node span

Greg Kroah-Hartman (1):
      Linux 5.3.13

Paolo Valente (1):
      block, bfq: deschedule empty bfq_queues not referred by any process

Pavel Tatashin (1):
      arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault

 Makefile                          |  2 +-
 arch/arm64/lib/clear_user.S       |  1 +
 arch/arm64/lib/copy_from_user.S   |  1 +
 arch/arm64/lib/copy_in_user.S     |  1 +
 arch/arm64/lib/copy_to_user.S     |  1 +
 block/bfq-iosched.c               | 32 ++++++++++---
 debian.master/upstream-stable     |  2 +-
 drivers/net/usb/cdc_ncm.c         |  2 +-
 drivers/video/fbdev/core/fbmon.c  | 96 ---------------------------------------
 drivers/video/fbdev/core/modedb.c | 57 -----------------------
 include/linux/fb.h                |  3 --
 mm/memory_hotplug.c               | 74 ++++++++----------------------
 12 files changed, 53 insertions(+), 219 deletions(-)

Comments

Stefan Bader Nov. 28, 2019, 3:34 p.m. UTC | #1
On 25.11.19 20:14, Connor Kuehl wrote:
> BugLink: https://bugs.launchpad.net/bugs/1853882
> 
> NOTE: This pull request is based on another pull request that has been sent to
> this mailing list. Please apply:
> 
>     "[Eoan][SRU][Pull] Eoan update: 5.3.12 upstream stable release"
> 
> before applying this one.
> 
> ----------------------------------------------------------------
> The following changes since commit 94c51f72cccb8acc17a8d5d5540f562b9bbe4623:
> 
>   UBUNTU: upstream stable to v5.3.12 (2019-11-21 08:13:31 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~connork/+git/eoan update-to-5.3.13
> 
> for you to fetch changes up to a8fc69ec10bdd1fc8b9e9e296f9c4092046f6df0:
> 
>   UBUNTU: upstream stable to v5.3.13 (2019-11-25 09:32:40 -0800)
> 
> ----------------------------------------------------------------
> Connor Kuehl (1):
>       UBUNTU: upstream stable to v5.3.13
> 
> Dan Carpenter (1):
>       net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
> 
> Daniel Vetter (1):
>       fbdev: Ditch fb_edid_add_monspecs
> 
> David Hildenbrand (2):
>       mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
>       mm/memory_hotplug: fix updating the node span
> 
> Greg Kroah-Hartman (1):
>       Linux 5.3.13
> 
> Paolo Valente (1):
>       block, bfq: deschedule empty bfq_queues not referred by any process
> 
> Pavel Tatashin (1):
>       arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault
> 
>  Makefile                          |  2 +-
>  arch/arm64/lib/clear_user.S       |  1 +
>  arch/arm64/lib/copy_from_user.S   |  1 +
>  arch/arm64/lib/copy_in_user.S     |  1 +
>  arch/arm64/lib/copy_to_user.S     |  1 +
>  block/bfq-iosched.c               | 32 ++++++++++---
>  debian.master/upstream-stable     |  2 +-
>  drivers/net/usb/cdc_ncm.c         |  2 +-
>  drivers/video/fbdev/core/fbmon.c  | 96 ---------------------------------------
>  drivers/video/fbdev/core/modedb.c | 57 -----------------------
>  include/linux/fb.h                |  3 --
>  mm/memory_hotplug.c               | 74 ++++++++----------------------
>  12 files changed, 53 insertions(+), 219 deletions(-)
> 
Applied to eoan/master-next. Thanks.

-Stefan