[Kernel-packages] [Bug 2051672] Re: [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-22 Thread Matthieu Baerts
> However, I don't see how we can argue that dropping FAN support is
> *not* a regression, even if the kernel we ship does not support it.

I understand.

I guess the situation is a bit particular here. If the official kernel
doesn't support it -- something Ubuntu-specific, not upstreamed -- it
means Ubuntu FAN cannot be used: there is no way to even validate that
these patches work on Ubuntu 24.04. The regression would be more on the
kernel side :)

>> and dropping these patches would stop the diversion with Debian?
>
> That's not a goal of our SRU process. We can always realign with
> Debian during the next devel cycle.

Good point. I just wanted to suggest that dropping these patches could
be seen as a "safer approach" as it is closer to the upstream version,
what is on Debian and other distributions.

> The package does seem to include this in its autopkgtests
> (debian/tests/testsuite.sh), so I think we have that coverage.

Oh, I missed that, thank you for having checked! Good news then!

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

Title:
  [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

Status in iproute2 package in Ubuntu:
  Incomplete

Bug description:
  iproute2 upstream produces releases coinciding with upstream kernel
  releases to support the latest kernel features. Noble's iproute2 is
  still back at v6.1 even though it will use the v6.8 kernel. This means
  we provide no userspace interface for newer features - some of which
  are noted by a networking hardware partner in bug 2060969.

  Ubuntu's iproute2 has diverged from Debian's to add support for Ubuntu
  FAN. Noble has dropped kernel support for Ubuntu FAN, so those are no
  longer needed, and we could now just do a merge. We could also port
  the FAN patches forward if we can identify a need (see the original
  description of this bug to a link to such a port), but I have not done
  any testing with that.

  I have built Debian's iproute2 in a noble ppa at ppa:dannf/test and
  smoke tested it on an amd64 virtual machine:

  ubuntu@cortez-vm-0:~$ sudo dpkg -i iproute2_6.8.0-1~24.04.1_amd64.deb
  (Reading database ... 83134 files and directories currently installed.)
  Preparing to unpack iproute2_6.8.0-1~24.04.1_amd64.deb ...
  Unpacking iproute2 (6.8.0-1~24.04.1) over (6.1.0-1ubuntu6) ...
  dpkg: warning: unable to delete old directory '/etc/iproute2/rt_tables.d': 
Directory not empty
  dpkg: warning: unable to delete old directory '/etc/iproute2/rt_protos.d': 
Directory not empty
  dpkg: warning: unable to delete old directory '/etc/iproute2': Directory not 
empty
  Setting up iproute2 (6.8.0-1~24.04.1) ...
  Removing obsolete conffile /etc/iproute2/group ...
  Removing obsolete conffile /etc/iproute2/rt_realms ...
  Removing obsolete conffile /etc/iproute2/rt_scopes ...
  Removing obsolete conffile /etc/iproute2/rt_tables ...
  Removing obsolete conffile /etc/iproute2/rt_tables.d/README ...
  Removing obsolete conffile /etc/iproute2/rt_protos.d/README ...
  Removing obsolete conffile /etc/iproute2/rt_protos ...
  Removing obsolete conffile /etc/iproute2/rt_dsfield ...
  Removing obsolete conffile /etc/iproute2/nl_protos ...
  Removing obsolete conffile /etc/iproute2/ematch_map ...
  Removing obsolete conffile /etc/iproute2/bpf_pinning ...
  Processing triggers for man-db (2.12.0-4build1) ...

  The system rebooted fine. The ip command seems to behave normally.

  Since the upstream test suite only appears to run at autopkgtest time, I 
triggered a run in my PPA, and it passed:

https://autopkgtest.ubuntu.com/results/autopkgtest-noble-dannf-test/noble/amd64/i/iproute2/20240412_210819_97417@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/2051672/+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 2051672] Re: [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-22 Thread Matthieu Baerts
> I don't think we can justify dropping FAN support in an SRU, so let's
add that port back in.

Even if it will not be used in Ubuntu 24.04, and dropping these patches
would stop the diversion with Debian?


> @matttbe - is there any documentation about upstream compatibility guarantees 
> and regression testing done that you're aware of, or any tests that we could 
> run beyond those in our autopkgtests?

@dannf: IPRoute2 is following the kernel development, and it is not
supposed to break the compatibility with older kernel versions (also
because the kernel's user API is not supposed to break).

There is a test suite included in the source code, but it looks like it
is not tested when building the .deb package, check the 'debian/rules'
file:

override_dh_auto_test:
# upstream test suite needs root and leaves machine unclean, skip it


I never used it, (and it looks like it is not often updated), but IPRoute2 (ip, 
tc, ss, etc.) is also heavily used in the kernel selftests:

$ git grep -cw -e ip -e tc -e ss -- tools/testing/selftests/ | wc -l
635


Maybe these tests are already being validated when building a new kernel for 
Ubuntu? That's another way to validate IPRoute2.

Other than that, Debian is using IPRoute2 versions > 6.1 for a long time
now.

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

Title:
  [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

Status in iproute2 package in Ubuntu:
  Incomplete

Bug description:
  iproute2 upstream produces releases coinciding with upstream kernel
  releases to support the latest kernel features. Noble's iproute2 is
  still back at v6.1 even though it will use the v6.8 kernel. This means
  we provide no userspace interface for newer features - some of which
  are noted by a networking hardware partner in bug 2060969.

  Ubuntu's iproute2 has diverged from Debian's to add support for Ubuntu
  FAN. Noble has dropped kernel support for Ubuntu FAN, so those are no
  longer needed, and we could now just do a merge. We could also port
  the FAN patches forward if we can identify a need (see the original
  description of this bug to a link to such a port), but I have not done
  any testing with that.

  I have built Debian's iproute2 in a noble ppa at ppa:dannf/test and
  smoke tested it on an amd64 virtual machine:

  ubuntu@cortez-vm-0:~$ sudo dpkg -i iproute2_6.8.0-1~24.04.1_amd64.deb
  (Reading database ... 83134 files and directories currently installed.)
  Preparing to unpack iproute2_6.8.0-1~24.04.1_amd64.deb ...
  Unpacking iproute2 (6.8.0-1~24.04.1) over (6.1.0-1ubuntu6) ...
  dpkg: warning: unable to delete old directory '/etc/iproute2/rt_tables.d': 
Directory not empty
  dpkg: warning: unable to delete old directory '/etc/iproute2/rt_protos.d': 
Directory not empty
  dpkg: warning: unable to delete old directory '/etc/iproute2': Directory not 
empty
  Setting up iproute2 (6.8.0-1~24.04.1) ...
  Removing obsolete conffile /etc/iproute2/group ...
  Removing obsolete conffile /etc/iproute2/rt_realms ...
  Removing obsolete conffile /etc/iproute2/rt_scopes ...
  Removing obsolete conffile /etc/iproute2/rt_tables ...
  Removing obsolete conffile /etc/iproute2/rt_tables.d/README ...
  Removing obsolete conffile /etc/iproute2/rt_protos.d/README ...
  Removing obsolete conffile /etc/iproute2/rt_protos ...
  Removing obsolete conffile /etc/iproute2/rt_dsfield ...
  Removing obsolete conffile /etc/iproute2/nl_protos ...
  Removing obsolete conffile /etc/iproute2/ematch_map ...
  Removing obsolete conffile /etc/iproute2/bpf_pinning ...
  Processing triggers for man-db (2.12.0-4build1) ...

  The system rebooted fine. The ip command seems to behave normally.

  Since the upstream test suite only appears to run at autopkgtest time, I 
triggered a run in my PPA, and it passed:

https://autopkgtest.ubuntu.com/results/autopkgtest-noble-dannf-test/noble/amd64/i/iproute2/20240412_210819_97417@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/2051672/+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 2051672] Re: [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-11 Thread Matthieu Baerts
Hi Dann,

Thank you for doing that!

Is there something I can do to help?

Note that I published the modifications I did [1] in a dedicated PPA
[2]. This was a merge with Debian.

If it is no longer needed to support Ubuntu FAN -- see my comment in #3
-- all Ubuntu-specific patches can be removed, and a simple "sync" with
Debian can be done instead.

[1] 
https://code.launchpad.net/~matttbe/ubuntu/+source/iproute2/+git/iproute2/+ref/merge-lp2051672-noble
[2] https://launchpad.net/~matttbe/+archive/ubuntu/iproute2-lp2051672

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

Title:
  [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

Status in iproute2 package in Ubuntu:
  Confirmed

Bug description:
  A few versions have been released and Ubuntu Noble still has the 6.1
  version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
  import the latest version from Debian unstable fixing a bunch of
  issues and supporting features from more recent kernels?

  Please note that Ubuntu Noble 24.04 will probably be shipped with the
  v6.8 kernel [1]. IPRoute v6.1 supports features added up to the v6.1
  kernel, so missing the ones added to earlier versions. Switching to
  the v6.7 now should ease the upgrade to the v6.8 later.

  [1] https://discourse.ubuntu.com/t/introducing-kernel-6-8-for-
  the-24-04-noble-numbat-release/41958

  Upstream ChangeLog:

  - 6.2: https://lore.kernel.org/netdev/20230220105811.674bd304@hermes.local/
  - 6.3: https://lore.kernel.org/netdev/20230427090253.7a92616b@hermes.local/
  - 6.4: https://lore.kernel.org/netdev/20230626093137.2f302acc@hermes.local/
  - 6.5: https://lore.kernel.org/netdev/20230906093918.394a1b1d@hermes.local/
  - 6.6: https://lore.kernel.org/netdev/20231106090325.07092c87@hermes.local/
  - 6.7: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/
  - 6.8: https://lore.kernel.org/netdev/20240311094432.16bf9516@hermes.local/

  (Previous changelog:
  
https://lore.kernel.org/netdev/?q=s%3A%22%5BANNOUNCE%5D+iproute2%22+AND+NOT+s%3A%22Re%3A%22
  )

  ChangeLog from Debian:

  iproute2 (6.8.0-1) unstable; urgency=medium

[ Ceppo ]
* Update Italian po-debconf translation (Closes: #1063002)

[ Luca Boccassi ]
* Add build dependency on libnsl-dev (Closes: #1065214)
* Switch to pkgconf
* Update upstream source from tag 'upstream/6.8.0'
* Drop 0002-ss-show-extra-info-when-processes-is-not-used.patch, merged
  upstream
* Drop iproute2-doc package
* Drop tc/m_xt.so and tc/m_ipt.so, removed upstream

   -- Luca Boccassi <>  Tue, 12 Mar 2024 14:02:38 +

  iproute2 (6.7.0-2) unstable; urgency=medium

    * Backport fix for 'ss' output

   -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +

  iproute2 (6.7.0-1) unstable; urgency=medium

    * Add Italian debconf translation (Closes: #1056582)
    * Update upstream source from tag 'upstream/6.7.0'
    * Bump copyright year ranges in d/copyright
    * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
  merged upstream
    * Default config files moved from /usr/lib to /usr/share

   -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +

  iproute2 (6.6.0-1) unstable; urgency=medium

    * Update upstream source from tag 'upstream/6.6.0'
    * Backport patch to fix configuration installation
    * Remove handling of qt_atm.so, dropped upstream

   -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +

  iproute2 (6.5.0-5) unstable; urgency=medium

    * Use dh-sequence-movetousr

   -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100

  iproute2 (6.5.0-4) unstable; urgency=medium

    * postinst: handle legacy config files only when upgrading from previous
  versions that shipped them
    * postinst: ensure that locally modified legacy config files are
  preserved as overrides on upgrade (Closes: #1051577)
    * Note configuration files location changes in NEWS

   -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100

  iproute2 (6.5.0-3) unstable; urgency=medium

    * Remove further leftovers as part of upstream's move of config to /usr
  (Closes: #1051577)

   -- Luca Boccassi <>  Mon, 11 Sep 2023 09:42:12 +0100

  iproute2 (6.5.0-2) unstable; urgency=medium

    * Add maintscript to remove conffiles that upstream has moved to /usr
  (Closes: #1051577)

   -- Luca Boccassi <>  Sun, 10 Sep 2023 21:28:28 +0100

  iproute2 (6.5.0-1) unstable; urgency=medium

    [ Luca Boccassi ]
    * Use wildcard for Lintian overrides

    [ Peter Kvillegård ]
    * Add Swedish translation of debconf messages (Closes: #1050442)

    [ Luca Boccassi ]
    * Update upstream source from tag 'upstream/6.5.0'
    * Use cap_bpf instead of cap_sys_admin for ip vrf-exec
    * Package-provided config files are now shipped in /usr/iproute2 instead
  of 

[Kernel-packages] [Bug 2051672] Re: Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-03 Thread Matthieu Baerts
Hello,

I was quickly checking if I could help preparing the upgrade of IPRoute2
packages for Noble (before the final freeze).

In short, IPRoute2 has Ubuntu specific modifications. The merge was not
difficult, the code is there:

https://code.launchpad.net/~matttbe/ubuntu/+source/iproute2/+git/iproute2/+ref/merge-
lp2051672-noble

But then, I realised that the 6.8 Linux kernel in Noble no longer
includes Ubuntu FAN support. We could then drop these Ubuntu specific
patches and sync with Debian.

Andrea Righi mentioned this on IRC:

> ubuntu-fan has been temporarily dropped from the noble kernel (see the
discourse post https://discourse.ubuntu.com/t/introducing-
kernel-6-8-for-the-24-04-noble-numbat-release), we're still trying to
figure out if there are still some users that rely on this feature, if
not we can definitely sync with Debian & upgrade

Because the situation is still unknown, it might be good to continue to merge 
IPRoute2 with the version from Debian. In this case, please use the version I 
shared here above. I understand that we might be short on time, but it might be 
good if someone from the Kernel Packages team could have a look at this :)
That would help to support networking features added in Kernel >6.1!

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

Title:
  Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

Status in iproute2 package in Ubuntu:
  Confirmed

Bug description:
  A few versions have been released and Ubuntu Noble still has the 6.1
  version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
  import the latest version from Debian unstable fixing a bunch of
  issues and supporting features from more recent kernels?

  Please note that Ubuntu Noble 24.04 will probably be shipped with the
  v6.8 kernel [1]. IPRoute v6.1 supports features added up to the v6.1
  kernel, so missing the ones added to earlier versions. Switching to
  the v6.7 now should ease the upgrade to the v6.8 later.

  [1] https://discourse.ubuntu.com/t/introducing-kernel-6-8-for-
  the-24-04-noble-numbat-release/41958

  Upstream ChangeLog:

  - 6.2: https://lore.kernel.org/netdev/20230220105811.674bd304@hermes.local/
  - 6.3: https://lore.kernel.org/netdev/20230427090253.7a92616b@hermes.local/
  - 6.4: https://lore.kernel.org/netdev/20230626093137.2f302acc@hermes.local/
  - 6.5: https://lore.kernel.org/netdev/20230906093918.394a1b1d@hermes.local/
  - 6.6: https://lore.kernel.org/netdev/20231106090325.07092c87@hermes.local/
  - 6.7: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/
  - 6.8: https://lore.kernel.org/netdev/20240311094432.16bf9516@hermes.local/

  (Previous changelog:
  
https://lore.kernel.org/netdev/?q=s%3A%22%5BANNOUNCE%5D+iproute2%22+AND+NOT+s%3A%22Re%3A%22
  )

  ChangeLog from Debian:

  iproute2 (6.8.0-1) unstable; urgency=medium

[ Ceppo ]
* Update Italian po-debconf translation (Closes: #1063002)

[ Luca Boccassi ]
* Add build dependency on libnsl-dev (Closes: #1065214)
* Switch to pkgconf
* Update upstream source from tag 'upstream/6.8.0'
* Drop 0002-ss-show-extra-info-when-processes-is-not-used.patch, merged
  upstream
* Drop iproute2-doc package
* Drop tc/m_xt.so and tc/m_ipt.so, removed upstream

   -- Luca Boccassi <>  Tue, 12 Mar 2024 14:02:38 +

  iproute2 (6.7.0-2) unstable; urgency=medium

    * Backport fix for 'ss' output

   -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +

  iproute2 (6.7.0-1) unstable; urgency=medium

    * Add Italian debconf translation (Closes: #1056582)
    * Update upstream source from tag 'upstream/6.7.0'
    * Bump copyright year ranges in d/copyright
    * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
  merged upstream
    * Default config files moved from /usr/lib to /usr/share

   -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +

  iproute2 (6.6.0-1) unstable; urgency=medium

    * Update upstream source from tag 'upstream/6.6.0'
    * Backport patch to fix configuration installation
    * Remove handling of qt_atm.so, dropped upstream

   -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +

  iproute2 (6.5.0-5) unstable; urgency=medium

    * Use dh-sequence-movetousr

   -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100

  iproute2 (6.5.0-4) unstable; urgency=medium

    * postinst: handle legacy config files only when upgrading from previous
  versions that shipped them
    * postinst: ensure that locally modified legacy config files are
  preserved as overrides on upgrade (Closes: #1051577)
    * Note configuration files location changes in NEWS

   -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100

  iproute2 (6.5.0-3) unstable; urgency=medium

    * Remove further leftovers as part of upstream's move of config to /usr
  

[Kernel-packages] [Bug 2051672] Re: Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-03-14 Thread Matthieu Baerts
** Summary changed:

- Merge iproute2 with the latest Debian version: 6.7.0-2 from testing/unstable 
(main)
+ Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable 
(main)

** Description changed:

  A few versions have been released and Ubuntu Noble still has the 6.1
  version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
  import the latest version from Debian unstable fixing a bunch of issues
  and supporting features from more recent kernels?
  
  Please note that Ubuntu Noble 24.04 will probably be shipped with the
  v6.8 kernel [1]. IPRoute v6.1 supports features added up to the v6.1
  kernel, so missing the ones added to earlier versions. Switching to the
  v6.7 now should ease the upgrade to the v6.8 later.
  
  [1] https://discourse.ubuntu.com/t/introducing-kernel-6-8-for-
  the-24-04-noble-numbat-release/41958
  
  Upstream ChangeLog:
  
  - 6.2: https://lore.kernel.org/netdev/20230220105811.674bd304@hermes.local/
  - 6.3: https://lore.kernel.org/netdev/20230427090253.7a92616b@hermes.local/
  - 6.4: https://lore.kernel.org/netdev/20230626093137.2f302acc@hermes.local/
  - 6.5: https://lore.kernel.org/netdev/20230906093918.394a1b1d@hermes.local/
  - 6.6: https://lore.kernel.org/netdev/20231106090325.07092c87@hermes.local/
  - 6.7: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/
+ - 6.8: https://lore.kernel.org/netdev/20240311094432.16bf9516@hermes.local/
  
  (Previous changelog:
  
https://lore.kernel.org/netdev/?q=s%3A%22%5BANNOUNCE%5D+iproute2%22+AND+NOT+s%3A%22Re%3A%22
  )
  
  ChangeLog from Debian:
+ 
+ iproute2 (6.8.0-1) unstable; urgency=medium
+ 
+   [ Ceppo ]
+   * Update Italian po-debconf translation (Closes: #1063002)
+ 
+   [ Luca Boccassi ]
+   * Add build dependency on libnsl-dev (Closes: #1065214)
+   * Switch to pkgconf
+   * Update upstream source from tag 'upstream/6.8.0'
+   * Drop 0002-ss-show-extra-info-when-processes-is-not-used.patch, merged
+ upstream
+   * Drop iproute2-doc package
+   * Drop tc/m_xt.so and tc/m_ipt.so, removed upstream
+ 
+  -- Luca Boccassi <>  Tue, 12 Mar 2024 14:02:38 +
  
  iproute2 (6.7.0-2) unstable; urgency=medium
  
    * Backport fix for 'ss' output
  
   -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +
  
  iproute2 (6.7.0-1) unstable; urgency=medium
  
    * Add Italian debconf translation (Closes: #1056582)
    * Update upstream source from tag 'upstream/6.7.0'
    * Bump copyright year ranges in d/copyright
    * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
  merged upstream
    * Default config files moved from /usr/lib to /usr/share
  
   -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +
  
  iproute2 (6.6.0-1) unstable; urgency=medium
  
    * Update upstream source from tag 'upstream/6.6.0'
    * Backport patch to fix configuration installation
    * Remove handling of qt_atm.so, dropped upstream
  
   -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +
  
  iproute2 (6.5.0-5) unstable; urgency=medium
  
    * Use dh-sequence-movetousr
  
   -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100
  
  iproute2 (6.5.0-4) unstable; urgency=medium
  
    * postinst: handle legacy config files only when upgrading from previous
  versions that shipped them
    * postinst: ensure that locally modified legacy config files are
  preserved as overrides on upgrade (Closes: #1051577)
    * Note configuration files location changes in NEWS
  
   -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100
  
  iproute2 (6.5.0-3) unstable; urgency=medium
  
    * Remove further leftovers as part of upstream's move of config to /usr
  (Closes: #1051577)
  
   -- Luca Boccassi <>  Mon, 11 Sep 2023 09:42:12 +0100
  
  iproute2 (6.5.0-2) unstable; urgency=medium
  
    * Add maintscript to remove conffiles that upstream has moved to /usr
  (Closes: #1051577)
  
   -- Luca Boccassi <>  Sun, 10 Sep 2023 21:28:28 +0100
  
  iproute2 (6.5.0-1) unstable; urgency=medium
  
    [ Luca Boccassi ]
    * Use wildcard for Lintian overrides
  
    [ Peter Kvillegård ]
    * Add Swedish translation of debconf messages (Closes: #1050442)
  
    [ Luca Boccassi ]
    * Update upstream source from tag 'upstream/6.5.0'
    * Use cap_bpf instead of cap_sys_admin for ip vrf-exec
    * Package-provided config files are now shipped in /usr/iproute2 instead
  of /etc/iproute2
  
   -- Luca Boccassi <>  Sat, 09 Sep 2023 16:32:54 +0100
  
  iproute2 (6.4.0-1) unstable; urgency=medium
  
    * Fix patch header Forwarded field
    * Enable ELF metadata stamping
    * Update upstream source from tag 'upstream/6.4.0'
    * Update Lintian overrides
  
   -- Luca Boccassi <>  Fri, 30 Jun 2023 12:16:40 +0100
  
  iproute2 (6.3.0-1) unstable; urgency=medium
  
    * Drop obsolete conflicts/replaces
    * Update upstream source from tag 'upstream/6.3.0'
  
   -- Luca Boccassi <>  Tue, 13 Jun 2023 23:49:37 +0100
  
  iproute2 (6.1.0-3) unstable; urgency=medium
  
    * Ensure 

[Kernel-packages] [Bug 2051672] Re: Merge iproute2 with the latest Debian version: 6.7.0-2 from testing/unstable (main)

2024-02-12 Thread Matthieu Baerts
I hope that's OK if I put the 24.04's feature freeze as milestone.

** Changed in: iproute2 (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

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

Title:
  Merge iproute2 with the latest Debian version: 6.7.0-2 from
  testing/unstable (main)

Status in iproute2 package in Ubuntu:
  New

Bug description:
  A few versions have been released and Ubuntu Noble still has the 6.1
  version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
  import the latest version from Debian unstable fixing a bunch of
  issues and supporting features from more recent kernels?

  Please note that Ubuntu Noble 24.04 will probably be shipped with the
  v6.8 kernel [1]. IPRoute v6.1 supports features added up to the v6.1
  kernel, so missing the ones added to earlier versions. Switching to
  the v6.7 now should ease the upgrade to the v6.8 later.

  [1] https://discourse.ubuntu.com/t/introducing-kernel-6-8-for-
  the-24-04-noble-numbat-release/41958

  Upstream ChangeLog:

  - 6.2: https://lore.kernel.org/netdev/20230220105811.674bd304@hermes.local/
  - 6.3: https://lore.kernel.org/netdev/20230427090253.7a92616b@hermes.local/
  - 6.4: https://lore.kernel.org/netdev/20230626093137.2f302acc@hermes.local/
  - 6.5: https://lore.kernel.org/netdev/20230906093918.394a1b1d@hermes.local/
  - 6.6: https://lore.kernel.org/netdev/20231106090325.07092c87@hermes.local/
  - 6.7: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/

  (Previous changelog:
  
https://lore.kernel.org/netdev/?q=s%3A%22%5BANNOUNCE%5D+iproute2%22+AND+NOT+s%3A%22Re%3A%22
  )

  ChangeLog from Debian:

  iproute2 (6.7.0-2) unstable; urgency=medium

    * Backport fix for 'ss' output

   -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +

  iproute2 (6.7.0-1) unstable; urgency=medium

    * Add Italian debconf translation (Closes: #1056582)
    * Update upstream source from tag 'upstream/6.7.0'
    * Bump copyright year ranges in d/copyright
    * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
  merged upstream
    * Default config files moved from /usr/lib to /usr/share

   -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +

  iproute2 (6.6.0-1) unstable; urgency=medium

    * Update upstream source from tag 'upstream/6.6.0'
    * Backport patch to fix configuration installation
    * Remove handling of qt_atm.so, dropped upstream

   -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +

  iproute2 (6.5.0-5) unstable; urgency=medium

    * Use dh-sequence-movetousr

   -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100

  iproute2 (6.5.0-4) unstable; urgency=medium

    * postinst: handle legacy config files only when upgrading from previous
  versions that shipped them
    * postinst: ensure that locally modified legacy config files are
  preserved as overrides on upgrade (Closes: #1051577)
    * Note configuration files location changes in NEWS

   -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100

  iproute2 (6.5.0-3) unstable; urgency=medium

    * Remove further leftovers as part of upstream's move of config to /usr
  (Closes: #1051577)

   -- Luca Boccassi <>  Mon, 11 Sep 2023 09:42:12 +0100

  iproute2 (6.5.0-2) unstable; urgency=medium

    * Add maintscript to remove conffiles that upstream has moved to /usr
  (Closes: #1051577)

   -- Luca Boccassi <>  Sun, 10 Sep 2023 21:28:28 +0100

  iproute2 (6.5.0-1) unstable; urgency=medium

    [ Luca Boccassi ]
    * Use wildcard for Lintian overrides

    [ Peter Kvillegård ]
    * Add Swedish translation of debconf messages (Closes: #1050442)

    [ Luca Boccassi ]
    * Update upstream source from tag 'upstream/6.5.0'
    * Use cap_bpf instead of cap_sys_admin for ip vrf-exec
    * Package-provided config files are now shipped in /usr/iproute2 instead
  of /etc/iproute2

   -- Luca Boccassi <>  Sat, 09 Sep 2023 16:32:54 +0100

  iproute2 (6.4.0-1) unstable; urgency=medium

    * Fix patch header Forwarded field
    * Enable ELF metadata stamping
    * Update upstream source from tag 'upstream/6.4.0'
    * Update Lintian overrides

   -- Luca Boccassi <>  Fri, 30 Jun 2023 12:16:40 +0100

  iproute2 (6.3.0-1) unstable; urgency=medium

    * Drop obsolete conflicts/replaces
    * Update upstream source from tag 'upstream/6.3.0'

   -- Luca Boccassi <>  Tue, 13 Jun 2023 23:49:37 +0100

  iproute2 (6.1.0-3) unstable; urgency=medium

    * Ensure 'ip mo' resolves to 'ip monitor' (Closes: #1036534)

   -- Luca Boccassi <>  Mon, 22 May 2023 14:19:52 +0100

  iproute2 (6.1.0-2) unstable; urgency=medium

    * Add Romanian language translation for debconf (Closes: #1031917)
    * Bump Standards-Version to 4.6.2, no changes
    * Bump d/copyright year range

   -- Luca Boccassi <>  Sat, 25 Feb 2023 19:46:35 +

To manage notifications 

[Kernel-packages] [Bug 2051672] Re: Sync iproute2 with the latest Debian version: 6.7.0-2 from testing/unstable (main)

2024-01-30 Thread Matthieu Baerts
** Description changed:

  A few versions have been released and Ubuntu Noble still has the 6.1
  version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
  import the latest version from Debian unstable fixing a bunch of issues
  and supporting features from more recent kernels?
  
  Please note that Ubuntu Noble 24.04 will probably be shipped with the
  v6.8 kernel [1]. IPRoute v6.1 supports features added up to the v6.1
  kernel, so missing the ones added to earlier versions. Switching to the
  v6.7 now should ease the upgrade to the v6.8 later.
  
  [1] https://discourse.ubuntu.com/t/introducing-kernel-6-8-for-
  the-24-04-noble-numbat-release/41958
  
+ Upstream ChangeLog:
+ 
+ - 6.2: https://lore.kernel.org/netdev/20230220105811.674bd304@hermes.local/
+ - 6.3: https://lore.kernel.org/netdev/20230427090253.7a92616b@hermes.local/
+ - 6.4: https://lore.kernel.org/netdev/20230626093137.2f302acc@hermes.local/
+ - 6.5: https://lore.kernel.org/netdev/20230906093918.394a1b1d@hermes.local/
+ - 6.6: https://lore.kernel.org/netdev/20231106090325.07092c87@hermes.local/
+ - 6.7: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/
+ 
+ (Previous changelog:
+ 
https://lore.kernel.org/netdev/?q=s%3A%22%5BANNOUNCE%5D+iproute2%22+AND+NOT+s%3A%22Re%3A%22
+ )
  
  ChangeLog from Debian:
  
  iproute2 (6.7.0-2) unstable; urgency=medium
  
-   * Backport fix for 'ss' output
+   * Backport fix for 'ss' output
  
-  -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +
+  -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +
  
  iproute2 (6.7.0-1) unstable; urgency=medium
  
-   * Add Italian debconf translation (Closes: #1056582)
-   * Update upstream source from tag 'upstream/6.7.0'
-   * Bump copyright year ranges in d/copyright
-   * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
- merged upstream
-   * Default config files moved from /usr/lib to /usr/share
+   * Add Italian debconf translation (Closes: #1056582)
+   * Update upstream source from tag 'upstream/6.7.0'
+   * Bump copyright year ranges in d/copyright
+   * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
+ merged upstream
+   * Default config files moved from /usr/lib to /usr/share
  
-  -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +
+  -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +
  
  iproute2 (6.6.0-1) unstable; urgency=medium
  
-   * Update upstream source from tag 'upstream/6.6.0'
-   * Backport patch to fix configuration installation
-   * Remove handling of qt_atm.so, dropped upstream
+   * Update upstream source from tag 'upstream/6.6.0'
+   * Backport patch to fix configuration installation
+   * Remove handling of qt_atm.so, dropped upstream
  
-  -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +
+  -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +
  
  iproute2 (6.5.0-5) unstable; urgency=medium
  
-   * Use dh-sequence-movetousr
+   * Use dh-sequence-movetousr
  
-  -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100
+  -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100
  
  iproute2 (6.5.0-4) unstable; urgency=medium
  
-   * postinst: handle legacy config files only when upgrading from previous
- versions that shipped them
-   * postinst: ensure that locally modified legacy config files are
- preserved as overrides on upgrade (Closes: #1051577)
-   * Note configuration files location changes in NEWS
+   * postinst: handle legacy config files only when upgrading from previous
+ versions that shipped them
+   * postinst: ensure that locally modified legacy config files are
+ preserved as overrides on upgrade (Closes: #1051577)
+   * Note configuration files location changes in NEWS
  
-  -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100
+  -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100
  
  iproute2 (6.5.0-3) unstable; urgency=medium
  
-   * Remove further leftovers as part of upstream's move of config to /usr
- (Closes: #1051577)
+   * Remove further leftovers as part of upstream's move of config to /usr
+ (Closes: #1051577)
  
-  -- Luca Boccassi <>  Mon, 11 Sep 2023 09:42:12 +0100
+  -- Luca Boccassi <>  Mon, 11 Sep 2023 09:42:12 +0100
  
  iproute2 (6.5.0-2) unstable; urgency=medium
  
-   * Add maintscript to remove conffiles that upstream has moved to /usr
- (Closes: #1051577)
+   * Add maintscript to remove conffiles that upstream has moved to /usr
+ (Closes: #1051577)
  
-  -- Luca Boccassi <>  Sun, 10 Sep 2023 21:28:28 +0100
+  -- Luca Boccassi <>  Sun, 10 Sep 2023 21:28:28 +0100
  
  iproute2 (6.5.0-1) unstable; urgency=medium
  
-   [ Luca Boccassi ]
-   * Use wildcard for Lintian overrides
+   [ Luca Boccassi ]
+   * Use wildcard for Lintian overrides
  
-   [ Peter Kvillegård ]
-   * Add Swedish translation of debconf messages (Closes: #1050442)
+   [ Peter Kvillegård ]
+   * Add Swedish translation of debconf messages (Closes: #1050442)
  
-   [ Luca Boccassi ]
-   * Update upstream 

[Kernel-packages] [Bug 2051672] [NEW] Sync iproute2 with the latest Debian version: 6.7.0-2 from testing/unstable (main)

2024-01-30 Thread Matthieu Baerts
Public bug reported:

A few versions have been released and Ubuntu Noble still has the 6.1
version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
import the latest version from Debian unstable fixing a bunch of issues
and supporting features from more recent kernels?

Please note that Ubuntu Noble 24.04 will probably be shipped with the
v6.8 kernel [1]. IPRoute v6.1 supports features added up to the v6.1
kernel, so missing the ones added to earlier versions. Switching to the
v6.7 now should ease the upgrade to the v6.8 later.

[1] https://discourse.ubuntu.com/t/introducing-kernel-6-8-for-
the-24-04-noble-numbat-release/41958

Upstream ChangeLog:

- 6.2: https://lore.kernel.org/netdev/20230220105811.674bd304@hermes.local/
- 6.3: https://lore.kernel.org/netdev/20230427090253.7a92616b@hermes.local/
- 6.4: https://lore.kernel.org/netdev/20230626093137.2f302acc@hermes.local/
- 6.5: https://lore.kernel.org/netdev/20230906093918.394a1b1d@hermes.local/
- 6.6: https://lore.kernel.org/netdev/20231106090325.07092c87@hermes.local/
- 6.7: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/

(Previous changelog:
https://lore.kernel.org/netdev/?q=s%3A%22%5BANNOUNCE%5D+iproute2%22+AND+NOT+s%3A%22Re%3A%22
)

ChangeLog from Debian:

iproute2 (6.7.0-2) unstable; urgency=medium

  * Backport fix for 'ss' output

 -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +

iproute2 (6.7.0-1) unstable; urgency=medium

  * Add Italian debconf translation (Closes: #1056582)
  * Update upstream source from tag 'upstream/6.7.0'
  * Bump copyright year ranges in d/copyright
  * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
merged upstream
  * Default config files moved from /usr/lib to /usr/share

 -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +

iproute2 (6.6.0-1) unstable; urgency=medium

  * Update upstream source from tag 'upstream/6.6.0'
  * Backport patch to fix configuration installation
  * Remove handling of qt_atm.so, dropped upstream

 -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +

iproute2 (6.5.0-5) unstable; urgency=medium

  * Use dh-sequence-movetousr

 -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100

iproute2 (6.5.0-4) unstable; urgency=medium

  * postinst: handle legacy config files only when upgrading from previous
versions that shipped them
  * postinst: ensure that locally modified legacy config files are
preserved as overrides on upgrade (Closes: #1051577)
  * Note configuration files location changes in NEWS

 -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100

iproute2 (6.5.0-3) unstable; urgency=medium

  * Remove further leftovers as part of upstream's move of config to /usr
(Closes: #1051577)

 -- Luca Boccassi <>  Mon, 11 Sep 2023 09:42:12 +0100

iproute2 (6.5.0-2) unstable; urgency=medium

  * Add maintscript to remove conffiles that upstream has moved to /usr
(Closes: #1051577)

 -- Luca Boccassi <>  Sun, 10 Sep 2023 21:28:28 +0100

iproute2 (6.5.0-1) unstable; urgency=medium

  [ Luca Boccassi ]
  * Use wildcard for Lintian overrides

  [ Peter Kvillegård ]
  * Add Swedish translation of debconf messages (Closes: #1050442)

  [ Luca Boccassi ]
  * Update upstream source from tag 'upstream/6.5.0'
  * Use cap_bpf instead of cap_sys_admin for ip vrf-exec
  * Package-provided config files are now shipped in /usr/iproute2 instead
of /etc/iproute2

 -- Luca Boccassi <>  Sat, 09 Sep 2023 16:32:54 +0100

iproute2 (6.4.0-1) unstable; urgency=medium

  * Fix patch header Forwarded field
  * Enable ELF metadata stamping
  * Update upstream source from tag 'upstream/6.4.0'
  * Update Lintian overrides

 -- Luca Boccassi <>  Fri, 30 Jun 2023 12:16:40 +0100

iproute2 (6.3.0-1) unstable; urgency=medium

  * Drop obsolete conflicts/replaces
  * Update upstream source from tag 'upstream/6.3.0'

 -- Luca Boccassi <>  Tue, 13 Jun 2023 23:49:37 +0100

iproute2 (6.1.0-3) unstable; urgency=medium

  * Ensure 'ip mo' resolves to 'ip monitor' (Closes: #1036534)

 -- Luca Boccassi <>  Mon, 22 May 2023 14:19:52 +0100

iproute2 (6.1.0-2) unstable; urgency=medium

  * Add Romanian language translation for debconf (Closes: #1031917)
  * Bump Standards-Version to 4.6.2, no changes
  * Bump d/copyright year range

 -- Luca Boccassi <>  Sat, 25 Feb 2023 19:46:35 +

** Affects: iproute2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: upgrade-software-version

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

Title:
  Sync iproute2 with the latest Debian version: 6.7.0-2 from
  testing/unstable (main)

Status in iproute2 package in Ubuntu:
  New

Bug description:
  A few versions have been released and Ubuntu Noble still has the 6.1
  version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
  import the latest version from Debian unstable fixing a bunch of
  

[Kernel-packages] [Bug 2027983] [NEW] CONFIG_MPTCP_IPV6 is no longer enabled in Raspi Lunar in v6.2.0

2023-07-17 Thread Matthieu Baerts
Public bug reported:

Hello,

First, thank you for maintaining this kernel package for RPi!

When looking at something else[1], Phil Elwell from Raspbian OS noticed
that in the Ubuntu Raspi Lunar image with a kernel v6.2,
CONFIG_MPTCP_IPV6 is not enabled.

I guess this is because CONFIG_IPV6 is compiled as a module while it
should be inlined according to the source code [2][3]:

  CONFIG_IPV6policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 
'y', 's390x': 'y'}>
  CONFIG_IPV6mark note

The note explicitly says that it should not be set as a module.

Note that the previous kernels v5.15 and v5.19 do have CONFIG_IPV6=y
(and CONFIG_MPTCP_IPV6=y) [4]. Also, the last v6.2 "generic" kernel
config is also OK (CONFIG_IPV6=y) [5].

It looks like the v6.2.0-1001.1 [6] was OK but not the next one,
6.2.0-1002.2 [7]. I hope this will help finding the "regression".

Cheers,
Matt

[1] https://github.com/raspberrypi/linux/pull/5487
[2] 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/lunar/tree/debian.raspi/config/annotations
[3] 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/lunar/tree/debian.master/config/annotations
[4] https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux-raspi/
[5] https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux/
[6] 
https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux-raspi/6.2.0-1001.1/arm64-config.flavour.raspi
[7] 
https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux-raspi/6.2.0-1002.2/arm64-config.flavour.raspi

** Affects: linux-raspi (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  CONFIG_MPTCP_IPV6 is no longer enabled in Raspi Lunar in v6.2.0

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  Hello,

  First, thank you for maintaining this kernel package for RPi!

  When looking at something else[1], Phil Elwell from Raspbian OS
  noticed that in the Ubuntu Raspi Lunar image with a kernel v6.2,
  CONFIG_MPTCP_IPV6 is not enabled.

  I guess this is because CONFIG_IPV6 is compiled as a module while it
  should be inlined according to the source code [2][3]:

CONFIG_IPV6policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 
'y', 's390x': 'y'}>
CONFIG_IPV6mark note

  The note explicitly says that it should not be set as a module.

  Note that the previous kernels v5.15 and v5.19 do have CONFIG_IPV6=y
  (and CONFIG_MPTCP_IPV6=y) [4]. Also, the last v6.2 "generic" kernel
  config is also OK (CONFIG_IPV6=y) [5].

  It looks like the v6.2.0-1001.1 [6] was OK but not the next one,
  6.2.0-1002.2 [7]. I hope this will help finding the "regression".

  Cheers,
  Matt

  [1] https://github.com/raspberrypi/linux/pull/5487
  [2] 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/lunar/tree/debian.raspi/config/annotations
  [3] 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/lunar/tree/debian.master/config/annotations
  [4] https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux-raspi/
  [5] https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux/
  [6] 
https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux-raspi/6.2.0-1001.1/arm64-config.flavour.raspi
  [7] 
https://kernel.ubuntu.com/~kernel-ppa/config/lunar/linux-raspi/6.2.0-1002.2/arm64-config.flavour.raspi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2027983/+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 1885730] Re: Please switch default, hwe, oem kernel flavours governor to CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y , such that advanced userspace utilities such as game-mode can be

2020-08-26 Thread Matthieu Baerts
@Dimitry: Are we not safe on 20.04 because the "ondemand" systemd
service is still there and will switch to "ondemand" CPU freq governor
after boot?

This service has been removed in systemd 245.5-1. Are there plan to
backport this to 20.04.2?

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

Title:
  Please switch default, hwe, oem kernel flavours governor to
  CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y , such that advanced userspace
  utilities such as game-mode can be later used to rev-up to to
  performance, or rev-down to powersave.

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.6 package in Ubuntu:
  Confirmed
Status in linux-riscv package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  Triaged
Status in linux-oem-5.6 source package in Focal:
  Confirmed
Status in linux-riscv source package in Focal:
  Confirmed
Status in systemd source package in Focal:
  Fix Released
Status in linux source package in Groovy:
  In Progress
Status in linux-oem-5.6 source package in Groovy:
  Confirmed
Status in linux-riscv source package in Groovy:
  Confirmed
Status in systemd source package in Groovy:
  Invalid

Bug description:
  [Impact]

   * Kernel should have sensible default governor set to
  CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y for the generic, hwe, raspi,
  riscv, oem kernel flavours in Focal and Groovy+.

   * ondemand.service must not be shipped by systemd package

   * kvm flavour, cloud-kernels flavours should continue using
  performance governor.

   * Users should be given control to rev-up to performance, or rev-down
  to powersave using other tools, i.e. game-mode and/or similar CLI or
  GUI tools (these are scheduled to be integrated on Ubuntu platform
  later).

  [Test Case]

   * Boot ubuntu generic, hwe, or oem kernel

   * Check that default governor is ondemand

   * Check that ondemand.service is not active

  [Regression Potential]

   * ondemand governor is the best kernel default as recently analyzed
  by colin king, it gives a balance bootspeed and power, giving as
  responsive machines whilst not wasting power. It is the best
  experience we can give our users by default.

  [Other Info]

   * It is up to the user to elect/switch to powersave for maximum
  battery life, or to the performance for maximum processing power (i.e.
  gaming / computation).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1885730/+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 1885730] Re: Bring back ondemand.service or switch kernel default governor for pstate - pstate now defaults to performance governor

2020-07-30 Thread Matthieu Baerts
Hello!

Regarding the comment #8, I didn't get the same positive experience on
my side. It was more closer to what is described in comment #9. See bug
1889479 for more details.

I would suggest switching back to powersave/ondemand either with a new
service or the kernel config. Having a dedicated service could be
confusing for people who try to change the kernel settings. But it could
be more flexible.

Cheers,
Matt

-- 
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/1885730

Title:
  Bring back ondemand.service or switch kernel default governor for
  pstate - pstate now defaults to performance governor

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid
Status in linux source package in Groovy:
  Confirmed
Status in systemd source package in Groovy:
  Invalid

Bug description:
  In a recent merge from Debian we lost ondemand.service, meaning all
  CPUs now run in Turbo all the time when idle, which is clearly
  suboptimal.

  The discussion in bug 1806012 seems misleading, focusing on p-state vs
  other drivers, when in fact, the script actually set the default
  governor for the pstate driver on platforms that use pstate.
  Everything below only looks at systems that use pstate.

  pstate has two governors: performance and powerstate. performance runs
  CPU at maximum frequency constantly, and powersave can be configured
  using various energy profiles energy profiles:

  - performance
  - balanced performance
  - balanced power
  - power

  It defaults to balanced performance, I think, but I'm not sure.

  Whether performance governor is faster than powersave governor is not
  even clear.
  https://www.phoronix.com/scan.php?page=article=linux50-pstate-
  cpufreq=5 benchmarked them, but did not benchmark the individual
  energy profiles.

  For a desktop/laptop, the expected behavior is the powersave governor
  with balanced_performance on AC and balanced_power on battery.

  I don't know about servers or VMs, but the benchmark series seems to
  indicate it does not really matter much performance wise.

  I think most other distributions configure their kernels to use the
  powersave governor by default, whereas we configure it to use the
  performance governor and then switch it later in the boot to get the
  maximum performance during bootup. It's not clear to me that's
  actually useful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1885730/+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 1170917] Re: IP: [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]; RIP: 0010:[ffffffffa01b6c05] [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [rade

2013-12-22 Thread Matthieu Baerts
Hello Christopher,

I confirm that I still have this crash when using the lastest RC version of the 
kernel (v3.13 RC3) on Ubuntu Trusty.
Note that this bug has also been reported to DRI DRM/Radeon devs: 
https://bugs.freedesktop.org/show_bug.cgi?id=71930

** Bug watch added: freedesktop.org Bugzilla #71930
   https://bugs.freedesktop.org/show_bug.cgi?id=71930

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

-- 
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/1170917

Title:
  IP: [a01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon];
  RIP: 0010:[a01b6c05]  [a01b6c05]
  r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  With using Kernel 3.8 and newer sometimes I have a kernel OOPS at startup and 
it seems it's because I switch off my ATI card.
  I added this line in my /etc/rc.local file:
     echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch. I'm
  using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  WORKAROUND for kernel versions  3.12: Note that I no longer have this crash 
if I remove this line from /etc/init/lightdm.conf :
  echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  With the Kernel 3.12, we always have this crash even if we disable
  this card before launching X11.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 1170917] Re: 1002:9480 IP: [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]; RIP: 0010:[ffffffffa01b6c05] [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0

2013-12-22 Thread Matthieu Baerts
 Despite this, would it be possible to either free up some space on
your main drive, or do the bisect from your backup drive?

Unfortunately it's currently not possible... I've to find some free time
and to buy a new drive.

I know that it's maybe not the same but a few bisects have also be made
by other people there:
https://bugs.freedesktop.org/show_bug.cgi?id=70687 and
https://bugzilla.kernel.org/show_bug.cgi?id=61891

I'll try to do that asap but not before the next month :-/

-- 
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/1170917

Title:
  1002:9480 IP: [a01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110
  [radeon]; RIP: 0010:[a01b6c05]  [a01b6c05]
  r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  With using Kernel 3.8 and newer sometimes I have a kernel OOPS at startup and 
it seems it's because I switch off my ATI card. I added this line in my 
/etc/rc.local file:
  echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this previous 
command is launched before or after that X11's launch. I didn't have this bug 
with Precise and Quantal. It seems that this bug has already reported to there:
  https://bugzilla.kernel.org/show_bug.cgi?id=49531
  https://bugs.freedesktop.org/show_bug.cgi?id=61529

  WORKAROUND for kernel versions  3.12: Note that I no longer have this crash 
if I remove this line from /etc/init/lightdm.conf :
  echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  With the Kernel 3.12, we always have this crash even if we disable
  this card before launching X11.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 659143] Re: 64bit-only: regression: kernels =2.6.34: rt2800pci: load firmware Error with ralink [1814:0781]

2013-11-25 Thread Matthieu Baerts
Hello Luis,

Unfortunately, I no longer have this wireless card.
As this bug is fixed, maybe there is another problem.

Feel free to open a new bug report and don't hesitate to indicate that
the problem looks the same as this one but with a newer kernel.

-- 
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/659143

Title:
  64bit-only: regression: kernels =2.6.34: rt2800pci: load firmware
  Error with ralink [1814:0781]

Status in The Linux Kernel:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Maverick:
  Fix Released

Bug description:
  [UPDATE Dec 16, 2010]
  My fix is in linux-next. See comment 16.

  UPSTREAM:
  
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2010-November/002310.html

  HARDWARE:
  RaLink RT2860 [1814:0781]
  rt2x00_set_chip: Info - Chipset detected - rt: 2872, rf: 0003, rev: 0200.

  SYMPTOM:
  Syslog says: phy0 -  rt2800pci_load_firmware: Error - PBF system register 
not ready..

  WLAN does not work at all. The Network Manager Applet says: Wireless 
networks disconnected.
  That log entry comes from module rt2800lib which is pulled in by module 
rt2800pci. 
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=drivers/net/wireless/rt2x00/rt2800lib.c;hb=HEAD)

  WHERE:
  In summary this happens on all tested ubuntu and debian 64 bit kernels 2.6.34 
or newer, but not on 2.6.33 or older. It does however work on fedora's 2.6.35 
64 bit live.

  POSSIBLE DUPLICATES:
  bug #594866 (ref. comment 10)

  WHERE IN DETAIL:
  where it happens:
  In final maverick 64 bit live.

  This also happens on the 2.6.36rc8 mainline kernel in a current installed 
maverick.
  Also happens there with compat-wireless-2010-10-20.

  Also happens on lucid with a backported natty kernel: (details in comment #5)
  on lucid (installed) 64bit:
  Linux w 2.6.36-1-generic #7~lucid1-Ubuntu
  Both with this kernels stock rt2800pci and with self compiled 
compat-wireless-2010-10-25-pc.

  Also happens with that 2.6.36-1.7~lucid1 kernel (natty for lucid from
  kernel team ppa) on maverick. The rt2800pci (stock from that kernel)
  produced the load firmware error. (comment #3)

  Happens with debian live (aptosid) kernel 2.6.35 64 bit, but not with
  32bit. (ref. comment 6)

  Happens with 2.6.34 (ref. comment 7)

  This bug does not happen with:
  not with 2.6.33 (ref. comment 7)

  This does not happen on 32 bit maverick live where WLAN works (out of
  the box) just as well as with the rt2860sta.

  Does _not_ happen with compat-wireless-2010-10-25-pc on lucid 64bit
  with the standard 2.6.32 kernel. It can connect. (Ping is 1000-25000ms
  though.)

  Does _not_ happen with compat-wireless-2010-10-25-pc on maverick
  (2.6.35 kernel) 32 bit live (ping went from good to 1000ms there
  within a minute after connecting however, but that is beside the point
  here.)

  This does not happen on Fedora 14 beta live 64bit. (I achieved a
  respectable 10Mb/s with iperf in ad hoc mode with the rt2800pci.
  rt2860sta is not included.)

  Not with 32 bit lucid:
  Linux ubu 2.6.32-24-generic (ref. comment 8)

  Not with 2.6.37rc1 32 bit (ref. comment 9)

  REPRODUCIBILITY: 100%
  best keep the competing rt2860sta from loading with the entry install 
rt2860sta /bin/false in a file in /etc/modprobe.d/;
  maverick also comes with the rt2860sta module which will often load and get 
used if it is just blacklisted (blacklist rt2860sta);

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-22-generic 2.6.35-22.33
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  AudioDevicesInUse:
   Cannot stat file /proc/3101/fd/40: Stale NFS file handle
    USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3097 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf480 irq 46'
     Mixer name : 'Intel Cantiga HDMI'
     Components : 'HDA:10ec0268,1025013c,00100101 
HDA:14f12c06,10250093,0010 HDA:80862802,80860101,0010'
     Controls  : 21
     Simple ctrls  : 12
  Date: Tue Oct 12 12:23:21 2010
  LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: Acer Extensa 5630
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz boot=casper 
iso-scan/filename=/boot/isostick/hostname/hostname-10.10-desktop-amd64.iso 
noprompt --
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38
  SourcePackage: linux
  StagingDrivers: rt2860sta
  Title: [STAGING]
  

[Kernel-packages] [Bug 659143] Re: 64bit-only: regression: kernels =2.6.34: rt2800pci: load firmware Error with ralink [1814:0781]

2013-11-25 Thread Matthieu Baerts
According to Wolfgang, this issue was only affected 64 bits users.
But your problem is certainly not exactly the same as this one.

-- 
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/659143

Title:
  64bit-only: regression: kernels =2.6.34: rt2800pci: load firmware
  Error with ralink [1814:0781]

Status in The Linux Kernel:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Maverick:
  Fix Released

Bug description:
  [UPDATE Dec 16, 2010]
  My fix is in linux-next. See comment 16.

  UPSTREAM:
  
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2010-November/002310.html

  HARDWARE:
  RaLink RT2860 [1814:0781]
  rt2x00_set_chip: Info - Chipset detected - rt: 2872, rf: 0003, rev: 0200.

  SYMPTOM:
  Syslog says: phy0 -  rt2800pci_load_firmware: Error - PBF system register 
not ready..

  WLAN does not work at all. The Network Manager Applet says: Wireless 
networks disconnected.
  That log entry comes from module rt2800lib which is pulled in by module 
rt2800pci. 
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=drivers/net/wireless/rt2x00/rt2800lib.c;hb=HEAD)

  WHERE:
  In summary this happens on all tested ubuntu and debian 64 bit kernels 2.6.34 
or newer, but not on 2.6.33 or older. It does however work on fedora's 2.6.35 
64 bit live.

  POSSIBLE DUPLICATES:
  bug #594866 (ref. comment 10)

  WHERE IN DETAIL:
  where it happens:
  In final maverick 64 bit live.

  This also happens on the 2.6.36rc8 mainline kernel in a current installed 
maverick.
  Also happens there with compat-wireless-2010-10-20.

  Also happens on lucid with a backported natty kernel: (details in comment #5)
  on lucid (installed) 64bit:
  Linux w 2.6.36-1-generic #7~lucid1-Ubuntu
  Both with this kernels stock rt2800pci and with self compiled 
compat-wireless-2010-10-25-pc.

  Also happens with that 2.6.36-1.7~lucid1 kernel (natty for lucid from
  kernel team ppa) on maverick. The rt2800pci (stock from that kernel)
  produced the load firmware error. (comment #3)

  Happens with debian live (aptosid) kernel 2.6.35 64 bit, but not with
  32bit. (ref. comment 6)

  Happens with 2.6.34 (ref. comment 7)

  This bug does not happen with:
  not with 2.6.33 (ref. comment 7)

  This does not happen on 32 bit maverick live where WLAN works (out of
  the box) just as well as with the rt2860sta.

  Does _not_ happen with compat-wireless-2010-10-25-pc on lucid 64bit
  with the standard 2.6.32 kernel. It can connect. (Ping is 1000-25000ms
  though.)

  Does _not_ happen with compat-wireless-2010-10-25-pc on maverick
  (2.6.35 kernel) 32 bit live (ping went from good to 1000ms there
  within a minute after connecting however, but that is beside the point
  here.)

  This does not happen on Fedora 14 beta live 64bit. (I achieved a
  respectable 10Mb/s with iperf in ad hoc mode with the rt2800pci.
  rt2860sta is not included.)

  Not with 32 bit lucid:
  Linux ubu 2.6.32-24-generic (ref. comment 8)

  Not with 2.6.37rc1 32 bit (ref. comment 9)

  REPRODUCIBILITY: 100%
  best keep the competing rt2860sta from loading with the entry install 
rt2860sta /bin/false in a file in /etc/modprobe.d/;
  maverick also comes with the rt2860sta module which will often load and get 
used if it is just blacklisted (blacklist rt2860sta);

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-22-generic 2.6.35-22.33
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  AudioDevicesInUse:
   Cannot stat file /proc/3101/fd/40: Stale NFS file handle
    USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3097 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf480 irq 46'
     Mixer name : 'Intel Cantiga HDMI'
     Components : 'HDA:10ec0268,1025013c,00100101 
HDA:14f12c06,10250093,0010 HDA:80862802,80860101,0010'
     Controls  : 21
     Simple ctrls  : 12
  Date: Tue Oct 12 12:23:21 2010
  LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: Acer Extensa 5630
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz boot=casper 
iso-scan/filename=/boot/isostick/hostname/hostname-10.10-desktop-amd64.iso 
noprompt --
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38
  SourcePackage: linux
  StagingDrivers: rt2860sta
  Title: [STAGING]
  dmi.bios.date: 12/05/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.25
  dmi.board.name: Homa
  

[Kernel-packages] [Bug 659143] Re: 64bit-only: regression: kernels =2.6.34: rt2800pci: load firmware Error with ralink [1814:0781]

2013-11-25 Thread Matthieu Baerts
Annoying :-/
Then don't forget to link your new bug report with this one :-)

-- 
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/659143

Title:
  64bit-only: regression: kernels =2.6.34: rt2800pci: load firmware
  Error with ralink [1814:0781]

Status in The Linux Kernel:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Maverick:
  Fix Released

Bug description:
  [UPDATE Dec 16, 2010]
  My fix is in linux-next. See comment 16.

  UPSTREAM:
  
http://rt2x00.serialmonkey.com/pipermail/users_rt2x00.serialmonkey.com/2010-November/002310.html

  HARDWARE:
  RaLink RT2860 [1814:0781]
  rt2x00_set_chip: Info - Chipset detected - rt: 2872, rf: 0003, rev: 0200.

  SYMPTOM:
  Syslog says: phy0 -  rt2800pci_load_firmware: Error - PBF system register 
not ready..

  WLAN does not work at all. The Network Manager Applet says: Wireless 
networks disconnected.
  That log entry comes from module rt2800lib which is pulled in by module 
rt2800pci. 
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=drivers/net/wireless/rt2x00/rt2800lib.c;hb=HEAD)

  WHERE:
  In summary this happens on all tested ubuntu and debian 64 bit kernels 2.6.34 
or newer, but not on 2.6.33 or older. It does however work on fedora's 2.6.35 
64 bit live.

  POSSIBLE DUPLICATES:
  bug #594866 (ref. comment 10)

  WHERE IN DETAIL:
  where it happens:
  In final maverick 64 bit live.

  This also happens on the 2.6.36rc8 mainline kernel in a current installed 
maverick.
  Also happens there with compat-wireless-2010-10-20.

  Also happens on lucid with a backported natty kernel: (details in comment #5)
  on lucid (installed) 64bit:
  Linux w 2.6.36-1-generic #7~lucid1-Ubuntu
  Both with this kernels stock rt2800pci and with self compiled 
compat-wireless-2010-10-25-pc.

  Also happens with that 2.6.36-1.7~lucid1 kernel (natty for lucid from
  kernel team ppa) on maverick. The rt2800pci (stock from that kernel)
  produced the load firmware error. (comment #3)

  Happens with debian live (aptosid) kernel 2.6.35 64 bit, but not with
  32bit. (ref. comment 6)

  Happens with 2.6.34 (ref. comment 7)

  This bug does not happen with:
  not with 2.6.33 (ref. comment 7)

  This does not happen on 32 bit maverick live where WLAN works (out of
  the box) just as well as with the rt2860sta.

  Does _not_ happen with compat-wireless-2010-10-25-pc on lucid 64bit
  with the standard 2.6.32 kernel. It can connect. (Ping is 1000-25000ms
  though.)

  Does _not_ happen with compat-wireless-2010-10-25-pc on maverick
  (2.6.35 kernel) 32 bit live (ping went from good to 1000ms there
  within a minute after connecting however, but that is beside the point
  here.)

  This does not happen on Fedora 14 beta live 64bit. (I achieved a
  respectable 10Mb/s with iperf in ad hoc mode with the rt2800pci.
  rt2860sta is not included.)

  Not with 32 bit lucid:
  Linux ubu 2.6.32-24-generic (ref. comment 8)

  Not with 2.6.37rc1 32 bit (ref. comment 9)

  REPRODUCIBILITY: 100%
  best keep the competing rt2860sta from loading with the entry install 
rt2860sta /bin/false in a file in /etc/modprobe.d/;
  maverick also comes with the rt2860sta module which will often load and get 
used if it is just blacklisted (blacklist rt2860sta);

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-22-generic 2.6.35-22.33
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  AudioDevicesInUse:
   Cannot stat file /proc/3101/fd/40: Stale NFS file handle
    USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 3097 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf480 irq 46'
     Mixer name : 'Intel Cantiga HDMI'
     Components : 'HDA:10ec0268,1025013c,00100101 
HDA:14f12c06,10250093,0010 HDA:80862802,80860101,0010'
     Controls  : 21
     Simple ctrls  : 12
  Date: Tue Oct 12 12:23:21 2010
  LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  MachineType: Acer Extensa 5630
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz boot=casper 
iso-scan/filename=/boot/isostick/hostname/hostname-10.10-desktop-amd64.iso 
noprompt --
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38
  SourcePackage: linux
  StagingDrivers: rt2860sta
  Title: [STAGING]
  dmi.bios.date: 12/05/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.25
  dmi.board.name: Homa
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  

[Kernel-packages] [Bug 1170917] Re: IP: [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]; RIP: 0010:[ffffffffa01b6c05] [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [rade

2013-11-23 Thread Matthieu Baerts
Hello Christopher,

Sorry for the delay.
I'm currently not able to bisect this bug simply because I've not enough free 
space on my hard disk...
Maybe I can test a patch or a specific version and used my ppa to compile that 
but I don't know if it will help.

Note that it seems I'm not the only one with this bug, here is what I found:
* https://bugs.freedesktop.org/show_bug.cgi?id=70687 (DRI DRM/Radeon)
* https://bugzilla.kernel.org/show_bug.cgi?id=61891 (DRI, non Intel)

I hope it will help :-)

** Bug watch added: freedesktop.org Bugzilla #70687
   https://bugs.freedesktop.org/show_bug.cgi?id=70687

** Bug watch added: Linux Kernel Bug Tracker #61891
   http://bugzilla.kernel.org/show_bug.cgi?id=61891

-- 
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/1170917

Title:
  IP: [a01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon];
  RIP: 0010:[a01b6c05]  [a01b6c05]
  r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  With using Kernel 3.8 and newer sometimes I have a kernel OOPS at startup and 
it seems it's because I switch off my ATI card.
  I added this line in my /etc/rc.local file:
     echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch. I'm
  using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  WORKAROUND for kernel versions  3.12: Note that I no longer have this crash 
if I remove this line from /etc/init/lightdm.conf :
  echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  With the Kernel 3.12, we always have this crash even if we disable
  this card before launching X11.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 987298] Re: Sound card takes time to be initialised

2013-11-17 Thread Matthieu Baerts
PS: sorry to not have updated this status when the bug was fixed.

-- 
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/987298

Title:
  Sound card takes time to be initialised

Status in The Linux Kernel:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  It seems my sound card takes time to be initialised. `dmesg` shows me
  a lot of lines with: hda-intel: spurious response. After that I have
  this line: hda_intel: azx_get_response timeout, switching to
  single_cmd mode and then a lot of lines with this message: hda-
  codec: out of range Note that the sound work but it's a bit annoying
  because ligthdm is frozen until the sound works...

  According to this document:
   = http://www.mjmwired.net/kernel/Documentation/sound/alsa/HD-Audio.txt#81
  It seems that it's a knowing bug but how can I help to fix it? :)

  WORKAROUND: I can load snd-hda-intel module with this option:
  probe_mask=0x103

  or by adding this line in /etc/modprobe.d/alsa-base.conf :
  options snd-hda-intel probe_mask=0x103

  I still have no sound at start-up (the first 30-40 seconds) and I
  still have a lot of errors messages with dmesg but now lightdm is no
  longer frozen for a few time.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-23-generic 3.2.0-23.36
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mbaerts2064 F pulseaudio
   /dev/snd/controlC0:  mbaerts2064 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2064 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf1e0 irq 49'
     Mixer name : 'Realtek ALC269VB'
     Components : 'HDA:10ec0269,1b0a205a,00100100'
     Controls  : 26
     Simple ctrls  : 14
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf003 irq 50'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100100'
     Controls  : 6
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Mon Apr 23 15:28:19 2012
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro pcie_aspm=force
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/987298/+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 987298] Re: Sound card takes time to be initialised

2013-11-17 Thread Matthieu Baerts
@Christopher: This bug has been fixed in the kernel 3.5, so yes, it should be 
fixed when using Ubuntu 12.04.3 with the kernel 3.8.
I guess I can change the status to 'Fix Released'

Note that with this new kernel, there is another bug: LP: #1170917

** Changed in: linux (Ubuntu)
   Status: Incomplete = 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/987298

Title:
  Sound card takes time to be initialised

Status in The Linux Kernel:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released

Bug description:
  It seems my sound card takes time to be initialised. `dmesg` shows me
  a lot of lines with: hda-intel: spurious response. After that I have
  this line: hda_intel: azx_get_response timeout, switching to
  single_cmd mode and then a lot of lines with this message: hda-
  codec: out of range Note that the sound work but it's a bit annoying
  because ligthdm is frozen until the sound works...

  According to this document:
   = http://www.mjmwired.net/kernel/Documentation/sound/alsa/HD-Audio.txt#81
  It seems that it's a knowing bug but how can I help to fix it? :)

  WORKAROUND: I can load snd-hda-intel module with this option:
  probe_mask=0x103

  or by adding this line in /etc/modprobe.d/alsa-base.conf :
  options snd-hda-intel probe_mask=0x103

  I still have no sound at start-up (the first 30-40 seconds) and I
  still have a lot of errors messages with dmesg but now lightdm is no
  longer frozen for a few time.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-23-generic 3.2.0-23.36
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mbaerts2064 F pulseaudio
   /dev/snd/controlC0:  mbaerts2064 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2064 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf1e0 irq 49'
     Mixer name : 'Realtek ALC269VB'
     Components : 'HDA:10ec0269,1b0a205a,00100100'
     Controls  : 26
     Simple ctrls  : 14
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf003 irq 50'
     Mixer name : 'ATI R6xx HDMI'
     Components : 'HDA:1002aa01,00aa0100,00100100'
     Controls  : 6
     Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Mon Apr 23 15:28:19 2012
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  ProcFB:
   0 radeondrmfb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro pcie_aspm=force
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/987298/+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 1170917] Re: IP: [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]; RIP: 0010:[ffffffffa01b6c05] [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [rade

2013-11-07 Thread Matthieu Baerts
@Christopher: sorry, there is no option to disable this card in BIOS of
my laptop.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Description changed:

  With using Kernel 3.8 and newer sometimes I have a kernel OOPS at startup and 
it seems it's because I switch off my ATI card.
  I added this line in my /etc/rc.local file:
     echo OFF  /sys/kernel/debug/vgaswitcheroo/switch
  
  I don't have this bug each time but I guess it depends if this previous
  command is launched before or after that X11's launch. I'm using this
  card: Mobility Radeon HD 4650.
  
  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.
  
- WORKAROUND: Note that I no longer have this crash if I remove this line from 
/etc/init/lightdm.conf :
- echo OFF  /sys/kernel/debug/vgaswitcheroo/switch
+ WORKAROUND for kernel versions  3.12: Note that I no longer have this crash 
if I remove this line from /etc/init/lightdm.conf :
+ echo OFF  /sys/kernel/debug/vgaswitcheroo/switch
+ 
+ With the Kernel 3.12, we always have this crash even if we disable this
+ card before launching X11.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

-- 
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/1170917

Title:
  IP: [a01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon];
  RIP: 0010:[a01b6c05]  [a01b6c05]
  r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  With using Kernel 3.8 and newer sometimes I have a kernel OOPS at startup and 
it seems it's because I switch off my ATI card.
  I added this line in my /etc/rc.local file:
     echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch. I'm
  using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  WORKAROUND for kernel versions  3.12: Note that I no longer have this crash 
if I remove this line from /etc/init/lightdm.conf :
  echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  With the Kernel 3.12, we always have this crash even if we disable
  this card before launching X11.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  

[Kernel-packages] [Bug 1170917] Re: IP: [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]; RIP: 0010:[ffffffffa01b6c05] [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [rade

2013-11-05 Thread Matthieu Baerts
@Christopher

 so the default Trusty kernel crashes immediately

Yes. According to the backtrace, it's due to the Radeon driver (there are some 
lines with 'r600_pcie(...)').
I can take a picture but should I open a new bug report?

-- 
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/1170917

Title:
  IP: [a01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon];
  RIP: 0010:[a01b6c05]  [a01b6c05]
  r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  With using Kernel 3.8 and newer sometimes I have a kernel OOPS at startup and 
it seems it's because I switch off my ATI card.
  I added this line in my /etc/rc.local file:
     echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch. I'm
  using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 1170917] Re: IP: [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]; RIP: 0010:[ffffffffa01b6c05] [ffffffffa01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [rade

2013-11-04 Thread Matthieu Baerts
@Christopher: I'm now using Ubuntu Trusty but I'm not able to start kernel 
3.12, it crashes immediately.
The backtrace is not available in /var/log/kern.log, what can I do more? Do you 
want a screenshot of this crash?

-- 
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/1170917

Title:
  IP: [a01b6c05] r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon];
  RIP: 0010:[a01b6c05]  [a01b6c05]
  r600_pcie_gart_tlb_flush+0xf5/0x110 [radeon]

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  With using Kernel 3.8 and newer sometimes I have a kernel OOPS at startup and 
it seems it's because I switch off my ATI card.
  I added this line in my /etc/rc.local file:
     echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch. I'm
  using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 1170917] Re: Powering down inactive GPU while running X causes NULL pointer dereference

2013-11-03 Thread Matthieu Baerts
@Christopher: without the workaround given in comment #7 I had this
problem with the development version of Saucy.

Now, I'm using Trusty and I have kernel oops (due to the Radeon module)
when using the kernel 3.12 (I have to report a new bug...)

** Changed in: linux (Ubuntu)
   Status: Incomplete = 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/1170917

Title:
  Powering down inactive GPU while running X causes NULL pointer
  dereference

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I'm using Ubuntu Raring 13.04 with the latest version of the kernel
  available in these repos (3.8.0-19.29).

  Sometimes I have a kernel OOPS at startup and it seems it's because I switch 
off my ATI card.
  I added this line in my /etc/rc.local file:
 echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch.

  I'm using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 1170917] Re: Powering down inactive GPU while running X causes NULL pointer dereference

2013-11-03 Thread Matthieu Baerts
@Christopher: I didn't have this bug with Precise and Raring (I've not
tested with Precise and the kernel 3.8 but I guess we still have this
bug)

-- 
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/1170917

Title:
  Powering down inactive GPU while running X causes NULL pointer
  dereference

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I'm using Ubuntu Raring 13.04 with the latest version of the kernel
  available in these repos (3.8.0-19.29).

  Sometimes I have a kernel OOPS at startup and it seems it's because I switch 
off my ATI card.
  I added this line in my /etc/rc.local file:
 echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch.

  I'm using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 1170917] Re: Powering down inactive GPU while running X causes NULL pointer dereference

2013-11-03 Thread Matthieu Baerts
Sorry, I would said: 'I didn't have this bug with Precise and *Quantal*'

I've this bug when using Kernel 3.8 and newer. When using Precise
12.04.0 or Quantal 12.10, I didn't have this bug because the version of
the kernel is  3.8. But with Precise 12.04.3 (kernel 3.8), I guess this
bug is there :-)

-- 
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/1170917

Title:
  Powering down inactive GPU while running X causes NULL pointer
  dereference

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I'm using Ubuntu Raring 13.04 with the latest version of the kernel
  available in these repos (3.8.0-19.29).

  Sometimes I have a kernel OOPS at startup and it seems it's because I switch 
off my ATI card.
  I added this line in my /etc/rc.local file:
 echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch.

  I'm using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 1170917] Re: Powering down inactive GPU while running X causes NULL pointer dereference

2013-09-08 Thread Matthieu Baerts
I forgot to say this: for those who have this bug, simply add this line
in a service which is launched before X' start (e.g. in
/etc/init/lightdm.conf, just after the line with 'script'):

echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

-- 
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/1170917

Title:
  Powering down inactive GPU while running X causes NULL pointer
  dereference

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Hello,

  I'm using Ubuntu Raring 13.04 with the latest version of the kernel
  available in these repos (3.8.0-19.29).

  Sometimes I have a kernel OOPS at startup and it seems it's because I switch 
off my ATI card.
  I added this line in my /etc/rc.local file:
 echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch.

  I'm using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1170917/+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 1170917] Re: Powering down inactive GPU while running X causes NULL pointer dereference

2013-09-04 Thread Matthieu Baerts
I now have this crash all the time at startup (I'm using Ubuntu 13.10,
kernel 3.11)

-- 
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/1170917

Title:
  Powering down inactive GPU while running X causes NULL pointer
  dereference

Status in Direct Rendering Infrastructure:
  Confirmed
Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Hello,

  I'm using Ubuntu Raring 13.04 with the latest version of the kernel
  available in these repos (3.8.0-19.29).

  Sometimes I have a kernel OOPS at startup and it seems it's because I switch 
off my ATI card.
  I added this line in my /etc/rc.local file:
 echo OFF  /sys/kernel/debug/vgaswitcheroo/switch

  I don't have this bug each time but I guess it depends if this
  previous command is launched before or after that X11's launch.

  I'm using this card: Mobility Radeon HD 4650.

  It seems that this bug has already reported to there: 
https://bugzilla.kernel.org/show_bug.cgi?id=49531 and 
https://bugs.freedesktop.org/show_bug.cgi?id=61529
  But I guess it can be interesting to track this bug on Launchpad.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbaerts2074 F pulseaudio
   /dev/snd/pcmC0D0p:   mbaerts2074 F...m pulseaudio
  Date: Sat Apr 20 11:41:12 2013
  HibernationDevice: RESUME=UUID=06229bec-927d-4cfa-9a82-f9949d5151ca
  InstallationDate: Installed on 2011-08-10 (618 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
  Lsusb:
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 064e:a130 Suyin Corp.
  MachineType: Medion P662X
  MarkForUpload: True
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=e7e166e5-3bef-4daf-88a1-5368a679c4a0 ro profile
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/13/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 202
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H36QM
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: PEGATRON CORPORATION
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd04/13/2010:svnMedion:pnP662X:pvr1.0:rvnTobefilledbyO.E.M.:rnH36QM:rvr1.0:cvnPEGATRONCORPORATION:ct10:cvr1.0:
  dmi.product.name: P662X
  dmi.product.version: 1.0
  dmi.sys.vendor: Medion

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/1170917/+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