Re: Linux 5.11.2

2021-02-26 Thread Jiri Slaby
On 26. 02. 21, 12:37, Jörg-Volker Peetz wrote: Jörg-Volker Peetz wrote on 26/02/2021 12.33: Greg KH wrote on 26/02/2021 12.02: On Fri, Feb 26, 2021 at 11:54:07AM +0100, Jörg-Volker Peetz wrote: Hi, thanks for the upgrade. There seems to be a dangling link in the git repository: `scripts/dtc/i

Re: Linux 5.11.2

2021-02-26 Thread Jörg-Volker Peetz
Jörg-Volker Peetz wrote on 26/02/2021 12.33: Greg KH wrote on 26/02/2021 12.02: On Fri, Feb 26, 2021 at 11:54:07AM +0100, Jörg-Volker Peetz wrote: Hi, thanks for the upgrade. There seems to be a dangling link in the git repository: `scripts/dtc/include-prefixes/c6x` Is that new?  What commit

Re: Linux 5.11.2

2021-02-26 Thread Greg KH
On Fri, Feb 26, 2021 at 11:54:07AM +0100, Jörg-Volker Peetz wrote: > Hi, > > thanks for the upgrade. > There seems to be a dangling link in the git repository: > `scripts/dtc/include-prefixes/c6x` Is that new? What commit caused it? thanks, greg k-h

Linux 5.11.2

2021-02-26 Thread Greg Kroah-Hartman
17 +--- 14 files changed, 96 insertions(+), 27 deletions(-) Daniel Borkmann (1): bpf: Fix truncation handling for mod32 dst reg wrt zero Greg Kroah-Hartman (1): Linux 5.11.2 Hui Wang (1): Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop working Johan Hovo

Re: Linux 5.11.2

2021-02-26 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 0b9ae470a714..617be9fd59ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 11 -SUBLEVEL = 1 +SUBLEVEL = 2 EXTRAVERSION = NAME = 💕 Valentine's Day Edition 💕 diff --git a/arch/arm64/boot/dts