From: gregkh@suse.de Date: Tue, 5 Apr 2005 20:48:21 +0000 (-0700) Subject: [PATCH] fix trailing whitespace in ia64 patch. And move patches into the review state. X-Git-Tag: v2.6.11.9~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45b38548e5bbd317cc3b22b64cfb976e63f5234d;p=thirdparty%2Fkernel%2Fstable-queue.git [PATCH] fix trailing whitespace in ia64 patch. And move patches into the review state. --- diff --git a/queue/alsa-timer-event-fixes.patch b/review/alsa-timer-event-fixes.patch similarity index 100% rename from queue/alsa-timer-event-fixes.patch rename to review/alsa-timer-event-fixes.patch diff --git a/queue/ext3-release-race.patch b/review/ext3-release-race.patch similarity index 100% rename from queue/ext3-release-race.patch rename to review/ext3-release-race.patch diff --git a/queue/fix-ia64-syscall-auditing.patch b/review/fix-ia64-syscall-auditing.patch similarity index 97% rename from queue/fix-ia64-syscall-auditing.patch rename to review/fix-ia64-syscall-auditing.patch index 2fafa7e6de8..b24162f936b 100644 --- a/queue/fix-ia64-syscall-auditing.patch +++ b/review/fix-ia64-syscall-auditing.patch @@ -45,7 +45,7 @@ Signed-off-by: Greg Kroah-Hartman */ 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 diff --git a/queue/i2c-fix-oops-in-eeprom-driver.patch b/review/i2c-fix-oops-in-eeprom-driver.patch similarity index 100% rename from queue/i2c-fix-oops-in-eeprom-driver.patch rename to review/i2c-fix-oops-in-eeprom-driver.patch diff --git a/queue/ipsec-icmp-deadlock.patch b/review/ipsec-icmp-deadlock.patch similarity index 100% rename from queue/ipsec-icmp-deadlock.patch rename to review/ipsec-icmp-deadlock.patch diff --git a/queue/rwsem-fix.patch b/review/rwsem-fix.patch similarity index 100% rename from queue/rwsem-fix.patch rename to review/rwsem-fix.patch diff --git a/queue/tcp-bic-congestion-avoidance-algo.patch b/review/tcp-bic-congestion-avoidance-algo.patch similarity index 100% rename from queue/tcp-bic-congestion-avoidance-algo.patch rename to review/tcp-bic-congestion-avoidance-algo.patch diff --git a/queue/uml-va_copy_fix.patch b/review/uml-va_copy_fix.patch similarity index 100% rename from queue/uml-va_copy_fix.patch rename to review/uml-va_copy_fix.patch