Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-27 Thread Michal Marek
On 14.1.2014 22:46, Greg KH wrote: > On Tue, Jan 14, 2014 at 01:40:15PM -0800, Josh Triplett wrote: >> On Tue, Jan 14, 2014 at 09:56:53PM +0100, Michal Marek wrote: >>> Dne 3.1.2014 22:00, Josh Triplett napsal(a): On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: > On 3.1.2014

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-27 Thread Michal Marek
On 14.1.2014 22:46, Greg KH wrote: On Tue, Jan 14, 2014 at 01:40:15PM -0800, Josh Triplett wrote: On Tue, Jan 14, 2014 at 09:56:53PM +0100, Michal Marek wrote: Dne 3.1.2014 22:00, Josh Triplett napsal(a): On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: On 3.1.2014 21:29, Josh

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-14 Thread Greg KH
On Tue, Jan 14, 2014 at 01:40:15PM -0800, Josh Triplett wrote: > On Tue, Jan 14, 2014 at 09:56:53PM +0100, Michal Marek wrote: > > Dne 3.1.2014 22:00, Josh Triplett napsal(a): > > > On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: > > >> On 3.1.2014 21:29, Josh Triplett wrote: > > >>>

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-14 Thread Josh Triplett
On Tue, Jan 14, 2014 at 09:56:53PM +0100, Michal Marek wrote: > Dne 3.1.2014 22:00, Josh Triplett napsal(a): > > On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: > >> On 3.1.2014 21:29, Josh Triplett wrote: > >>> Please feel free to take the entire series through your tree; I received

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-14 Thread Michal Marek
Dne 3.1.2014 22:00, Josh Triplett napsal(a): > On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: >> On 3.1.2014 21:29, Josh Triplett wrote: >>> Please feel free to take the entire series through your tree; I received >>> some maintainer acks, but no indications that the patches are

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-14 Thread Michal Marek
Dne 3.1.2014 22:00, Josh Triplett napsal(a): On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: On 3.1.2014 21:29, Josh Triplett wrote: Please feel free to take the entire series through your tree; I received some maintainer acks, but no indications that the patches are going

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-14 Thread Josh Triplett
On Tue, Jan 14, 2014 at 09:56:53PM +0100, Michal Marek wrote: Dne 3.1.2014 22:00, Josh Triplett napsal(a): On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: On 3.1.2014 21:29, Josh Triplett wrote: Please feel free to take the entire series through your tree; I received some

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-14 Thread Greg KH
On Tue, Jan 14, 2014 at 01:40:15PM -0800, Josh Triplett wrote: On Tue, Jan 14, 2014 at 09:56:53PM +0100, Michal Marek wrote: Dne 3.1.2014 22:00, Josh Triplett napsal(a): On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: On 3.1.2014 21:29, Josh Triplett wrote: Please feel

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Josh Triplett
On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: > On 3.1.2014 21:29, Josh Triplett wrote: > > Please feel free to take the entire series through your tree; I received > > some maintainer acks, but no indications that the patches are going > > through their trees. > > OK. I will wait

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Michal Marek
On 3.1.2014 21:29, Josh Triplett wrote: > Please feel free to take the entire series through your tree; I received > some maintainer acks, but no indications that the patches are going > through their trees. OK. I will wait until mid next week and commit with any acks received. Michal -- To

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Josh Triplett
On Fri, Jan 03, 2014 at 05:40:52PM +0100, Michal Marek wrote: > On 2013-12-23 22:56, Josh Triplett wrote: > > GCC 4.9 and newer have a new warning -Wdate-time, which warns on any use > > of __DATE__, __TIME__, or __TIMESTAMP__, which would make the build > > non-deterministic. Now that the kernel

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Michal Marek
On 2013-12-23 22:56, Josh Triplett wrote: > GCC 4.9 and newer have a new warning -Wdate-time, which warns on any use > of __DATE__, __TIME__, or __TIMESTAMP__, which would make the build > non-deterministic. Now that the kernel does not use any of those > macros, turn on -Werror=date-time if

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Michal Marek
On 2013-12-23 22:56, Josh Triplett wrote: GCC 4.9 and newer have a new warning -Wdate-time, which warns on any use of __DATE__, __TIME__, or __TIMESTAMP__, which would make the build non-deterministic. Now that the kernel does not use any of those macros, turn on -Werror=date-time if

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Josh Triplett
On Fri, Jan 03, 2014 at 05:40:52PM +0100, Michal Marek wrote: On 2013-12-23 22:56, Josh Triplett wrote: GCC 4.9 and newer have a new warning -Wdate-time, which warns on any use of __DATE__, __TIME__, or __TIMESTAMP__, which would make the build non-deterministic. Now that the kernel does

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Michal Marek
On 3.1.2014 21:29, Josh Triplett wrote: Please feel free to take the entire series through your tree; I received some maintainer acks, but no indications that the patches are going through their trees. OK. I will wait until mid next week and commit with any acks received. Michal -- To

Re: [PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2014-01-03 Thread Josh Triplett
On Fri, Jan 03, 2014 at 09:55:16PM +0100, Michal Marek wrote: On 3.1.2014 21:29, Josh Triplett wrote: Please feel free to take the entire series through your tree; I received some maintainer acks, but no indications that the patches are going through their trees. OK. I will wait until

[PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2013-12-23 Thread Josh Triplett
GCC 4.9 and newer have a new warning -Wdate-time, which warns on any use of __DATE__, __TIME__, or __TIMESTAMP__, which would make the build non-deterministic. Now that the kernel does not use any of those macros, turn on -Werror=date-time if available, to keep it that way. The kernel already

[PATCH 7/7] Makefile: Build with -Werror=date-time if the compiler supports it

2013-12-23 Thread Josh Triplett
GCC 4.9 and newer have a new warning -Wdate-time, which warns on any use of __DATE__, __TIME__, or __TIMESTAMP__, which would make the build non-deterministic. Now that the kernel does not use any of those macros, turn on -Werror=date-time if available, to keep it that way. The kernel already