Re: Query: Y2038 patch series for 3.18 Kernel
"Arnd Bergmann" <[email protected]> Thu, 06 Nov 2025 09:17:21 +0100
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.kernelnewbies |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 5, 2025, at 10:47, Pintu Kumar Agarwal wrote: > On Tue, 4 Nov 2025 at 15:18, Arnd Bergmann <[email protected]> wrote: > >> Which chip exactly are you using? > This request is for one of the legacy QC MDM 9K chipset. Ah, I see. Support for those was never fully merged, so it's much harder to upgrade than other platforms, especially if you need the modem driver to work. We do have some support for the newer sdx55/sdxx65 chips, and much more rudimentary support for mdm9607 and mdm9615 (without modem) in mainline, but since we've never had a fully supported board use the older chips I would not expect them to work without additional bugfixes and a rebase of the missing drivers. There is of course a chance that you may get them to work in a way that does not rely on knowing the time. If you don't have (or use) and RTC and the system time is always set to Jan 1 1970 on boot, this would technically work indefinitely. Running a 3.18 kernel is obviously a bad idea for a number of other reasons. Arnd