CVS commit: src/tests/modules

2023-03-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Mar 1 21:08:38 UTC 2023 Modified Files: src/tests/modules: t_klua_pr_52864.sh Log Message: delete attribution per request of contributor To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/modules/t_klua_pr_5

CVS commit: src/tests/modules

2023-03-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Mar 1 21:08:38 UTC 2023 Modified Files: src/tests/modules: t_klua_pr_52864.sh Log Message: delete attribution per request of contributor To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/modules/t_klua_pr_5

CVS commit: src/tests/modules/x86_pte_tester

2022-08-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 21 14:06:42 UTC 2022 Modified Files: src/tests/modules/x86_pte_tester: x86_pte_tester.c Log Message: requires pmap_private.h now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/modules/x86_pte_tes

CVS commit: src/tests/modules/x86_pte_tester

2022-08-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 21 14:06:42 UTC 2022 Modified Files: src/tests/modules/x86_pte_tester: x86_pte_tester.c Log Message: requires pmap_private.h now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/modules/x86_pte_tes

Re: CVS commit: src/tests/modules

2020-02-22 Thread Kamil Rytarowski
On 22.02.2020 15:54, Paul Goyette wrote: > On Sat, 22 Feb 2020, Kamil Rytarowski wrote: > > While there, it would be good to implement modctl(MODCTL_MODSTAT, > &modstat) to check whether a specific module is loaded into the kernel > and retrieve modstat_t describing it. > > mod

Re: CVS commit: src/tests/modules

2020-02-22 Thread Paul Goyette
On Sat, 22 Feb 2020, Kamil Rytarowski wrote: While there, it would be good to implement modctl(MODCTL_MODSTAT, &modstat) to check whether a specific module is loaded into the kernel and retrieve modstat_t describing it. modstat_t m; strlcpy(&m.ms_name, "haxm", MAXMODNAME); if (modctl(MODCTL_MOD

Re: CVS commit: src/tests/modules

2020-02-22 Thread Kamil Rytarowski
On 22.02.2020 15:32, Paul Goyette wrote: > On Sat, 22 Feb 2020, Paul Goyette wrote: > >>> While there, it would be good to implement modctl(MODCTL_MODSTAT, >>> &modstat) to check whether a specific module is loaded into the kernel >>> and retrieve modstat_t describing it. >>> >>> modstat_t m; >>>

Re: CVS commit: src/tests/modules

2020-02-22 Thread Paul Goyette
On Sat, 22 Feb 2020, Paul Goyette wrote: While there, it would be good to implement modctl(MODCTL_MODSTAT, &modstat) to check whether a specific module is loaded into the kernel and retrieve modstat_t describing it. modstat_t m; strlcpy(&m.ms_name, "haxm", MAXMODNAME); if (modctl(MODCTL_MODSTAT

Re: CVS commit: src/tests/modules

2020-02-22 Thread Paul Goyette
On Sat, 22 Feb 2020, Kamil Rytarowski wrote: I have got no opinion. Please rearrange the directories as needed. It's too much bother for now to move things around. But for future changes it would be good to put new "helper" modules in the same area as the tests being helped. While there, it

Re: CVS commit: src/tests/modules

2020-02-22 Thread Kamil Rytarowski
I have got no opinion. Please rearrange the directories as needed. While there, it would be good to implement modctl(MODCTL_MODSTAT, &modstat) to check whether a specific module is loaded into the kernel and retrieve modstat_t describing it. modstat_t m; strlcpy(&m.ms_name, "haxm", MAXMODNAME); i

Re: CVS commit: src/tests/modules

2020-02-21 Thread Paul Goyette
OK, I over-reacted and didn't completely read the original commit message. The t_builtin.c stuff is indeed a test-of-module-functionality so it does belong here. But some of the other stuff here does not belong, such as the threadpool, fetchstore, and kcov stuff. As far as I can see, those al

Re: CVS commit: src/tests/modules

2020-02-21 Thread Paul Goyette
Really, the tests/modules directory should be only used for tests-that- relate-to-module-functionality. It should NOT be used for modules- that-support-tests-of-other-functionality. In the future, please do not put support modules here; put them in the samae place as the tests that they support

Re: CVS commit: src/tests/modules

2012-04-17 Thread Joerg Sonnenberger
On Tue, Apr 17, 2012 at 03:35:07PM +0300, Jukka Ruohonen wrote: > On Tue, Apr 17, 2012 at 12:59:25PM +0200, Joerg Sonnenberger wrote: > > On Tue, Apr 17, 2012 at 06:23:52AM +, Jukka Ruohonen wrote: > > > Module Name: src > > > Committed By: jruoho > > > Date: Tue Apr 17 06:

Re: CVS commit: src/tests/modules

2012-04-17 Thread Jukka Ruohonen
On Tue, Apr 17, 2012 at 12:59:25PM +0200, Joerg Sonnenberger wrote: > On Tue, Apr 17, 2012 at 06:23:52AM +, Jukka Ruohonen wrote: > > Module Name:src > > Committed By: jruoho > > Date: Tue Apr 17 06:23:52 UTC 2012 > > > > Modified Files: > > src/tests/modules: t

Re: CVS commit: src/tests/modules

2012-04-17 Thread Joerg Sonnenberger
On Tue, Apr 17, 2012 at 06:23:52AM +, Jukka Ruohonen wrote: > Module Name: src > Committed By: jruoho > Date: Tue Apr 17 06:23:52 UTC 2012 > > Modified Files: > src/tests/modules: t_modctl.c > > Log Message: > Avoid zero-length format string. This shouldn't be needed, -Wno-for