login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
March
»
30
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Frederic Weisbecker
Subject:
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
Date: Tuesday, March 30, 2010 - 11:27 am
On Tue, Mar 30, 2010 at 11:37:27AM +0100, Arnd Bergmann wrote:
quoted text
> On Tuesday 30 March 2010, Frederic Weisbecker wrote: > > Push down the bkl from procfs's ioctl main handler to its users. > > Only three procfs users implement an ioctl (non unlocked) handler. > > Turn them into unlocked_ioctl and push down the Devil inside. > > Looks good to me. I would have used a single unlock and return statement > in i8k_ioctl and isdn_divert_ioctl, with goto instead of adding an > unlock to each return, but it doesn't matter much.
I did that first, but actually that didn't make much difference: ret = foo; unlock_kernel() goto end; VS return foo;
quoted text
> > Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/6] Kill the bkl in procfs
, Frederic Weisbecker
, (Mon Mar 29, 11:20 pm)
[PATCH 1/6] procfs: Kill BKL in llseek on proc base
, Frederic Weisbecker
, (Mon Mar 29, 11:20 pm)
[PATCH 2/6] procfs: Use generic_file_llseek in /proc/kcore
, Frederic Weisbecker
, (Mon Mar 29, 11:20 pm)
[PATCH 3/6] procfs: Use generic_file_llseek in /proc/kmsg
, Frederic Weisbecker
, (Mon Mar 29, 11:20 pm)
[PATCH 4/6] procfs: Use generic_file_llseek in /proc/vmcore
, Frederic Weisbecker
, (Mon Mar 29, 11:20 pm)
[PATCH 5/6] procfs: Push down the bkl from ioctl
, Frederic Weisbecker
, (Mon Mar 29, 11:20 pm)
[PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Mon Mar 29, 11:20 pm)
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
, Alexey Dobriyan
, (Mon Mar 29, 11:31 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Alexey Dobriyan
, (Mon Mar 29, 11:38 pm)
Re: [PATCH 1/6] procfs: Kill BKL in llseek on proc base
, Alexey Dobriyan
, (Mon Mar 29, 11:40 pm)
Re: [PATCH 1/6] procfs: Kill BKL in llseek on proc base
, Frederic Weisbecker
, (Mon Mar 29, 11:50 pm)
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
, Frederic Weisbecker
, (Tue Mar 30, 12:02 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Tue Mar 30, 12:07 am)
Re: [PATCH 2/6] procfs: Use generic_file_llseek in /proc/kcore
, Arnd Bergmann
, (Tue Mar 30, 3:28 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Tue Mar 30, 3:33 am)
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
, Arnd Bergmann
, (Tue Mar 30, 3:37 am)
Re: [PATCH 4/6] procfs: Use generic_file_llseek in /proc/v ...
, Arnd Bergmann
, (Tue Mar 30, 3:38 am)
Re: [PATCH 3/6] procfs: Use generic_file_llseek in /proc/kmsg
, Arnd Bergmann
, (Tue Mar 30, 3:38 am)
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
, Frederic Weisbecker
, (Tue Mar 30, 11:27 am)
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
, Arnd Bergmann
, (Tue Mar 30, 11:54 am)
Re: [PATCH 5/6] procfs: Push down the bkl from ioctl
, Frederic Weisbecker
, (Tue Mar 30, 12:21 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Wed Mar 31, 10:22 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Wed Mar 31, 1:21 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Wed Mar 31, 2:04 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Wed Mar 31, 2:41 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Alan Cox
, (Wed Mar 31, 2:55 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Wed Mar 31, 2:56 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Thu Apr 1, 2:07 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Thu Apr 1, 4:37 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Stefan Richter
, (Thu Apr 1, 4:39 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Thu Apr 1, 5:42 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Thu Apr 1, 5:45 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Stefan Richter
, (Sat Apr 3, 10:53 am)
[PATCH v2] procfs: Push down the bkl from ioctl
, Frederic Weisbecker
, (Fri Apr 9, 7:45 am)
[PATCH v3] procfs: Push down the bkl from ioctl
, Frederic Weisbecker
, (Sat Apr 10, 6:25 am)
Re: [PATCH 0/6] Kill the bkl in procfs
, Frederic Weisbecker
, (Sat Apr 10, 6:27 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Sat Apr 10, 8:28 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Sat Apr 10, 9:09 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Sat Apr 10, 9:14 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Sat Apr 10, 9:24 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Christoph Hellwig
, (Sun Apr 11, 6:03 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Mon Apr 12, 8:05 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Mon Apr 12, 10:34 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Mon Apr 12, 2:53 pm)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Arnd Bergmann
, (Tue Apr 13, 2:26 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Christoph Hellwig
, (Tue Apr 13, 11:03 am)
Re: [PATCH 6/6] procfs: Kill the bkl in ioctl
, Frederic Weisbecker
, (Tue Apr 13, 1:10 pm)
[PATCH v4] procfs: Push down the bkl from ioctl
, Frederic Weisbecker
, (Sun May 16, 6:23 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate