From: Greg KH <greg@kroah.com>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Subject: [GIT PATCH] STAGING fixes for 2.6.32-git
Date: Fri, 30 Oct 2009 15:09:37 -0700 [thread overview]
Message-ID: <20091030220937.GB11297@kroah.com> (raw)
Here are some staging fixes for your 2.6.32-git tree.
The big one here is a removal of a driver that is now working properly
with a "real" driver in the network driver portion of the kernel tree.
The other fixes are minor ones that solve problems that have been
reported (like finally getting the Hyper-V drivers to work properly.)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/
All of these patches have been in the linux-next and mm trees for a
while.
The patches will be sent as a follow-on to this message to the
driver-devel list for people to see.
thanks,
greg k-h
--------------
drivers/staging/Kconfig | 2 -
drivers/staging/Makefile | 1 -
drivers/staging/android/Kconfig | 1 +
drivers/staging/hv/ChannelMgmt.h | 3 +-
drivers/staging/hv/NetVsc.c | 10 +-
drivers/staging/hv/TODO | 6 +
drivers/staging/hv/osd.h | 1 +
drivers/staging/hv/vmbus_drv.c | 28 +-
drivers/staging/otus/Kconfig | 2 +-
drivers/staging/panel/panel.c | 13 +-
drivers/staging/rt2860/Kconfig | 2 +-
drivers/staging/rt2870/Kconfig | 2 +-
drivers/staging/rt3090/Kconfig | 2 +-
drivers/staging/rtl8187se/Kconfig | 2 +-
.../staging/rtl8187se/ieee80211/ieee80211_crypt.c | 4 +-
.../staging/rtl8187se/ieee80211/ieee80211_module.c | 4 +-
.../rtl8187se/ieee80211/ieee80211_softmac.c | 12 +-
drivers/staging/rtl8187se/ieee80211/ieee80211_wx.c | 17 +-
drivers/staging/rtl8192e/Kconfig | 2 +-
.../staging/rtl8192e/ieee80211/ieee80211_crypt.c | 8 +-
.../staging/rtl8192e/ieee80211/ieee80211_module.c | 8 +-
.../staging/rtl8192e/ieee80211/ieee80211_softmac.c | 19 +-
drivers/staging/rtl8192e/ieee80211/ieee80211_wx.c | 21 +-
drivers/staging/rtl8192su/Kconfig | 2 +-
.../staging/rtl8192su/ieee80211/ieee80211_crypt.c | 4 +-
.../staging/rtl8192su/ieee80211/ieee80211_module.c | 4 +-
.../rtl8192su/ieee80211/ieee80211_softmac.c | 15 +-
drivers/staging/rtl8192su/ieee80211/ieee80211_wx.c | 17 +-
drivers/staging/stlc45xx/Kconfig | 8 -
drivers/staging/stlc45xx/Makefile | 1 -
drivers/staging/stlc45xx/stlc45xx.c | 2594 --------------------
drivers/staging/stlc45xx/stlc45xx.h | 283 ---
drivers/staging/stlc45xx/stlc45xx_lmac.h | 434 ----
drivers/staging/vt6656/main_usb.c | 1 -
drivers/staging/winbond/Kconfig | 2 +-
drivers/staging/wlan-ng/Kconfig | 2 +-
36 files changed, 75 insertions(+), 3462 deletions(-)
delete mode 100644 drivers/staging/stlc45xx/Kconfig
delete mode 100644 drivers/staging/stlc45xx/Makefile
delete mode 100644 drivers/staging/stlc45xx/stlc45xx.c
delete mode 100644 drivers/staging/stlc45xx/stlc45xx.h
delete mode 100644 drivers/staging/stlc45xx/stlc45xx_lmac.h
---------------
Greg Kroah-Hartman (3):
Staging: remove stlc45xx driver
Staging: android: mark subsystem as broken
Staging: wireless drivers Kconfig change
Haiyang Zhang (1):
Staging: hv: Fix null pointer error after vmbus loading
Hank Janssen (1):
Staging: hv: Fix vmbus load hang caused by faulty data packing
Herton Ronaldo Krzesinski (1):
Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload
Milan Dadok (3):
Staging: hv: fix oops in vmbus - udev events
Staging: hv: fix oops in vmbus - netvsc list_head
Staging: hv: fix oops in vmbus - missing #include
Peter Huewe (1):
Staging: Panel: prevent driver from calling misc_deregister twice on same ressource
Randy Dunlap (1):
Staging: fix wireless drivers depends
Stephen Hemminger (1):
Staging: hv TODO patches
miaofng (1):
Staging: vt6656: fix the memory free bug in vntwusb_disconnect()
next reply other threads:[~2009-10-30 22:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-30 22:09 Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-12-01 17:43 Greg KH
2009-10-14 23:04 Greg KH
2009-10-09 21:02 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091030220937.GB11297@kroah.com \
--to=greg@kroah.com \
--cc=akpm@osdl.org \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome