]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fq_pie-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2021 00:16:09 +0000 (17:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2021 00:16:09 +0000 (17:16 -0700)
commit44c6902f67015cdedd023ff4aefdfe1fb912cc3a
treef9ecfaeed7e5bb95b6c0635aea90e0803da5d1a2
parentaaec97800a49a9e583320f763640684086de8119
parentae77a06f172d340d81f5dadc0a5a08fe7602aef4
Merge branch 'fq_pie-fixes'

Davide Caratti says:

====================
two fixes for the fq_pie scheduler

- patch 1/2 restores the possibility to use 65536 flows with fq_pie,
  preserving the fix for an endless loop in the control plane
- patch 2/2 fixes an OOB access that can be observed in the traffic
  path of fq_pie scheduler, when the classification selects a flow
  beyond the allocated space.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>