Re: [PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-14 Thread Reinette Chatre
Hi Ilpo, On 9/14/2023 10:05 AM, Ilpo Järvinen wrote: > On Thu, 14 Sep 2023, Reinette Chatre wrote: >> On 9/14/2023 3:16 AM, Ilpo Järvinen wrote: >>> On Wed, 13 Sep 2023, Reinette Chatre wrote: On 9/13/2023 3:01 AM, Ilpo Järvinen wrote: > On Tue, 12 Sep 2023, Reinette Chatre wrote: >>

Re: [PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-14 Thread Ilpo Järvinen
On Thu, 14 Sep 2023, Reinette Chatre wrote: > On 9/14/2023 3:16 AM, Ilpo Järvinen wrote: > > On Wed, 13 Sep 2023, Reinette Chatre wrote: > >> On 9/13/2023 3:01 AM, Ilpo Järvinen wrote: > >>> On Tue, 12 Sep 2023, Reinette Chatre wrote: > On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > > Unmoun

Re: [PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-14 Thread Reinette Chatre
Hi Ilpo, On 9/14/2023 3:16 AM, Ilpo Järvinen wrote: > On Wed, 13 Sep 2023, Reinette Chatre wrote: >> On 9/13/2023 3:01 AM, Ilpo Järvinen wrote: >>> On Tue, 12 Sep 2023, Reinette Chatre wrote: On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > Unmounting resctrl FS has been moved into the per te

Re: [PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-14 Thread Ilpo Järvinen
On Wed, 13 Sep 2023, Reinette Chatre wrote: > On 9/13/2023 3:01 AM, Ilpo Järvinen wrote: > > On Tue, 12 Sep 2023, Reinette Chatre wrote: > >> On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > >>> Unmounting resctrl FS has been moved into the per test functions in > >>> resctrl_tests.c by commit caddc0fb

Re: [PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-13 Thread Reinette Chatre
Hi Ilpo, On 9/13/2023 3:01 AM, Ilpo Järvinen wrote: > On Tue, 12 Sep 2023, Reinette Chatre wrote: >> On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: >>> Unmounting resctrl FS has been moved into the per test functions in >>> resctrl_tests.c by commit caddc0fbe495 ("selftests/resctrl: Move >>> resctrl F

Re: [PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-13 Thread Ilpo Järvinen
On Tue, 12 Sep 2023, Reinette Chatre wrote: > On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > > Unmounting resctrl FS has been moved into the per test functions in > > resctrl_tests.c by commit caddc0fbe495 ("selftests/resctrl: Move > > resctrl FS mount/umount to higher level"). In case a signal (SIGI

Re: [PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-12 Thread Reinette Chatre
Hi Ilpo, On 9/11/2023 4:19 AM, Ilpo Järvinen wrote: > Unmounting resctrl FS has been moved into the per test functions in > resctrl_tests.c by commit caddc0fbe495 ("selftests/resctrl: Move > resctrl FS mount/umount to higher level"). In case a signal (SIGINT, > SIGTERM, or SIGHUP) is received, the

[PATCH 1/5] selftests/resctrl: Extend signal handler coverage to unmount on receiving signal

2023-09-11 Thread Ilpo Järvinen
Unmounting resctrl FS has been moved into the per test functions in resctrl_tests.c by commit caddc0fbe495 ("selftests/resctrl: Move resctrl FS mount/umount to higher level"). In case a signal (SIGINT, SIGTERM, or SIGHUP) is received, the running selftest is aborted by ctrlc_handler() which then un