linux_5.15.15-2~bpo11+1_source.changes ACCEPTED into bullseye-backports, bullseye-backports

2022-02-07 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Feb 2022 18:47:14 +0100 Source: linux Architecture: source Version: 5.15.15-2~bpo11+1 Distribution: bullseye-backports Urgency: high Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 1000681

Bug#1005005: linux-image-5.15.0-3-amd64: suspend failure with admgpu

2022-02-07 Thread Salvatore Bonaccorso
Hi! On Sun, Feb 06, 2022 at 04:26:04PM +0100, Dominique Dumont wrote: > On Saturday, 5 February 2022 21:25:03 CET Salvatore Bonaccorso wrote: > > Does the issue persist if you upgrade to the most recent 5.16.y > > version? 5.16.4-1~exp1 > > yes > > > (5.16.7-1 should land soon as well). > >

Bug#1003844:

2022-02-07 Thread Salvatore Bonaccorso
Hi, On Tue, Feb 08, 2022 at 01:11:47AM +, Wayne Warren wrote: > Hey there, if I understand correctly this bug which definitely affects > linux 4.19.208-1 was closed because it doesn't affect some other version? > 5.10.40-1? Right, and because the BTS can then close a bug in multiple

Bug#833035: linux-image-3.16.0-4-amd64: Keyspan USB serial adapter USA-49WLC failed to load firmware

2022-02-07 Thread Salvatore Bonaccorso
Hi Jakob, On Mon, Feb 07, 2022 at 03:33:49PM +0100, Jakob Haufe wrote: > This still affects 5.15.0-3-amd64: > > [624300.704569] usb 5-1: new full-speed USB device number 2 using ohci-pci > [624300.901723] usb 5-1: New USB device found, idVendor=06cd, idProduct=011a, > bcdDevice=80.01 >

Re: [PATCH v2] builddeb: Support signing kernels with the module signing key

2022-02-07 Thread Masahiro Yamada
On Mon, Feb 7, 2022 at 10:31 PM Matthew Wilcox wrote: > > On Mon, Feb 07, 2022 at 09:33:46PM +0900, Masahiro Yamada wrote: > > Added "Ben Hutchings " > > > > On Wed, Jan 5, 2022 at 3:13 AM Matthew Wilcox wrote: > > > > > > On Wed, Jan 05, 2022 at 12:39:57AM +0900, Masahiro Yamada wrote: > > > >

Bug#1005141: linux-perf: Removes diversions on upgrade breaking it

2022-02-07 Thread Guillem Jover
Package: linux-perf Version: 5.16.3-1~exp1 Severity: serious Hi! This package has code in its postrm maintscript, which unconditionally removes the diversion, which breaks as the rename cannot be performed due to linux-base owning the file, and dpkg-divert refusing to overwrite it. This is the

Bug#1005121: linux-base: Many programs fron kernel not have memory allocation

2022-02-07 Thread Corcodel Marian
Package: linux-base Version: 4.6 Severity: critical Justification: breaks the whole system On kernel many programs not kave included kcalloc ,kalloc because of that unexpected result occurr. Bellow is on on arch/x86/events/intel/*.c files missing memory allocations and program jump unallocated on

Bug#833035: linux-image-3.16.0-4-amd64: Keyspan USB serial adapter USA-49WLC failed to load firmware

2022-02-07 Thread Jakob Haufe
This still affects 5.15.0-3-amd64: [624300.704569] usb 5-1: new full-speed USB device number 2 using ohci-pci [624300.901723] usb 5-1: New USB device found, idVendor=06cd, idProduct=011a, bcdDevice=80.01 [624300.901746] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0

Re: [PATCH v2] builddeb: Support signing kernels with the module signing key

2022-02-07 Thread Diederik de Haas
On Monday, 7 February 2022 14:30:53 CET Matthew Wilcox wrote: > I followed the instructions in the Debian document *that existed at > the time* (and now apparently we can't see because Debian uses an > inept type of wiki that can't show old versions) Look under the 'Info' link:

Bid Writing, Volunteering & Fundraising Workshops plus Trusts Database

2022-02-07 Thread NFP Workshops
NFP WORKSHOPS Workshops are held online via Zoom 10.00 to 12.30 Each workshop costs £95.00 BOOKINGS Our website contains booking links for all workshops. Google nfp workshops to visit our website and book your place. BID WRITING Thursday 10 February 2022 - Thursday 24 February 2022 -

Re: [PATCH v2] builddeb: Support signing kernels with the module signing key

2022-02-07 Thread Matthew Wilcox
On Mon, Feb 07, 2022 at 09:33:46PM +0900, Masahiro Yamada wrote: > Added "Ben Hutchings " > > On Wed, Jan 5, 2022 at 3:13 AM Matthew Wilcox wrote: > > > > On Wed, Jan 05, 2022 at 12:39:57AM +0900, Masahiro Yamada wrote: > > > > +vmlinux=$($MAKE -s -f $srctree/Makefile image_name) > > > > +key= >

Re: [PATCH v2] builddeb: Support signing kernels with the module signing key

2022-02-07 Thread Masahiro Yamada
On Sat, Feb 5, 2022 at 7:30 AM Matthew Wilcox wrote: > > On Wed, Jan 05, 2022 at 12:39:57AM +0900, Masahiro Yamada wrote: > > +CC the maintainers of CERTIFICATE HANDLING > > M: David Howells > > M: David Woodhouse > > L: keyri...@vger.kernel.org > > Davids, can one of you respond

Re: [PATCH v2] builddeb: Support signing kernels with the module signing key

2022-02-07 Thread Masahiro Yamada
Added "Ben Hutchings " On Wed, Jan 5, 2022 at 3:13 AM Matthew Wilcox wrote: > > On Wed, Jan 05, 2022 at 12:39:57AM +0900, Masahiro Yamada wrote: > > > +vmlinux=$($MAKE -s -f $srctree/Makefile image_name) > > > +key= > > > +if is_enabled CONFIG_EFI_STUB && is_enabled CONFIG_MODULE_SIG; then > > >