All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] xen/console: updates to rate-limiting
@ 2026-07-29  7:25 dmukhin
  2026-07-29  7:25 ` [PATCH v4 1/2] xen/console: correct leaky-bucket rate limiter dmukhin
  2026-07-29  7:25 ` [PATCH v4 2/2] xen/console: add compile-time rate-limiting controls dmukhin
  0 siblings, 2 replies; 7+ messages in thread
From: dmukhin @ 2026-07-29  7:25 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, anthony.perard, jbeulich, julien, michal.orzel,
	roger.pau, sstabellini, dmukhin

The series introduces compile-configuration for diagnostic
messages rate-limiting.

Patch 1 is a fixup for the rate-limiter to adjust to user-defined
rate-limiting parameters.

Patch 2 introduces compile-time rate-limiting controls.

[1] v3: https://lore.kernel.org/xen-devel/20260715201902.2984407-1-dmukhin@ford.com/
[2] CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/2714300378

Denis Mukhin (2):
  xen/console: correct leaky-bucket rate limiter
  xen/console: add build-time rate-limiting controls

 xen/common/Kconfig         | 36 +++++++++++++++++++++++++++++++
 xen/drivers/char/console.c | 43 ++++++++++++++++++++++++++++++--------
 2 files changed, 70 insertions(+), 9 deletions(-)

-- 
2.54.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-08-11  7:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  7:25 [PATCH v4 0/2] xen/console: updates to rate-limiting dmukhin
2026-07-29  7:25 ` [PATCH v4 1/2] xen/console: correct leaky-bucket rate limiter dmukhin
     [not found]   ` <annJ3WK35xsv56Xn@macbook.local>
2026-08-10 13:05     ` Roger Pau Monné
2026-07-29  7:25 ` [PATCH v4 2/2] xen/console: add compile-time rate-limiting controls dmukhin
     [not found]   ` <annMNjOodiS3hHp7@macbook.local>
2026-08-10 13:06     ` Roger Pau Monné
2026-08-10 17:56       ` dmukhin
2026-08-11  7:48         ` Roger Pau Monné

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.