diff for duplicates of <20160126062951.GA17107@ravnborg.org> diff --git a/a/1.txt b/N1/1.txt index 5dde9c3..7166d43 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ On Mon, Jan 25, 2016 at 02:24:16PM -0800, Andy Lutomirski wrote: > > +static inline bool in_compat_syscall(void) > +{ -> + return pt_regs_trap_type(current_pt_regs()) == 0x110; +> + return pt_regs_trap_type(current_pt_regs()) = 0x110; Could you please add a comment about where 0x110 comes from. I at least failed to track this down. diff --git a/a/content_digest b/N1/content_digest index 5f9f06e..87aca66 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0e520030f750b29d14486aa1e99c271a0fa18f19e.1453759363.git.luto@kernel.org\0" "From\0Sam Ravnborg <sam@ravnborg.org>\0" "Subject\0Re: [PATCH v2 02/16] sparc/compat: Provide an accurate in_compat_syscall implementation\0" - "Date\0Tue, 26 Jan 2016 07:29:51 +0100\0" + "Date\0Tue, 26 Jan 2016 06:29:51 +0000\0" "To\0Andy Lutomirski <luto@kernel.org>\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" Al Viro <viro@zeniv.linux.org.uk> @@ -46,10 +46,10 @@ "> \n" "> +static inline bool in_compat_syscall(void)\n" "> +{\n" - "> +\treturn pt_regs_trap_type(current_pt_regs()) == 0x110;\n" + "> +\treturn pt_regs_trap_type(current_pt_regs()) = 0x110;\n" "Could you please add a comment about where 0x110 comes from.\n" "I at least failed to track this down.\n" "\n" "\tSam" -3b1ef0ffb990aa1f3bfdd567e4f117045ff86b18da4c8b61715a891ba2a5ce9e +b4f01e703f059e34af3d0896daf72a33779f6e36795b7d2dfb629b532c3c46c4
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.