[OE-core][PATCH v4] wic: Warn if an ext filesystem affected by the Y2038 problem is used

2021-02-25 Thread florian.bezd...@siemens.com
We are getting closer and closer to the year 2038 where the 32 bit time_t overflow will happen. While products (= embedded systems) with an expected life time of 15 years are still save the situation may change if your system has to survive the next 20 years. ext2 and ext3 filesystems are always a

[OE-core][PATCH v3] wic: Warn if an ext filesystem affected by the Y2038 problem is used

2021-02-23 Thread florian.bezd...@siemens.com
From: Florian Bezdeka We are getting closer and closer to the year 2038 where the 32 bit time_t overflow will happen. While products (= embedded systems) with an expected life time of 15 years are still save the situation may change if your system has to survive the next 20 years. ext2 and ext3

Re: [OE-core][PATCH v2] wic: Warn if an ext filesystem affected by the Y2038 problem is used

2021-02-22 Thread florian.bezd...@siemens.com
On Mon, 2021-02-22 at 15:59 +, Richard Purdie wrote: > On Mon, 2021-02-22 at 11:42 +0000, florian.bezd...@siemens.com wrote: > > From: Florian Bezdeka > > > > We are getting closer and closer to the year 2038 where the 32 bit > > time_t overflow will happen.

[OE-core][PATCH v2] wic: Warn if an ext filesystem affected by the Y2038 problem is used

2021-02-22 Thread florian.bezd...@siemens.com
From: Florian Bezdeka We are getting closer and closer to the year 2038 where the 32 bit time_t overflow will happen. While products (= embedded systems) with an expected life time of 15 years are still save the situation may change if your system has to survive the next 20 years. ext2 and ext3

Re: [OE-core][PATCH 0/1] wic: warn on usage of Y2038 affected file systems

2021-02-19 Thread florian.bezd...@siemens.com
Hi Richard, On Fri, 2021-02-19 at 10:55 +, Richard Purdie wrote: > On Thu, 2021-02-18 at 13:06 +0000, florian.bezd...@siemens.com wrote: > > From: Florian Bezdeka > > > > The following patch is the summary of a nice journey through the file > > system jungle rega

[OE-core][PATCH 1/1] wic: Warn if an ext filesystem affected by the Y2038 problem is used

2021-02-18 Thread florian.bezd...@siemens.com
From: Florian Bezdeka We are getting closer and closer to the year 2038 where the 32 bit time_t overflow will happen. While products (= embedded systems) with an expected life time of 15 years are still save the situation may change if your system has to survive the next 20 years. ext2 and ext3

[OE-core][PATCH 0/1] wic: warn on usage of Y2038 affected file systems

2021-02-18 Thread florian.bezd...@siemens.com
From: Florian Bezdeka The following patch is the summary of a nice journey through the file system jungle regarding Y2038 problem. It all began with a warning which is reported by kernels >= 5.4: ext4 filesystem being mounted at (mountpoint) supports timestamps until 2038 (0x7fff) When re