mbox series

[SRU,Focal,PULL] Focal update: v5.4.65 upstream stable release

Message ID 20200916190406.616-1-kamal@canonical.com
State New
Headers show
Series [SRU,Focal,PULL] Focal update: v5.4.65 upstream stable release | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.65

Message

Kamal Mostafa Sept. 16, 2020, 7:04 p.m. UTC
This pull request (10 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.65 upstream stable release
	https://bugs.launchpad.net/bugs/1895881

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases.  I recommend fetching and applying just this
reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:

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

 -Kamal

-----

The following changes since commit a6a2bc53d11a772f61e89202ed4d31d28f76ec76:

  UBUNTU: upstream stable to v5.4.64 (2020-09-16 11:47:33 -0700)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.65

for you to fetch changes up to 79c717dbe9652eac145a546a68f4564cddef4ec6:

  UBUNTU: upstream stable to v5.4.65 (2020-09-16 11:49:05 -0700)

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      Linux 5.4.65

Ido Schimmel (2):
      ipv4: Silence suspicious RCU usage warning
      ipv6: Fix sysctl max for fib_multipath_hash_policy

Jakub Kicinski (1):
      net: disable netpoll on fresh napis

Kamal Mostafa (1):
      UBUNTU: upstream stable to v5.4.65

Kamil Lorenc (1):
      net: usb: dm9601: Add USB ID of Keenetic Plus DSL

Paul Moore (1):
      netlabel: fix problems with mapping removal

Tetsuo Handa (1):
      tipc: fix shutdown() of connectionless socket

Vinicius Costa Gomes (1):
      taprio: Fix using wrong queues in gate mask

Xin Long (1):
      sctp: not disable bh in the whole sctp_get_port_local()

 Makefile                           |  2 +-
 debian.master/upstream-stable      |  2 +-
 drivers/net/usb/dm9601.c           |  4 +++
 net/core/dev.c                     |  3 +-
 net/core/netpoll.c                 |  2 +-
 net/ipv4/fib_trie.c                |  3 +-
 net/ipv6/sysctl_net_ipv6.c         |  3 +-
 net/netlabel/netlabel_domainhash.c | 59 +++++++++++++++++++-------------------
 net/sched/sch_taprio.c             | 30 +++++++++++++++----
 net/sctp/socket.c                  | 16 ++++-------
 net/tipc/socket.c                  |  9 ++++--
 11 files changed, 79 insertions(+), 54 deletions(-)

Comments

Stefan Bader Sept. 17, 2020, 9:16 a.m. UTC | #1
On 16.09.20 21:04, Kamal Mostafa wrote:
> This pull request (10 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.65 upstream stable release
> 	https://bugs.launchpad.net/bugs/1895881
> 
> Note also that the 'stable-next' branch head contains this and all prior
> pending upstream stable releases.  I recommend fetching and applying just this
> reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit a6a2bc53d11a772f61e89202ed4d31d28f76ec76:
> 
>   UBUNTU: upstream stable to v5.4.64 (2020-09-16 11:47:33 -0700)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.65
> 
> for you to fetch changes up to 79c717dbe9652eac145a546a68f4564cddef4ec6:
> 
>   UBUNTU: upstream stable to v5.4.65 (2020-09-16 11:49:05 -0700)
> 
> ----------------------------------------------------------------
> Greg Kroah-Hartman (1):
>       Linux 5.4.65
> 
> Ido Schimmel (2):
>       ipv4: Silence suspicious RCU usage warning
>       ipv6: Fix sysctl max for fib_multipath_hash_policy
> 
> Jakub Kicinski (1):
>       net: disable netpoll on fresh napis
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v5.4.65
> 
> Kamil Lorenc (1):
>       net: usb: dm9601: Add USB ID of Keenetic Plus DSL
> 
> Paul Moore (1):
>       netlabel: fix problems with mapping removal
> 
> Tetsuo Handa (1):
>       tipc: fix shutdown() of connectionless socket
> 
> Vinicius Costa Gomes (1):
>       taprio: Fix using wrong queues in gate mask
> 
> Xin Long (1):
>       sctp: not disable bh in the whole sctp_get_port_local()
> 
>  Makefile                           |  2 +-
>  debian.master/upstream-stable      |  2 +-
>  drivers/net/usb/dm9601.c           |  4 +++
>  net/core/dev.c                     |  3 +-
>  net/core/netpoll.c                 |  2 +-
>  net/ipv4/fib_trie.c                |  3 +-
>  net/ipv6/sysctl_net_ipv6.c         |  3 +-
>  net/netlabel/netlabel_domainhash.c | 59 +++++++++++++++++++-------------------
>  net/sched/sch_taprio.c             | 30 +++++++++++++++----
>  net/sctp/socket.c                  | 16 ++++-------
>  net/tipc/socket.c                  |  9 ++++--
>  11 files changed, 79 insertions(+), 54 deletions(-)
> 
Applied to focal/master-next. Thanks.

-Stefan