Processed: Re: Bug#1000481: upgrade-reports: Bullseye kernel hangs while initialising i915 gpu driver on old intel graphic chip

2021-12-23 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:linux 5.10.70-1
Bug #1000481 [upgrade-reports] upgrade-reports: Bullseye kernel hangs while 
initialising i915 gpu driver on old intel graphic chip
Bug reassigned from package 'upgrade-reports' to 'src:linux'.
Ignoring request to alter found versions of bug #1000481 to the same values 
previously set
Ignoring request to alter fixed versions of bug #1000481 to the same values 
previously set
Bug #1000481 [src:linux] upgrade-reports: Bullseye kernel hangs while 
initialising i915 gpu driver on old intel graphic chip
Marked as found in versions linux/5.10.70-1.

-- 
1000481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000481
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Re: Bug#1000481: upgrade-reports: Bullseye kernel hangs while initialising i915 gpu driver on old intel graphic chip

2021-12-23 Thread Paul Gevers

Control: reassign -1 src:linux 5.10.70-1

Hi Ben,

On 23-12-2021 23:46, Ben Mueller wrote:

On 12/23/21 9:05 PM, Paul Gevers wrote:

I solved the problem by inserting a boot parameter "intel_iommu=off" to
grub. With this parameter the kernel from bullseye
linux-image-5.10.0-9-amd64 was able to boot properly and the graphic was
fine on console and with x. The kernel from buster did not need this
boot parameter.


Which package has the driver you're using? I propose we reassign this
package to that package for further investigation.


The i915 gpu driver belongs to the kernel: linux-image-amd64.


So, I reassign the bug report to the linux source package.


I first saw the problem with version 5.10.70-1
(linux-image-5.10.0-9-amd64). Now I'm using version 5.10.84-1
(linux-image-5.10.0-10-amd64) which also works fine using the boot
parameter "intel_iommu=off". Although I did not try this version in the
default configuration without this boot parameter.


It would help the Debian linux maintainers a lot if you could/want to 
try this with the latest version in bullseye. Just in case it got 
already fixed without going noticed inside Debian.


Paul


OpenPGP_signature
Description: OpenPGP digital signature


Bug#981302: Setup /dev/fd and /dev/std{in,out,err} after mounting devtmpfs

2021-12-23 Thread Christoph Anton Mitterer
Hey.

This seems like a very trivial patch... and a very helpful one, too.

Any chance to get this merged?

Thanks,
Chris.



Bug#1002553: firmware-amd-graphics: Memory clock always at 100% (thinkpads w/ryzen 3XXXu)

2021-12-23 Thread Nelson G
Package: firmware-amd-graphics
Version: 20210315-3
Severity: wishlist

Dear Maintainer,

Several Thinkpads with the ryzen 3xxx cpu have a certain bug, using the tool
'radeontop' you can check that the Memory Clock is always at 100.00% (draining
battery, etc).

The patch seems to be on it's way (VCN firmware); it would be great if you guys
can keep an eye on this: https://gitlab.freedesktop.org/drm/amd/-/issues/1455



This bug is moderate/severe. Hopefully we can get this fix for stable directly
or through backports.
Sorry if I filed this bug in the wrong way or against the wrong package.


Happy holidays!





-- System Information:
Debian Release: 11.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-10-amd64 (SMP w/8 CPU threads)
Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8),
LANGUAGE=es_CO:es
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

firmware-amd-graphics depends on no packages.

firmware-amd-graphics recommends no packages.

Versions of packages firmware-amd-graphics suggests:
ii  initramfs-tools  0.140



Bug#1002537: linux-image-5.15.0-2-rt-amd64: RT kernel does not support touchpad/trackpoint on Thinkpad L15

2021-12-23 Thread Salvatore Bonaccorso
Thanks Sebastian!

Hichael, it would be great if you can test this to verify the issue is
fixed:

On Thu, Dec 23, 2021 at 09:53:52PM +0100, Sebastian Andrzej Siewior wrote:
> control: tags -1 patch
> 
> On 2021-12-23 21:30:28 [+0100], Michael Below wrote:
> > [   20.096966] CPU: 2 PID: 223 Comm: irq/16-i801_smb Not tainted 
> > 5.15.0-2-rt-amd64 #1  Debian 5.15.5-1
> 
> The hunk at the bottom should cure it.
> 
> diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
> index 1f929e6c30bea..6723af1057b69 100644
> --- a/drivers/i2c/busses/i2c-i801.c
> +++ b/drivers/i2c/busses/i2c-i801.c
> @@ -1849,7 +1849,7 @@ static int i801_probe(struct pci_dev *dev, const struct 
> pci_device_id *id)
>   init_completion(>done);
>  
>   err = devm_request_irq(>dev, dev->irq, i801_isr,
> -IRQF_SHARED, DRV_NAME, priv);
> +IRQF_SHARED | IRQF_NO_THREAD, DRV_NAME, 
> priv);
>   if (err) {
>   dev_err(>dev, "Failed to allocate irq %d: %d\n",
>   dev->irq, err);

https://kernel-team.pages.debian.net/kernel-handbook/ch-common-tasks.html#s4.2.2
(use the flag to choose to build for the rt featureset) should help t
get you binary packages with on top the above applied.

Regards,
Salvatore



Processed: Re: Bug#1002537: linux-image-5.15.0-2-rt-amd64: RT kernel does not support touchpad/trackpoint on Thinkpad L15

2021-12-23 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #1002537 [src:linux] linux-image-5.15.0-2-rt-amd64: RT kernel does not 
support touchpad/trackpoint on Thinkpad L15
Added tag(s) patch.

-- 
1002537: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1002537: linux-image-5.15.0-2-rt-amd64: RT kernel does not support touchpad/trackpoint on Thinkpad L15

2021-12-23 Thread Sebastian Andrzej Siewior
control: tags -1 patch

On 2021-12-23 21:30:28 [+0100], Michael Below wrote:
> [   20.096966] CPU: 2 PID: 223 Comm: irq/16-i801_smb Not tainted 
> 5.15.0-2-rt-amd64 #1  Debian 5.15.5-1

The hunk at the bottom should cure it.

diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 1f929e6c30bea..6723af1057b69 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -1849,7 +1849,7 @@ static int i801_probe(struct pci_dev *dev, const struct 
pci_device_id *id)
init_completion(>done);
 
err = devm_request_irq(>dev, dev->irq, i801_isr,
-  IRQF_SHARED, DRV_NAME, priv);
+  IRQF_SHARED | IRQF_NO_THREAD, DRV_NAME, 
priv);
if (err) {
dev_err(>dev, "Failed to allocate irq %d: %d\n",
dev->irq, err);


Sebastian



Bug#1002537: linux-image-5.15.0-2-rt-amd64: RT kernel does not support touchpad/trackpoint on Thinkpad L15

2021-12-23 Thread Michael Below
Package: src:linux
Version: 5.15.5-1
Severity: important
X-Debbugs-Cc: be...@judiz.de

Dear Maintainer,

when I boot the RT kernel, the system does not support the touchpad and
trackpoint built into my Thinkpad L13. GNOME shows a mouse, but the cursor does 
not move.
A docking station with an external mouse works fine.

The same kernel version without the RT patch works fine.

Thanks for your work!

Michael


-- Package-specific info:
** Version:
Linux version 5.15.0-2-rt-amd64 (debian-kernel@lists.debian.org) (gcc-11 
(Debian 11.2.0-12) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP 
PREEMPT_RT Debian 5.15.5-1 (2021-11-26)

** Command line:
BOOT_IMAGE=/vmlinuz-5.15.0-2-rt-amd64 root=/dev/mapper/vg-root ro quiet splash

** Tainted: W (512)
 * kernel issued warning

** Kernel log:
[   14.594657] intel_rapl_common: Found RAPL domain package
[   14.594660] intel_rapl_common: Found RAPL domain core
[   14.594661] intel_rapl_common: Found RAPL domain uncore
[   14.594662] intel_rapl_common: Found RAPL domain dram
[   14.594662] intel_rapl_common: Found RAPL domain psys
[   14.613950] audit: type=1400 audit(1640290246.335:2): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="lsb_release" pid=731 
comm="apparmor_parser"
[   14.614673] audit: type=1400 audit(1640290246.339:3): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=732 
comm="apparmor_parser"
[   14.614679] audit: type=1400 audit(1640290246.339:4): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" 
pid=732 comm="apparmor_parser"
[   14.615203] audit: type=1400 audit(1640290246.339:5): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=737 
comm="apparmor_parser"
[   14.615207] audit: type=1400 audit(1640290246.339:6): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="man_filter" pid=737 
comm="apparmor_parser"
[   14.615211] audit: type=1400 audit(1640290246.339:7): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="man_groff" pid=737 
comm="apparmor_parser"
[   14.617866] audit: type=1400 audit(1640290246.339:8): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="libreoffice-oosplash" 
pid=740 comm="apparmor_parser"
[   14.618154] audit: type=1400 audit(1640290246.339:9): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="ioq3ded" pid=738 
comm="apparmor_parser"
[   14.618512] audit: type=1400 audit(1640290246.343:10): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="libreoffice-senddoc" 
pid=743 comm="apparmor_parser"
[   14.619959] audit: type=1400 audit(1640290246.343:11): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" 
pid=746 comm="apparmor_parser"
[   14.662344] mei_hdcp :00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: 
bound :00:02.0 (ops i915_hdcp_component_ops [i915])
[   14.718560] usbcore: registered new interface driver btusb
[   14.725639] bluetooth hci0: firmware: failed to load intel/ibt-19-16-0.sfi 
(-2)
[   14.761380] snd_hda_intel :00:1f.3: DSP detected with PCI 
class/subclass/prog-if info 0x040380
[   14.761413] snd_hda_intel :00:1f.3: enabling device (0004 -> 0006)
[   14.761648] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[   14.777181] iwlwifi :00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, 
REV=0x354
[   14.789839] thermal thermal_zone7: failed to read out thermal zone (-61)
[   14.841702] snd_hda_codec_conexant hdaudioC0D0: CX8070: BIOS auto-probing.
[   14.842233] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX8070: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   14.842238] snd_hda_codec_conexant hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[   14.842240] snd_hda_codec_conexant hdaudioC0D0:hp_outs=1 
(0x16/0x0/0x0/0x0/0x0)
[   14.842242] snd_hda_codec_conexant hdaudioC0D0:mono: mono_out=0x0
[   14.842243] snd_hda_codec_conexant hdaudioC0D0:inputs:
[   14.842256] snd_hda_codec_conexant hdaudioC0D0:  Internal Mic=0x1a
[   14.842257] snd_hda_codec_conexant hdaudioC0D0:  Mic=0x19
[   14.948675] input: HDA Intel PCH Mic as 
/devices/pci:00/:00:1f.3/sound/card0/input12
[   14.948762] input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:1f.3/sound/card0/input13
[   14.948836] input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:1f.3/sound/card0/input14
[   14.948930] input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:1f.3/sound/card0/input15
[   14.949039] input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:1f.3/sound/card0/input16
[   14.949120] input: HDA Intel PCH HDMI/DP,pcm=9 as 
/devices/pci:00/:00:1f.3/sound/card0/input17
[   14.949190] input: HDA Intel PCH HDMI/DP,pcm=10 as 
/devices/pci:00/:00:1f.3/sound/card0/input18
[   14.997718] 

Processed: limit source to linux, tagging 1002460

2021-12-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit source linux
Limiting to bugs with field 'source' containing at least one of 'linux'
Limit currently set to 'source':'linux'

> tags 1002460 + pending
Bug #1002460 [src:linux] linux-image-amd64: Missing kernel configuration for 
Microsoft Laptops and Surface devices
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#1002460: linux-image-amd64: Missing kernel configuration for Microsoft Laptops and Surface devices

2021-12-23 Thread Salvatore Bonaccorso
Hi,

On Thu, Dec 23, 2021 at 02:37:50PM +0100, Maximilian Luz wrote:
> On Wed, 22 Dec 2021 23:47:10 +0100 Vincent Blut  
> wrote:
> > Le 2021-12-22 14:07, Matthias Brennwald a écrit :
> > > Full details (including a suggested fix) are available here:
> > > https://github.com/linux-surface/linux-surface/issues/683
> > 
> > I need a clarification about CONFIG_SURFACE_AGGREGATOR_CDEV. This
> > options' help text mentions that it is intended for debugging and
> > development only, and should not be used otherwise. Is it really needed?
> 
> It's not needed for normal support, no. It's quite useful for debugging
> and adding support for new devices, though.
> 
> You can compare it a bit with USB Raw Gadget or HIDRAW (except that we
> don't want anyone writing user-space drivers against that interface),
> i.e. it provides a direct channel from user-space to the EC. Setting
> this option to M provides a module that needs to be loaded in explicitly
> when someone wants to use it.
> 
> I've added it to the list because other distros (Ubuntu, Arch) have
> enabled it. Feel free to keep it disabled.

Thank you. I have merged Vincent's MR (keeping for now the other
discussion option disabled), and it will be in the next 5.16.y upload.

Regards,
Salvatore



Bug#1002460: linux-image-amd64: Missing kernel configuration for Microsoft Laptops and Surface devices

2021-12-23 Thread Maximilian Luz

On Wed, 22 Dec 2021 23:47:10 +0100 Vincent Blut  wrote:

Le 2021-12-22 14:07, Matthias Brennwald a écrit :
> Full details (including a suggested fix) are available here:
> https://github.com/linux-surface/linux-surface/issues/683

I need a clarification about CONFIG_SURFACE_AGGREGATOR_CDEV. This options' 
help text mentions that it is intended for debugging and development only, 
and should not be used otherwise. Is it really needed?


It's not needed for normal support, no. It's quite useful for debugging
and adding support for new devices, though.

You can compare it a bit with USB Raw Gadget or HIDRAW (except that we
don't want anyone writing user-space drivers against that interface),
i.e. it provides a direct channel from user-space to the EC. Setting
this option to M provides a module that needs to be loaded in explicitly
when someone wants to use it.

I've added it to the list because other distros (Ubuntu, Arch) have
enabled it. Feel free to keep it disabled.

Regards,
Max



Processed: block 996839 with 1002492

2021-12-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 996839 with 1002492
Bug #996839 [linux-perf-5.14] "Flame Graph template 
/usr/share/d3-flame-graph/d3-flamegraph-base.html does not exist."
996839 was not blocked by any bugs.
996839 was not blocking any bugs.
Added blocking bug(s) of 996839: 1002492
> thanks
Stopping processing here.

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