Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1160735 > unrolled thread

Re: [Y2038] [PATCH] Staging: media: lirc: Replace timeval with ktime_t

Started byKsenija Stanojević <ksenija.stanojevic@gmail.com>
First post2015-06-08 21:40 +0200
Last post2015-06-08 22:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [Y2038] [PATCH] Staging: media: lirc: Replace timeval with ktime_t Ksenija Stanojević <ksenija.stanojevic@gmail.com> - 2015-06-08 21:40 +0200
    Re: [Y2038] [PATCH] Staging: media: lirc: Replace timeval with  ktime_t Greg KH <gregkh@linuxfoundation.org> - 2015-06-08 22:20 +0200

#1160735 — Re: [Y2038] [PATCH] Staging: media: lirc: Replace timeval with ktime_t

FromKsenija Stanojević <ksenija.stanojevic@gmail.com>
Date2015-06-08 21:40 +0200
SubjectRe: [Y2038] [PATCH] Staging: media: lirc: Replace timeval with ktime_t
Message-ID<pzb3Q-8tx-17@gated-at.bofh.it>
Hi Greg,

It's been over two weeks that I've sent this patch.  Have you missed it?

Thanks,
Ksenija

On Fri, May 22, 2015 at 9:52 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Friday 22 May 2015 17:58:42 Ksenija Stanojevic wrote:
>> 'struct timeval last_tv' is used to get the time of last signal change
>> and 'struct timeval last_intr_tv' is used to get the time of last UART
>> interrupt.
>> 32-bit systems using 'struct timeval' will break in the year 2038, so we
>> have to replace that code with more appropriate types.
>> Here struct timeval is replaced with ktime_t.
>>
>> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
>>
>
> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1160761 — Re: [Y2038] [PATCH] Staging: media: lirc: Replace timeval with ktime_t

FromGreg KH <gregkh@linuxfoundation.org>
Date2015-06-08 22:20 +0200
SubjectRe: [Y2038] [PATCH] Staging: media: lirc: Replace timeval with ktime_t
Message-ID<pzbGx-12t-9@gated-at.bofh.it>
In reply to#1160735
On Mon, Jun 08, 2015 at 09:37:24PM +0200, Ksenija Stanojević wrote:
> Hi Greg,
> 
> It's been over two weeks that I've sent this patch.  Have you missed it?

Not at all, please look at the output of
	$ ./scripts/get_maintainer.pl --file drivers/staging/media/lirc/lirc_sir.c

To see why I ignored this.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web