Update kernel to v5.10.112

This stable update brings us up to date with the latest in linux-yocto
which itself is mostly up-to-date with the latest mainline LTS stable
update and preempt_rt patchset updates.

Verification:
- Install success onto a StarlingX system with two controller and two
  compute nodes.
- The regression testing was run including kernel and applications by
  our test team.
- The network performance test result is not big different with 5.10.99.
  Test is run on the starlingx lab.
- The cyclictest benchmark was run by our test team, the result is
  little better than 5.10.99. Test result is "samples:259200000
  hrtimer_noload_min:3545 hrtimer_noload_avg:4636
  hrtimer_noload_max:8025 99.9999th perc.:6427".
- The cyclictest benchmark was also run on the starlingx lab, the
  result is "samples:43199988 avg:1340 max:14633 99.9999th
  percentile:3030 overflows: 0". It is not big difference with 5.10.99.

Partial-Bug: 1969605

Signed-off-by: Jiping Ma <jiping.ma2@windriver.com>
Change-Id: I45b39d8400e7f627faa0403b75c47cb0bf24356d
This commit is contained in:
Jiping Ma 2022-04-27 02:31:49 -04:00
parent 2877232f0f
commit 88adf73172
2 changed files with 8 additions and 8 deletions

View File

@ -76,10 +76,10 @@
<project remote="openstack" revision="stable/train" name="python-pankoclient.git" path="cgcs-root/stx/git/python-pankoclient"/>
<project remote="gnocchi" revision="master" name="python-gnocchiclient.git" path="cgcs-root/stx/git/python-gnocchiclient"/>
<!-- linux-yocto Upstream branch is v5.10/standard/base, commit 84f6a75f64961e59d61bf3d70ab17e8bb430386b is Merge tag 'v5.10.99' into v5.10/standard/base -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" upstream="v5.10/standard/base" revision="84f6a75f64961e59d61bf3d70ab17e8bb430386b" name="linux-yocto" path="cgcs-root/stx/git/linux-yocto-std"/>
<!-- linux-yocto Upstream branch is v5.10/standard/preempt-rt/base, commit 53a27dc510c8d9152ffa4d2d95b888db7d3d97b6 that adds the preempt_rt patchset based on the same code of std kernel -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="53a27dc510c8d9152ffa4d2d95b888db7d3d97b6" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- linux-yocto Upstream branch is v5.10/standard/base, commit 6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15 is Merge tag 'v5.10.112' into v5.10/standard/base -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" upstream="v5.10/standard/base" revision="6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15" name="linux-yocto" path="cgcs-root/stx/git/linux-yocto-std"/>
<!-- linux-yocto Upstream branch is v5.10/standard/preempt-rt/base, commit bd6e7290bc766ef13e42a1e37f75e6e708b4e317 that adds the preempt_rt patchset based on the same code of std kernel -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="bd6e7290bc766ef13e42a1e37f75e6e708b4e317" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- Pure Upstream -->
<project remote="openstack" revision="stable/train" name="horizon.git" path="cgcs-root/stx/git/horizon"/>

View File

@ -38,10 +38,10 @@
<project remote="openstack" revision="stable/train" name="python-pankoclient.git" path="cgcs-root/stx/git/python-pankoclient"/>
<project remote="gnocchi" revision="master" name="python-gnocchiclient.git" path="cgcs-root/stx/git/python-gnocchiclient"/>
<!-- linux-yocto Upstream branch is v5.10/standard/base, commit 84f6a75f64961e59d61bf3d70ab17e8bb430386b is Merge tag 'v5.10.99' into v5.10/standard/base -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" upstream="v5.10/standard/base" revision="84f6a75f64961e59d61bf3d70ab17e8bb430386b" name="linux-yocto" path="cgcs-root/stx/git/linux-yocto-std"/>
<!-- linux-yocto Upstream branch is v5.10/standard/preempt-rt/base, commit 53a27dc510c8d9152ffa4d2d95b888db7d3d97b6 that adds the preempt_rt patchset based on the same code of std kernel -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="53a27dc510c8d9152ffa4d2d95b888db7d3d97b6" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- linux-yocto Upstream branch is v5.10/standard/base, commit 6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15 is Merge tag 'v5.10.112' into v5.10/standard/base -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" upstream="v5.10/standard/base" revision="6cf7dea05bd756513cf58c5ced8c6bf1d1f23c15" name="linux-yocto" path="cgcs-root/stx/git/linux-yocto-std"/>
<!-- linux-yocto Upstream branch is v5.10/standard/preempt-rt/base, commit bd6e7290bc766ef13e42a1e37f75e6e708b4e317 that adds the preempt_rt patchset based on the same code of std kernel -->
<project remote="linux-yocto" sync-c="true" sync-tags="false" clone-depth="100" upstream="v5.10/standard/preempt-rt/base" revision="bd6e7290bc766ef13e42a1e37f75e6e708b4e317" name="linux-yocto.git" path="cgcs-root/stx/git/linux-yocto-rt"/>
<!-- Pure Upstream -->
<project remote="openstack" revision="stable/train" name="horizon.git" path="cgcs-root/stx/git/horizon"/>