https://bugzilla.suse.com/show_bug.cgi?id=1172900https://bugzilla.suse.com/show_bug.cgi?id=1172900#c9
--- Comment #9 from S. B. <sb56637(a)gmail.com> ---
So, a few updates:
I did a fresh install of Tumbleweed, now using the Mate desktop. Needed
something more lightweight on this machine, and that alone has helped a lot
with the thermal problems and excess CPU load.
Then I had an ~2 hour Zoom meeting with ~25 participants using the stock
openSUSE 5.7.1 kernel, and then I had another similar Zoom meeting with the
Clear kernel. There are indeed major differences in CPU load, although they
don't seem to translate directly to a cooler system. However, I wonder if it's
because Clear has set different temp thresholds for the fan speeds, because the
fan seems to generally spin slower with the Clear kernel.
--
You are receiving this mail because:
You are the assignee for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1173248
Bug ID: 1173248
Summary: Kernel 5.7.2 - nvidia Installer hangs with high system
load
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Kernel
Assignee: kernel-bugs(a)opensuse.org
Reporter: axel.braun(a)gmx.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 839025
--> http://bugzilla.opensuse.org/attachment.cgi?id=839025&action=edit
Installation log
Installation of current TW image causes issue if Nvidia-driver is installed: At
installation of nvidia-glG05-440.82-30.1.x86_64 , system hangs under high
system load. Previous compilation of driver fails, see attachment
--
You are receiving this mail because:
You are the assignee for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1173239
Bug ID: 1173239
Summary: command 'losetup -P' does not work in 15.2
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.2
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
Assignee: kernel-bugs(a)opensuse.org
Reporter: comes(a)naic.edu
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
I have a usb disk image on file with several partitions on it.
Normally I would run:
losetup -P -f --show usb.img
and such command would attach the file usb.img to a loop device (/dev/loop0)
and it would create also the devices /dev/loop0p1, /dev/loop0p<n> for each
partition in the image file.
Such command works in 15.1 but fails in 15.2. dmesg shows:
loop_reread_partitions: partition scan of loop0 (usb.img) failed (rc=-16)
Instead with the latest kernelstable installed losetup -P works as expected.
I have found this 5.6.11 commit:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=…
I have applied such modification to the kernel 5.3.18-lp152.19 of 15.2 and I
can confirm that such commit fixes the problem.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1173186https://bugzilla.suse.com/show_bug.cgi?id=1173186#c6
S. B. <sb56637(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |UPSTREAM
--- Comment #6 from S. B. <sb56637(a)gmail.com> ---
Thanks Takashi. I doubt it's reproducible consistently, so I'll just wait for
the standard Tumbleweed kernel updates. I'll close this bug for now, and I'll
re-open it if the same bug hits again.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1173186https://bugzilla.suse.com/show_bug.cgi?id=1173186#c5
Takashi Iwai <tiwai(a)suse.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sb56637(a)gmail.com,
| |tiwai(a)suse.com
Flags| |needinfo?(sb56637(a)gmail.com
| |)
--- Comment #5 from Takashi Iwai <tiwai(a)suse.com> ---
The bug in 5.7.1 was rather crashing at boot, so it's possibly a different
issue.
In anyway, try a later version of 5.7.x kernel in OBS Kernel:stable repo.
--
You are receiving this mail because:
You are the assignee for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1173115http://bugzilla.opensuse.org/show_bug.cgi?id=1173115#c10
--- Comment #10 from Ludwig Nussel <lnussel(a)suse.com> ---
(In reply to Michal Suchanek from comment #9)
> Does that work for kernels built in random home project?
Those are signed with a key different from the one signed by the openSUSE
Secure boot CA. So for those of course one has to import the sign key into Mok.
That doesn't mean that a) the kernel %post script has to do that automatically
(well it doesn't anyways, just prepares for it once) and b) the kernel built in
official projects have to do the import.
Check for example shim, it behaves differently when built in the official
project (ie with openSUSE/SLE keys) vs built in home or devel projects.
So similar checks could be done in the kernel spec file and skip mokutil when
built with the openSUSE keys.
--
You are receiving this mail because:
You are the assignee for the bug.