mbox series

[SRU,Hirsute,PULL] Hirsute upstream stable patchset 2021-07-20

Message ID 20210720175658.21667-1-kamal@canonical.com
State New
Headers show
Series [SRU,Hirsute,PULL] Hirsute upstream stable patchset 2021-07-20 | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git hirsute-stable-2021-07-20

Message

Kamal Mostafa July 20, 2021, 5:56 p.m. UTC
This pull request (13 commits) includes the following Hirsute stable
patchsets:

	Hirsute upstream stable patchset 2021-07-20
		Ported from the following upstream stable releases:
			v5.10.48, v5.12.15
			v5.10.49, v5.12.16
	https://bugs.launchpad.net/bugs/1936969

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases, rebased to master-next:

   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git stable-next

 -Kamal

-----

The following changes since commit c2663238b6cd1f18ff7ee95139baa104b985be2b:

  UBUNTU: upstream stable to v5.10.47, v5.12.14 (2021-07-19 12:32:10 -0700)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git hirsute-stable-2021-07-20

for you to fetch changes up to 05df328e1f22fba703b1082efcbee4000a84bd43:

  UBUNTU: upstream stable to v5.10.49, v5.12.16 (2021-07-20 10:41:39 -0700)

----------------------------------------------------------------
Christian König (1):
      drm/nouveau: fix dma_address check for CPU/GPU sync

Johannes Berg (1):
      gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP

Kamal Mostafa (3):
      UBUNTU: [Config] update annotations for GPIO_TQMX86
      UBUNTU: upstream stable to v5.10.48, v5.12.15
      UBUNTU: upstream stable to v5.10.49, v5.12.16

Laurent Pinchart (1):
      media: uvcvideo: Support devices that report an OT as an entity source

Loic Poulain (1):
      gpio: mxc: Fix disabled interrupt wake-up support

ManYi Li (1):
      scsi: sr: Return appropriate error code when disk is ejected

Sean Christopherson (1):
      Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"

Sid Manning (3):
      Hexagon: fix build errors
      Hexagon: add target builtins to kernel
      Hexagon: change jumps to must-extend in futex_atomic_*

Tony Krowiak (1):
      s390/vfio-ap: clean up mdev resources when remove callback invoked

 arch/hexagon/Makefile                              |  6 +-
 arch/hexagon/include/asm/futex.h                   |  4 +-
 arch/hexagon/include/asm/timex.h                   |  3 +-
 arch/hexagon/kernel/hexagon_ksyms.c                |  8 +--
 arch/hexagon/kernel/ptrace.c                       |  4 +-
 arch/hexagon/lib/Makefile                          |  3 +-
 arch/hexagon/lib/divsi3.S                          | 67 ++++++++++++++++++++++
 arch/hexagon/lib/memcpy_likely_aligned.S           | 56 ++++++++++++++++++
 arch/hexagon/lib/modsi3.S                          | 46 +++++++++++++++
 arch/hexagon/lib/udivsi3.S                         | 38 ++++++++++++
 arch/hexagon/lib/umodsi3.S                         | 36 ++++++++++++
 arch/x86/include/asm/kvm_host.h                    |  1 +
 arch/x86/kvm/mmu/mmu.c                             |  1 +
 .../abi/5.11.0-23.24/armhf/generic-lpae.modules    |  1 -
 .../abi/5.11.0-23.24/armhf/generic.modules         |  1 -
 debian.master/config/annotations                   |  2 +-
 debian.master/upstream-stable                      |  4 +-
 drivers/gpio/Kconfig                               |  2 +
 drivers/gpio/gpio-mxc.c                            |  2 +-
 drivers/gpu/drm/nouveau/nouveau_bo.c               |  4 +-
 drivers/media/usb/uvc/uvc_driver.c                 | 32 +++++++++++
 drivers/s390/crypto/vfio_ap_ops.c                  | 10 ----
 drivers/scsi/sr.c                                  |  2 +
 23 files changed, 302 insertions(+), 31 deletions(-)
 create mode 100644 arch/hexagon/lib/divsi3.S
 create mode 100644 arch/hexagon/lib/memcpy_likely_aligned.S
 create mode 100644 arch/hexagon/lib/modsi3.S
 create mode 100644 arch/hexagon/lib/udivsi3.S
 create mode 100644 arch/hexagon/lib/umodsi3.S

Comments

Stefan Bader Aug. 4, 2021, 8:41 a.m. UTC | #1
On 20.07.21 19:56, Kamal Mostafa wrote:
> This pull request (13 commits) includes the following Hirsute stable
> patchsets:
> 
> 	Hirsute upstream stable patchset 2021-07-20
> 		Ported from the following upstream stable releases:
> 			v5.10.48, v5.12.15
> 			v5.10.49, v5.12.16
> 	https://bugs.launchpad.net/bugs/1936969
> 
> Note also that the 'stable-next' branch head contains this and all prior
> pending upstream stable releases, rebased to master-next:
> 
>     git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git stable-next
> 
>   -Kamal
> 
> -----
> 
> The following changes since commit c2663238b6cd1f18ff7ee95139baa104b985be2b:
> 
>    UBUNTU: upstream stable to v5.10.47, v5.12.14 (2021-07-19 12:32:10 -0700)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git hirsute-stable-2021-07-20
> 
> for you to fetch changes up to 05df328e1f22fba703b1082efcbee4000a84bd43:
> 
>    UBUNTU: upstream stable to v5.10.49, v5.12.16 (2021-07-20 10:41:39 -0700)
> 
> ----------------------------------------------------------------
> Christian König (1):
>        drm/nouveau: fix dma_address check for CPU/GPU sync
> 
> Johannes Berg (1):
>        gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
> 
> Kamal Mostafa (3):
>        UBUNTU: [Config] update annotations for GPIO_TQMX86
>        UBUNTU: upstream stable to v5.10.48, v5.12.15
>        UBUNTU: upstream stable to v5.10.49, v5.12.16
> 
> Laurent Pinchart (1):
>        media: uvcvideo: Support devices that report an OT as an entity source
> 
> Loic Poulain (1):
>        gpio: mxc: Fix disabled interrupt wake-up support
> 
> ManYi Li (1):
>        scsi: sr: Return appropriate error code when disk is ejected
> 
> Sean Christopherson (1):
>        Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
> 
> Sid Manning (3):
>        Hexagon: fix build errors
>        Hexagon: add target builtins to kernel
>        Hexagon: change jumps to must-extend in futex_atomic_*
> 
> Tony Krowiak (1):
>        s390/vfio-ap: clean up mdev resources when remove callback invoked
> 
>   arch/hexagon/Makefile                              |  6 +-
>   arch/hexagon/include/asm/futex.h                   |  4 +-
>   arch/hexagon/include/asm/timex.h                   |  3 +-
>   arch/hexagon/kernel/hexagon_ksyms.c                |  8 +--
>   arch/hexagon/kernel/ptrace.c                       |  4 +-
>   arch/hexagon/lib/Makefile                          |  3 +-
>   arch/hexagon/lib/divsi3.S                          | 67 ++++++++++++++++++++++
>   arch/hexagon/lib/memcpy_likely_aligned.S           | 56 ++++++++++++++++++
>   arch/hexagon/lib/modsi3.S                          | 46 +++++++++++++++
>   arch/hexagon/lib/udivsi3.S                         | 38 ++++++++++++
>   arch/hexagon/lib/umodsi3.S                         | 36 ++++++++++++
>   arch/x86/include/asm/kvm_host.h                    |  1 +
>   arch/x86/kvm/mmu/mmu.c                             |  1 +
>   .../abi/5.11.0-23.24/armhf/generic-lpae.modules    |  1 -
>   .../abi/5.11.0-23.24/armhf/generic.modules         |  1 -
>   debian.master/config/annotations                   |  2 +-
>   debian.master/upstream-stable                      |  4 +-
>   drivers/gpio/Kconfig                               |  2 +
>   drivers/gpio/gpio-mxc.c                            |  2 +-
>   drivers/gpu/drm/nouveau/nouveau_bo.c               |  4 +-
>   drivers/media/usb/uvc/uvc_driver.c                 | 32 +++++++++++
>   drivers/s390/crypto/vfio_ap_ops.c                  | 10 ----
>   drivers/scsi/sr.c                                  |  2 +
>   23 files changed, 302 insertions(+), 31 deletions(-)
>   create mode 100644 arch/hexagon/lib/divsi3.S
>   create mode 100644 arch/hexagon/lib/memcpy_likely_aligned.S
>   create mode 100644 arch/hexagon/lib/modsi3.S
>   create mode 100644 arch/hexagon/lib/udivsi3.S
>   create mode 100644 arch/hexagon/lib/umodsi3.S
> 

Applied to hirsute:linux/master-next. Thanks.

-Stefan