]> xenbits.xen.org Git - xenclient/kernel.git/log
xenclient/kernel.git
16 years agoimported patch netback-thread netback-defensive.patch
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
imported patch netback-thread

16 years agoimported patch netback-defensive.patch netback-linearise-skbs
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
imported patch netback-defensive.patch

16 years agoThere's no point in sending lots of little packets to a copying netback-workaround-bad-csums
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
There's no point in sending lots of little packets to a copying
receiver if we can instead arrange to copy them all into a single RX
buffer.  We need to copy anyway, so there's no overhead here, and this
is a little bit easier on the receiving domain's network stack.

16 years agoEnsure that packet csums are computed correctly when sending a GSO netback-increase-pullup
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
Ensure that packet csums are computed correctly when sending a GSO
packet to an interface which supports scatter-gather but not transmit
checksum offloads.

Signed-off-by: Steven Smith <ssmith@xensource.com>
16 years ago[NETBACK] Try to pull a minimum of 72 bytes into the skb data area netback-handle-small-tso-with-no-segmentation
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
[NETBACK] Try to pull a minimum of 72 bytes into the skb data area
when receiving a packet into netback.  The previous number, 64, tended
to place a fragment boundary in the middle of the TCP header options
and led to unnecessary fragmentation in Windows <-> Windows
networking.

Signed-off-by: Steven Smith <ssmith@xensource.com>
16 years agoIt is possible for a frontend to generate a TSO request which doesn't netback-dont-get-stuck-in-state-closed
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
It is possible for a frontend to generate a TSO request which doesn't
actually need segmentation (i.e. with size < MTU).  Make sure this
doesn't crash the backend.

16 years agoThe Windows drivers push the network frontend to state Closed, then netback-wait-for-hotplug
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
The Windows drivers push the network frontend to state Closed, then
Initialised, then Closed again as part of device disable.  Make sure
the backend doesn't get stuck at closed.

16 years agoArrange that netback waits for the hotplug scripts to complete before netback-watch-csum-offload
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
Arrange that netback waits for the hotplug scripts to complete before
going to state Connected.  WHQL gets quite upset if it sends packets
which don't arrive, and that can happen if our hotplug scripts are
slow and don't hook the network interface up to the bridge in time.

16 years agoimported patch netback-watch-csum-offload disconnect-netback-on-close
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
imported patch netback-watch-csum-offload

16 years agoimported patch disconnect-netback-on-close netback-tcp-and-ip-in-different-fragments
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
imported patch disconnect-netback-on-close

16 years agoIt turns out that Windows occasionally generates packets in which the netback-rx-offset
t_jeang [Tue, 6 Jan 2009 12:06:02 +0000 (12:06 +0000)]
It turns out that Windows occasionally generates packets in which the
IP and TCP headers are in different fragments.  Make sure that the
backends can handle this.

16 years agoAdd support to netback for delivering packets at a certain offset into blktap2
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
Add support to netback for delivering packets at a certain offset into
the page.

16 years agoimported patch blktap2 blkback-pagemap
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blktap2

16 years agoimported patch blkback-pagemap CA-24784-resource-leak
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blkback-pagemap

16 years agoimported patch CA-24784-resource-leak CA-24267-blkback-unpause
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-24784-resource-leak

16 years agoimported patch CA-24267-blkback-unpause CA-20346-blktap-vma-unmap
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-24267-blkback-unpause

16 years agoimported patch CA-20346-blktap-vma-unmap blk-latency-stats
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-20346-blktap-vma-unmap

16 years agoimported patch blk-latency-stats ratelimit-blktap-wprintk
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blk-latency-stats

16 years agoimported patch ratelimit-blktap-wprintk close-and-flush-disconnected-emulated-devices
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch ratelimit-blktap-wprintk

16 years agoClose block devices when the pv drivers take over and flush the buffer cache. CA-15999-blkback-pause-unpause
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
Close block devices when the pv drivers take over and flush the buffer cache.
- close and free the block devices in qemu when we switch to pv drivers in
  the guest
- use BLKFLSBUF to flush the buffer cache, both in qemu and in blkback

16 years agoimported patch CA-15999-blkback-pause-unpause CA-15586-blkback-close-bdev
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-15999-blkback-pause-unpause

16 years agoimported patch CA-15586-blkback-close-bdev CA-14804-fix-block-unplug-retries
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-15586-blkback-close-bdev

16 years agoimported patch CA-14804-fix-block-unplug-retries blk-fix-sysfs-remove-race
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-14804-fix-block-unplug-retries

16 years agoimported patch blk-fix-sysfs-remove-race CA-12483-fix-forced-shutdown-race
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blk-fix-sysfs-remove-race

16 years agoimported patch CA-12483-fix-forced-shutdown-race CA-9002-blktap-plug
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-12483-fix-forced-shutdown-race

16 years agoimported patch CA-9002-blktap-plug CA-8806-blk-dont-reconnect-on-unplug
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-9002-blktap-plug

16 years agoimported patch CA-8806-blk-dont-reconnect-on-unplug CA-7672-blk-shutdown.patch
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-8806-blk-dont-reconnect-on-unplug

16 years agoimported patch CA-7672-blk-shutdown.patch blktap-missed-requests-CA-7665
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch CA-7672-blk-shutdown.patch

16 years agoWakeup blktap thread once frontend is connected -- in case there are blktap-shutdown-cleanup2
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
Wakeup blktap thread once frontend is connected -- in case there are
already pending requests.  Do same for blkback.

16 years agoimported patch blktap-shutdown-cleanup2 blktap-shutdown-cleanup
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blktap-shutdown-cleanup2

16 years agoimported patch blktap-shutdown-cleanup sles-bimodal-blkproto-compatibility
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blktap-shutdown-cleanup

16 years agoSLES uses protocol "1" and "2" to indicate 32- or 64-bit protocol. blk-name
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
SLES uses protocol "1" and "2" to indicate 32- or 64-bit protocol.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
CC: Christian Limpach <christian.limpach@citrix.com>
16 years agoimported patch blk-name blktap-backend-dom-dev
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blk-name

16 years agoAdd user-space facing part of blkfront to blktap to provide a blktap-ioprio.patch
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
Add user-space facing part of blkfront to blktap to provide a
device in the backend domain giving access to the blktap device.

16 years agoimported patch blktap-ioprio.patch backend-track-pages-with-page-flags.patch
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch blktap-ioprio.patch

16 years agoimported patch backend-track-pages-with-page-flags.patch blank-updates
t_jeang [Tue, 6 Jan 2009 12:06:01 +0000 (12:06 +0000)]
imported patch backend-track-pages-with-page-flags.patch

16 years agoimported patch blank-updates fbcon-blinking-implementation
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch blank-updates

16 years agoimported patch fbcon-blinking-implementation fbcon-blink
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch fbcon-blinking-implementation

16 years agoimported patch fbcon-blink export-mlock
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch fbcon-blink

16 years agosys_mlock and sys_munlock are needed to build the microcode driver as a module. cdrom-sysctl-info.patch
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
sys_mlock and sys_munlock are needed to build the microcode driver as a module.

16 years agoimported patch cdrom-sysctl-info.patch nfs-allow-0-retransmits.patch
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch cdrom-sysctl-info.patch

16 years agoimported patch nfs-allow-0-retransmits.patch 3w-xxxx-mwi.patch
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch nfs-allow-0-retransmits.patch

16 years agoImprove 3ware controller performance on certain motherboards. 3w-xxxx-1.26.03.000
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
Improve 3ware controller performance on certain motherboards.
https://bugzilla.redhat.com/show_bug.cgi?id=444759
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1e6c38cec08f88b0df88a34e80f15492cace74e9

16 years agoUpdated 3w-xxxx driver from http://www.3ware.com/KB/article.aspx?id=15243&cNode=6I1C6S git-432409eebcdec38ff6fa949f097b5438d588faa5
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
Updated 3w-xxxx driver from http://www.3ware.com/KB/article.aspx?id=15243&cNode=6I1C6S

16 years agocommit 432409eebcdec38ff6fa949f097b5438d588faa5 bnx2i-host-params
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
commit 432409eebcdec38ff6fa949f097b5438d588faa5
Author: Neil Brown <neilb@suse.de>
Date:   Tue Oct 23 17:09:13 2007 -0400

    NFS: Fix for bug in handling of errors for O_DIRECT writes

    Commit eda3cef8dd2b83875affe82595db9d0c278879b2 ("NFS: Fix error
    handling in nfs_direct_write_result()") ensured that if a WRITE returns
    an error, then data->res.verf->committed is not tested (as it is not
    initialised).

    Then commit 60fa3f769f7651a60125a0f44e3ffe3246d7cf39 ("NFS: Fix two bugs
    in the O_DIRECT write code") inadvertently reverted this while fixing
    other problems.

    So move the test so that we never examine ->committed in an error case,
    and fix a speeling error while we are there.

Cc: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 years agoimported patch bnx2i-host-params bnx2i-1.3.5
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch bnx2i-host-params

16 years agoimported patch bnx2i-1.3.5 sata_nv-disable-adma-by-dflt
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch bnx2i-1.3.5

16 years agoimported patch sata_nv-disable-adma-by-dflt sata_svw-update
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch sata_nv-disable-adma-by-dflt

16 years agoimported patch sata_svw-update CA-8809-fix-aio-deadlock
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch sata_svw-update

16 years agoAvoid potential deadlock which wedges dom0. fix-cfq-iscsi-live-lock.patch
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
Avoid potential deadlock which wedges dom0.

16 years agoimported patch fix-cfq-iscsi-live-lock.patch megaraid_sas-v00.00.03.21-rhel5-patch
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch fix-cfq-iscsi-live-lock.patch

16 years agomegaraid_sas 00.00.03.21 rhel5 patches megaraid_sas-v00.00.03.21
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
megaraid_sas 00.00.03.21 rhel5 patches

Taken from CA-23199

16 years agomegaraid_sas 00.00.03.21 mptlinux-4.00.38.02
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
megaraid_sas 00.00.03.21

Taken from CA-23199

16 years agoMPT Fusion driver 4.00.07.00 from qlogic
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
MPT Fusion driver 4.00.07.00 from
http://scale.ad.xensource.com/confluence/download/attachments/1409154/DellDrivers.zip?version=1
-> DellDrivers.zip/mptlinux_4.00.07.00_2.tgz -> mptlinux-4.00.07.00-src.tar

16 years agoThe Qlogic drivers are provided by an external module package so disable the in emulex
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
The Qlogic drivers are provided by an external module package so disable the in
kernel versions.

16 years agoThe emulex drivers are provided by an external module package so disable the open-iscsi-gfpkernel.patch
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
The emulex drivers are provided by an external module package so disable the
in kernel modules.

16 years agoimported patch open-iscsi-gfpkernel.patch open-iscsi-adjust-for-in-kernel-build
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch open-iscsi-gfpkernel.patch

16 years agoimported patch open-iscsi-adjust-for-in-kernel-build open-iscsi-2.0-865.13-2.6.18-18_compat.patch
t_jeang [Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)]
imported patch open-iscsi-adjust-for-in-kernel-build

16 years agoApply open-iscsi-2.0-865.13-2.6.18-18_compat.patch from open-iscsi-2.0.865.13.tar.gz open-iscsi-2.0-865.13
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
Apply open-iscsi-2.0-865.13-2.6.18-18_compat.patch from open-iscsi-2.0.865.13.tar.gz

16 years agoApply kernel parts of open-iscsi-2.0.865.13.tar.gz git-44a1d2e5c5c935fff3a093a1bcede32912c76421
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
Apply kernel parts of open-iscsi-2.0.865.13.tar.gz

16 years agocommit 44a1d2e5c5c935fff3a093a1bcede32912c76421 solarflare-sfc-alternative-configuration-location
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
commit 44a1d2e5c5c935fff3a093a1bcede32912c76421
Author: Stephen Hemminger <shemminger@linux-foundation.org>
Date:   Mon Apr 30 14:23:49 2007 -0700

    sky2: re-enable 88E8056 for most motherboards

    This fixes the regression in 2.6.21 for users with 88e8056 on motherboard.
    Allow all but the Gigabyte motherboard has some unresolved bus problems.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
16 years agoAdd second location for acceleration config option for XenServer solarflare-sfc
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
Add second location for acceleration config option for XenServer

16 years agoimported patch solarflare-sfc s2io-2.0.31.12965
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
imported patch solarflare-sfc

16 years agoREL_2.0.31.12965_LX-s2io.tar.gz taken from. Some files moved into r8169-backport-to-2.6.18
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
REL_2.0.31.12965_LX-s2io.tar.gz taken from. Some files moved into
drivers/net/s2io/*.h due to exceedingly generic names.

16 years agoimported patch r8169-backport-to-2.6.18 r8169-update-from-git
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
imported patch r8169-backport-to-2.6.18

16 years agoimported patch r8169-update-from-git cxgb3toe-1.0.146-xen
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
imported patch r8169-update-from-git

16 years agoimported patch cxgb3toe-1.0.146-xen bnx2x-disable-tpa
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
imported patch cxgb3toe-1.0.146-xen

16 years agoimported patch bnx2x-disable-tpa bnx2x-1.46.8
t_jeang [Tue, 6 Jan 2009 12:05:59 +0000 (12:05 +0000)]
imported patch bnx2x-disable-tpa

16 years agoimported patch bnx2x-1.46.8 bnx2-cnic-over-bridge
t_jeang [Tue, 6 Jan 2009 12:05:58 +0000 (12:05 +0000)]
imported patch bnx2x-1.46.8

16 years agoimported patch bnx2-cnic-over-bridge bnx2-no-iscsi-constants
t_jeang [Tue, 6 Jan 2009 12:05:58 +0000 (12:05 +0000)]
imported patch bnx2-cnic-over-bridge

16 years agoimported patch bnx2-no-iscsi-constants bnx2-disable-bnx2x-cnic
t_jeang [Tue, 6 Jan 2009 12:05:58 +0000 (12:05 +0000)]
imported patch bnx2-no-iscsi-constants

16 years agoimported patch bnx2-disable-bnx2x-cnic bnx2-tune-interrupt-load
t_jeang [Tue, 6 Jan 2009 12:05:58 +0000 (12:05 +0000)]
imported patch bnx2-disable-bnx2x-cnic

16 years agoimported patch bnx2-tune-interrupt-load bnx2-1.8.0j
t_jeang [Tue, 6 Jan 2009 12:05:58 +0000 (12:05 +0000)]
imported patch bnx2-tune-interrupt-load

16 years agoimported patch bnx2-1.8.0j tg3-tune-interrupt-load
t_jeang [Tue, 6 Jan 2009 12:05:58 +0000 (12:05 +0000)]
imported patch bnx2-1.8.0j

16 years agoimported patch tg3-tune-interrupt-load tg3-3.92l
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch tg3-tune-interrupt-load

16 years agoimported patch tg3-3.92l drivers-net-atl1-backport
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch tg3-3.92l

16 years agoimported patch drivers-net-atl1-backport drivers-net-atl1-from-2.6.21
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch drivers-net-atl1-backport

16 years agoimported patch drivers-net-atl1-from-2.6.21 intel-net-driver-kcompat.patch
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch drivers-net-atl1-from-2.6.21

16 years agoimported patch intel-net-driver-kcompat.patch ixgbe-1.3.47.patch
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch intel-net-driver-kcompat.patch

16 years agoimported patch ixgbe-1.3.47.patch ixgb-1.0.135.patch
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch ixgbe-1.3.47.patch

16 years agoimported patch ixgb-1.0.135.patch igb-1.3.8.6.patch
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch ixgb-1.0.135.patch

16 years agoimported patch igb-1.3.8.6.patch e1000e-0.4.1.12.patch
t_jeang [Tue, 6 Jan 2009 12:05:57 +0000 (12:05 +0000)]
imported patch igb-1.3.8.6.patch

16 years agoimported patch e1000e-0.4.1.12.patch e1000-8.0.6.patch
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch e1000e-0.4.1.12.patch

16 years agoimported patch e1000-8.0.6.patch revert-xencons-behaviour
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch e1000-8.0.6.patch

16 years agoonly in patch2: CA-14360-loadavg-not-uninterruptible
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
only in patch2:
unchanged:

16 years agoimported patch CA-14360-loadavg-not-uninterruptible pci-ignore
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch CA-14360-loadavg-not-uninterruptible

16 years agoimported patch pci-ignore disable-free_init_pages-on-x86_64.patch
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch pci-ignore

16 years agoimported patch disable-free_init_pages-on-x86_64.patch fix-section-mismatches
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch disable-free_init_pages-on-x86_64.patch

16 years agoimported patch fix-section-mismatches vsyscall-avoid-rebuild
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch fix-section-mismatches

16 years agoimported patch vsyscall-avoid-rebuild hg-ignore
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch vsyscall-avoid-rebuild

16 years agoimported patch hg-ignore sync-xen-interface
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch hg-ignore

16 years agoimported patch sync-xen-interface revert-linux-2.6-net-bonding-update-to-upstream-version-3-2-2.patch
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch sync-xen-interface

16 years agoimported patch revert-linux-2.6-net-bonding-update-to-upstream-version-3-2-2.patch revert-linux-2.6-net-bonding-locking-fixes-and-version-3-2-4.patch
t_jeang [Tue, 6 Jan 2009 12:05:56 +0000 (12:05 +0000)]
imported patch revert-linux-2.6-net-bonding-update-to-upstream-version-3-2-2.patch

16 years agoimported patch revert-linux-2.6-net-bonding-locking-fixes-and-version-3-2-4.patch revert-linux-2.6-net-Fixing-bonding-rtnl_lock-screwups.patch
t_jeang [Tue, 6 Jan 2009 12:05:55 +0000 (12:05 +0000)]
imported patch revert-linux-2.6-net-bonding-locking-fixes-and-version-3-2-4.patch

16 years agoimported patch revert-linux-2.6-net-Fixing-bonding-rtnl_lock-screwups.patch revert-linux-2.6-xen-xennet-coordinate-arp-with-backend-network-status.patch
t_jeang [Tue, 6 Jan 2009 12:05:55 +0000 (12:05 +0000)]
imported patch revert-linux-2.6-net-Fixing-bonding-rtnl_lock-screwups.patch

16 years agoimported patch revert-linux-2.6-xen-xennet-coordinate-arp-with-backend-network-status... kernel-2.6.18-92.1.18.el5.patch
t_jeang [Tue, 6 Jan 2009 12:05:55 +0000 (12:05 +0000)]
imported patch revert-linux-2.6-xen-xennet-coordinate-arp-with-backend-network-status.patch

16 years ago* Wed Nov 05 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.18.el5] kernel-2.6.18-92.1.17.el5.patch
t_jeang [Tue, 6 Jan 2009 12:05:55 +0000 (12:05 +0000)]
* Wed Nov 05 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.18.el5]
- [xen] x86: allow the kernel to boot on pre-64 bit hw (Chris Lalancette ) [470040 468083]

NB: No kernel changes, just version bump

16 years ago* Wed Oct 22 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.17.el5] kernel-2.6.18-92.1.13.el5.patch
t_jeang [Tue, 6 Jan 2009 12:05:55 +0000 (12:05 +0000)]
* Wed Oct 22 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.17.el5]
- Revert: [nfs] pages of a memory mapped file get corrupted (Peter Staubach ) [450335 435291]

* Sat Oct 18 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.16.el5]
- [i386] vDSO: use install_special_mapping (Peter Zijlstra ) [460275 460276] {CVE-2008-3527}
- [scsi] aacraid: remove some quirk AAC_QUIRK_SCSI_32 bits (Tomas Henzl ) [466885 453472]
- [fs] remove SUID when splicing into an inode (Eric Sandeen ) [464451 464452] {CVE-2008-3833}
- [fs] open() allows setgid bit when user is not in group (Eugene Teo ) [463867 463687] {CVE-2008-4210}
- [xen] ia64: fix INIT injection (Tetsu Yamamoto ) [467105 464445]

* Fri Oct 10 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.15.el5]
- [pci] fix problems with msi interrupt management (Neil Horman ) [461894 428696]
- [x86_64] revert time syscall changes (Prarit Bhargava ) [466427 461184]
- [xen] allow guests to hide the TSC from applications (Chris Lalancette ) [378471 378481] {CVE-2007-5907}
- [scsi] qla2xxx: additional residual-count correction (Marcus Barrow ) [465741 462117]
- [char] add range_is_allowed check to mmap_mem (Eugene Teo ) [460858 460857]
- [fs] binfmt_misc: avoid potential kernel stack overflow (Vitaly Mayatskikh ) [459464 459463]
- [misc] cpufreq: fix format string bug (Vitaly Mayatskikh ) [459461 459460]
- [dlm] user.c input validation fixes (David Teigland ) [458759 458760]
- [nfs] pages of a memory mapped file get corrupted (Peter Staubach ) [450335 435291]
- [x86_64] gettimeofday fixes for HPET, PMTimer, TSC (Prarit Bhargava ) [462860 250708]

* Wed Sep 24 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.14.el5]
- [libata] ata_scsi_rbuf_get check for scatterlist usage (David Milburn ) [460638 455445]
- [net] random32: seeding improvement (Jiri Pirko ) [458021 458019]
- [x86_64] xen: local DOS due to NT bit leakage (Eugene Teo ) [457721 457722] {CVE-2006-5755}
- [fs] cifs: fix O_APPEND on directio mounts (Jeff Layton ) [462591 460063]
- [openib] race between QP async handler and destroy_qp (Brad Peters ) [458781 446109]
- [net] dccp_setsockopt_change integer overflow (Vitaly Mayatskikh ) [459232 459235] {CVE-2008-3276}
- [acpi] error attaching device data (peterm@redhat.com ) [460868 459670]
- [mm] optimize ZERO_PAGE in 'get_user_pages' and fix XIP (Anton Arapov ) [452667 452668] {CVE-2008-2372}
- [xen] xennet: coordinate ARP with backend network status (Herbert Xu ) [461457 458934]
- [xen] event channel lock and barrier (Markus Armbruster ) [461099 457086]
- [fs] fix bad unlock_page in pip_to_file() error path (Larry Woodman ) [462436 439917]

16 years ago* Thu Sep 04 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.13.el5] kernel-2.6.18-92.1.10.el5.patch
t_jeang [Tue, 6 Jan 2009 12:05:55 +0000 (12:05 +0000)]
* Thu Sep 04 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.13.el5]
- [md] fix crashes in iterate_rdev (Doug Ledford ) [460128 455471]
- [sound] snd_seq_oss_synth_make_info info leak (Eugene Teo ) [458000 458001] {CVE-2008-3272}
- [ipmi] control BMC device ordering (peterm@redhat.com ) [459071 430157]
- [ia64] fix to check module_free parameter (Masami Hiramatsu ) [460639 457961]
-  [misc] NULL pointer dereference in kobject_get_path (Jiri Pirko ) [459776 455460]
- [xen] ia64: SMP-unsafe with XENMEM_add_to_physmap on HVM (Tetsu Yamamoto ) [459780 457137]
- [net] bridge: eliminate delay on carrier up (Herbert Xu ) [458783 453526]
- [fs] dio: lock refcount operations (Jeff Moyer ) [459082 455750]
- [misc]  serial: fix break handling for i82571 over LAN (Aristeu Rozanski ) [460509 440018]
- [fs] dio: use kzalloc to zero out struct dio (Jeff Moyer ) [461091 439918]
- [fs] lockd: nlmsvc_lookup_host called with f_sema held (Jeff Layton ) [459083 453094]
- [net] bnx2x: chip reset and port type fixes (Andy Gospodarek ) [441259 442026]

* Wed Aug 27 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.12.el5]
- [mm] tmpfs: restore missing clear_highpage (Eugene Teo ) [426082 426083]{CVE-2007-6417}
- [fs] vfs: fix lookup on deleted directory (Eugene Teo ) [457865 457866]{CVE-2008-3275}
- [net] ixgbe: remove device ID for unsupported device (Andy Gospodarek ) [457484 454910]
- [ppc] Event Queue overflow on eHCA adapters (Brad Peters ) [458779 446713]

* Fri Aug 01 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.11.el5]
- [mm] xpmem: inhibit page swapping under heavy mem use (George Beshers ) [456946 456574]
- [xen] HV: memory corruption with large number of cpus (Chris Lalancette ) [455768 449945]
- [fs] missing check before setting mount propagation (Eugene Teo ) [454392 454393]
- [openib] small ipoib packet can cause an oops (Doug Ledford ) [447913 445731]
- [misc] fix race in switch_uid and user signal accounting (Vince Worthington ) [456235 441762 440830]

16 years ago* Wed Jul 23 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.10.el5] kernel-2.6.18-92.1.6.el5.patch
t_jeang [Tue, 6 Jan 2009 12:05:54 +0000 (12:05 +0000)]
* Wed Jul 23 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.10.el5]

- [ia64] softlock: prevent endless warnings in kdump (Neil Horman ) [456117 453200]

* Wed Jul 16 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.9.el5]

- [misc] signaling msgrvc() should not pass back error (Jiri Pirko ) [455278 452533]
- [ia64] properly unregister legacy interrupts (Prarit Bhargava ) [450337 445886]

* Mon Jul 14 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.8.el5]

- [net] randomize udp port allocation (Eugene Teo ) [454571 454572]
- [tty] add NULL pointer checks (Aristeu Rozanski ) [453425 453154] {CVE-2008-2812}
- [net] sctp: make sure sctp_addr does not overflow (David S. Miller ) [452482 452483] {CVE-2008-2826}
- [sys] sys_setrlimit: prevent setting RLIMIT_CPU to 0 (Neil Horman ) [437121 437122] {CVE-2008-1294}
- [net] sit: exploitable remote memory leak (Jiri Pirko ) [446038 446039] {CVE-2008-2136}
- [misc] ttyS1 lost interrupt, stops transmitting v2 (Brian Maly ) [455256 451157]
- [misc] ttyS1 loses interrupt and stops transmitting (Simon McGrath ) [443071 440121]

* Thu Jul 10 2008 Jiri Pirko <jpirko@redhat.com> [2.6.18-92.1.7.el5]

- [x86_64]: extend MCE banks support for Dunnington, Nehalem (Prarit Bhargava ) [451941 446673]
- [nfs] address nfs rewrite performance regression in RHEL5 (Eric Sandeen ) [448685 436004]
- [mm] Make mmap() with PROT_WRITE on RHEL5 (Larry Woodman ) [450758 448978]
- [i386]: Add check for supported_cpus in powernow_k8 driver (Prarit Bhargava ) [450866 443853]
- [i386]: Add check for dmi_data in powernow_k8 driver (Prarit Bhargava ) [450866 443853]
- [net] fix recv return zero (Thomas Graf ) [452231 435657]
- [misc] kernel crashes on futex (Anton Arapov ) [450336 435178]
- [net] Fixing bonding rtnl_lock screwups (Fabio Olive Leite ) [451939 450219]