|
Subject: Linux 2.6.13.4 Newsgroups: gmane.linux.kernel Date: 2005-10-10 19:55:42 GMT (3 years, 38 weeks, 1 day, 4 hours and 8 minutes ago) We (the -stable team) are announcing the release of the 2.6.13.3 kernel. The diffstat and short summary of the fixes are below. I'll also be replying to this message with a copy of the patch between 2.6.13.3 and 2.6.13.4, as it is small enough to do so. The updated 2.6.13.y git tree can be found at: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/linux-2.6.13.y.git and can be browsed at the normal kernel.org git web browser: www.kernel.org/git/ thanks, greg k-h -------- Makefile | 2 +- arch/sparc64/kernel/entry.S | 39 +++++++++++++++++++++------------------ arch/sparc64/kernel/rtrap.S | 7 ++++--- arch/sparc64/lib/VISsave.S | 8 +++++--- drivers/char/drm/drm_stub.c | 2 +- drivers/ieee1394/sbp2.c | 38 +++++++++++++++++++++++++++++++++++--- drivers/net/wireless/orinoco.c | 14 +++++++++----- fs/namei.c | 6 +++--- net/ipv4/tcp_bic.c | 2 +- security/keys/request_key_auth.c | 1 + 10 files changed, 81 insertions(+), 38 deletions(-) Summary of changes from v2.6.13.3 to v2.6.13.4 ============================================ Dave Jones: Fix drm 'debug' sysfs permissions David Howells: key: plug request_key_auth memleak (CAN-2005-3119) David S. Miller: Fix userland FPU state corruption. Greg Kroah-Hartman: Linux 2.6.13.4 Linus Torvalds: Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL Pavel Roskin: orinoco: Information leakage due to incorrect padding Stefan Richter: ieee1394/sbp2: fixes for hot-unplug and module unloading Stephen Hemminger: BIC coding bug in Linux 2.6.13 |
|
|