On Fri, Dec 13, 2019 at 3:12 PM Arnd Bergmann arnd@arndb.de wrote:
Hi Bruce, Chuck,
NFSd is one of the last areas of the kernel that is not y2038 safe yet, this series addresses the remaining issues here.
I did not get any comments for the first version I posted [1], and I hope this just means that everything was fine and you plan to merge this soon ;-)
I uploaded a git branch to [2] for testing.
Please review and merge for linux-5.6 so we can remove the 32-bit time handling from that release.
I've included the update y2038 nfsd branch from
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git y2038-nfsd-v2
in my y2038 branch now, so it should be part of linux-next from the coming snapshot. My plan is to send a linux-5.6 pull request to the nfsd maintainers for this branch unless we find bugs in linux-next or I get more review comments.
Arnd