2018-04-28 00:18:55

by Randy Dunlap

[permalink] [raw]
Subject: kselftest archives etc.

Hi,

I was having trouble with the use of the gcc -no-pie option in
tools/testing/selftests/x86: (option not supported)

CFLAGS := -O2 -g -std=gnu99 -pthread -Wall -no-pie

so I looked for an archive of [email protected].

http://vger.kernel.org/vger-lists.html lists all mailing lists and
(some of) their archives, but none for linux-kselftest.

Anyway, I checked http://www.spinics.net for an archive and there it was.


(1) Is it OK to ask DaveM to list http://www.spinics.net/lists/linux-kselftest/
at http://vger.kernel.org/vger-lists.html#linux-kselftest ?

(2) for this patch: http://www.spinics.net/lists/linux-kselftest/msg03136.html

[PATCH] selftests/x86: Detect -no-pie availability

Acked-by: Randy Dunlap <[email protected]>
Tested-by: Randy Dunlap <[email protected]>

What is the status of this patch?

thanks,
--
~Randy


2018-04-28 03:04:22

by Daniel Díaz

[permalink] [raw]
Subject: Re: kselftest archives etc.

Hello!


On 27 April 2018 at 19:17, Randy Dunlap <[email protected]> wrote:
[...]
> so I looked for an archive of [email protected].
> http://vger.kernel.org/vger-lists.html lists all mailing lists and
> (some of) their archives, but none for linux-kselftest.

For what it's worth, as of last November Linaro is also hosting a
mirror of this mailing list:
https://lists.linaro.org/pipermail/linux-kselftest-mirror/

Greetings!

Daniel Díaz
[email protected]

2018-04-30 09:16:49

by Florian Weimer

[permalink] [raw]
Subject: Re: kselftest archives etc.

On 04/28/2018 02:17 AM, Randy Dunlap wrote:
> (2) for this patch:http://www.spinics.net/lists/linux-kselftest/msg03136.html
>
> [PATCH] selftests/x86: Detect -no-pie availability
>
> Acked-by: Randy Dunlap<[email protected]>
> Tested-by: Randy Dunlap<[email protected]>
>
> What is the status of this patch?

Yours is the first reaction to it. Shall I resubmit it, with your ack
added?

Thanks,
Florian

2018-04-30 14:09:25

by Shuah Khan

[permalink] [raw]
Subject: Re: kselftest archives etc.

On 04/30/2018 03:15 AM, Florian Weimer wrote:
> On 04/28/2018 02:17 AM, Randy Dunlap wrote:
>> (2) for this patch:http://www.spinics.net/lists/linux-kselftest/msg03136.html
>>
>> [PATCH] selftests/x86: Detect -no-pie availability
>>
>> Acked-by: Randy Dunlap<[email protected]>
>> Tested-by: Randy Dunlap<[email protected]>
>>
>> What is the status of this patch?
>
> Yours is the first reaction to it.  Shall I resubmit it, with your ack added?
>
> Thanks,
> Florian
>

Please do. For such patches, I usually wait for x86 maintainers to Ack it.
Resend and I will take it through.

thanks,
-- Shuah

2018-04-30 14:12:50

by Shuah Khan

[permalink] [raw]
Subject: Re: kselftest archives etc.

On 04/27/2018 09:02 PM, Daniel Díaz Rodríguez wrote:
> Hello!
>
>
> On 27 April 2018 at 19:17, Randy Dunlap <[email protected]> wrote:
> [...]
>> so I looked for an archive of [email protected].
>> http://vger.kernel.org/vger-lists.html lists all mailing lists and
>> (some of) their archives, but none for linux-kselftest.

Yes. It have been meaning to request a archival for it. I will send email
to Dave M.

>
> For what it's worth, as of last November Linaro is also hosting a
> mirror of this mailing list:
> https://lists.linaro.org/pipermail/linux-kselftest-mirror/
>

Nice. I didn't know.

thanks,
-- Shuah


2018-04-30 15:47:22

by Randy Dunlap

[permalink] [raw]
Subject: Re: kselftest archives etc.

On 04/30/2018 07:10 AM, Shuah Khan wrote:
> On 04/27/2018 09:02 PM, Daniel Díaz Rodríguez wrote:
>> Hello!
>>
>>
>> On 27 April 2018 at 19:17, Randy Dunlap <[email protected]> wrote:
>> [...]
>>> so I looked for an archive of [email protected].
>>> http://vger.kernel.org/vger-lists.html lists all mailing lists and
>>> (some of) their archives, but none for linux-kselftest.
>
> Yes. It have been meaning to request a archival for it. I will send email
> to Dave M.

vger doesn't do archives, but vger.kernel.org will tell people where to find
them if we can get Dave M. to edit that web page.

>>
>> For what it's worth, as of last November Linaro is also hosting a
>> mirror of this mailing list:
>> https://lists.linaro.org/pipermail/linux-kselftest-mirror/
>>
>
> Nice. I didn't know.

vger.kernel.org could (should) list both of these archives for kselftest.

thanks,
--
~Randy