From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] Driver core fixes for 3.7-rc3
Date: Fri, 26 Oct 2012 10:15:25 -0700 [thread overview]
Message-ID: <20121026171525.GA11356@kroah.com> (raw)
The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:
Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-3.7-rc3
for you to fetch changes up to bf34be058158fd30622601346819d098dc5d623f:
Documentation:Chinese translation of Documentation/arm64/memory.txt (2012-10-25 11:54:06 -0700)
----------------------------------------------------------------
Driver core fixes for 3.7-rc3
Here are a number of firmware core fixes for 3.7, and some other minor fixes.
And some documentation updates thrown in for good measure.
All have been in the linux-next tree for a while.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Geert Uytterhoeven (1):
sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
Joe Perches (1):
dynamic_debug: Remove unnecessary __used
Ming Lei (5):
firmware loader: cancel uncache work before caching firmware
firmware loader: fix one reqeust_firmware race
firmware loader: let direct loading back on 'firmware_buf'
firmware loader: sync firmware cache by async_synchronize_full_domain
firmware loader: document kernel direct loading
Tekkaman Ninja (3):
Documentation:Chinese translation of Documentation/IRQ.txt
Documentation:Chinese translation of Documentation/arm64/booting.txt
Documentation:Chinese translation of Documentation/arm64/memory.txt
Documentation/firmware_class/README | 26 +++++----
Documentation/zh_CN/IRQ.txt | 39 ++++++++++++++
Documentation/zh_CN/arm64/booting.txt | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/zh_CN/arm64/memory.txt | 93 ++++++++++++++++++++++++++++++++
drivers/base/firmware_class.c | 266 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------
fs/sysfs/dir.c | 16 +++---
include/linux/dynamic_debug.h | 2 +-
7 files changed, 465 insertions(+), 133 deletions(-)
create mode 100644 Documentation/zh_CN/IRQ.txt
create mode 100644 Documentation/zh_CN/arm64/booting.txt
create mode 100644 Documentation/zh_CN/arm64/memory.txt
reply other threads:[~2012-10-26 17:19 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=20121026171525.GA11356@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.