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/57] 2.6.27-stable review
Date: Tue, 4 Nov 2008 15:30:28 -0800 [thread overview]
Message-ID: <20081104233028.GA659@suse.de> (raw)
This is the start of the stable review cycle for the 2.6.27.5 release.
There are 57 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 Thursday, November 6, 23: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.27.5-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Documentation/i2c/busses/i2c-sis96x | 2
MAINTAINERS | 20 -
Makefile | 2
arch/powerpc/configs/linkstation_defconfig | 7
arch/powerpc/mm/hash_utils_64.c | 6
arch/powerpc/mm/numa.c | 113 +++++-
arch/powerpc/platforms/embedded6xx/linkstation.c | 14
arch/s390/kernel/smp.c | 24 -
arch/sparc64/kernel/trampoline.S | 18 -
arch/x86/kernel/process_64.c | 4
arch/x86/kernel/rtc.c | 22 +
arch/x86/mm/pat.c | 4
drivers/acpi/button.c | 3
drivers/acpi/ec.c | 374 +++++++++++------------
drivers/acpi/hardware/hwsleep.c | 7
drivers/acpi/reboot.c | 25 +
drivers/ata/libata-core.c | 2
drivers/ata/pata_it821x.c | 3
drivers/ata/sata_nv.c | 53 +--
drivers/ata/sata_promise.c | 20 +
drivers/base/sys.c | 6
drivers/char/agp/intel-agp.c | 12
drivers/char/ipmi/ipmi_devintf.c | 1
drivers/firewire/fw-cdev.c | 6
drivers/firewire/fw-sbp2.c | 38 +-
drivers/firewire/fw-topology.c | 6
drivers/firewire/fw-transaction.h | 2
drivers/hid/usbhid/hid-quirks.c | 4
drivers/i2c/busses/scx200_i2c.c | 1
drivers/input/keyboard/atkbd.c | 10
drivers/media/dvb/frontends/s5h1411.c | 35 +-
drivers/media/video/pvrusb2/pvrusb2-encoder.c | 4
drivers/net/atlx/atl1.c | 7
drivers/net/atlx/atl1.h | 2
drivers/net/bonding/bond_alb.c | 13
drivers/net/wireless/libertas/scan.c | 4
drivers/pci/probe.c | 2
drivers/rtc/rtc-cmos.c | 33 +-
drivers/scsi/sd.c | 10
drivers/usb/core/hcd.c | 35 +-
drivers/usb/core/hcd.h | 1
drivers/usb/core/hub.c | 1
drivers/usb/core/urb.c | 15
drivers/usb/storage/unusual_devs.h | 9
fs/hfsplus/bitmap.c | 12
fs/hfsplus/catalog.c | 5
include/math-emu/op-common.h | 17 -
kernel/sched_clock.c | 6
kernel/sched_features.h | 2
net/ipv4/tcp_output.c | 33 +-
net/ipv6/tcp_ipv6.c | 2
net/sched/sch_generic.c | 2
scripts/package/mkspec | 3
security/commoncap.c | 6
sound/core/control.c | 4
sound/pci/hda/hda_intel.c | 29 +
56 files changed, 717 insertions(+), 384 deletions(-)
next reply other threads:[~2008-11-04 23:34 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20081104232144.186593464@mini.kroah.org>
2008-11-04 23:30 ` Greg KH [this message]
2008-11-04 23:30 ` [patch 01/57] agp: Fix stolen memory counting on G4X Greg KH
2008-11-04 23:30 ` [patch 02/57] SCSI: sd: Fix handling of NO_SENSE check condition Greg KH
2008-11-04 23:31 ` [patch 03/57] S390: Fix sysdev class file creation Greg KH
2008-11-04 23:31 ` [patch 04/57] sysfs: Fix return values for sysdev_store_{ulong, int} Greg KH
2008-11-04 23:31 ` [patch 05/57] ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_si Greg KH
2008-11-04 23:31 ` [patch 06/57] USB: fix crash when URBs are unlinked after the device is gone Greg KH
2008-11-04 23:31 ` [patch 07/57] ALSA: hda - Add reboot notifier Greg KH
2008-11-04 23:31 ` [patch 08/57] kbuild: mkspec - fix build rpm Greg KH
2008-11-04 23:31 ` [patch 09/57] x86: fix /dev/mem mmap breakage when PAT is disabled Greg KH
2008-11-04 23:31 ` [patch 10/57] atl1: fix vlan tag regression Greg KH
2008-11-04 23:31 ` [patch 11/57] libertas: fix buffer overrun Greg KH
2008-11-04 23:31 ` [patch 12/57] Revert "HID: Invert HWHEEL mappings for some Logitech mice" Greg KH
2008-11-04 23:31 ` [patch 13/57] libata: initialize port_task when !CONFIG_ATA_SFF Greg KH
2008-11-04 23:31 ` [patch 14/57] syncookies: fix inclusion of tcp options in syn-ack Greg KH
2008-11-04 23:31 ` [patch 15/57] tcp: Restore ordering of TCP options for the sake of inter-operability Greg KH
2008-11-04 23:31 ` [patch 16/57] tcpv6: fix option space offsets with md5 Greg KH
2008-11-04 23:31 ` [patch 17/57] pkt_sched: sch_generic: Fix oops in sch_teql Greg KH
2008-11-04 23:31 ` [patch 18/57] sparc64: Fix race in arch/sparc64/kernel/trampoline.S Greg KH
2008-11-04 23:31 ` [patch 19/57] math-emu: Fix signalling of underflow and inexact while packing result Greg KH
2008-11-04 23:31 ` [patch 20/57] firewire: fix setting tag and sy in iso transmission Greg KH
2008-11-04 23:31 ` [patch 21/57] firewire: fix ioctl() return code Greg KH
2008-11-04 23:31 ` [patch 22/57] firewire: Survive more than 256 bus resets Greg KH
2008-11-04 23:31 ` [patch 23/57] firewire: fix struct fw_node memory leak Greg KH
2008-11-04 23:31 ` [patch 24/57] firewire: fw-sbp2: delay first login to avoid retries Greg KH
2008-11-04 23:31 ` [patch 25/57] firewire: fw-sbp2: fix races Greg KH
2008-11-04 23:31 ` [patch 26/57] ACPI: Always report a sync event after a lid state change Greg KH
2008-11-04 23:31 ` [patch 27/57] powerpc: fix i2c on PPC linkstation / kurobox machines Greg KH
2008-11-04 23:31 ` [patch 28/57] powerpc: Reserve in bootmem lmb reserved regions that cross NUMA nodes Greg KH
2008-11-04 23:32 ` [patch 29/57] powerpc/numa: Make memory reserve code more robust Greg KH
2008-11-04 23:32 ` [patch 30/57] powerpc: Dont use a 16G page if beyond mem= limits Greg KH
2008-11-04 23:32 ` [patch 31/57] i2c: The i2c mailing list is moving Greg KH
2008-11-04 23:32 ` [patch 32/57] scx200_i2c: Add missing class parameter Greg KH
2008-11-04 23:32 ` [patch 33/57] ALSA: use correct lock in snd_ctl_dev_disconnect() Greg KH
2008-11-04 23:32 ` [patch 34/57] V4L: pvrusb2: Keep MPEG PTSs from drifting away Greg KH
2008-11-04 23:32 ` [patch 35/57] DVB: s5h1411: bugfix: Setting serial or parallel mode could destroy bits Greg KH
2008-11-04 23:32 ` [patch 36/57] DVB: s5h1411: Perform s5h1411 soft reset after tuning Greg KH
2008-11-04 23:32 ` [patch 37/57] DVB: s5h1411: Power down s5h1411 when not in use Greg KH
2008-11-04 23:32 ` [patch 38/57] PCI: fix 64-vbit prefetchable memory resource BARs Greg KH
2008-11-04 23:32 ` [patch 39/57] sched: disable the hrtick for now Greg KH
2008-11-04 23:33 ` [patch 40/57] sched_clock: prevent scd->clock from moving backwards Greg KH
2008-11-04 23:33 ` [patch 41/57] x86: avoid dereferencing beyond stack + THREAD_SIZE Greg KH
2008-11-04 23:33 ` [patch 42/57] rtc-cmos: look for PNP RTC first, then for platform RTC Greg KH
2008-11-04 23:33 ` [patch 43/57] USB: storage: Avoid I/O errors when issuing SCSI ioctls to JMicron USB/ATA bridge Greg KH
2008-11-04 23:33 ` [patch 44/57] x86: register a platform RTC device if PNP doesnt describe it Greg KH
2008-11-04 23:33 ` [patch 45/57] sata_promise: add ATA engine reset to reset ops Greg KH
2008-11-04 23:33 ` [patch 46/57] sata_nv: fix generic, nf2/3 detection regression Greg KH
2008-11-04 23:33 ` [patch 47/57] ACPI: EC: do transaction from interrupt context Greg KH
2008-11-04 23:33 ` [patch 48/57] ACPI: EC: Rename some variables Greg KH
2008-11-04 23:33 ` [patch 49/57] ACPI: EC: Check for IBF=0 periodically if not in GPE mode Greg KH
2008-11-04 23:33 ` [patch 50/57] libata: Fix LBA48 on pata_it821x RAID volumes Greg KH
2008-11-04 23:33 ` [patch 51/57] ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanism Greg KH
2008-11-05 0:48 ` Zhao Yakui
2008-11-05 1:02 ` Greg KH
2008-11-04 23:33 ` [patch 52/57] ACPI: Clear WAK_STS on resume Greg KH
2008-11-04 23:33 ` [patch 53/57] Input: atkbd - expand Latitudes force release quirk to other Dells Greg KH
2008-11-04 23:33 ` [patch 54/57] hfsplus: fix Buffer overflow with a corrupted image Greg KH
2008-11-04 23:33 ` [patch 55/57] hfsplus: check read_mapping_page() return value Greg KH
2008-11-04 23:33 ` [patch 56/57] bonding: fix panic when taking bond interface down before removing module Greg KH
2008-11-04 23:33 ` [patch 57/57] file caps: always start with clear bprm->caps_* 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=20081104233028.GA659@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
all inboxes | Powered by JetHome®