All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: "Bezdeka, Florian (T CED SES-DE)" <florian.bezdeka@siemens.com>,
	"xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [PATCH 0/7] y2038: cond_wait_prologue64 and related fixes
Date: Wed, 5 Jan 2022 17:13:36 +0100	[thread overview]
Message-ID: <862d5aa6-5e08-f33c-84d9-4ab98f0c6b29@siemens.com> (raw)
In-Reply-To: <034ac263dbb354ed8af7b575b0e884d97f8968c8.camel@siemens.com>

On 05.01.22 16:08, Bezdeka, Florian (T CED SES-DE) wrote:
> On Wed, 2022-01-05 at 15:58 +0100, Jan Kiszka wrote:
>> On 05.01.22 15:56, Bezdeka, Florian (T CED SES-DE) wrote:
>>> On Wed, 2022-01-05 at 15:43 +0100, Jan Kiszka wrote:
>>>> On 05.01.22 15:06, Florian Bezdeka wrote:
>>>>> Hi all,
>>>>>
>>>>> this is the last missing POSIX related y2038 affected syscall in
>>>>> Xenomai. With this applied we have two Xenomai specific syscalls
>>>>> missing:
>>>>>
>>>>>   - sc_cobalt_thread_setschedparam_ex
>>>>>   - sc_cobalt_thread_getschedparam_ex
>>>>>
>>>>> While adding tests for the introduced cond_wait_prologue64 I hit a
>>>>> kernel OOPS due to insuficient validation of user provided pointers.
>>>>> That has been addressed as well.
>>>>
>>>> Thanks for both! Is it possibly to move the fixes the front? That would
>>>> also ensure that I can easily pick them into stable.
>>>
>>> Yes. Patch 4 and 7 could be moved to the front easily. Do you want me
>>> to split patch 2 into the y2038 and non y2038 part, or does that not
>>> qualify for stable at all?
>>
>> Can I reorder things myself, or does patch 4 break (patch 7 does not,
>> already checked)? Then I just change the application order while doing
>> git am.
> 
> No breakage expected. The only "problematic" one would be patch 2 as it
> touches y2038 as well as non-y2038 syscall definitions. Let me know if
> I should split that into two parts (which would allow the non y2038
> related cleanup to be applied to stable separately)

The annotation patch is not needed for stable.

I'm applying now 4 7 1 2 3 5 6 and will kick off testing.

Thanks,
Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux


      reply	other threads:[~2022-01-05 16:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-05 14:06 [PATCH 0/7] y2038: cond_wait_prologue64 and related fixes Florian Bezdeka
2022-01-05 14:06 ` [PATCH 1/7] y2038: cobalt/posix/cond: Adding cond_wait_prologue64 Florian Bezdeka
2022-01-05 14:06 ` [PATCH 2/7] cobalt: posix/cond: Add missing __user annotation to user provided ptr Florian Bezdeka
2022-01-05 14:06 ` [PATCH 3/7] y2038: lib/cobalt: Dispatch cond_wait_prologue Florian Bezdeka
2022-01-05 14:06 ` [PATCH 4/7] cobalt: posix/cond: Add missing input validations Florian Bezdeka
2022-01-05 14:06 ` [PATCH 5/7] y2038: testsuite/smokey/y2038: Adding tests for cond_wait_prologue64 Florian Bezdeka
2022-01-05 14:06 ` [PATCH 6/7] y2038: testsuite/smokey/y2038: Add a missing error handling path Florian Bezdeka
2022-01-05 14:06 ` [PATCH 7/7] cobalt: Protect __xn_get_user() by access_ok() Florian Bezdeka
2022-01-05 14:43 ` [PATCH 0/7] y2038: cond_wait_prologue64 and related fixes Jan Kiszka
2022-01-05 14:56   ` Bezdeka, Florian
2022-01-05 14:58     ` Jan Kiszka
2022-01-05 15:08       ` Bezdeka, Florian
2022-01-05 16:13         ` Jan Kiszka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=862d5aa6-5e08-f33c-84d9-4ab98f0c6b29@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.