Re: [PATCH] use stock embedded timestamp 2015-01-01T0000+0000

2015-03-28 Thread Daniel Kahn Gillmor
On Fri 2015-03-27 08:27:42 -0400, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> @@ -1856,7 +1859,7 @@ grub_install_generate_image (const char *dir, const >> char *prefix, >> head->magic = image_target->bigendian ? grub_host_to_target16 (0x160) >>: grub_host_to_target16 (0x166); >>

Re: [PATCH] use stock embedded timestamp 2015-01-01T0000+0000

2015-03-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.03.2015 20:33, Daniel Kahn Gillmor wrote: Variant timestamps make some grub platforms produce non-deterministic core images. This makes it difficult to use simple tools to audit the stability of a system with grub installed. This patch selects a single timestamp to use for these embedded

[PATCH] use stock embedded timestamp 2015-01-01T0000+0000

2015-03-22 Thread Daniel Kahn Gillmor
Variant timestamps make some grub platforms produce non-deterministic core images. This makes it difficult to use simple tools to audit the stability of a system with grub installed. This patch selects a single timestamp to use for these embedded timestamps so that the core images will be replica