* [GIT PATCH] driver core fixes for 3.5-rc4
@ 2012-06-20 20:54 Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2012-06-20 20:54 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-20 20:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 20:54 [GIT PATCH] driver core fixes for 3.5-rc4 Greg KH
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.