| From | Subject | Date |
|---|---|---|
| Thomas Gleixner | 2.6.24-git: kmap_atomic() WARN_ON()
current mainline triggers:
WARNING: at /home/tglx/work/kernel/x86/linux-2.6/arch/x86/mm/highmem_32.c:52 kmap_atomic_prot+0xe5/0x19b()
Modules linked in: ahci(+) sata_sil libata sd_mod scsi_mod raid1 ext3 jbd ehci_hcd ohci_hcd uhci_hcd
Pid: 0, comm: swapper Not tainted 2.6.24 #173
[<c0126b60>] warn_on_slowpath+0x41/0x51
[<c011c5eb>] ? __enqueue_entity+0x9c/0xa4
[<c011c717>] ? enqueue_entity+0x124/0x13b
[<c011cedb>] ? enqueue_task_fair+0x41/0x4c
[<c032ce88>] ? _spi...
| Feb 6, 7:58 pm 2008 |
| Greg KH | [patch 00/73] 2.6.23-stable review
This is the start of the stable review cycle for the 2.6.23.15 release.
There are 73 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 ...
| Feb 6, 7:50 pm 2008 |
| Greg KH | [patch 73/73] PCI: Fix fakephp deadlock
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Ian Abbott <abbotti@mev.co.uk>
This patch works around a problem in the fakephp driver when a process
writing "0" to a "power" sysfs file to fake removal of a PCI device ends
up deadlocking itself in the sysfs code.
The patch is functionally identical to the one in Linus' tree post 2.6.24:
[ message continues ] " title="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=5c796ae7a7ebe56967...">http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=5c796a... | Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 72/73] ACPI: sync blacklist w/ latest
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Len Brown <len.brown@intel.com>
This patch is appropriate for supporting a 2.6.23-based products.
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/acpi/blacklist.c | 388 +++++++++++++++++++++++++++++++++++++++++++++-
drivers/acpi/osl.c | 173 +++++++++++++++-----
drivers/firmware/dmi-id.c | 2
...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 71/73] atl1: fix frame length bug
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Jay Cliburn <jacliburn@bellsouth.net>
Upstream commit: 2a49128f0a6edee337174ea341c1d6d7565be350
The driver sets up the hardware to accept a frame with max length
equal to MTU + Ethernet header + FCS + VLAN tag, but we neglect to
add the VLAN tag size to the ingress buffer. When a VLAN-tagged
frame arrives, the hardware passes it, but bad things happen
because the buffer is too small. ...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 70/73] forcedeth: mac address mcp77/79
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Ayaz Abdulla <aabdulla@nvidia.com>
patch 2b91213064bd882c3adf35f028c6d12fab3269ec in mainline.
This patch is a critical fix for MCP77 and MCP79 devices. The feature
flags were missing the define for correct mac address
(DEV_HAS_CORRECT_MACADDR).
Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 69/73] Fix dirty page accounting leak with ext3 data=...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Bj
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 68/73] Netfilter: bridge-netfilter: fix net_device re...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Patrick McHardy <kaber@trash.net>
[NETFILTER]: bridge-netfilter: fix net_device refcnt leaks
Upstream commit 2dc2f207fb251666d2396fe1a69272b307ecc333
When packets are flood-forwarded to multiple output devices, the
bridge-netfilter code reuses skb->nf_bridge for each clone to store
the bridge port. When queueing packets using NFQUEUE netfilter takes
a reference to skb->nf_bridg...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 67/73] Netfilter: bridge: fix double POST_ROUTING inv...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Patrick McHardy <kaber@trash.net>
[NETFILTER]: bridge: fix double POST_ROUTING invocation
Upstream commit 2948d2ebbb98747b912ac6d0c864b4d02be8a6f5
The bridge code incorrectly causes two POST_ROUTING hook invocations
for DNATed packets that end up on the same bridge device. This
happens because packets with a changed destination address are passed
to dst_output() to make them go through...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 66/73] fix oops on rmmod capidrv
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Karsten Keil <kkeil@suse.de>
patch eb36f4fc019835cecf0788907f6cab774508087b in mainline.
Fix overwriting the stack with the version string
(it is currently 10 bytes + zero) when unloading the
capidrv module. Safeguard against overwriting it
should the version string grow in the future.
Should fix Kernel Bug Tracker Bug 9696.
Signed-off-by: Gerd v. Egidy <gerd.von.egidy@intra2net....
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 65/73] libata: port and host should be stopped before...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Tejun Heo <htejun@gmail.com>
This is backport of 32ebbc0c0d5d18c0135b55d1eb0029f48c54aff0 and fixes
oops on driver module unload.
Port / host stop calls used to be made from ata_host_release() which
is called after all hardware resources acquired after host allocation
are released. This is wrong as port and host stop routines often
access the hardware.
Add separate devres for port / ...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 64/73] spi: omap2_mcspi PIO RX fix
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Kalle Valo <kalle.valo@nokia.com>
patch feed9bab7b14b77be8d796bcee95e2343fb82955 in mainline.
Before transmission of the last word in PIO RX_ONLY mode rx+tx mode
is enabled:
/* prevent last RX_ONLY read from triggering
* more word i/o: switch to rx+tx
*/
if (c == 0 && tx == NULL)
mcspi_write_cs_reg(spi,
OMAP2_MCSPI_CHCONF0, l);
But because c is decremented a...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 63/73] Fix unbalanced helper_lock in kernel/kmod.c
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Nigel Cunningham <nigel@nigel.suspend2.net>
patch 784680336b616dcc4c17cbd25add3b49c555cdeb in mainline.
call_usermodehelper_exec() has an exit path that can leave the
helper_lock() call at the top of the routine unbalanced. The attached
patch fixes this issue.
Signed-off-by: Nigel Cunningham <nigel@tuxonice.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
S...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 62/73] ia64: Fix unaligned handler for floating point...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Luck, Tony <tony.luck@intel.com>
commit 1a499150e4ec1299232e24389f648d059ce5617a in mainline.
[IA64] Fix unaligned handler for floating point instructions with base update
The compiler team did the hard work for this distilling a problem in
large fortran application which showed up when applied to a 290MB input
data set down to this instruction:
ldfd f34=[r17],-8
Which they notic...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 61/73] sata_promise: ASIC PRD table bug workaround
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Mikael Pettersson <mikpe@it.uu.se>
patch 03116d67e0973bb493fe9307e28973a24a272bcc in mainline.
Second-generation Promise SATA controllers have an ASIC bug
which can trigger if the last PRD entry is larger than 164 bytes,
resulting in intermittent errors and possible data corruption.
Work around this by replacing calls to ata_qc_prep() with a
private version that fills the PRD, checks t...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 60/73] vm audit: add VM_DONTEXPAND to mmap for driver...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Nick Piggin <npiggin@suse.de>
Drivers that register a ->fault handler, but do not range-check the
offset argument, must set VM_DONTEXPAND in the vm_flags in order to
prevent an expanding mremap from overflowing the resource.
I've audited the tree and attempted to fix these problems (usually by
adding VM_DONTEXPAND where it is not obvious).
Signed-off-by: Nick Piggin <npiggin@suse...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 59/73] knfsd: Allow NFSv2/3 WRITE calls to succeed wh...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: NeilBrown <neilb@suse.de>
patch ba67a39efde8312e386c6f603054f8945433d91f in mainline.
When RPCSEC/GSS and krb5i is used, requests are padded, typically to a multiple
of 8 bytes. This can make the request look slightly longer than it
really is.
As of
f34b95689d2ce001c "The NFSv2/NFSv3 server does not handle zero
length WRITE request correctly",
the xdr decode routines for NF...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 58/73] md: fix data corruption when a degraded raid5 ...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Dan Williams <dan.j.williams@intel.com>
patch 0f94e87cdeaaac9f0f9a28a5dd2a5070b87cd3e8 in mainline.
We currently do not wait for the block from the missing device to be
computed from parity before copying data to the new stripe layout.
The change in the raid6 code is not techincally needed as we don't delay
data block recovery in the same way for raid6 yet. But making the change
now i...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 57/73] security: protect from stack expantion into lo...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Eric Paris <eparis@redhat.com>
patch 8869477a49c3e99def1fcdadd6bbc407fea14b45 in mainline.
Add security checks to make sure we are not attempting to expand the
stack into memory protected by mmap_min_addr
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
mm/mmap.c |...
| Feb 6, 7:54 pm 2008 |
| Greg KH | [patch 56/73] VM/Security: add security hook to do_brk (CVE-...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Eric Paris <eparis@redhat.com>
patch ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 in mainline.
VM/Security: add security hook to do_brk
Given a specifically crafted binary do_brk() can be used to get low pages
available in userspace virtual memory and can thus be used to circumvent
the mmap_min_addr low memory protection. Add security checks in do_brk().
Signed-off-by: Eric Paris <ep...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 55/73] m68k: Export cachectl.h
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Matthew Wilcox <matthew@wil.cx>
patch e92042e5c009d84ba741ec4a978a13f260e6ee24 in mainline.
m68k: Export cachectl.h
libffi in GCC 4.2 needs cachectl.h to do its cache flushing. But we
don't currently export it. I believe this patch should do the trick.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Cc: maximilian attems <max@stro.at>
Signed-off-by: Geert Uytterhoeven &...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 54/73] CIFS: Respect umask when using POSIX mkdir
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Steve French <sfrench@us.ibm.com>
patch a8cd925f74c3b1b6d1192f9e75f9d12cc2ab148a in mainline.
[CIFS] Respect umask when using POSIX mkdir
When making a directory with POSIX mkdir calls, cifs_mkdir does not
respect the umask. This patch causes the new POSIX mkdir to create with
the right mode
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfren...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 53/73] Input: fix open count handling in input interf...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Oliver Neukum <oliver@neukum.org>
patch 064450140f1eab959bd0eca0245f449993216074 in mainline.
If input_open_device() fails we should not leave interfaces marked
as opened.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 52/73] Input: tsdev - implement proper locking
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
patch b9d2d110b10f7b4788d0fdd328cf57e34b767817 in mainline.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/input/tsdev.c | 392 +++++++++++++++++++++++++++++++++++---------------
1 file changed, 278 insertions(+), 114 delet...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 51/73] Input: joydev - implement proper locking
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
patch b126207ccdfe492fbc339c18d4898b1b5353fc6b in mainline.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/input/joydev.c | 745 ++++++++++++++++++++++++++++++++-----------------
1 file changed, 493 insertions(+), 252 delet...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 50/73] Input: mousedev - implement proper locking
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
patch 464b241575f3700e14492e34f26bcd1794280f55 in mainline.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/input/mousedev.c | 742 +++++++++++++++++++++++++++++------------------
1 file changed, 470 insertions(+), 272 delet...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 49/73] Input: evdev - implement proper locking
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
patch 6addb1d6de1968b84852f54561cc9a999909b5a9 in mainline.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/input/evdev.c | 719 +++++++++++++++++++++++++++++++++-----------------
1 file changed, 476 insertions(+), 243 delet...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 48/73] Input: implement proper locking in input core
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
patch 8006479c9b75fb6594a7b746af3d7f1fbb68f18f in mainline.
Also add some kerneldoc documentation to input.h
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/input/input.c | 666 ++++++++++++++++++++++++++++++++++++---------...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 47/73] cxgb: fix stats
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Divy Le Ray <divy@chelsio.com>
patch e0348b9ae5374f9a24424ae680bcd80724415f60 in mainline.
Fix MAC stats accounting.
Fix get_stats.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/net/chelsio/cxgb2.c | 67 +++++++++++++++++++------
drivers/net/chelsio/p...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 46/73] cxgb: fix T2 GSO
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Divy Le Ray <divy@chelsio.com>
patch 7832ee034b6ef78aab020c9ec1348544cd65ccbd in mainline.
The patch ensures that a GSO skb has enough headroom
to push an encapsulating cpl_tx_pkt_lso header.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/net/chelsio/cxgb2...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 45/73] chelsio: Fix skb->dev setting
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Divy Le Ray <divy@chelsio.com>
patch 7de6af0f23b25df8da9719ecae1916b669d0b03d in mainline.
eth_type_trans() now sets skb->dev.
Access skb->def after it gets set.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/net/chelsio/sge.c | 2 +-
1 fil...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 44/73] quicklists: Only consider memory that can be u...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Christoph Lameter <clameter@sgi.com>
patch 96990a4ae979df9e235d01097d6175759331e88c in mainline.
Quicklists calculates the size of the quicklists based on the number of
free pages. This must be the number of free pages that can be allocated
with GFP_KERNEL. node_page_state() includes the pages in ZONE_HIGHMEM and
ZONE_MOVABLE which may lead the quicklists to become too large causing OOM...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 43/73] quicklists: do not release off node pages early
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Christoph Lameter <clameter@sgi.com>
patch ed367fc3a7349b17354c7acef551533337764859 in mainline.
quicklists must keep even off node pages on the quicklists until the TLB
flush has been completed.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Li...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 42/73] vfs: coredumping fix (CVE-2007-6206)
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Ingo Molnar <mingo@elte.hu>
vfs: coredumping fix
patch c46f739dd39db3b07ab5deb4e3ec81e1c04a91af in mainline
fix: http://bugzilla.kernel.org/show_bug.cgi?id=3043
only allow coredumping to the same uid that the coredumping
task runs under.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Alan Cox <alan@redhat.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Ac...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 41/73] Freezer: Fix APM emulation breakage
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Rafael J. Wysocki <rjw@sisk.pl>
The APM emulation is currently broken as a result of commit
831441862956fffa17b9801db37e6ea1650b0f69
"Freezer: make kernel threads nonfreezable by default"
that removed the PF_NOFREEZE annotations from apm_ioctl() without
adding the appropriate freezer hooks. Fix it and remove the
unnecessary variable flags from apm_ioctl().
This problem has been fixed i...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 40/73] clockevents: fix reprogramming decision in one...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Thomas Gleixner <tglx@linutronix.de>
patch cdc6f27d9e3c2f7ca1a3e19c6eabb1ad6a2add5d in mainline.
A previous version of the code did the reprogramming of the broadcast
device in the return from idle code. This was removed, but the logic in
tick_handle_oneshot_broadcast() was kept the same.
When a broadcast interrupt happens we signal the expiry to all CPUs
which have an expired event. I...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 39/73] USB: update sierra.c with latest device ids th...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/usb/serial/sierra.c | 4 ++++
1 file changed, 4 insertions(+)
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
@@ -100,6 +100,7 @@ static struct usb_device_id id_table []
{ USB_DEVICE(0x1199, 0x0218) }, /* Sierra Wireless MC5720 */
{ USB_DEVICE(0x0f30,...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 38/73] CRYPTO: padlock: Fix spurious ECB page fault
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Herbert Xu <herbert@gondor.apana.org.au>
[CRYPTO] padlock: Fix spurious ECB page fault
[ Upstream commit: d4a7dd8e637b322faaa934ffcd6dd07711af831f ]
[ Upstream commit: 490fe3f05be3f7c87d7932bcb6e6e53e3db2cd9c ]
The xcryptecb instruction always processes an even number of blocks so
we need to ensure th existence of an extra block if we have to process
an odd number of blocks.
Signed-...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 37/73] PM: ACPI and APM must not be enabled at the sa...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Len Brown <len.brown@intel.com>
patch 9f9adecd2d0e4f88fa0e8cb06c6ec207748df70a in mainline.
ACPI and APM used "pm_active" to guarantee that
they would not be simultaneously active.
But pm_active was recently moved under CONFIG_PM_LEGACY,
so that without CONFIG_PM_LEGACY, pm_active became a NOP --
allowing ACPI and APM to both be simultaneously enabled.
This caused unpredictable result...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 36/73] ACPI: apply quirk_ich6_lpc_acpi to more ICH8 a...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Zhao Yakui <yakui.zhao@intel.com>
patch d1ec7298fcefd7e4d1ca612da402ce9e5d5e2c13 in mainline.
It is important that these resources be reserved
to avoid conflicts with well known ACPI registers.
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/pci/quirks.c...
| Feb 6, 7:53 pm 2008 |
| Greg KH | [patch 35/73] ACPICA: fix acpi_serialize hang regression
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Bob Moore <robert.moore@intel.com>
patch 014d433f35d7f34b55dcc7b57c7635aaefc3757f in mainline.
http://bugzilla.kernel.org/show_bug.cgi?id=8171
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/acpi/events/evregion.c | 8 ++++----
1 file changed, 4 inse...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 34/73] ACPI: Not register gsi for PCI IDE controller ...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
patch 96c2a8766bf4fe91abac863749c11637fabcc64f in mainline.
When PCI IDE controller works in legacy mode and no PRT entry is found
in ACPI PRT table, OSPM will neither read the irq number from the IDE
PCI configuration space nor call the function of acpi_register_gsi to
register gsi.
http://bugzilla.kernel.org/show_bug.cgi?id=5637
Signed-off-by:...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 33/73] ACPICA: fix acpi-cpufreq boot crash due to _PS...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Bob Moore <robert.moore@intel.com>
patch 152c300d007c70c4a1847dad39ecdaba22e7d457 in mainline.
Changed resolution of named references in packages
Fixed a problem with the Package operator where all named
references were created as object references and left otherwise
unresolved. According to the ACPI specification, a Package can
only contain Data Objects or references to control meth...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 32/73] SPARC64: Implement pci_resource_to_user()
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: David Miller <davem@davemloft.net>
[SPARC64]: Implement pci_resource_to_user()
[ Upstream commit: bcea1db16ba1c45ccebb3bfb8441642d1342c4d5 ]
This makes libpciaccess able to mmap() resources of the
device properly.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
arch/sparc64/kernel/pci.c | 16 ++++++++++++++...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 31/73] SPARC64: Fix OOPS in dma_sync_*_for_device()
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: David Miller <davem@davemloft.net>
[SPARC64]: Fix OOPS in dma_sync_*_for_device()
[ Upstream commit: 36bb61346d9e64b55285f27363e93a6e96f2abba ]
I included these operations vector cases for situations
where we never need to do anything, the entries aren't
filled in by any implementation, so we OOPS trying to
invoke NULL pointer functions.
Really make them NOPs, to fix the bug.
Sig...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 30/73] CASSINI: Set skb->truesize properly on rece...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: David Miller <davem@davemloft.net>
[ Upstream commit: d011a231675b240157a3c335dd53e9b849d7d30d ]
skb->truesize was not being incremented at all to
reflect the page based data added to RX SKBs.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/net/cassini.c | 1 +
1 file changed, 1 insertion(+)
-...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 29/73] CASSINI: Revert dont touch page_count.
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: David Miller <davem@davemloft.net>
[ Upstream commit: 9de4dfb4c7176e5bb232a21cdd8df78da2b15cac ]
This reverts changeset fa4f0774d7c6cccb4d1fda76b91dd8eddcb2dd6a
([CASSINI]: dont touch page_count) because it breaks the driver.
The local page counting added by this changeset did not account
for the asynchronous page count changes done by kfree_skb()
and friends.
The change adds extra ...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 28/73] CASSINI: Fix endianness bug.
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Al Viro <viro@zeniv.linux.org.uk>
[ Upstream commit: e5e025401f6e926c1d9dc3f3f2813cf98a2d8708 ]
Here's proposed fix for RX checksum handling in cassini; it affects
little-endian working with half-duplex gigabit, but obviously needs
testing on big-endian too.
The problem is, we need to convert checksum to fixed-endian *before*
correcting for (unstripped) FCS. On big-endian it won't mat...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 27/73] IPV4: ip_gre: set mac_header correctly in rece...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: Timo Teras <timo.teras@iki.fi>
[IPV4] ip_gre: set mac_header correctly in receive path
[ Upstream commit: 1d0691674764098304ae4c63c715f5883b4d3784 ]
mac_header update in ipgre_recv() was incorrectly changed to
skb_reset_mac_header() when it was introduced.
Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Gr...
| Feb 6, 7:52 pm 2008 |
| Greg KH | [patch 26/73] NET: Correct two mistaken skb_reset_mac_header...
2.6.23-stable review patch. If anyone has any objections, please let us know.
------------------
From: David Miller <davem@davemloft.net>
[NET]: Correct two mistaken skb_reset_mac_header() conversions.
[ Upstream commit: c6e6ca712b5cc06a662f900c0484d49d7334af64 ]
This operation helper abstracts:
skb->mac_header = skb->data;
but it was done in two more places which were actually:
skb->mac_header = skb->network_header;
and those are corrected here.
Signed-off-by:...
| Feb 6, 7:52 pm 2008 |
| previous day | today | next day |
|---|---|---|
| February 5, 2008 | February 6, 2008 | February 7, 2008 |
