From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966AbbEDD7N (ORCPT ); Sun, 3 May 2015 23:59:13 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:38646 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751537AbbEDD7K (ORCPT ); Sun, 3 May 2015 23:59:10 -0400 From: Caleb Jorden To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org, Caleb Jorden Subject: [PATCH 0/1] lz4: fix system halt at boot on x86_64 Date: Sun, 3 May 2015 22:58:58 -0500 Message-Id: <1430711939-9229-1-git-send-email-cjorden@gmail.com> X-Mailer: git-send-email 2.4.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I just upgraded one of my systems from 4.0.0 to 4.0.1, and discovered that it would no longer boot. I tried recompiling my kernel, to see if I had somehow corrupted it, but I got the same results. After searching google for a bit, I discovered the discussion here: Re: [PATCHv2] lz4: fix system halted at boot kernel x86_64 compressed lz4 https://lkml.org/lkml/2015/4/3/453 I tested booting 4.0.1 with gzip compression, and it booted fine. I tested after applying this patch, and it also booted fine. It appears that this patch was never properly submitted to Greg, so this is my pass at trying to have it properly formatted for him. This applies cleanly to 4.0.1. I also tried to clean up the wording a bit for the patch. Please CC me on any response, as I am not yet subscribed to this list. Caleb Jorden (1): lz4: fix system halted at boot kernel on x86_64 lib/lz4/lz4_decompress.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -- 2.4.0