[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-03-28 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 6.8.0-20.20

---
linux (6.8.0-20.20) noble; urgency=medium

  * noble/linux: 6.8.0-20.20 -proposed tracker (LP: #2058221)

  * Noble update: v6.8.1 upstream stable release (LP: #2058224)
- x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
- Documentation/hw-vuln: Add documentation for RFDS
- x86/rfds: Mitigate Register File Data Sampling (RFDS)
- KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
- Linux 6.8.1

  * Autopkgtest failures on amd64 (LP: #2048768)
- [Packaging] update to clang-18

  * Miscellaneous Ubuntu changes
- SAUCE: apparmor4.0.0: LSM stacking v39: fix build error with
  CONFIG_SECURITY=n
- [Config] amd64: MITIGATION_RFDS=y

 -- Paolo Pisati   Mon, 18 Mar 2024 11:08:14
+0100

** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-03-18 Thread Daniel van Vugt
In proposed: https://launchpad.net/ubuntu/+source/linux/6.8.0-19.19

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-03-12 Thread Sebastien Bacher
Andrea already applied it to the kernel config, thanks!

https://lists.ubuntu.com/archives/kernel-team/2024-March/149278.html

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-03-12 Thread Daniel van Vugt
Since my kernel patch for bug 1970069 is being blocked upstream at the
moment, reducing the loglevel to 3 is becoming more of a priority.
Otherwise I don't see us making sufficient progress on bug 1970069.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-02-29 Thread Andrea Righi
For the general use case I think that reducing the verbosity makes
sense. About our testing, I think we're not booting kernels with
"quiet", and if we do we should definitely drop it from the kernel boot
options.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-01-17 Thread Dimitri John Ledkov
I am not sure, which will need to be doublechecked but this may affect
boot testing, regression testing, device cert testing that do look for
these messages.

Hopefully they all know how to hunt for these messages elsehow, rather
than via the graphical console log capture.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-01-15 Thread Daniel van Vugt
Another source of noise is warnings about buggy ACPI implementations (on
some, many, machines). I feel hiding those is a bare minimum because
getting a less buggy BIOS just isn't feasible in most cases. And
displaying the warnings makes Ubuntu look bad.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-01-15 Thread Daniel van Vugt
** Tags added: noble

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049390] Re: Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

2024-01-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2049390

Title:
  Please change CONFIG_CONSOLE_LOGLEVEL_QUIET to 3

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Desktop boot isn't flickerfree today as reported on bug #1970069 , 
one of the reason is that kernel error messages are often being logged and not 
filtered out by our default loglevel
  (one example with usb messages on 
https://launchpadlibrarian.net/598152686/20220422_014058.jpg)

  Fedora is using CONFIG_CONSOLE_LOGLEVEL_QUIET=3 (instead of 4 which is
  the default), they change it 5 years ago
  (https://src.fedoraproject.org/rpms/kernel/c/838818e5), the rational
  is in the commit message that added the configuration option to the
  kernel

  > This for example will allow distros which want quiet to really mean quiet 
to set 
  > CONSOLE_LOGLEVEL_QUIET so that only messages with a higher severity then 
KERN_ERR (CRIT, ALERT, EMERG)
  > get printed, avoiding an endless game of whack-a-mole silencing harmless 
error messages. '

  Could we also get the default change to 3 in Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2049390/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp