]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
[PATCH] fix trailing whitespace in ia64 patch. And move patches into the review state.
authorgregkh@suse.de <gregkh@suse.de>
Tue, 5 Apr 2005 20:48:21 +0000 (13:48 -0700)
committerGreg KH <gregkh@suse.de>
Thu, 12 May 2005 05:16:08 +0000 (22:16 -0700)
review/alsa-timer-event-fixes.patch [moved from queue/alsa-timer-event-fixes.patch with 100% similarity]
review/ext3-release-race.patch [moved from queue/ext3-release-race.patch with 100% similarity]
review/fix-ia64-syscall-auditing.patch [moved from queue/fix-ia64-syscall-auditing.patch with 97% similarity]
review/i2c-fix-oops-in-eeprom-driver.patch [moved from queue/i2c-fix-oops-in-eeprom-driver.patch with 100% similarity]
review/ipsec-icmp-deadlock.patch [moved from queue/ipsec-icmp-deadlock.patch with 100% similarity]
review/rwsem-fix.patch [moved from queue/rwsem-fix.patch with 100% similarity]
review/tcp-bic-congestion-avoidance-algo.patch [moved from queue/tcp-bic-congestion-avoidance-algo.patch with 100% similarity]
review/uml-va_copy_fix.patch [moved from queue/uml-va_copy_fix.patch with 100% similarity]

similarity index 97%
rename from queue/fix-ia64-syscall-auditing.patch
rename to review/fix-ia64-syscall-auditing.patch
index 2fafa7e6de839c48ddaf4d7fe51013c018c5a4ec..b24162f936be0faf15ef809f25b00dcf2c4136d4 100644 (file)
@@ -45,7 +45,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
         */
        retval = (long) &ia64_leave_kernel;
 -      if (test_thread_flag(TIF_SYSCALL_TRACE))
-+      if (test_thread_flag(TIF_SYSCALL_TRACE) 
++      if (test_thread_flag(TIF_SYSCALL_TRACE)
 +          || test_thread_flag(TIF_SYSCALL_AUDIT))
                /*
                 * strace expects to be notified after sigreturn returns even though the
similarity index 100%
rename from queue/rwsem-fix.patch
rename to review/rwsem-fix.patch