From: Greg KH <greg@kroah.com>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] STAGING patches for 2.6.31-rc2 tree
Date: Fri, 17 Apr 2009 12:01:48 -0700 [thread overview]
Message-ID: <20090417190148.GC3548@kroah.com> (raw)
Here are some patches for your 2.6.31-rc2 git tree.
It contains:
- more netdev_ops fixes
- pohmelfs update to work properly now.
- android binder driver fixes as found by Al Viro
- other bugfixes and build fixes.
All of these are contained within the drivers/staging tree, and have
been in the linux-next and -mm trees for a while now.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/
thanks,
greg k-h
--------------
.../filesystems/pohmelfs/design_notes.txt | 5 +-
Documentation/filesystems/pohmelfs/info.txt | 21 ++-
drivers/staging/android/binder.c | 201 +++++++++++++++-----
drivers/staging/at76_usb/at76_usb.c | 20 ++-
drivers/staging/epl/VirtualEthernetLinux.c | 17 ++-
drivers/staging/et131x/et131x_netdev.c | 23 ++-
drivers/staging/go7007/go7007-driver.c | 15 --
drivers/staging/go7007/wis-sony-tuner.c | 2 +
drivers/staging/line6/audio.c | 9 +-
drivers/staging/otus/usbdrv.c | 47 +++--
drivers/staging/otus/zdusb.c | 3 +-
drivers/staging/otus/zdusb.h | 4 +
drivers/staging/pohmelfs/config.c | 61 ++++++-
drivers/staging/pohmelfs/dir.c | 24 ++--
drivers/staging/pohmelfs/inode.c | 137 ++++++++++---
drivers/staging/pohmelfs/lock.c | 3 +-
drivers/staging/pohmelfs/net.c | 72 ++------
drivers/staging/pohmelfs/netfs.h | 21 +-
drivers/staging/pohmelfs/trans.c | 33 +--
drivers/staging/rt2860/rt_main_dev.c | 25 ++-
drivers/staging/rt2870/rt2870.h | 1 +
drivers/staging/rt2870/rt_main_dev.c | 28 ++--
drivers/staging/rt3070/rt_main_dev.c | 29 ++--
drivers/staging/slicoss/README | 31 +++-
drivers/staging/slicoss/slicoss.c | 25 ++-
drivers/staging/stlc45xx/Kconfig | 2 +-
drivers/staging/sxg/sxg.c | 127 ++++++++----
drivers/staging/uc2322/aten2011.c | 28 +---
drivers/staging/wlan-ng/p80211netdev.c | 20 ++-
29 files changed, 663 insertions(+), 371 deletions(-)
---------------
Alan Cox (1):
Staging: aten2011: Clean up some tty bits
Alexander Beregalov (11):
Staging: at76: convert to netdev_ops
Staging: epl: convert to netdev_ops
Staging: et131x: convert to netdev_ops
Staging: otus: convert to netdev_ops
Staging: rt2860: convert to netdev_ops
Staging: rt2870: convert to netdev_ops
Staging: rt3070: convert to netdev_ops
Staging: slicoss: convert to netdev_ops
Staging: sxg: convert to netdev_ops
Staging: wlan-ng: convert to netdev_ops
Staging: line6: convert to snd_card_create()
Arve Hjønnevåg (8):
Staging: binder: Remove VM_EXEC check.
Staging: binder: Don't create two proc entries with the same name if the driver is opened twice in one process.
Staging: binder: mmap fixes.
Staging: binder: Add more offset validation.
Staging: binder: Keep a reference to the files_struct while the driver is mmapped
Staging: binder: Cast to uintptr_t instead of size_t when aligning pointers
Staging: binder: Prevent the wrong thread from adding a transaction to the stack.
Staging: binder: Defer flush and release operations to avoid deadlocks.
Daniele Napolitano (2):
Staging: rt2870: add ID for Sitecom WL-315
otus/zdusb.c: additional USB idnetifier
Evgeniy Polyakov (13):
Staging: pohmelfs: Populate dentry cache when receiving the new readdir entry.
Staging: Pohmelfs: Move parent lock to the place where we really have to send a lookup request to the server.
Staging: Pohmelfs: Disable read lock in pohmelfs_getattr().
Staging: Pohmelfs: Added 'need_lock' variable into debug print.
Staging: Pohmelfs: Set NETFS_INODE_REMOTE_SYNCED and clear NETFS_INODE_OWNED bits in the root inode.
Staging: Pohmelfs: Extend remount option.
Staging: Pohmelfs: Sync fs before killing it, since dentry cache is shrunk before writeback is invoked via generic_shutdown_super()
Staging: Pohmelfs: Reduce debugging noise about non-existing objects.
Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory sync instead of hardcoded 25 seconds.
Staging: Pohmelfs: Drop ftrans debugging code.
Staging: Pohmelfs: Added ->show_stats() callback.
Staging: Pohmelfs: Added IO permissions and priorities.
Staging: Pohmelfs: Add load balancing between network states with the same priority.
Geert Uytterhoeven (1):
Staging: STLC45XX should depend on GENERIC_HARDIRQS
Greg Kroah-Hartman (1):
Staging: go7007: fix build issues
Lior Dotan (1):
Revert Staging: SLICOSS: use gfp_kernel where possible
Mithlesh Thukral (4):
Staging: sxg: Fire watchdog timer at end of open routine to change the link
Staging: sxg: Use correct queue_id for transmitting non-TCP packets
Staging: sxg: Fix sleep in atomic context warning while loading driver
Staging: sxg: Fix leaks and checksum errors in transmit code path
Stephen Hemminger (1):
staging: slicoss: update README
reply other threads:[~2009-04-17 19:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20090417190148.GC3548@kroah.com \
--to=greg@kroah.com \
--cc=akpm@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.