Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #69839
| Path | csiph.com!news.neodome.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Vincent Blut <vincent.debian@free.fr> |
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#981186: linux: Enable CMN-600 interconnect on arm64 |
| Date | Wed, 17 Mar 2021 15:00:02 +0100 |
| Message-ID | <BTESl-Gf-3@gated-at.bofh.it> (permalink) |
| References | <BBSK6-4YS-7@gated-at.bofh.it> <BBSK6-4YS-7@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-bugs-dist-request@lists.debian.org Wed Mar 17 13:57:10 2021 |
| Old-Return-Path | <debbugs@buxtehude.debian.org> |
| X-Spam-Flag | NO |
| X-Spam-Score | -3.5 |
| Reply-To | Vincent Blut <vincent.debian@free.fr>, 981186@bugs.debian.org |
| Resent-To | debian-bugs-dist@lists.debian.org |
| Resent-Cc | Debian Kernel Team <debian-kernel@lists.debian.org> |
| X-Debian-Pr-Message | followup 981186 |
| X-Debian-Pr-Package | src:linux |
| X-Debian-Pr-Keywords | patch |
| X-Debian-Pr-Source | linux |
| X-Spam-Bayes | score:0.0000 Tokens: new, 8; hammy, 149; neutral, 58; spammy, 1. spammytokens:0.981-+--products hammytokens:0.000-+--sk:config_, 0.000-+--H*ct:application, 0.000-+--H*ct:protocol, 0.000-+--H*ct:micalg, 0.000-+--H*ct:signed |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1615989156; bh=aIDI3AKOXYCwYxoJ3MbA76X2VOxcPrDL1PuVWjEW2I0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uoiJDzlFnPV5x/IRrnS1nYYyAfnPg9pMKCo0qUGOGTukR+phrYYLyvqOKg3i/zvip O52EsRXKh139biPDsytVXawQkuN6tpMbf45JAQbqovUdoyGQQIS413WbHt5+lejSvN CBWeaKEIGiLbCXoaNsX1Ps53Iudnyoa+D86CJ/FbvrCU73bfEP+G7P8nllCA8YoC4c ZedgugQJ390upKVSH9PzICmCQLZGihwZT4TtuSxdm5/wOwWjDV7g1Xgua8dxb5UAvh n7alPe4di/QUmkmRh2IxFM3/gBXJCQk2u1uxG82Fpy6NU4TxpBqPcob7a5B9jbwqgO mFwoXZaZ2TX7g== |
| MIME-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4nNy/yAb70VSw/Ik" |
| Content-Disposition | inline |
| X-Debian-Message | from BTS |
| X-Mailing-List | <debian-bugs-dist@lists.debian.org> archive/latest/1656731 |
| List-ID | <debian-bugs-dist.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-bugs-dist/> |
| Approved | robomod@news.nic.it |
| Lines | 77 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Debian Bug Tracking System <submit@bugs.debian.org> |
| X-Original-Date | Wed, 17 Mar 2021 14:52:29 +0100 |
| X-Original-Message-ID | <YFIJne2Wr1bNgHJ8@lamella> |
| X-Original-References | <161175222760.4213.15890382538881503316.reportbug@cheddar.halon.org.uk> <161175222760.4213.15890382538881503316.reportbug@cheddar.halon.org.uk> |
| Xref | csiph.com linux.debian.bugs.dist:1052633 linux.debian.kernel:69839 |
Cross-posted to 2 groups.
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Control: tags -1 moreinfo Hi Wookey, Le 2021-01-27 12:57, Wookey a écrit : > Source: linux > Version: Please enable ARM CMN-600 power management on arm64 > Severity: normal > Tags: patch > > Current arm hardware such as graviton2 (AWS arm64 hardware) has > 'Coherent Mesh Network' interconnect (between components in a > soc). It's important that support for this is built in the kernel so > it can be used. > > This requires CONFIG_ARM_CMN=y Does it really have to be built-in instead of being provided as a module? Last I checked, Fedora and Ubuntu provide it as a module. > This explains what the feature is: > https://www.arm.com/products/silicon-ip-system/corelink-interconnect/cmn-600 > Graviton2: > https://www.anandtech.com/show/15578/cloud-clash-amazon-graviton2-arm-against-intel-and-amd > > patch attached: > --- debian/config/arm64/config~ 2021-01-27 04:34:51.359552398 +0000 > +++ debian/config/arm64/config 2021-01-27 04:53:11.922998842 +0000 > @@ -942,6 +942,7 @@ > CONFIG_ARM_CCI400_PMU=y > CONFIG_ARM_CCI5xx_PMU=y > CONFIG_ARM_CCN=y > +CONFIG_ARM_CMN=y > CONFIG_QCOM_L2_PMU=y > CONFIG_QCOM_L3_PMU=y > CONFIG_XGENE_PMU=y > --- debian/config/arm64/config~ 2021-01-27 04:34:51.359552398 +0000 > +++ debian/config/arm64/config 2021-01-27 04:53:11.922998842 +0000 > @@ -942,6 +942,7 @@ > CONFIG_ARM_CCI400_PMU=y > CONFIG_ARM_CCI5xx_PMU=y > CONFIG_ARM_CCN=y > +CONFIG_ARM_CMN=y > CONFIG_QCOM_L2_PMU=y > CONFIG_QCOM_L3_PMU=y > CONFIG_XGENE_PMU=y Cheers, Vincent
Back to linux.debian.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Wookey <wookey@debian.org> - 2021-01-27 14:10 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Noah Meyerhans <noahm@debian.org> - 2021-02-02 22:40 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Wookey <wookey@wookware.org> - 2021-03-17 03:30 +0100
Processed: Re: Bug#981186: linux: Enable CMN-600 interconnect on arm64 "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-03-17 15:00 +0100
Processed: Re: Bug#981186: linux: Enable CMN-600 interconnect on arm64 "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-03-17 15:00 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Vincent Blut <vincent.debian@free.fr> - 2021-03-17 15:00 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Wookey <wookey@wookware.org> - 2021-03-17 17:00 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Vincent Blut <vincent.debian@free.fr> - 2021-03-17 19:50 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Wookey <wookey@wookware.org> - 2021-03-17 20:30 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Vincent Blut <vincent.debian@free.fr> - 2021-03-17 22:10 +0100
Bug#981186: linux: Enable CMN-600 interconnect on arm64 Salvatore Bonaccorso <carnil@debian.org> - 2021-03-19 10:00 +0100
csiph-web