From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org, stable@kernel.org
Cc: Justin Forbes <jmforbes@linuxtx.org>,
Zwane Mwaikambo <zwane@arm.linux.org.uk>,
"Theodore Ts'o" <tytso@mit.edu>,
Randy Dunlap <rdunlap@xenotime.net>,
Dave Jones <davej@redhat.com>,
Chuck Wolber <chuckw@quantumlinux.com>,
Chris Wedgwood <reviews@ml.cw.f00f.org>,
Michael Krufky <mkrufky@linuxtv.org>,
Chuck Ebbert <cebbert@redhat.com>,
Domenico Andreoli <cavokz@gmail.com>, Willy Tarreau <w@1wt.eu>,
Rodrigo Rubira Branco <rbranco@la.checkpoint.com>,
Jake Edge <jake@lwn.net>, Eugene Teo <eteo@redhat.com>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
alan@lxorguk.ukuu.org.uk
Subject: [patch 00/29] 2.6.25-stable review
Date: Wed, 30 Jul 2008 16:24:51 -0700 [thread overview]
Message-ID: <20080730232451.GA30670@suse.de> (raw)
This is the start of the stable review cycle for the 2.6.25.14 release.
There are 29 patches in this series, all will be posted as a response to
this one. If anyone has any issues with these being applied, please let
us know. If anyone is a maintainer of the proper subsystem, and wants
to add a Signed-off-by: line to the patch, please respond with it.
These patches are sent out with a number of different people on the Cc:
line. If you wish to be a reviewer, please email stable@kernel.org to
add your name to the list. If you want to be off the reviewer list,
also email us.
Responses should be made by August 1, 12:00:00 UTC. Anything received
after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.25.14-rc1.gz
and the diffstat can be found below.
thanks,
the -stable release team
Makefile | 5 ++-
arch/powerpc/platforms/cell/cbe_cpufreq_pmi.c | 6 ++++
arch/sparc64/kernel/irq.c | 10 ++++++
arch/sparc64/kernel/ldc.c | 38 +++++++++++++-------------
arch/sparc64/kernel/time.c | 15 ++++++----
arch/x86/Kconfig.cpu | 2 -
arch/x86/mm/init_64.c | 2 -
drivers/acpi/processor_perflib.c | 15 ++++++++--
drivers/ata/ahci.c | 15 ++++++++--
drivers/ata/ata_generic.c | 6 ++++
drivers/ata/pata_acpi.c | 6 ++++
drivers/cpufreq/cpufreq.c | 3 ++
drivers/ide/ide-cd.c | 27 +++++++++++++++---
drivers/net/ixgbe/ixgbe_main.c | 2 -
drivers/net/wireless/ath5k/base.c | 5 ---
drivers/net/wireless/b43legacy/main.c | 2 -
drivers/spi/mpc52xx_psc_spi.c | 22 ++++-----------
fs/dquot.c | 16 ++++++++++
fs/ecryptfs/crypto.c | 30 ++++++++++++--------
fs/isofs/rock.c | 22 +++++++++++++--
fs/libfs.c | 4 +-
include/asm-arm/bitops.h | 9 +++++-
include/asm-generic/vmlinux.lds.h | 4 ++
include/asm-powerpc/pgtable-ppc64.h | 11 +++++++
include/asm-sparc64/io.h | 1
include/linux/cpufreq.h | 1
kernel/marker.c | 12 ++++++--
kernel/sys_ni.c | 1
mm/filemap.c | 2 -
mm/hugetlb.c | 6 +++-
mm/shmem.c | 3 +-
net/ipv4/tcp_input.c | 3 --
net/netfilter/nf_conntrack_proto_tcp.c | 10 +++++-
scripts/Makefile.modpost | 1
scripts/mod/modpost.c | 3 +-
sound/pci/hda/patch_realtek.c | 1
sound/pci/trident/trident_main.c | 5 ++-
37 files changed, 234 insertions(+), 92 deletions(-)
next reply other threads:[~2008-07-30 23:31 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20080730231003.655833364@mini.kroah.org>
2008-07-30 23:24 ` Greg KH [this message]
2008-07-30 23:26 ` [patch 01/29] quota: fix possible infinite loop in quota code Greg KH
2008-07-30 23:26 ` [patch 02/29] isofs: fix minor filesystem corruption Greg KH
2008-07-30 23:26 ` [patch 03/29] x86: fix crash due to missing debugctlmsr on AMD K6-3 Greg KH
2008-07-30 23:26 ` [patch 04/29] vmlinux.lds: move __attribute__((__cold__)) functions back into final .text section Greg KH
2008-07-30 23:26 ` [patch 05/29] tcp: Clear probes_out more aggressively in tcp_ack() Greg KH
2008-07-30 23:26 ` [patch 06/29] sparc64: Fix lockdep issues in LDC protocol layer Greg KH
2008-07-30 23:26 ` [patch 07/29] sparc64: Fix cpufreq notifier registry Greg KH
2008-07-30 23:26 ` [patch 08/29] sparc64: Do not define BIO_VMERGE_BOUNDARY Greg KH
2008-07-30 23:27 ` [patch 09/29] pata_atiixp: Dont disable Greg KH
2008-07-30 23:27 ` [patch 10/29] markers: fix duplicate modpost entry Greg KH
2008-07-30 23:27 ` [patch 11/29] ide-cd: fix oops when using growisofs Greg KH
2008-07-30 23:27 ` [patch 12/29] Fix build on COMPAT platforms when CONFIG_EPOLL is disabled Greg KH
2008-07-30 23:27 ` [patch 13/29] ARM: fix fls() for 64-bit arguments Greg KH
2008-07-30 23:27 ` [patch 14/29] ALSA: hda - Fix "alc262_sony_unsol" hda_verb array Greg KH
2008-07-30 23:27 ` [patch 15/29] ALSA: trident - pause s/pdif output Greg KH
2008-07-30 23:27 ` [patch 16/29] ahci: retry enabling AHCI a few times before spitting out WARN_ON() Greg KH
2008-07-30 23:27 ` [patch 17/29] x86: fix kernel_physical_mapping_init() for large x86 systems Greg KH
2008-07-30 23:27 ` [patch 18/29] VFS: increase pseudo-filesystem block size to PAGE_SIZE Greg KH
2008-07-30 23:27 ` [patch 19/29] tmpfs: fix kernel BUG in shmem_delete_inode Greg KH
2008-07-30 23:27 ` [patch 20/29] mpc52xx_psc_spi: fix block transfer Greg KH
2008-07-30 23:27 ` [patch 21/29] markers: fix markers read barrier for multiple probes Greg KH
2008-07-30 23:27 ` [patch 22/29] ixgbe: remove device ID for unsupported device Greg KH
2008-07-30 23:27 ` [patch 23/29] eCryptfs: use page_alloc not kmalloc to get a page of memory Greg KH
2008-07-30 23:27 ` [patch 24/29] cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already Greg KH
2008-07-30 23:27 ` [patch 25/29] b43legacy: Release mutex in error handling code Greg KH
2008-07-30 23:27 ` [patch 26/29] ath5k: dont enable MSI, we cannot handle it yet Greg KH
2008-07-30 23:27 ` [patch 27/29] Correct hash flushing from huge_ptep_set_wrprotect() Greg KH
2008-07-30 23:27 ` [patch 28/29] netfilter -stable: nf_conntrack_tcp: fix endless loop Greg KH
2008-07-30 23:27 ` [patch 29/29] Fix off-by-one error in iov_iter_advance() Greg KH
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=20080730232451.GA30670@suse.de \
--to=gregkh@suse.de \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=cavokz@gmail.com \
--cc=cebbert@redhat.com \
--cc=chuckw@quantumlinux.com \
--cc=davej@redhat.com \
--cc=eteo@redhat.com \
--cc=jake@lwn.net \
--cc=jmforbes@linuxtx.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mkrufky@linuxtv.org \
--cc=rbranco@la.checkpoint.com \
--cc=rdunlap@xenotime.net \
--cc=reviews@ml.cw.f00f.org \
--cc=stable@kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=tytso@mit.edu \
--cc=w@1wt.eu \
--cc=zwane@arm.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox