[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1234277507-4987-1-git-send-email-brgerst@gmail.com>
Date: Tue, 10 Feb 2009 09:51:44 -0500
From: Brian Gerst <brgerst@...il.com>
To: Tejun Heo <tj@...nel.org>
Cc: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] x86: Fix pt_regs passed by value
Several syscalls and one trap handler currently rely on the pt_regs
struct being passed in by value. This causes problems with stack
protector, and can also cause problems with corruption due to tail-call
optimization. Change them to use a pointer to the pt_regs struct
instead.
--
Brian Gerst
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists