All of lore.kernel.org
 help / color / mirror / Atom feed
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 patches for 3.8-rc3
Date: Sun, 13 Jan 2013 21:03:37 -0800	[thread overview]
Message-ID: <20130114050337.GA8557@kroah.com> (raw)

The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:

  Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-3.8-rc3

for you to fetch changes up to f1688e0431d3a395388e70fe21da89ed0de0c323:

  debugfs: convert gid= argument from decimal, not octal (2013-01-11 05:56:01 -0800)

----------------------------------------------------------------
Driver core fixes for 3.8-rc3

Here are two patches for 3.8-rc3.

One removes the __dev* defines from init.h now that all usages of it are gone
from your tree.  The other fix is for debugfs's paramater that was using the
wrong base for the option.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Dave Reisner (1):
      debugfs: convert gid= argument from decimal, not octal

Greg Kroah-Hartman (1):
      Remove __dev* markings from init.h

 fs/debugfs/inode.c   |  2 +-
 include/linux/init.h | 20 --------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

                 reply	other threads:[~2013-01-14  5:02 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=20130114050337.GA8557@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.