diff for duplicates of <476B7623.3040008@suse.cz> diff --git a/a/1.txt b/N1/1.txt index 61ba95f..dcef585 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -45,10 +45,10 @@ Petr Tesarik >> goto out; >> } >> ->> - peek_or_poke = (request = PTRACE_PEEKTEXT ->> - || request = PTRACE_PEEKDATA ->> - || request = PTRACE_POKETEXT ->> - || request = PTRACE_POKEDATA); +>> - peek_or_poke = (request == PTRACE_PEEKTEXT +>> - || request == PTRACE_PEEKDATA +>> - || request == PTRACE_POKETEXT +>> - || request == PTRACE_POKEDATA); >> - ret = -ESRCH; >> - read_lock(&tasklist_lock); >> - { @@ -68,7 +68,7 @@ Petr Tesarik >> + } >> + >> ret = -EPERM; ->> if (pid = 1) /* no messing around with init! */ +>> if (pid == 1) /* no messing around with init! */ >> goto out_tsk; >> > diff --git a/a/content_digest b/N1/content_digest index 95a8a11..e9c9445 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020071220043429.GO4612@sgi.com\0" "From\0Petr Tesarik <ptesarik@suse.cz>\0" "Subject\0Re: [ia64] BUG: sleeping in atomic\0" - "Date\0Fri, 21 Dec 2007 08:15:31 +0000\0" + "Date\0Fri, 21 Dec 2007 09:15:31 +0100\0" "To\0David Chinner <dgc@sgi.com>\0" "Cc\0Kyle McMartin <kyle@mcmartin.ca>" lkml <linux-kernel@vger.kernel.org> @@ -58,10 +58,10 @@ ">> \t\tgoto out;\n" ">> \t}\n" ">> \n" - ">> -\tpeek_or_poke = (request = PTRACE_PEEKTEXT\n" - ">> -\t\t\t|| request = PTRACE_PEEKDATA\n" - ">> -\t\t\t|| request = PTRACE_POKETEXT\n" - ">> -\t\t\t|| request = PTRACE_POKEDATA);\n" + ">> -\tpeek_or_poke = (request == PTRACE_PEEKTEXT\n" + ">> -\t\t\t|| request == PTRACE_PEEKDATA\n" + ">> -\t\t\t|| request == PTRACE_POKETEXT\n" + ">> -\t\t\t|| request == PTRACE_POKEDATA);\n" ">> -\tret = -ESRCH;\n" ">> -\tread_lock(&tasklist_lock);\n" ">> -\t{\n" @@ -81,7 +81,7 @@ ">> +\t}\n" ">> +\n" ">> \tret = -EPERM;\n" - ">> \tif (pid = 1)\t\t/* no messing around with init! */\n" + ">> \tif (pid == 1)\t\t/* no messing around with init! */\n" ">> \t\tgoto out_tsk;\n" ">> \n" ">\n" @@ -93,4 +93,4 @@ "> Dave.\n" > -a85da65fe3943c195d15069a09eb256277841562da90d219f4a1a287247db7e6 +2625734d65aba519b4fa453e5bd3c907556e9b23bd4304d212ff64fc20241927
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.