The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Roosen Henri <Henri.Roosen@ginzinger.com>
To: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Cc: "y2038@lists.linaro.org" <y2038@lists.linaro.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"arnd@arndb.de" <arnd@arndb.de>
Subject: Re: y2038 backport to v5.4
Date: Mon, 17 Aug 2020 15:38:38 +0000	[thread overview]
Message-ID: <2adcc8291ba7b2533e2e48cd794ed15a4570c795.camel@ginzinger.com> (raw)
In-Reply-To: <20200817151500.GA659819@kroah.com>

[-- Attachment #1: Type: text/plain, Size: 3609 bytes --]

On Mon, 2020-08-17 at 17:15 +0200, gregkh@linuxfoundation.org wrote:
> On Mon, Aug 17, 2020 at 03:00:24PM +0000, Roosen Henri wrote:
> > On Mon, 2020-08-17 at 16:35 +0200, gregkh@linuxfoundation.org
> > wrote:
> > > On Mon, Aug 17, 2020 at 02:15:16PM +0000, Roosen Henri wrote:
> > > > On Tue, 2020-06-09 at 16:18 +0200, Arnd Bergmann wrote:
> > > > > On Tue, Jun 9, 2020 at 2:36 PM Roosen Henri <
> > > > > Henri.Roosen@ginzinger.com> wrote:
> > > > > > Hi Arnd,
> > > > > > 
> > > > > > I hope you are well and could answer me a quick question.
> > > > > > 
> > > > > > I've read on the kernel mailing-list that initially there
> > > > > > was
> > > > > > an
> > > > > > intention to backport the final y2038 patches to v5.4.
> > > > > > We're
> > > > > > currently targeting to use the v5.4 LTS kernel for a
> > > > > > project
> > > > > > which
> > > > > > should be y2038 compliant.
> > > > > > 
> > > > > > I couldn't find all of the y2038-endgame patches in the
> > > > > > current
> > > > > > v5.4-stable branch. Are there any patches still required to
> > > > > > be
> > > > > > backported in order for v5.4 to be y2038 compliant, or can
> > > > > > the
> > > > > > remaining patches be ignored (because of only cleanup?)?
> > > > > > Else,
> > > > > > is
> > > > > > there still an intention to get the v5.4 LTS kernel y2038
> > > > > > compliant?
> > > > > 
> > > > > I don't think there are currently any plans to merge my
> > > > > y2038-
> > > > > endgame 
> > > > > branch
> > > > > into the official linux-5.4 lts kernel, but you should be
> > > > > able to
> > > > > just pull from
> > > > > 
> > > > > https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git/log/?h=y2038-endgame
> > > > > 
> > > > > and get the same results. If you see any problems with that,
> > > > > please
> > > > > report
> > > > > that to me with Cc to the mailing list and perhaps gregkh, so
> > > > > I
> > > > > can
> > > > > see if
> > > > > I can resolve it by rebasing my patches, or if he would like
> > > > > to
> > > > > merge
> > > > > the
> > > > > patches.
> > > > 
> > > > Pulling the y2038-endgame branch does lead to some conflicts,
> > > > which
> > > > are
> > > > currently still kinda staightforward to solve.
> > > > 
> > > > However I'd be very interested in getting this branch merged to
> > > > v5.4,
> > > > so we don't run into more difficult merge conflicts the coming
> > > > years
> > > > where the v5.4-LTS still gets stable updates (Dec, 2025) and
> > > > possibly
> > > > to get any related fixes from upstream.
> > > > 
> > > > @Greg: any chance to get the y2038-endgame merged into v5.4.y?
> > > 
> > > I have no idea what this really means, and what it entails, but
> > > odds
> > > are, no :)
> > 
> > I fully understand, thanks for your statement on this.
> > 
> > > Why not just use a newer kernel?  Why are you stuck using a 5.4
> > > kernel
> > > for a device that has to live in 2038?  That feels very foolish
> > > to
> > > me...
> > 
> > Oh I agree on that :) It's just that these are currently customer
> > requirements.
> 
> Are you sure that customers really understand what they want?
> 
> Usually they want a well-supported, stable, system.  Why do they care
> about a specific kernel version?  That feels odd.

I think the industry is learning that almost no systems can be left
untouched and a well-supported, upgradeable system is needed. That has
always been our vision and we're providing that for them.

Thanks,
Henri

> 
> Good luck!
> 
> greg k-h

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3608 bytes --]

      reply	other threads:[~2020-08-17 15:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <d159c66c6e67480ab48ac44716443358@ginzinger.com>
     [not found] ` <CAK8P3a2icd72R+4Z5dLPvGuofsq3VOBYBdCnC4806V5znqrytg@mail.gmail.com>
2020-08-17 14:15   ` y2038 backport to v5.4 Roosen Henri
2020-08-17 14:35     ` gregkh
2020-08-17 15:00       ` Roosen Henri
2020-08-17 15:15         ` gregkh
2020-08-17 15:38           ` Roosen Henri [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=2adcc8291ba7b2533e2e48cd794ed15a4570c795.camel@ginzinger.com \
    --to=henri.roosen@ginzinger.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=y2038@lists.linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox