From mboxrd@z Thu Jan 1 00:00:00 1970 From: mroos@linux.ee Subject: Re: [PATCH] bpf, x32: Fix regression caused by commit 24dea04767e6 Date: Sat, 28 Jul 2018 10:23:13 +0300 (EEST) Message-ID: References: <20180725164611.GA12441@udknight> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: daniel@iogearbox.net, ast@kernel.org, davem@davemloft.net, illusionist.neo@gmail.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, netdev@vger.kernel.org, Linux Kernel list , arnd@arndb.de To: Wang YanQing Return-path: In-Reply-To: <20180725164611.GA12441@udknight> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org > Commit 24dea04767e6 ("bpf, x32: remove ld_abs/ld_ind") > removed the 4 /* Extra space for skb_copy_bits buffer */ > from _STACK_SIZE, but it didn't fix the concerned code > in emit_prologue and emit_epilogue, and this error will > bring very strange kernel runtime errors. > > This patch fix it. For the record: Tested it on top of 4.18.0-rc6-00192-g864af0d40cdc on the affected machine and it worked. -- Meelis Roos (mroos@linux.ee)