[GIT PATCH] driver core fixes for 3.5-rc4
From: Greg KH
Date: Wed Jun 20 2012 - 16:54:16 EST
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@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/