All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core fixes for 3.5-rc5
@ 2012-06-30  4:52 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2012-06-30  4:52 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Kay Sievers

The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc:

  Linux 3.5-rc4 (2012-06-24 12:53:04 -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-rc5

for you to fetch changes up to d36208227d03c44c0a74cd702cc94528162e1703:

  printk: Optimize if statement logic where newline exists (2012-06-29 16:55:35 -0400)

----------------------------------------------------------------
Driver Core fixes for 3.5-rc5

Here is a number of printk() fixes, specifically a few reported by the
crazy blog program that ships in SUSE releases (that's "boot log" and
not "web log", it predates the general "blog" terminology by many
years), and the restoration of the continuation line functionality
reported by Stephen and others.  Yes, the changes seem a bit big this
late in the cycle, but I've been beating on them for a while now, and
Stephen has even optimized it a bit, so all looks good to me.

The other change in here is a Documentation update for the stable kernel
rules describing how some distro patches should be backported, to
hopefully drive a bit more response from the distros to the stable
kernel releases.

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

----------------------------------------------------------------
Alan Stern (1):
      printk: fix regression in SYSLOG_ACTION_CLEAR

Greg Kroah-Hartman (1):
      Revert "printk: return -EINVAL if the message len is bigger than the buf size"

Jan Beulich (1):
      syslog: fill buffer with more than a single message for SYSLOG_ACTION_READ

Kay Sievers (1):
      printk: flush continuation lines immediately to console

Mel Gorman (1):
      stable: Allow merging of backports for serious user-visible performance issues

Steven Rostedt (1):
      printk: Optimize if statement logic where newline exists

 Documentation/stable_kernel_rules.txt |   6 +
 kernel/printk.c                       | 297 ++++++++++++++++++++++++----------
 2 files changed, 219 insertions(+), 84 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-30  4:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30  4:52 [GIT PATCH] driver core fixes for 3.5-rc5 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.