Bug#969223: Can't rm directory on overlayfs in userns

2020-09-01 Thread Shengjing Zhu
On Sat, Aug 29, 2020 at 10:13 PM Shengjing Zhu  wrote:
>
> Source: linux
> Version: 5.7.10-1
> Severity: normal
>
> Hi,
>
> After enabling overlayfs for userns, I find it doesn't work as expected.
>
> $ cat /sys/module/overlay/parameters/permit_mounts_in_userns
> Y
>
> zsj@debian:~/test$ pwd
> /home/zsj/test
> zsj@debian:~/test$ tree
> .
> ├── lower
> │   └── a
> │   └── a
> ├── merged
> ├── upper
> └── work
>
> zsj@debian:~/test$ unshare -m -U -r
> root@debian:~/test# mount -t overlay -o 
> rw,lowerdir=/home/zsj/test/lower,upperdir=/home/zsj/test/upper,workdir=/home/zsj/test/work
>  overlay /home/zsj/test/merged
> root@debian:~/test# rm -rf merged/a
> rm: cannot remove 'merged/a': Input/output error
>
> -- System Information:
> Debian Release: bullseye/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 5.7.0-2-amd64 (SMP w/4 CPU threads)
> Kernel taint flags: TAINT_USER, TAINT_FIRMWARE_WORKAROUND
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not 
> set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)

If I upgrade a debian10 VM to testing, it seems to work.
However if I boot a new debian testing VM, it seems not to work.
Both VMs are downloaded from http://cdimage.debian.org/cdimage/cloud/
What can be the difference here? I'm lost on debugging this..

-- 
Shengjing Zhu



Bug#969350: linux-image-4.19.0-10-amd64: Kernel regularly crashes - general protection fault in the network stack

2020-09-01 Thread Antoine Sirinelli
Hi Salvatore,

On Mon, Aug 31, 2020 at 11:31:26PM +0200, Salvatore Bonaccorso wrote:
> Thanks for the report. This looks the same as #966846, which we have
> pending fixed in the packaging repository.
> 
> If you can expose the fixes for testing, then there are temporary and
> inofficial 4.19.142-1 builds at
> https://people.debian.org/~carnil/tmp/linux/4.19.142-1/ .

Thank you for the hint; indeed it looks the same as #966846. I have
tried the kernel you have prepared and I have not experienced any crash
in the last 23 hours (it was crashing more often recently). I will keep
you informed if a crash is occurring.

Antoine


signature.asc
Description: PGP signature


Bug#964812: closed by Debian FTP Masters (reply to Ben Hutchings ) (Bug#964812: fixed in linux 5.8.3-1~exp1)

2020-09-01 Thread David Awogbemila
> -- Forwarded message --
> From: David Awogbemila 
> To: Debian Bug Tracking System 
> Cc:
> Bcc:
> Date: Fri, 10 Jul 2020 18:21:14 +
> Subject: linux: Pulling Google Compute Engine Virtual Ethernet Driver into 
> Debian
> Source: linux
> Severity: wishlist
>
> Dear Maintainer,
>
> Google would like to have its cloud networking driver, the Google
> Compute Engine Virtual Ethernet driver (GVE) pulled into Debian
> releases.
>
> This driver has been accepted into the upstream Linux kernel
> since version 5.2:
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/ethernet/google?h=v5.4.46).
>
> I understand that the first step towards this is enabling the driver
> in Debian's unstable and testing releases so I have attached the
> relevant Kconfig file for GVE to this bug report.
>
> GVE can be configured in the kernel's config file with:
>
> CONFIG_GVE=m
> CONFIG_NET_VENDOR_GOOGLE=y
>
> We're also looking to have the driver backported into Debian 10
> source.
>
> Please let me know other steps we need to take to accomplish the goals
> listed above.
>
> Best
> David
>
> -- System Information:
> Debian Release: 10.4
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'stable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.19.0-9-cloud-amd64 (SMP w/16 CPU cores)
> Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
> (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled

Thank you for the update! Just to confirm, does this mean the driver
will be available to future versions on Debian
(i.e. have the config options set so that the driver is available in
Debian Images)?
If so, what versions of Debian will this affect? (I'm guessing the
ones starting with linux 5.8?)
Thanks.
David



Bug#969365: USB-C dock lacks multicast Ethernet functionality (so IPv6 is broken)

2020-09-01 Thread Salvatore Bonaccorso
Hi Santiago,

On Tue, Sep 01, 2020 at 01:01:27PM +0200, Santiago R.R. wrote:
> Source: linux
> Version: 4.19.118-2
> Severity: important
> Tags: ipv6 upstream fixed-upstream
> 
> IPv6 connectivity (and other network protocols relying on multicast) are
> broken when using a Dell D6000 USB-C dock.
> Quoting Miguel Rodríguez that filed the equivalent bug in ubuntu:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779173:
> 
> "Dell D6000 exposes a CDC_NCM device for Ethernet traffic. However,
> multicast Ethernet traffic is not processed making IPv6 not functional.
> Other services, like mDNS used for LAN service discovery are also
> hindered.
> 
> The actual reason is that CDC_NCM driver was not processing requests to
> filter (admit) multicast traffic. I provide two patches to the linux
> kernel that admit all Ethernet multicast traffic whenever a multicast
> group is being joined.
> 
> The solution is not optimal, as it makes the system receive more traffic
> than that strictly needed, but otherwise this only happens when the
> computer is connected to a dock and thus is running on AC power. I
> believe it is not worth the hassle to join only the requested groups.
> This is the same that is done in the CDN_ETHER driver."
> 
> The patches proposed by Miguel Rodríguez have been merged upstream, and
> are part of 5.9-rc1 now. C.f. commits:
> 37a2ebdd9e597ae1a0270ac747883ea8f6f767b6
> e10dcb1b6ba714243ad5a35a11b91cc14103a9a9
> e506addeff844237d60545ef4f6141de21471caf
> 0226009ce0f6089f9b31211f7a2703cf9a327a01

Thanks for the report, if I'm not mistaken this is the same as
#965074. Can you request upstream backports of the needed fixes into
the applicable stable releases (and as I understand you back to
v4.19.y)?

Regards,
Salvatore



Processed: forcibly merging 965074 969365, found 965074 in 4.19.118-2 ...

2020-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 965074 969365
Bug #965074 [src:linux] cdc_ncm: ethernet multicast traffic is filtered out
Bug #969365 [src:linux] USB-C dock lacks multicast Ethernet functionality (so 
IPv6 is broken)
Marked as found in versions linux/5.5.17-1.
Bug #965074 [src:linux] cdc_ncm: ethernet multicast traffic is filtered out
Marked as found in versions linux/4.19.118-2.
Merged 965074 969365
> found 965074 4.19.118-2
Bug #965074 [src:linux] cdc_ncm: ethernet multicast traffic is filtered out
Bug #969365 [src:linux] USB-C dock lacks multicast Ethernet functionality (so 
IPv6 is broken)
Ignoring request to alter found versions of bug #965074 to the same values 
previously set
Ignoring request to alter found versions of bug #969365 to the same values 
previously set
> forwarded 969365 https://bugzilla.kernel.org/show_bug.cgi?id=200331
Bug #969365 [src:linux] USB-C dock lacks multicast Ethernet functionality (so 
IPv6 is broken)
Bug #965074 [src:linux] cdc_ncm: ethernet multicast traffic is filtered out
Set Bug forwarded-to-address to 
'https://bugzilla.kernel.org/show_bug.cgi?id=200331'.
Set Bug forwarded-to-address to 
'https://bugzilla.kernel.org/show_bug.cgi?id=200331'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
965074: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965074
969365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969365
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#968509: Further crashes under linux-image-4.19.0-10-amd64

2020-09-01 Thread Salvatore Bonaccorso
Hi Richard,

On Tue, Sep 01, 2020 at 05:22:03PM +0100, Richard Kettlewell wrote:
> On 30/08/2020 13:37, Richard Kettlewell wrote:
> > On 30/08/2020 13:22, Salvatore Bonaccorso wrote:
> >> Hi Richard,
>  Would you be able to test 4.19.142?
> >>>
> >>> If you can give me a route to getting .deb files for that version then
> >>> sure - a download or a pointer to instructions.
> >>
> >> *unofficial* and *temporary* builds for that version can be found
> >> here: https://people.debian.org/~carnil/tmp/linux/4.19.142-1/
> >>
> >> If you prefer to build the package yourself, the source package of
> >> this temporary work is as well uploaded there.
> >>
> >> Please let me know if that works for your.
> > 
> > Thankyou, I'm running that kernel now on the first host. I'll report
> > back when I know more.
> 
> 
> The first host has been running that kernel without incident for 48
> hours and the second for nearly 24 hours. So it looks like 4.19.142 does
> fix this issue.

Thanks for testing the updated packages and confirming as well the
status.

Regards,
Salvatore



Processed: forcibly merging 966846 968509

2020-09-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 966846 968509
Bug #966846 [src:linux] Kernel panic (4.19.0-10): RIP 
__cgroup_bpf_run_filter_skb
Bug #968625 [src:linux] Kernel null pointer deref in the TCP stack
Bug #969350 [src:linux] linux-image-4.19.0-10-amd64: Kernel regularly crashes - 
general protection fault in the network stack
Bug #968509 [src:linux] linux-image-4.19.0-10-amd64: System hangs within a few 
minutes of booting
Set Bug forwarded-to-address to 
'https://bugzilla.kernel.org/show_bug.cgi?id=208003'.
Severity set to 'important' from 'critical'
Added indication that 968509 affects release.debian.org
Marked as found in versions linux/4.19.131-1.
Added tag(s) fixed-upstream, pending, confirmed, and upstream.
Bug #968625 [src:linux] Kernel null pointer deref in the TCP stack
Bug #969350 [src:linux] linux-image-4.19.0-10-amd64: Kernel regularly crashes - 
general protection fault in the network stack
Merged 966846 968509 968625 969350
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
966846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966846
968509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968509
968625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968625
969350: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969350
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#968509: Further crashes under linux-image-4.19.0-10-amd64

2020-09-01 Thread Richard Kettlewell
On 30/08/2020 13:37, Richard Kettlewell wrote:
> On 30/08/2020 13:22, Salvatore Bonaccorso wrote:
>> Hi Richard,
 Would you be able to test 4.19.142?
>>>
>>> If you can give me a route to getting .deb files for that version then
>>> sure - a download or a pointer to instructions.
>>
>> *unofficial* and *temporary* builds for that version can be found
>> here: https://people.debian.org/~carnil/tmp/linux/4.19.142-1/
>>
>> If you prefer to build the package yourself, the source package of
>> this temporary work is as well uploaded there.
>>
>> Please let me know if that works for your.
> 
> Thankyou, I'm running that kernel now on the first host. I'll report
> back when I know more.


The first host has been running that kernel without incident for 48
hours and the second for nearly 24 hours. So it looks like 4.19.142 does
fix this issue.

ttfn/rjk



Bug#969365: USB-C dock lacks multicast Ethernet functionality (so IPv6 is broken)

2020-09-01 Thread Bjørn Mork
"Santiago R.R."  writes:

> The patches proposed by Miguel Rodríguez have been merged upstream, and
> are part of 5.9-rc1 now. C.f. commits:
> 37a2ebdd9e597ae1a0270ac747883ea8f6f767b6
> e10dcb1b6ba714243ad5a35a11b91cc14103a9a9
> e506addeff844237d60545ef4f6141de21471caf
> 0226009ce0f6089f9b31211f7a2703cf9a327a01

Note that

 5fd99b5d9950 ("net: cdc_ncm: Fix build error")

should be included in this series for completeness.

It won't make any difference with the default Debian configuration,
where cdc_ether always is enabled, but it was an unfortunate glitch on
my side.


Bjørn



Bug#969365: USB-C dock lacks multicast Ethernet functionality (so IPv6 is broken)

2020-09-01 Thread Santiago R.R.
Source: linux
Version: 4.19.118-2
Severity: important
Tags: ipv6 upstream fixed-upstream

IPv6 connectivity (and other network protocols relying on multicast) are
broken when using a Dell D6000 USB-C dock.
Quoting Miguel Rodríguez that filed the equivalent bug in ubuntu:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1779173:

"Dell D6000 exposes a CDC_NCM device for Ethernet traffic. However,
multicast Ethernet traffic is not processed making IPv6 not functional.
Other services, like mDNS used for LAN service discovery are also
hindered.

The actual reason is that CDC_NCM driver was not processing requests to
filter (admit) multicast traffic. I provide two patches to the linux
kernel that admit all Ethernet multicast traffic whenever a multicast
group is being joined.

The solution is not optimal, as it makes the system receive more traffic
than that strictly needed, but otherwise this only happens when the
computer is connected to a dock and thus is running on AC power. I
believe it is not worth the hassle to join only the requested groups.
This is the same that is done in the CDN_ETHER driver."

The patches proposed by Miguel Rodríguez have been merged upstream, and
are part of 5.9-rc1 now. C.f. commits:
37a2ebdd9e597ae1a0270ac747883ea8f6f767b6
e10dcb1b6ba714243ad5a35a11b91cc14103a9a9
e506addeff844237d60545ef4f6141de21471caf
0226009ce0f6089f9b31211f7a2703cf9a327a01

Cheers,

 -- Santiago

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.5.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


signature.asc
Description: PGP signature


wireless-regdb_2020.04.29-2~bpo10+1_amd64.changes ACCEPTED into buster-backports, buster-backports

2020-09-01 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2020 01:01:37 +0900
Source: wireless-regdb
Binary: wireless-regdb wireless-regdb-udeb
Architecture: source all
Version: 2020.04.29-2~bpo10+1
Distribution: buster-backports
Urgency: medium
Maintainer: Debian kernel team 
Changed-By: Roger Shimizu 
Description:
 wireless-regdb - wireless regulatory database for Linux
 wireless-regdb-udeb - wireless regulatory database for Linux - udeb (udeb)
Changes:
 wireless-regdb (2020.04.29-2~bpo10+1) buster-backports; urgency=medium
 .
   * Team upload.
   * Rebuild for buster-backports.
 .
 wireless-regdb (2020.04.29-2) unstable; urgency=medium
 .
   * Re-upload without binary packages (SourceOnlyUpload)
 .
 wireless-regdb (2020.04.29-1) unstable; urgency=medium
 .
   [ Romain Perier ]
   * New upstream version:
 - GB: Extend to cover DMG channels 5 & 6
 - Update regulatory rules for Russia (RU), Indonesia (ID), Singapore (SG),
   United States (US) on 2.4/5G.
 - Harmonize ranges of CEPT countries (stand of July 2019)
 - Fix ranges of EU countries as they are harmonized since 2014
 - Extend 5470-5725 MHz range to 5730 MHz for Taiwan (TW)
 - Fix overlapping ranges for Switzerland and Liechtenstein
   * Rebased enable_recording_and_using_an_external_signature.patch onto
 2020.04.29
   * Rebased run-scripts-with-python-3.patch onto 2020.04.29
   * debian/gbp.conf: Rename old style config section
 .
   [ Debian Janitor ]
   * Add missing ${misc:Depends} to Depends for wireless-regdb-udeb.
   * Bump debhelper from deprecated 9 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Repository.
   * Update standards version to 4.5.0, no changes needed.
   * Remove Priority on wireless-regdb-udeb that duplicates source.
 .
 wireless-regdb (2019.06.03-3) unstable; urgency=medium
 .
   * Re-upload without self-built binary packages
 .
 wireless-regdb (2019.06.03-2) unstable; urgency=medium
 .
   [ Ben Hutchings ]
   * Add wireless-regdb-udeb package for use in the installer
   * debian/control: Use my debian.org email in Maintainers field
   * debian/control: Change to team-maintained, with me and Romain as
 Uploaders
   * debian/README.source: Update instructions for setting REGDB_AUTHOR
 .
   [ Romain Perier ]
   * debian/certs: Add my certificate
   * debian/rules: Get REGDB_AUTHOR by using dpkg-parsechangelog
Checksums-Sha1:
 8caa8ae65bd585b4d8033f72861197e69bc50694 2253 
wireless-regdb_2020.04.29-2~bpo10+1.dsc
 1f9232ea958e5551b8f5688cb864d1a211f1d82c 17872 
wireless-regdb_2020.04.29-2~bpo10+1.debian.tar.xz
 c1c7995a78a9c5cb2aa9c3501c51fd8ef81f1729 3460 
wireless-regdb-udeb_2020.04.29-2~bpo10+1_all.udeb
 b23c5cc194438b018df2deee4c49a4fbe7c79b08 13952 
wireless-regdb_2020.04.29-2~bpo10+1_all.deb
 472218fcf574c95cbc27ae3e978f19b1cb3b0a7b 6440 
wireless-regdb_2020.04.29-2~bpo10+1_amd64.buildinfo
Checksums-Sha256:
 1460fb6c58daca1df0e3b9b46ba1cd347eb3b8b127df2c7a8c131d511d9c7437 2253 
wireless-regdb_2020.04.29-2~bpo10+1.dsc
 17616ba139ce82b3fb48a2f23b066c4622f8ae3d0ba2a34bb466004a31e301b6 17872 
wireless-regdb_2020.04.29-2~bpo10+1.debian.tar.xz
 192ffd6e12771fa5fad9ee3da989a5de38680f9522fe1995487233a793a6ee34 3460 
wireless-regdb-udeb_2020.04.29-2~bpo10+1_all.udeb
 0c93cd86356187c0e5e0cc6fddaf76c958bc8cb1093677a6316e95b6e4bd7818 13952 
wireless-regdb_2020.04.29-2~bpo10+1_all.deb
 aea04ab5fd9792542ed3f999b069bb7dfbafa9f2b2955e4e8dd7cf7939122a93 6440 
wireless-regdb_2020.04.29-2~bpo10+1_amd64.buildinfo
Files:
 95023bc70b5b7c84d0d771fa7acd3a2b 2253 net optional 
wireless-regdb_2020.04.29-2~bpo10+1.dsc
 ae3b093ddf376066b085c15f464a78a4 17872 net optional 
wireless-regdb_2020.04.29-2~bpo10+1.debian.tar.xz
 e2053c84dad0174ca5d4714e5dc12a9d 3460 debian-installer optional 
wireless-regdb-udeb_2020.04.29-2~bpo10+1_all.udeb
 87b6a9afede33ea14b3555f913b9d543 13952 net optional 
wireless-regdb_2020.04.29-2~bpo10+1_all.deb
 e322ba84465397fa96ec05b0323bc3f8 6440 net optional 
wireless-regdb_2020.04.29-2~bpo10+1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAl9MwXMQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qKXoEACm38JNvBxxyNv1sH0wUU67c7bgGGLQdFyk
Gy//Gj6+JLqYDrEz370GpkDip4aN3Sb6Osi4g26B9p5T/8MR5r4gfI6oXfzwz85A
yWcPVgogwooIvIqjh/AKvDD1w2U2PI4j664FX4vgV3/r9zPaENlRscAiNtX0S6Xw
SdWCSIqzfv8efTCb2ivnvHZiCnEwbOPgSwp8/tzlUnqerREbj8Jh8FZ9wFqp9Oo4
lvJ8Wo68Y1RAFKXJlHYB4UXTebHCDCroE972a+Hq27VHvvA2cmXB6SeiznjLiFuC
SEFCLIhwlNEiNrff1Xgl5XuWYPrCCBKfueQ28yAZq2vhKpIuDLzImgHE4M81kl93
kFRLkunjVkdjLG3XicFPjzqYktv1YMpdS8e+ulHYCaE5o7SwWJMmafpiNosN7vOR
4KR/hCF0fx8yYVqjmRokES218aJtEpzQ70TFRssrv7LQ1ZmAGNiOgQd135sn2aRP
LMqISzr/jeyXVUzLFs+sAU0vhdUogwQCW16bfOLknd1HMYgkKTwDm9Ew6uswaQmY
oFbs12Su02+PqWDtjTqaiIz0lXbXPPb6SN2hZOW2Si3EKmmAs9pGjep4xzqdEB5c
X+LTek03MeXvBJU237+t4b1eyWQzmdKC27/wwxp7ot6O9UYxsLDIPmdqiP8zoJrD
DqxX9wLW8Q==
=sNwQ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.