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 fixes for 3.5-rc4
Date: Wed, 20 Jun 2012 13:54:17 -0700	[thread overview]
Message-ID: <20120620205417.GA19228@kroah.com> (raw)

The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:

  Linux 3.5-rc2 (2012-06-08 18:40:09 -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.5-rc4

for you to fetch changes up to 96c9f05b39a5a3239cf0588cc86a1b95cac652c4:

  extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove() (2012-06-18 16:30:42 -0700)

----------------------------------------------------------------
Driver core and printk fixes for 3.5-rc4

Here are some fixes for 3.5-rc4 that resolve the kmsg problems that
people have reported showing up after the printk and kmsg changes went
into 3.5-rc1.  There are also a smattering of other tiny fixes for the
extcon and hyper-v drivers that people have reported.

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

----------------------------------------------------------------
Andrew Lunn (1):
      printk: Fix alignment of buf causing crash on ARM EABI

Axel Lin (3):
      extcon: Fix wrong index in max8997_extcon_cable[]
      extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak
      extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()

Kay Sievers (2):
      kmsg - kmsg_dump() use iterator to receive log buffer content
      kmsg - kmsg_dump() fix CONFIG_PRINTK=n compilation

Kuninori Morimoto (1):
      driver core: fixup reversed deferred probe order

Manohar Vanga (1):
      vme: change maintainer e-mail address

Mark Brown (1):
      Extcon: Don't try to create duplicate link names

Olaf Hering (1):
      Tools: hv: verify origin of netlink connector message

Yuanhan Liu (2):
      printk: use mutex lock to stop syslog_seq from going wild
      printk: return -EINVAL if the message len is bigger than the buf size

 MAINTAINERS                                |    2 +-
 arch/powerpc/platforms/pseries/nvram.c     |   61 +------
 arch/x86/platform/mrst/early_printk_mrst.c |   13 +-
 drivers/base/dd.c                          |    2 +-
 drivers/extcon/extcon-max8997.c            |    5 +-
 drivers/extcon/extcon_class.c              |    2 +-
 drivers/extcon/extcon_gpio.c               |    2 +
 drivers/mtd/mtdoops.c                      |   22 +--
 fs/pstore/platform.c                       |   34 ++--
 include/linux/kmsg_dump.h                  |   45 +++++-
 kernel/printk.c                            |  241 ++++++++++++++++++++++++----
 tools/hv/hv_kvp_daemon.c                   |   10 +-
 12 files changed, 289 insertions(+), 150 deletions(-)

                 reply	other threads:[~2012-06-20 20:54 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=20120620205417.GA19228@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.