Re: [RFC PATCH 0/2] Resctrl - rewrite (WIP)

From: Tony Luck
Date: Thu Jun 29 2023 - 20:06:52 EST


On Tue, Jun 27, 2023 at 04:33:52PM +0000, Luck, Tony wrote:
> I've made some significant changes since I posted those patches. I pushed
> the latest version to:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git resctrl2_v64

I just pushed one big commit with all the bits I've updated so far
this week. Fixes some serious issues as well as general cleanup.

HEAD is now:

afb7cdd4d640 resctrl2: Many cleanups, fixes, and new functionality

If you've started writing your own architecture specific modules there
are some small interface changes. Most should be found by the compiler
barfing, but the new ".reset()" resource function called during unmount
of /sys/fs/resctrl might be less obvious.

-Tony