Re: Bug#1002617: RFS: carl9170fw/1.9.9-399-gcd480b9-1 [ITP] -- firmware for AR9170 USB wireless adapters

2022-01-04 Thread Paul Wise
On Sat, 2021-12-25 at 18:25 +, John Scott wrote: > https://mentors.debian.net/debian/pool/main/c/carl9170fw/carl9170fw_1.9.9-399-gcd480b9-1.dsc Some things that prevent the upload of this package: I don't think udebs are needed for firmware packages, none of the other WiFi firmware packages

Bug#996713: firmware-brcm80211: firmware becomes non-responsive while running as an access point on RPI4

2022-01-04 Thread Andres Salomon
On Mon, 25 Oct 2021 18:00:16 -0400 Andres Salomon wrote: > > > Now I'll try a 5.14 kernel backport (with the firmware from bullseye). > If it STILL happens, then I'll try and get a patch upstream to detect > this issue and reinit the hardware. > > Just an update - shortly after I tried testing

Bug#1002706: Fwd: nftables stateless NAT in raw table mangles fragmented UDP packets

2022-01-04 Thread Steffen Weinreich
Hi! >> Regarding 4.19, the patch does not work there since the struct pkt does >> not have a member fragoff. I suppose this is hidden deeply in the skbuf >> structure... > Sad. You might ask the maintainers if they can consider the fix as > well for older stable series, mentioneing back the one

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

2022-01-04 Thread Matthew Wilcox
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 > > + cert=$(grep ^CONFIG_MODULE_SIG_KEY= include/config/auto.conf | cut > > -d\" -f2)

linux-signed-arm64_5.16~rc8+1~exp1_source.changes is NEW

2022-01-04 Thread Debian FTP Masters
binary:ata-modules-5.16.0-rc8-arm64-di is NEW. binary:btrfs-modules-5.16.0-rc8-arm64-di is NEW. binary:cdrom-core-modules-5.16.0-rc8-arm64-di is NEW. binary:crc-modules-5.16.0-rc8-arm64-di is NEW. binary:crypto-dm-modules-5.16.0-rc8-arm64-di is NEW. binary:crypto-modules-5.16.0-rc8-arm64-di is

Bug#1002706: Fwd: nftables stateless NAT in raw table mangles fragmented UDP packets

2022-01-04 Thread Salvatore Bonaccorso
Hi Steffen, On Tue, Jan 04, 2022 at 05:35:11PM +0100, Steffen Weinreich wrote: > > Am 04.01.22 um 17:31 schrieb Salvatore Bonaccorso: > > Awesome. Can you confirm that as well on the upstrem thread, so i > > guess the maintainers will finalize the change for inclusion in > > mainline? > > For

Processing of linux-signed-arm64_5.16~rc8+1~exp1_source.changes

2022-01-04 Thread Debian FTP Masters
linux-signed-arm64_5.16~rc8+1~exp1_source.changes uploaded successfully to localhost along with the files: linux-signed-arm64_5.16~rc8+1~exp1.dsc linux-signed-arm64_5.16~rc8+1~exp1.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#1002706: Fwd: nftables stateless NAT in raw table mangles fragmented UDP packets

2022-01-04 Thread Steffen Weinreich
Am 04.01.22 um 17:31 schrieb Salvatore Bonaccorso: > Awesome. Can you confirm that as well on the upstrem thread, so i > guess the maintainers will finalize the change for inclusion in > mainline? For 5.16 I did. Regarding 4.19, the patch does not work there since the struct pkt does not have

Bug#1002706: Fwd: nftables stateless NAT in raw table mangles fragmented UDP packets

2022-01-04 Thread Salvatore Bonaccorso
Hi Steffen, On Tue, Jan 04, 2022 at 12:46:30PM +0100, Steffen Weinreich wrote: > Hi > > The following patch did resolve the issue for me on 5.16.0-rc8. I will > also test it on 4.19.0-*-amd64 as soon as I have a working build env for > a buster kernel.. Awesome. Can you confirm that as well on

Processed: bug 1002706 is forwarded to https://www.spinics.net/lists/netfilter/msg60566.html

2022-01-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 1002706 https://www.spinics.net/lists/netfilter/msg60566.html Bug #1002706 [src:linux] linux-image-5.10.0-10-amd64: nftables stateless NAT in raw table mangles fragmented UDP packets Set Bug forwarded-to-address to

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

2022-01-04 Thread Masahiro Yamada
+CC the maintainers of CERTIFICATE HANDLING M: David Howells M: David Woodhouse L: keyri...@vger.kernel.org On Sat, Dec 18, 2021 at 12:11 PM Matthew Wilcox (Oracle) wrote: > > If the config file specifies a signing key, use it to sign > the kernel so that machines with

linux-signed-amd64_5.16~rc8+1~exp1_source.changes is NEW

2022-01-04 Thread Debian FTP Masters
binary:acpi-modules-5.16.0-rc8-amd64-di is NEW. binary:ata-modules-5.16.0-rc8-amd64-di is NEW. binary:btrfs-modules-5.16.0-rc8-amd64-di is NEW. binary:cdrom-core-modules-5.16.0-rc8-amd64-di is NEW. binary:crc-modules-5.16.0-rc8-amd64-di is NEW. binary:crypto-dm-modules-5.16.0-rc8-amd64-di is NEW.

Processing of linux-signed-amd64_5.16~rc8+1~exp1_source.changes

2022-01-04 Thread Debian FTP Masters
linux-signed-amd64_5.16~rc8+1~exp1_source.changes uploaded successfully to localhost along with the files: linux-signed-amd64_5.16~rc8+1~exp1.dsc linux-signed-amd64_5.16~rc8+1~exp1.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#1002706: Fwd: nftables stateless NAT in raw table mangles fragmented UDP packets

2022-01-04 Thread Steffen Weinreich
Hi The following patch did resolve the issue for me on 5.16.0-rc8. I will also test it on 4.19.0-*-amd64 as soon as I have a working build env for a buster kernel.. cheerio Steve Weitergeleitete Nachricht Betreff:Re: nftables stateless NAT in raw table mangles