public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Phasing out the BKL
@ 2011-01-18 21:16 Arnd Bergmann
  2011-01-18 21:16 ` [PATCH 1/4] drm/i810: remove " Arnd Bergmann
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Arnd Bergmann @ 2011-01-18 21:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Arnd Bergmann, Dave Airlie

Hi Linus,

These are the remaining patches I have for moving
the big kernel lock further out of the view of
developers. I had originally made them for 2.6.37
and they have been in linux-next since.

None of them has any real significance at this point,
since there are few people using the remaining modules
that require the BKL (ipx, appletalk, x.25, ufs,
adfs, hpfs, i830-drm, and a few bits in staging).
I expect to see patches for the first four in that
list at some point in the near future, after that
I suppose we can remove the option along with the
remaining dependencies completely.

For now, please pick any patches you like out of
these four.

Cc: Dave Airlie <airlied@linux.ie>

Arnd Bergmann (4):
  drm/i810: remove the BKL
  BKL: disable by default
  BKL: mark lock_kernel as deprecated
  BKL: move CONFIG_BKL to staging

 drivers/gpu/drm/Kconfig         |    4 ++--
 drivers/gpu/drm/i810/i810_dma.c |   18 +-----------------
 drivers/gpu/drm/i810/i810_drv.c |    6 +++++-
 drivers/staging/Kconfig         |   10 ++++++++++
 include/linux/smp_lock.h        |   23 ++++++-----------------
 lib/Kconfig.debug               |    9 ---------
 6 files changed, 24 insertions(+), 46 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-01-25 12:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 21:16 [PATCH 0/4] Phasing out the BKL Arnd Bergmann
2011-01-18 21:16 ` [PATCH 1/4] drm/i810: remove " Arnd Bergmann
2011-01-18 21:17 ` [PATCH 2/4] BKL: disable by default Arnd Bergmann
2011-01-18 21:17 ` [PATCH 3/4] BKL: mark lock_kernel as deprecated Arnd Bergmann
2011-01-18 21:17 ` [PATCH 4/4] BKL: move CONFIG_BKL to staging Arnd Bergmann
2011-01-19 15:44   ` Nick Bowler
2011-01-19 16:17     ` Arnd Bergmann
2011-01-19 18:21       ` Nick Bowler
2011-01-23 22:19         ` Andrew Hendry
     [not found]         ` <AANLkTimOzU328aHnB7+ERSq1ovPBSZgxNQsYRhLghH5L@mail.gmail.com>
2011-01-24 15:59           ` Arnd Bergmann
2011-01-25  0:33             ` Andrew Hendry
2011-01-25 12:06               ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox