GIT Revision: 1cba112c43d2060ed8e070fbb8dd525b70a3509b

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=83
This commit is contained in:
Michal Marek 2011-10-25 05:02:09 +00:00 committed by Git OBS Bridge
parent 93e065061f
commit bf31a5e9bd
45 changed files with 7472 additions and 206742 deletions

View File

@ -36,7 +36,7 @@
# G5 PS3 pSeries
+ppc ppc/ppc64
# PS3 bootloader
+ppc -syms ppc/ps3
#+ppc -syms ppc/ps3
# maybe the kernels above were patched to death?
+ppc ppc/vanilla

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.0
SRCVERSION=3.1
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7b141c8d7d523adbeebbb7926eba85c50699eb5a709202ade53e2a6015ae70c
size 230725
oid sha256:bb2cecf5e53290976a7c8ed25f4dcbca409fb3b2d17ac03fac55f64c53fcfc82
size 229573

7
host-memcpy-hack.h Normal file
View File

@ -0,0 +1,7 @@
#ifdef __x86_64__
/*
* Force the linker to use the older memcpy variant, so that the user programs
* work on older systems
*/
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
#endif

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-@FLAVOR@ (Version @RPMVERSION@)
# spec file for package kernel-@FLAVOR@
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) @YEAR@ SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -56,15 +56,10 @@
Name: kernel-@FLAVOR@
Summary: @SUMMARY@
Version: @RPMVERSION@
%if %using_buildservice
Release: @RELEASE_PREFIX@<RELEASE>
%else
Release: @RELEASE_PREFIX@0
%endif
Release: @RELEASE@
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
BuildRequires: coreutils module-init-tools sparse
BuildRequires: fdupes
Provides: multiversion(kernel)
@ -176,8 +171,8 @@ Obsoletes: quickcam-kmp-%build_flavor < 0.6.7
%description
@DESCRIPTION@
%source_timestamp
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
@ -217,6 +212,21 @@ cd linux-%srcversion
cd %kernel_build_dir
# Override the timestamp 'uname -v' reports with the source timestamp and
# the commit hash.
date=$(head -n 1 %_sourcedir/source-timestamp)
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
cat > .kernel-binary.spec.buildenv <<EOF
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
export KBUILD_OVERRIDE=1
export KBUILD_BUILD_USER=geeko
export KBUILD_BUILD_HOST=buildhost
export HOST_EXTRACFLAGS="-include %_sourcedir/host-memcpy-hack.h"
EOF
source .kernel-binary.spec.buildenv
if [ -f %_sourcedir/localversion ] ; then
cat %_sourcedir/localversion > localversion
fi
@ -262,19 +272,6 @@ make clean $MAKE_ARGS
rm -f source
find . ! -type d -printf '%%P\n' > %my_builddir/obj-files
# Override the timestamp 'uname -v' reports with the source timestamp and
# the commit hash.
date=$(head -n 1 %_sourcedir/source-timestamp)
commit=$(sed -n 's/GIT Revision: //p' %_sourcedir/source-timestamp)
cat > .kernel-binary.spec.buildenv <<EOF
export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -d "$date") (${commit:0:7})"
export KBUILD_VERBOSE=0
export KBUILD_SYMTYPES=1
export KBUILD_OVERRIDE=1
export KBUILD_BUILD_USER=geeko
export KBUILD_BUILD_HOST=buildhost
EOF
%build
cd %kernel_build_dir
source .kernel-binary.spec.buildenv
@ -302,7 +299,6 @@ fi
make %{?_smp_mflags} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
%endif
%install
# get rid of /usr/lib/rpm/brp-strip-debug
@ -435,7 +431,6 @@ for sub in '-base' '' '-extra'; do
done
done
%if %build_kdump || %build_xen || %build_vanilla || %build_ps3
# keep this -suffix list in sync with post.sh and postun.sh
suffix=-%build_flavor
@ -651,14 +646,18 @@ rm %my_builddir/tmp
%fdupes $RPM_BUILD_ROOT/lib
%preun -f preun.sh
%postun -f postun.sh
%pre -f pre.sh
%post -f post.sh
%if %split_base
%files -f kernel-main.files
%else
%files -f kernel-base.files
%endif
%defattr(-, root, root)
@ -668,7 +667,6 @@ Summary: @SUMMARY@ - base modules
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
Provides: multiversion(kernel)
Provides: kernel-base = %version-%source_rel
Requires(pre): coreutils awk
@ -684,14 +682,18 @@ Conflicts: libc.so.6()(64bit)
This package contains only the base modules, required in all installs.
%source_timestamp
%source_timestamp
%preun base -f preun-base.sh
%postun base -f postun-base.sh
%pre base -f pre-base.sh
%post base -f post-base.sh
%if %split_base
%files base -f kernel-base.files
%defattr(-, root, root)
%endif
@ -701,7 +703,6 @@ Summary: @SUMMARY@ - Unsupported kernel modules
License: GPL v2 only
Group: System/Kernel
Url: http://www.kernel.org/
AutoReqProv: on
Provides: multiversion(kernel)
Provides: %name-extra_%_target_cpu = %version-%release
Provides: kernel-extra = %version-%source_rel
@ -720,19 +721,24 @@ Conflicts: libc.so.6()(64bit)
This package contains additional modules not supported by Novell.
%source_timestamp
%source_timestamp
%preun extra -f preun-extra.sh
%postun extra -f postun-extra.sh
%pre extra -f pre-extra.sh
%post extra -f post-extra.sh
%if %split_extra
%files extra -f kernel-extra.files
%defattr(-, root, root)
%endif
%if %CONFIG_KMSG_IDS == "y"
%package man
Summary: The collection of man pages generated by the kmsg script.
License: GPL v2 only
@ -742,8 +748,8 @@ Group: System/Kernel
This package includes the man pages that have been generated from the
kmsg message documentation comments.
%source_timestamp
%source_timestamp
%files man
%defattr(-,root,root)
/usr/share/man/man9/*
@ -757,17 +763,19 @@ Provides: multiversion(kernel)
Provides: %name-devel = %version-%source_rel
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
AutoReqProv: on
%description devel
This package contains files necessary for building kernel modules (and
kernel module packages) against the %build_flavor flavor of the kernel.
%source_timestamp
%source_timestamp
%if %CONFIG_MODULES == "y"
%pre devel -f devel-pre.sh
%post devel -f devel-post.sh
%files devel -f kernel-devel.files
%defattr(-,root,root)
%dir %obj_install_dir
@ -791,8 +799,8 @@ Group: Development/Debug
%description devel-debuginfo
Debug information for package %name-devel
%source_timestamp
%source_timestamp
%files devel-debuginfo -f vmlinux.debug.files
%changelog

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-docs@VARIANT@ (Version @RPMVERSION@)
# spec file for package kernel-docs@VARIANT@
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) @YEAR@ SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,21 +25,16 @@
Name: kernel-docs@VARIANT@
Summary: Kernel Documentation
Version: @RPMVERSION@
%if %using_buildservice
Release: @RELEASE_PREFIX@<RELEASE>
%else
Release: @RELEASE_PREFIX@0
%endif
Release: @RELEASE@
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/
License: GPL v2 or later
Group: Documentation/Man
AutoReqProv: on
Provides: %name = %version-%source_rel
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: kernel-spec-macros
Source: kernel-spec-macros
%description
These are the PDF documents and man pages (section 9) built from
@ -47,6 +42,7 @@ thecurrent kernel sources.
%source_timestamp
%prep
cp -av /etc/texmf/web2c/texmf.cnf .
cat << EOF >> texmf.cnf

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-source@VARIANT@ (Version @RPMVERSION@)
# spec file for package kernel-source@VARIANT@
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) @YEAR@ SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,11 +30,7 @@
Name: kernel-source@VARIANT@
Summary: The Linux Kernel Sources
Version: @RPMVERSION@
%if %using_buildservice
Release: @RELEASE_PREFIX@<RELEASE>
%else
Release: @RELEASE_PREFIX@0
%endif
Release: @RELEASE@
License: GPL v2 only
Group: Development/Sources
Url: http://www.kernel.org/
@ -61,7 +57,7 @@ Source21: config.conf
Source23: supported.conf
Source33: check-for-config-changes
Source34: check-supported-list
Source35: group-source-files.pl
Source35: group-source-files.pl
Source37: README.SUSE
Source38: README.KSYMS
Source39: config-options.changes.txt
@ -86,6 +82,7 @@ Source64: package-descriptions
Source65: kernel-spec-macros
Source66: configtool.pl
Source67: log.sh
Source68: host-memcpy-hack.h
Source100: config.tar.bz2
Source101: config.addon.tar.bz2
Source102: patches.arch.tar.bz2
@ -106,7 +103,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Prefix: /usr/src
# Source is only complete with devel files.
Requires: kernel-devel = %version-%release
Requires: kernel-devel = %version-%release
%(chmod +x %_sourcedir/{@SCRIPTS@})
@ -118,22 +115,22 @@ Requires: kernel-devel = %version-%release
%description
Linux kernel sources with many fixes and improvements.
%source_timestamp
%source_timestamp
%package -n kernel-devel%variant
Summary: Development files needed for building kernel modules
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
Provides: multiversion(kernel)
Summary: Development files needed for building kernel modules
License: GPL v2 only
Group: Development/Sources
AutoReqProv: off
Provides: multiversion(kernel)
Provides: kernel-devel%variant = %version-%source_rel
%description -n kernel-devel%variant
Kernel-level headers and Makefiles required for development of
external kernel modules.
%source_timestamp
%source_timestamp
%package vanilla
Summary: Vanilla Linux kernel sources with minor build fixes.
License: GPL v2 only
@ -145,8 +142,8 @@ Provides: %name-vanilla = %version-%source_rel
%description vanilla
Vanilla Linux kernel sources with minor build fixes.
%source_timestamp
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
echo "Please get a copy of linux-%srcversion.tar.bz2 from" \
@ -168,7 +165,6 @@ if test "%srcversion" != "%kernelrelease%variant"; then
mv linux-%srcversion linux-%kernelrelease%variant
fi
%if %do_vanilla
%if %vanilla_only
mv \
@ -249,6 +245,7 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%if %do_vanilla
%files vanilla
%defattr(-, root, root)
/usr/src/linux-%kernelrelease-vanilla

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-syms@VARIANT@ (Version @RPMVERSION@)
# spec file for package kernel-syms@VARIANT@
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) @YEAR@ SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Name: kernel-syms@VARIANT@
Summary: Kernel Symbol Versions (modversions)
Version: @RPMVERSION@
%if %using_buildservice
Release: @RELEASE_PREFIX@<RELEASE>
Release: @RELEASE@
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release
@ -52,9 +52,10 @@ for the standard kernels.
This package is needed for compiling kernel module packages with proper
package dependencies.
%source_timestamp
%source_timestamp
%prep
%install
install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,113 @@
-------------------------------------------------------------------
Mon Oct 24 18:28:04 CEST 2011 - jeffm@suse.com
- Update to 3.1-final.
- commit ec0449c
-------------------------------------------------------------------
Mon Oct 24 15:04:34 CEST 2011 - ohering@suse.de
- patches.suse/staging-hv-pata_piix-ignore-disks.patch:
Update comments in code and reduce patch size
- commit 8913d07
-------------------------------------------------------------------
Thu Oct 20 10:02:15 CEST 2011 - eich@suse.de
- bootsplash: fix logo location when a splash image with an off-center
logo is rescaled (bnc #722471).
- commit f6d77d4
-------------------------------------------------------------------
Tue Oct 18 23:44:16 CEST 2011 - jeffm@suse.com
-Update to 3.1-rc10.
- commit 239957e
-------------------------------------------------------------------
Mon Oct 17 20:20:15 CEST 2011 - jslaby@suse.cz
- Linux 3.0.7.
- commit b7d5dba
-------------------------------------------------------------------
Fri Oct 14 14:23:02 CEST 2011 - trenn@suse.de
- x86: Fix reboot issue for Dell Optiplex 990.
- commit 00ea2b5
-------------------------------------------------------------------
Fri Oct 14 12:19:06 CEST 2011 - mmarek@suse.cz
- rpm/*.spec.in, rpm/mkspec: Generate specfiles according to Factory
requirements.
- commit aebe2d9
-------------------------------------------------------------------
Thu Oct 13 21:25:59 CEST 2011 - ohering@suse.de
- series.conf: really apply all hv_mouse patches
- commit 11f65b5
-------------------------------------------------------------------
Wed Oct 12 21:56:23 CEST 2011 - ohering@suse.de
- Various updates for hv drivers, which fix also the hv_mouse driver
- staging: hv: storvsc: ignore SET_WINDOWN scsi command
(bnc#722646).
- staging/hv: advertise hv_storvsc instead of storvsc as sysfs
driver name (bnc#716708).
- staging/hv: fill scsi/proc_name for the sake of mkinitrd
(bnc#716708).
- Staging: hv: util: Invoke cn_netlink_send() in a work context.
- Refresh patches.suse/staging-hv-pata_piix-ignore-disks.patch.
- Refresh patches.xen/xen3-patch-2.6.32.
- Delete patches.suse/staging-hv-vmbus-modalias-show.patch.
- commit c836841
-------------------------------------------------------------------
Wed Oct 12 11:42:57 CEST 2011 - eich@suse.de
- SUSE-bootsplash: Don't crash when splash is turned off.
Fix crash when splash is off (ie. (struct fb_info *)->splash_data == NULL)
but someone tries to manipulate the splash image thru the /proc interface.
All other functions in render.c seem to be save - ie. upper level code
already protects them from being called if the splash_data member is NULL
(bnc #718666).
- commit 2fc2aaf
-------------------------------------------------------------------
Tue Oct 11 14:56:37 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit d4a7ce4
-------------------------------------------------------------------
Fri Oct 7 17:46:06 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc9 and c/s 1116.
- commit 8f986a2
-------------------------------------------------------------------
Thu Oct 6 21:52:47 CEST 2011 - jdelvare@suse.de
- drm/radeon/kms: Fix I2C mask definitions (bnc#712023).
- commit f1106c1
-------------------------------------------------------------------
Wed Oct 5 13:45:24 CEST 2011 - jbeulich@novell.com
- patches.suse/supported-flag: Also look for Module.supported in the
source tree.
- Refresh patches.suse/supported-flag-enterprise.
- commit 9c8680a
-------------------------------------------------------------------
Wed Oct 5 07:47:21 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc9.
- commit a477439
-------------------------------------------------------------------
Tue Oct 4 23:20:30 CEST 2011 - jslaby@suse.cz
@ -36,12 +134,367 @@ Tue Oct 4 20:29:58 CEST 2011 - jslaby@suse.cz
- Delete patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch.
- commit 8eedfe8
-------------------------------------------------------------------
Mon Oct 3 18:22:13 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc8.
- commit 6c33ac4
-------------------------------------------------------------------
Wed Sep 28 16:41:36 CEST 2011 - jbeulich@novell.com
- Update Xen config files.
- commit 50fb02f
-------------------------------------------------------------------
Tue Sep 27 22:25:34 CEST 2011 - eich@suse.de
- Refresh patches.suse/SUSE-bootsplash.
Fix crash when updating boxes: Don't reallocate
picture.
- commit ba0cfdc
-------------------------------------------------------------------
Mon Sep 26 15:56:27 CEST 2011 - mmarek@suse.cz
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- rpm/host-memcpy-hack.h: Hack to use older version of the memcpy symbol
in userspace programs, so that they keep working on older systems.
- rpm/kernel-binary.spec.in: Pass -include
%_sourcedir/host-memcpy-hack.h to the compiler when compiling
userspace programs.
- commit e3c78cf
-------------------------------------------------------------------
Mon Sep 26 13:23:42 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc7 and c/s 1105.
- pass PCI segment information to Xen.
- ACPI: Implement overriding of arbitrary ACPI tables via initrd.
- x86: allow NVS can be accessed by driver.
- commit 7de39e8
-------------------------------------------------------------------
Mon Sep 26 10:01:25 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc7.
- commit ee8cc90
-------------------------------------------------------------------
Wed Sep 21 13:20:35 CEST 2011 - trenn@suse.de
- Refresh
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch.
-> Fix build on ia64, by moving asm/e820.h into ifdef config protected region.
- commit 0ac4276
-------------------------------------------------------------------
Wed Sep 21 11:16:18 CEST 2011 - mhocko@suse.cz
- Provide memory controller swap extension.
Keep the feature disabled by default. Use swapaccount=1 kernel
boot parameter for enabling it.
- commit 000742c
-------------------------------------------------------------------
Wed Sep 21 11:11:10 CEST 2011 - mhocko@suse.cz
- Update config files.
Clean run_oldconfig.sh run to get configs into sync
- commit c985824
-------------------------------------------------------------------
Tue Sep 20 18:09:04 CEST 2011 - trenn@suse.de
- ACPI: Implement overriding of arbitrary ACPI tables via initrd
(none).
- ACPICA: Fix wrongly mapped acpi table header when overriding
via initrd (none).
- ACPICA: Introduce acpi_os_phys_table_override function (none).
- x86: allow NVS can be accessed by driver (none).
- Update config files:
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
on i386 and x86_64 flavors
- commit 34bb195
-------------------------------------------------------------------
Thu Sep 15 14:16:08 CEST 2011 - jeffm@suse.de
- Update to 3.1-rc6.
- commit 8f0eaba
-------------------------------------------------------------------
Thu Sep 15 09:30:03 CEST 2011 - jbeulich@novell.com
- patches.arch/x86_64-unwind-annotations: Fix unwinding through
interrupt frames, requiring ...
- patches.suse/stack-unwind: ... support for DW_CFA_def_cfa_expression.
- commit 4d917a5
-------------------------------------------------------------------
Wed Sep 14 01:16:42 CEST 2011 - agraf@suse.de
- KVM: PPC: Fix incorrect CBE KVM hooks.
There is another issue with KVM_HV and CBE that I only saw building
this tree, so the patch is on its way to the kvm tree now.
- KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
When building KVM HV mode with plenty other options enabled, the build
fails. That's fixed upstream, but 3.1-rc5 doesn't have the patch yet.
So I pulled it in from the kvm tree.
- commit 2be41bd
-------------------------------------------------------------------
Mon Sep 12 16:47:37 CEST 2011 - jbeulich@novell.com
- Re-enabled patches.arch/x86_64-unwind-annotations.
- commit bfd10a0
-------------------------------------------------------------------
Mon Sep 12 16:44:34 CEST 2011 - jbeulich@novell.com
- Refresh patches.arch/x86_64-unwind-annotations.
- Refresh patches.suse/supported-flag.
- commit aa89174
-------------------------------------------------------------------
Mon Sep 12 16:31:26 CEST 2011 - jbeulich@novell.com
- Update Xen patches to 3.1-rc5 and c/s 1104.
- mm: frontswap: config and doc files.
- mm: frontswap: core code.
- mm: frontswap: add swap hooks and extend try_to_unuse.
- mm: frontswap: swap data structure changes.
- In HVM guests do not take over the CDROM device (bnc#645893).
- x86: report ACPI-reserved state of PCI MMCONFIG region to
hypervisor.
- config.conf: Re-enable Xen flavors.
- Update config files.
- commit 3692f47
-------------------------------------------------------------------
Sun Sep 11 17:47:54 CEST 2011 - agraf@suse.de
- Update config files (disable EHCA on PPC - gcc bug)
- commit 03a0c8c
-------------------------------------------------------------------
Sun Sep 11 17:45:32 CEST 2011 - agraf@suse.de
- Update config files (enable KVM on PPC64 for OBS)
- commit 00b922d
-------------------------------------------------------------------
Mon Sep 5 09:52:24 CEST 2011 - mmarek@suse.cz
- Update to 3.1-rc5 from https://github.com/torvalds/linux.git.
- commit 8a211c9
-------------------------------------------------------------------
Fri Sep 2 18:29:33 CEST 2011 - ohering@suse.de
- Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
(fate#311487).
- commit 94054c9
-------------------------------------------------------------------
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
- ata_piix: ignore disks in a hyper-v guest.
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
- Staging: hv: vmbus: Fix checkpatch warnings.
- Staging: hv: util: kvp: Fix the reported OSVersion string.
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
- Staging: hv: Fix macros, tab errors and warning in
drivers/staging/hv/hv_mouse.c.
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
rid of the PCI signature.
- Staging: hv: Replace struct hv_guid with the uuid type already
defined in Linux.
- Staging: hv: vmbus: Introduce vmbus ID space in struct
hv_driver.
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
blockvsc driver.
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
storvsc driver.
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
netvsc driver.
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
mouse driver.
- Staging: hv: util: Make hv_utils a vmbus device driver.
- Staging: hv: create VMBUS_DEVICE macro and use it.
- Staging: hv: vmbus: Cleanup vmbus_match().
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
- Staging: hv: vmbus: Support the notion of id tables in
vmbus_match().
- Staging: hv: vmbus: Get rid of an unnecessary include line
in vmbus_drv.c.
- Staging: hv: storvsc: Get rid of the DMI signature.
- Staging: hv: netvsc: Get rid of the PCI signature.
- Staging: hv: netvsc: Get rid of the DMI signature in
netvsc_drv.c.
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
- Staging: hv: fix up driver registering mess.
- Staging: hv: vmbus: Get rid of some unnecessary comments.
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
- Staging: hv: vmbus: Cleanup error handling in hv_init().
- Staging: hv: vmbus: Get rid of unnecessay comments in
connection.c.
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
- Staging: hv: vmbus: Get rid of unnecessary comments in
channel.c.
- Staging: hv: vmbus: Change the variable name openInfo to
open_info in channel.c.
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
- Staging: hv: vmbus: Cleanup the error return value in
vmbus_recvpacket_raw().
- Staging: hv: netvsc: Get rid of an unnecessary print statement
in netvsc_probe().
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
- Staging: hv: storvsc: Cleanup error handling in
storvsc_dev_add().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_channel_init().
- Staging: hv: storvsc: Cleanup error handling in
storvsc_connect_to_vsp().
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
from storvsc.c.
- Staging: hv: storvsc: Fix/cleanup some dated comments in
storvsc.c.
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_host_reset().
- Staging: hv: storvsc: Cleanup error code returned in
storvsc_probe().
- Staging: hv: storvsc: Cleanup returned error code in
storvsc_drv_init().
- Staging: hv: netvsc: Cleanup the returned error code in
netvsc_probe().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_destroy_recv_buf().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_init_recv_buf().
- Staging: hv: netvsc: Cleanup error returns in
netvsc_connect_vsp().
- Staging: hv: netvsc: Cleanup error return values in
netvsc_send().
- Staging: hv: netvsc: Cleanup error return codes in
netvsc_device_add().
- Staging: hv: netvsc: Cleanup error codes in
rndis_filter_receive().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_query_device().
- Staging: hv: netvsc: Cleanup error return values in
rndis_filter_set_packet_filter().
- Staging: hv: netvsc: Cleanup error returns in
rndis_filter_init_device().
- Staging: hv: netvsc: Cleanup error code in
rndis_filter_device_add().
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
- Staging: hv: netvsc: Change the jump label Exit to exit.
- Staging: hv: mouse: Get rid of the unused PCI signature.
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
- Staging: hv: hv_mouse: remove inputreport_callback function.
- Staging: hv: hv_mouse: remove a forward declaration.
- Staging: hv: hv_mouse: fix up remove() function.
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
- Staging: hv: add driver_data to hv_vmbus_device_id.
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
- Staging: hv: file2alias: fix up alias creation logic for
hv_vmbus_device_id.
- Staging: hv: storvsc: Inline free_stor_device().
- Staging: hv: storvsc: Do not aquire an unnecessary reference
on stor_device.
- Staging: hv: storvsc: Rename must_get_stor_device().
- Staging: hv: storvsc: Rename get_stor_device().
- Staging: hv: storvsc: Cleanup alloc_stor_device().
- Staging: hv: storvsc: Introduce state to manage the lifecycle
of stor device.
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
is being destroyed.
- Staging: hv: storvsc: Get rid of release_stor_device() by
inlining the code.
- Staging: hv: storvsc: Get rid of final_release_stor_device()
by inlining code.
- Staging: hv: storvsc: Get rid of the reference counting in
struct storvsc_device.
- Staging: hv: netvsc: Inline the code for free_net_device().
- Staging: hv: netvsc: Cleanup alloc_net_device().
- Staging: hv: netvsc: Introduce state to manage the lifecycle
of net device.
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
is destroyed.
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
by inlining the code.
- Staging: hv: netvsc: Get rid of the refcnt field in struct
netvsc_device.
- Staging: hv: storvsc: Add code to handle IDE devices using
the storvsc driver.
- Staging: hv: storvsc: Handle IDE devices using the storvsc
driver.
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
not used.
- Staging: hv: storvsc: Optimize bounce buffer handling for the
"write" case.
- Staging: hv: storvsc: Optimize the bounce buffer handling in
the "read" case.
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of storvsc.c.
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
to storvsc_drv.c.
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
contents of hyperv_storage.h.
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
and MODE_SENSE.
- Staging: hv: storvsc: Fix a typo.
- Staging: hv: storvsc: In case of scsi errors offline the device.
- Staging: hv: storvsc: No need to copy from bounce buffer in
case of a failure.
- Staging: hv: util: Forcefully shutdown when shutdown is
requested.
- Staging: hv: util: Adjust guest time in a process context.
- Staging: hv: vmbus: Check before invoking the channel callback.
- Staging: hv: vmbus: Properly deal with de-registering channel
callback.
- Staging: hv: Fix a bug in vmbus_match().
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
the code.
- Staging: hv: vmbus: Do not enable auto eoi.
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
- Staging: hv: vmbus: Get rid of an unnecessary check in
vmbus_connect().
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
- Staging: hv: netvsc: return negative error codes.
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
- commit d77df1b
-------------------------------------------------------------------
Wed Aug 31 11:30:44 CEST 2011 - jslaby@suse.cz
- TTY: pty, fix pty counting (bnc#711203).
- commit a432f18
-------------------------------------------------------------------
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
- Delete patches.fixes/net-tulip-debug-off-by-default.patch.
Obsoleted by upstream commit 0b8f6273eb6fd0611849d6fb432151f04e042434.
- commit bd9ecd2
-------------------------------------------------------------------
Tue Aug 30 08:57:57 CEST 2011 - jslaby@suse.cz
@ -63,9 +516,52 @@ Tue Aug 30 06:31:26 CEST 2011 - gregkh@suse.de
off of USB3 devices.
- commit 66f95ad
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b
-------------------------------------------------------------------
Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
- scsi_dh: Implement match callback function.
- Delete patches.fixes/scsi-dh-alua-retry-UA.
- Delete patches.fixes/scsi-dh-alua-send-stpg.
- scsi_dh_alua: always update TPGS status on activate.
- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080).
- scsi_dh_alua: Evaluate TPGS setting from inquiry data.
@ -77,20 +573,36 @@ Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com
-------------------------------------------------------------------
Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch.
- commit bd2f299
-------------------------------------------------------------------
Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- Refreshed and re-enabled dm-path patches:
- patches.suse/dm-mpath-accept-failed-paths.
- patches.suse/dm-mpath-detach-existing-hardware-handler.
- commit d374e62
-------------------------------------------------------------------
Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc3.
- Eliminated 8 patches.
- Xen is disabled.
- commit eccefcc
-------------------------------------------------------------------
Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still
popular server chipset Radeon ES1000 supports it, though.
- * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers.
These framebuffers are rare these days, the legendary and still

File diff suppressed because it is too large Load Diff

3
linux-3.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b5be03ea4b23d9773ac856754d0c3a3563c16201fea64eab31c95119d4efebf
size 77189710

37
mkspec
View File

@ -29,9 +29,6 @@ my ($srcversion, $variant, $vanilla_only) =
($vars{'SRCVERSION'}, $vars{'VARIANT'}, $vars{'VANILLA_ONLY'});
$vanilla_only ||= "0";
# rpm changelog
my $changelog = convert_changes();
# package name -> [summary, description]
my %binary_descriptions = parse_descriptions();
@ -52,9 +49,8 @@ if (defined($rpmrelease)) {
close($fh);
chmod(0755, "$dir/get_release_number.sh");
} else {
$rpmrelease = "";
$rpmrelease = "0";
}
$rpmrelease =~ s/[^.]$/$&./;
$rpmrelease =~ s/-/./g;
my $sources = join("", $templates{source} =~ /\nSource\d+:[^\n]*/mg);
@ -75,11 +71,12 @@ my %macros = (
SRCVERSION => $srcversion,
PATCHVERSION => $patchversion,
RPMVERSION => $rpmversion,
RELEASE_PREFIX => $rpmrelease,
RELEASE => $rpmrelease,
SOURCES => $sources,
NOSOURCE => $nosource,
UNPACK_PATCHES => $unpack_patches,
SCRIPTS => $scripts,
YEAR => (localtime time)[5] + 1900,
);
# binary spec files
@ -180,25 +177,6 @@ sub parse_config_sh {
return %res;
}
# convert kernel-source.changes to rpm changelog
sub convert_changes {
my $res = "\%changelog\n";
my @progs = qw(/usr/lib/build/changelog2spec
/work/src/bin/tools/convert_changes_to_rpm_changelog);
my $changesfile = "$dir/kernel-source$variant.changes";
if (-e $changesfile) {
for my $prog (@progs) {
if (-x $prog) {
$res .= `$prog $changesfile`;
last;
}
}
}
chomp $res;
return $res;
}
sub parse_descriptions {
my %res;
my $current;
@ -273,14 +251,6 @@ sub _arch2rpm {
return $arch;
}
sub append_changelog {
my $changelog = $_[1];
if ($_[0] =~ s/\%changelog$/$changelog/) {
return;
}
$_[0] .= $changelog;
}
sub provides_obsoletes {
my $flavor = shift;
my @archs = @_;
@ -310,7 +280,6 @@ sub do_spec {
for my $m (keys %macros) {
$text =~ s/\@$m\@/$macros{$m}/g;
}
append_changelog($text, $changelog);
print "$specfile\n";
xopen(my $fh, '>', "$dir/$specfile");
print $fh $text;

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a020f1a68aca2a608873468bf6a486fcf975cec6fcd0c204436dce13e2d1651
size 66633
oid sha256:7504875c1bb97601eb56ef79a033bef7b5519e4ed85736c428486eca427507a9
size 74096

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70983f167c38bc59b42ff2ec7d91475579b5bd20f110cfd7b347480dad84ef94
size 9065
oid sha256:4f6e0520039a0a8c9132e519f5c4870dfdfb76b7b101f1b4645fccdca4f0041f
size 8125

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29b3824ee04c0780b31c55a5e3a89bf304d2dab30d1a91b9ba4385e98263441a
size 28544
oid sha256:1e0058767916325b1da55b0ab555ccc9985a7a32205cd744c97757d5ae56082c
size 22528

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1fd6a009244cc6c73a010c42a4d5dfa1b4ca2e2eff1708f5bff39140997ee56
size 208828
oid sha256:9dde5510f9ad1aef9c1f1d3b2a8099a006fe55fdab5ebcf2c141624b999d057e
size 136

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b77f31327dd5dfafb5b9fae40600e78ec6e596606423decee89d64b7d52708d1
size 3923
oid sha256:2e86f169745ea6c3ff4443990499f338833d5c32346e99a3ad0fec9f735a0dfa
size 4336

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75553f5c952c5c2eacd10b1d619cead3f5bd4846b6b3ae10473d7107105d722e
size 128821
oid sha256:2adc6f6ec2c6e3faa99d824b341929f2d4fffe2b61ac90189ffaa421060bd32a
size 214542

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e7f6192d26113535551a515e82e2c9b6317b0f971eec8da609cdc897420e088
size 2035767
oid sha256:707ad153dc1b76be9d3e3324f063c49e67bea310d0edee31e212a3ebd18d3e9e
size 2040375

View File

@ -27,13 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.0.1
patches.kernel.org/patch-3.0.1-2
patches.kernel.org/patch-3.0.2-3
patches.kernel.org/patch-3.0.3-4
patches.kernel.org/patch-3.0.4-5
patches.kernel.org/patch-3.0.5-6
patches.kernel.org/patch-3.0.6-7
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -42,6 +35,7 @@
########################################################
patches.rpmify/apm-honor-config_apm_cpu_idle-n
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/pti-depends-on-x86-pci
########################################################
# kABI consistency patches
@ -69,7 +63,6 @@
patches.suse/supported-flag-enterprise
patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop
patches.fixes/no-built-in-root_dev
########################################################
# Simple export additions/removals
@ -117,9 +110,10 @@
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.arch/reorganize_stop_cpus.patch
patches.arch/implement-stop_machine_from_inactive_cpu.patch
patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
+trenn patches.arch/kill-__stop_machine.patch
+trenn patches.arch/reorganize_stop_cpus.patch
+trenn patches.arch/implement_stop_machine_from_offline_cpu.patch
+trenn patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
@ -154,6 +148,8 @@
patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch
patches.fixes/ptrace-getsiginfo
patches.arch/ppc-kvm-fix-big-section.patch
patches.arch/ppc-kvm-fix-cbe.patch
########################################################
# PS3
@ -181,14 +177,6 @@
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
# Minor fixes from 3.0-3.1-rc4 not included in -stable
patches.fixes/mm-swap-token-makes-global-variables-to-function-local.patch
patches.fixes/mm-thp-minor-lock-simplification-in-__khugepaged_exit.patch
patches.fixes/mm-remove-ZAP_BLOCK_SIZE.patch
patches.fixes/mm-vmscan-fix-force-scanning-small-targets-without-swap.patch
patches.fixes/mm-vmscan-drop-nr_force_scan-from-get_scan_count.patch
patches.fixes/mm-vmscan-clear-ZONE_CONGESTED-for-zone-with-good-watermark.patch
########################################################
# IPC patches
########################################################
@ -215,8 +203,6 @@
patches.arch/acpi_fix_fadt_32_bit_zero_length.patch
+needs_update-32 patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch
# Adjust this patch for every new product (at least Enterprise
# level) to provide OEMs a safety break so that they can add
# for example SLE11 specific BIOS updates (if there is no other
@ -229,6 +215,14 @@
# Queued for 2.6.36 -> just revert after some time
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
patches.drivers/apei_allow_drivers_access_nvs_ram.patch
patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch
patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
patches.arch/dell_optiplex_990_fix_reboot.patch
########################################################
# CPUFREQ
########################################################
@ -257,7 +251,6 @@
########################################################
# NFS
########################################################
patches.fixes/nfs-slot-table-alloc
+needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
patches.fixes/nfs-adaptive-readdir-plus
@ -273,7 +266,6 @@
########################################################
# ext2/ext3
########################################################
patches.suse/ext3-barrier-default
# patches.suse/ext2-fsync-err
########################################################
@ -287,7 +279,6 @@
########################################################
# Reiserfs Patches
########################################################
patches.suse/reiserfs-barrier-default
patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash
+needs_updating-39 patches.suse/reiser4-dependencies
@ -326,7 +317,6 @@
patches.suse/0014-richacl-xattr-mapping-functions.patch
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
patches.suse/richacl-fix
########################################################
# other filesystem stuff
@ -354,10 +344,6 @@
# Storage
########################################################
# I believe this has been obsoleted upstream by
# commit d8d9129e
+disabled patches.drivers/libata-unlock-hpa-by-default
# Block layer fixes
patches.fixes/scsi-inquiry-too-short-ratelimit
patches.suse/scsi-netlink-ml
@ -396,7 +382,6 @@
# Network
########################################################
patches.fixes/tulip-quad-NIC-ifdown
patches.fixes/net-tulip-debug-off-by-default.patch
patches.drivers/ehea-modinfo.patch
########################################################
@ -441,7 +426,6 @@
##########################################################
# Sound
##########################################################
patches.drivers/alsa-hda-Add-Kconfig-for-the-default-buffer-size
########################################################
# Char / serial
@ -450,7 +434,204 @@
########################################################
# Other driver fixes
########################################################
patches.suse/staging-hv-vmbus-init-on-dmi-match.patch
# http://git.kernel.org/?p=linux/kernel/git/gregkh/staging-2.6.git;a=history;f=drivers/staging/hv;hb=refs/heads/staging-next
patches.suse/staging-hv-staging-next-20110825-0001-Staging-hv-vmbus-Don-t-wait-indefinitely-for-IRQ.patch
patches.suse/staging-hv-staging-next-20110825-0002-Staging-hv-tools-Fix-a-checkpatch-warning-in-hv_k.patch
patches.suse/staging-hv-staging-next-20110825-0003-Staging-hv-vmbus-Fix-checkpatch-warnings.patch
patches.suse/staging-hv-staging-next-20110825-0004-Staging-hv-util-kvp-Fix-the-reported-OSVersion-s.patch
patches.suse/staging-hv-staging-next-20110825-0005-Staging-hv-util-kvp-Cleanup-kvp_get_domain_name.patch
patches.suse/staging-hv-staging-next-20110825-0006-Staging-hv-Fix-macros-tab-errors-and-warning-in-d.patch
patches.suse/staging-hv-staging-next-20110825-0007-Staging-hv-vmbus-VMBUS-is-an-ACPI-enumerated-devi.patch
patches.suse/staging-hv-staging-next-20110825-0008-Staging-hv-Replace-struct-hv_guid-with-the-uuid-ty.patch
patches.suse/staging-hv-staging-next-20110825-0009-Staging-hv-vmbus-Introduce-vmbus-ID-space-in-stru.patch
patches.suse/staging-hv-staging-next-20110825-0010-Staging-hv-blkvsc-Use-the-newly-introduced-vmbus.patch
patches.suse/staging-hv-staging-next-20110825-0011-Staging-hv-storvsc-Use-the-newly-introduced-vmbus.patch
patches.suse/staging-hv-staging-next-20110825-0012-Staging-hv-netvsc-Use-the-newly-introduced-vmbus.patch
patches.suse/staging-hv-staging-next-20110825-0013-Staging-hv-mousevsc-Use-the-newly-introduced-vmbu.patch
patches.suse/staging-hv-staging-next-20110825-0014-Staging-hv-util-Make-hv_utils-a-vmbus-device-driv.patch
patches.suse/staging-hv-staging-next-20110825-0015-Staging-hv-create-VMBUS_DEVICE-macro-and-use-it.patch
patches.suse/staging-hv-staging-next-20110825-0016-Staging-hv-vmbus-Cleanup-vmbus_match.patch
patches.suse/staging-hv-staging-next-20110825-0017-Staging-hv-vmbus-Cleanup-vmbus_uevent-code.patch
patches.suse/staging-hv-staging-next-20110825-0018-Staging-hv-vmbus-Support-the-notion-of-id-tables.patch
patches.suse/staging-hv-staging-next-20110825-0019-Staging-hv-vmbus-Get-rid-of-an-unnecessary-includ.patch
patches.suse/staging-hv-staging-next-20110825-0020-Staging-hv-storvsc-Get-rid-of-the-DMI-signature.patch
patches.suse/staging-hv-staging-next-20110825-0021-Staging-hv-netvsc-Get-rid-of-the-PCI-signature.patch
patches.suse/staging-hv-staging-next-20110825-0022-Staging-hv-netvsc-Get-rid-of-the-DMI-signature-in.patch
patches.suse/staging-hv-staging-next-20110825-0023-Staging-hv-util-Get-rid-of-the-DMI-signature-in-h.patch
patches.suse/staging-hv-staging-next-20110825-0024-Staging-hv-util-Get-rid-of-the-PCI-signature-in-h.patch
patches.suse/staging-hv-staging-next-20110825-0025-Staging-hv-fix-up-driver-registering-mess.patch
patches.suse/staging-hv-staging-next-20110825-0026-Staging-hv-vmbus-Get-rid-of-some-unnecessary-comm.patch
patches.suse/staging-hv-staging-next-20110825-0027-Staging-hv-vmbus-Cleanup-unnecessary-comments-in.patch
patches.suse/staging-hv-staging-next-20110825-0028-Staging-hv-vmbus-Cleanup-error-handling-in-hv_ini.patch
patches.suse/staging-hv-staging-next-20110825-0029-Staging-hv-vmbus-Get-rid-of-unnecessay-comments-i.patch
patches.suse/staging-hv-staging-next-20110825-0030-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
patches.suse/staging-hv-staging-next-20110825-0031-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
patches.suse/staging-hv-staging-next-20110825-0032-Staging-hv-vmbus-Rename-openMsg-to-open_msg-in-ch.patch
patches.suse/staging-hv-staging-next-20110825-0033-Staging-hv-vmbus-Get-rid-of-unnecessary-comments.patch
patches.suse/staging-hv-staging-next-20110825-0034-Staging-hv-vmbus-Change-the-variable-name-openInf.patch
patches.suse/staging-hv-staging-next-20110825-0035-Staging-hv-vmbus-Cleanup-error-values-in-ringbuff.patch
patches.suse/staging-hv-staging-next-20110825-0036-Staging-hv-vmbus-Cleanup-the-error-return-value-i.patch
patches.suse/staging-hv-staging-next-20110825-0037-Staging-hv-netvsc-Get-rid-of-an-unnecessary-print.patch
patches.suse/staging-hv-staging-next-20110825-0038-Staging-hv-vmbus-Retry-vmbus_post_msg-before-gi.patch
patches.suse/staging-hv-staging-next-20110825-0039-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0040-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0041-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0042-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
patches.suse/staging-hv-staging-next-20110825-0043-Storage-hv-storvsc-Get-rid-of-some-unnecessary-DP.patch
patches.suse/staging-hv-staging-next-20110825-0044-Staging-hv-storvsc-Fix-cleanup-some-dated-comment.patch
patches.suse/staging-hv-staging-next-20110825-0045-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
patches.suse/staging-hv-staging-next-20110825-0046-Staging-hv-storvsc-Cleanup-error-code-returned-in.patch
patches.suse/staging-hv-staging-next-20110825-0047-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
patches.suse/staging-hv-staging-next-20110825-0048-Staging-hv-netvsc-Cleanup-the-returned-error-code.patch
patches.suse/staging-hv-staging-next-20110825-0049-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
patches.suse/staging-hv-staging-next-20110825-0050-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
patches.suse/staging-hv-staging-next-20110825-0051-Staging-hv-netvsc-Cleanup-error-returns-in-netvsc.patch
patches.suse/staging-hv-staging-next-20110825-0052-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
patches.suse/staging-hv-staging-next-20110825-0053-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
patches.suse/staging-hv-staging-next-20110825-0054-Staging-hv-netvsc-Cleanup-error-codes-in-rndis_fi.patch
patches.suse/staging-hv-staging-next-20110825-0055-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
patches.suse/staging-hv-staging-next-20110825-0056-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
patches.suse/staging-hv-staging-next-20110825-0057-Staging-hv-netvsc-Cleanup-error-returns-in-rndis_.patch
patches.suse/staging-hv-staging-next-20110825-0058-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
patches.suse/staging-hv-staging-next-20110825-0059-Staging-hv-mouse-Change-the-jump-label-Cleanup-to.patch
patches.suse/staging-hv-staging-next-20110825-0060-Staging-hv-netvsc-Change-the-jump-label-Cleanup-t.patch
patches.suse/staging-hv-staging-next-20110825-0061-Staging-hv-netvsc-Change-the-jump-label-Exit-to-e.patch
patches.suse/staging-hv-staging-next-20110825-0062-Staging-hv-mouse-Get-rid-of-the-unused-PCI-signat.patch
patches.suse/staging-hv-staging-next-20110825-0063-Staging-hv-hv_mouse-remove-deviceinfo_callback-fu.patch
patches.suse/staging-hv-staging-next-20110825-0064-Staging-hv-hv_mouse-remove-inputreport_callback-f.patch
patches.suse/staging-hv-staging-next-20110825-0065-Staging-hv-hv_mouse-remove-a-forward-declaration.patch
patches.suse/staging-hv-staging-next-20110825-0066-Staging-hv-hv_mouse-fix-up-remove-function.patch
# module support patches outside of drivers/staging/hv
patches.suse/staging-hv-staging-next-20110825-0562-Staging-hv-Add-struct-hv_vmbus_device_id-to-mod_de.patch
patches.suse/staging-hv-staging-next-20110825-0563-Staging-hv-add-driver_data-to-hv_vmbus_device_id.patch
patches.suse/staging-hv-staging-next-20110825-0568-Staging-hv-Add-code-to-parse-struct-hv_vmbus_devic.patch
patches.suse/staging-hv-staging-next-20110825-0570-Staging-hv-file2alias-fix-up-alias-creation-logic.patch
patches.suse/staging-hv-staging-next-20110829-0303-Staging-hv-storvsc-Inline-free_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0304-Staging-hv-storvsc-Do-not-aquire-an-unnecessary-r.patch
patches.suse/staging-hv-staging-next-20110829-0305-Staging-hv-storvsc-Rename-must_get_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0306-Staging-hv-storvsc-Rename-get_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0307-Staging-hv-storvsc-Cleanup-alloc_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0308-Staging-hv-storvsc-Introduce-state-to-manage-the.patch
patches.suse/staging-hv-staging-next-20110829-0309-Staging-hv-storvsc-Prevent-outgoing-traffic-when.patch
patches.suse/staging-hv-staging-next-20110829-0310-Staging-hv-storvsc-Get-rid-of-release_stor_device.patch
patches.suse/staging-hv-staging-next-20110829-0311-Staging-hv-storvsc-Get-rid-of-final_release_stor_.patch
patches.suse/staging-hv-staging-next-20110829-0312-Staging-hv-storvsc-Get-rid-of-the-reference-count.patch
patches.suse/staging-hv-staging-next-20110829-0313-Staging-hv-netvsc-Inline-the-code-for-free_net_de.patch
patches.suse/staging-hv-staging-next-20110829-0314-Staging-hv-netvsc-Cleanup-alloc_net_device.patch
patches.suse/staging-hv-staging-next-20110829-0315-Staging-hv-netvsc-Introduce-state-to-manage-the-l.patch
patches.suse/staging-hv-staging-next-20110829-0316-Staging-hv-netvsc-Prevent-outgoing-traffic-when-n.patch
patches.suse/staging-hv-staging-next-20110829-0317-Staging-hv-netvsc-Get-rid-of-release_outbound_net.patch
patches.suse/staging-hv-staging-next-20110829-0318-Staging-hv-netvsc-Get-rid-of-release_inbound_net_.patch
patches.suse/staging-hv-staging-next-20110829-0319-Staging-hv-netvsc-Get-rid-of-the-refcnt-field-in.patch
patches.suse/staging-hv-staging-next-20110829-0320-Staging-hv-storvsc-Add-code-to-handle-IDE-devices.patch
patches.suse/staging-hv-staging-next-20110829-0321-Staging-hv-storvsc-Handle-IDE-devices-using-the-s.patch
patches.suse/staging-hv-staging-next-20110829-0322-Staging-hv-blkvsc-Get-rid-of-blkvsc_drv.c-as-this.patch
patches.suse/staging-hv-staging-next-20110829-0323-Staging-hv-storvsc-Optimize-bounce-buffer-handlin.patch
patches.suse/staging-hv-staging-next-20110829-0324-Staging-hv-storvsc-Optimize-the-bounce-buffer-han.patch
patches.suse/staging-hv-staging-next-20110829-0325-Staging-hv-storvsc-Include-storvsc.c-in-storvsc_d.patch
patches.suse/staging-hv-staging-next-20110829-0326-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
patches.suse/staging-hv-staging-next-20110829-0327-Staging-hv-storvsc-Add-the-contents-of-hyperv_sto.patch
patches.suse/staging-hv-staging-next-20110829-0328-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
patches.suse/staging-hv-staging-next-20110829-0329-Staging-hv-storvsc-Fixup-srb-and-scsi-status-for.patch
patches.suse/staging-hv-staging-next-20110829-0330-Staging-hv-storvsc-Fix-a-typo.patch
patches.suse/staging-hv-staging-next-20110829-0331-Staging-hv-storvsc-In-case-of-scsi-errors-offline.patch
patches.suse/staging-hv-staging-next-20110829-0332-Staging-hv-storvsc-No-need-to-copy-from-bounce-bu.patch
patches.suse/staging-hv-staging-next-20110829-0333-Staging-hv-util-Forcefully-shutdown-when-shutdown.patch
patches.suse/staging-hv-staging-next-20110829-0334-Staging-hv-util-Adjust-guest-time-in-a-process-co.patch
patches.suse/staging-hv-staging-next-20110829-0335-Staging-hv-vmbus-Check-before-invoking-the-channe.patch
patches.suse/staging-hv-staging-next-20110829-0336-Staging-hv-vmbus-Properly-deal-with-de-registerin.patch
patches.suse/staging-hv-staging-next-20110829-0337-Staging-hv-Fix-a-bug-in-vmbus_match.patch
patches.suse/staging-hv-staging-next-20110829-0338-Staging-hv-vmbus-Get-rid-of-vmbus_on_isr-by-inl.patch
patches.suse/staging-hv-staging-next-20110829-0339-Staging-hv-vmbus-Do-not-enable-auto-eoi.patch
patches.suse/staging-hv-staging-next-20110829-0340-Staging-hv-vmbus-Fixup-indentation-in-vmbus_acpi_.patch
patches.suse/staging-hv-staging-next-20110829-0341-Staging-hv-vmbus-Get-rid-of-some-dated-redundant.patch
patches.suse/staging-hv-staging-next-20110829-0342-Staging-hv-vmbus-Get-rid-of-an-unnecessary-check.patch
patches.suse/staging-hv-staging-next-20110829-0343-Staging-hv-vmbus-Fix-a-checkpatch-warning-in-ring.patch
patches.suse/staging-hv-staging-next-20110829-0344-Staging-hv-vmbus-Fix-checkpatch-warnings-in-conne.patch
patches.suse/staging-hv-staging-next-20110829-0345-Staging-hv-mousevsc-Fix-checkpatch-errors-and-war.patch
patches.suse/staging-hv-staging-next-20110829-0346-Staging-hv-netvsc-return-negative-error-codes.patch
patches.suse/staging-hv-staging-next-20111001-0051-Staging-hv-util-Deal-with-driver-register-failure.patch
patches.suse/staging-hv-staging-next-20111001-0052-Staging-hv-vmbus-Fix-a-bug-in-error-handling-in-v.patch
patches.suse/staging-hv-staging-next-20111001-0053-Staging-hv-vmbus-Check-for-events-before-messages.patch
patches.suse/staging-hv-staging-next-20111001-0054-Staging-hv-vmbus-Cleanup-the-code-in-process_chn_.patch
patches.suse/staging-hv-staging-next-20111001-0055-staging-hv-remove-unnecessary-includes-in-netvsc.patch
patches.suse/staging-hv-staging-next-20111001-0056-staging-hv-add-newline-to-log-messages-in-netvsc.patch
patches.suse/staging-hv-staging-next-20111001-0057-staging-hv-convert-dev_-loglevel-to-netdev_-logle.patch
patches.suse/staging-hv-staging-next-20111001-0058-staging-hv-fix-a-kernel-warning-in-netvsc_linkstat.patch
patches.suse/staging-hv-staging-next-20111001-0059-staging-hv-re-order-the-code-in-netvsc_probe.patch
patches.suse/staging-hv-staging-next-20111001-0060-staging-hv-fix-counting-of-outstanding-sends-in-f.patch
patches.suse/staging-hv-staging-next-20111001-0061-staging-hv-fix-counting-of-available-buffer-slots.patch
patches.suse/staging-hv-staging-next-20111001-0062-staging-hv-fix-the-return-status-of-netvsc_start_x.patch
patches.suse/staging-hv-staging-next-20111001-0063-staging-hv-fix-the-page-buffer-when-rndis-data-go.patch
patches.suse/staging-hv-staging-next-20111001-0064-staging-hv-fix-some-typos-in-netvsc.c.patch
patches.suse/staging-hv-staging-next-20111001-0065-Staging-hv-Update-TODO-file.patch
patches.suse/staging-hv-staging-next-20111001-0066-Staging-hv-vmbus-Show-the-modalias-in-sys-bus-vm.patch
patches.suse/staging-hv-staging-next-20111001-0129-Staging-hv-Add-support-for-2-TB-LUN-in-storage-dr.patch
patches.suse/staging-hv-staging-next-20111001-0243-Staging-hv-vmbus-Rename-vmbus_child_device_create.patch
patches.suse/staging-hv-staging-next-20111001-0244-Staging-hv-vmbus-Rename-vmbus_child_device_regist.patch
patches.suse/staging-hv-staging-next-20111001-0245-Staging-hv-vmbus-Rename-vmbus_child_device_unregi.patch
patches.suse/staging-hv-staging-next-20111001-0246-Staging-hv-vmbus-Cleanup-dated-comments-in-channe.patch
patches.suse/staging-hv-staging-next-20111001-0293-Staging-hv-vmbus-Introduce-a-utility-function-to.patch
patches.suse/staging-hv-staging-next-20111001-0294-Staging-hv-vmbus-Change-the-signature-of-struct-h.patch
patches.suse/staging-hv-staging-next-20111001-0295-Staging-hv-storvsc-Use-the-driver_data-to-identif.patch
patches.suse/staging-hv-staging-next-20111001-0296-Staging-hv-vmbus-Introduce-functions-for-setting.patch
patches.suse/staging-hv-staging-next-20111001-0297-Staging-hv-vmbus-Cleanup-vmbus_remove.patch
patches.suse/staging-hv-staging-next-20111001-0298-Staging-hv-storvsc-Get-rid-of-storvsc_dev_add-b.patch
patches.suse/staging-hv-staging-next-20111001-0299-Staging-hv-storvsc-Get-rid-of-alloc_stor_device.patch
patches.suse/staging-hv-staging-next-20111001-0300-Staging-hv-storvsc-Get-rid-of-some-unnecessary-st.patch
patches.suse/staging-hv-staging-next-20111001-0301-Staging-hv-storvsc-Eliminate-the-usage-of-ext-fie.patch
patches.suse/staging-hv-staging-next-20111001-0302-Staging-hv-netvsc-Get-rid-of-the-usage-of-the-ext.patch
patches.suse/staging-hv-staging-next-20111001-0303-Staging-hv-mousevsc-Get-rid-of-the-usage-of-the-e.patch
patches.suse/staging-hv-staging-next-20111001-0304-Staging-hv-vmbus-Get-rid-of-the-ext-field-in-stru.patch
patches.suse/staging-hv-staging-next-20111001-0305-Staging-hv-vmbus-Do-not-allocate-struct-hv_device.patch
patches.suse/staging-hv-staging-next-20111001-0306-Staging-hv-vmbus-Get-rid-of-the-module-dependency.patch
patches.suse/staging-hv-staging-next-20111001-0307-Staging-hv-netvsc-Rename-netDevice-as-net_device.patch
patches.suse/staging-hv-staging-next-20111001-0308-Staging-hv-netvsc-Rename-rndisDevice-to-rndis_dev.patch
patches.suse/staging-hv-staging-next-20111001-0309-Staging-hv-netvsc-Rename-deviceInfo-as-device_inf.patch
patches.suse/staging-hv-staging-next-20111001-0310-Staging-hv-netvsc-Cleanup-the-name-and-type-of-li.patch
patches.suse/staging-hv-staging-next-20111001-0421-Staging-hv-util-Perform-some-service-specific-ini.patch
patches.suse/staging-hv-staging-next-20111001-0422-Staging-hv-util-Properly-handle-util-services-in.patch
patches.suse/staging-hv-staging-next-20111001-0423-Staging-hv-vmbus-Get-rid-of-hv_cb_utils-and-oth.patch
patches.suse/staging-hv-staging-next-20111001-0476-Staging-hv-Update-the-TODO-file.patch
patches.suse/staging-hv-staging-next-20111001-0479-staging-hv-remove-the-carrier-status-check-from-ne.patch
patches.suse/staging-hv-staging-next-20111001-0579-Staging-hv-mousevsc-Fixup-struct-hv_input_dev_inf.patch
patches.suse/staging-hv-staging-next-20111001-0580-Staging-hv-mousevsc-Get-rid-of-the-struct-input_d.patch
patches.suse/staging-hv-staging-next-20111001-0581-Staging-hv-mousevsc-Fixup-some-bogus-WARN_ON-ca.patch
patches.suse/staging-hv-staging-next-20111001-0582-Staging-hv-mousevsc-Change-the-allocation-flags-t.patch
patches.suse/staging-hv-staging-next-20111001-0583-Staging-hv-mousevsc-Handle-the-case-where-we-may.patch
patches.suse/staging-hv-staging-next-20111001-0584-Staging-hv-mousevsc-Correctly-initialize-the-head.patch
patches.suse/staging-hv-staging-next-20111001-0585-Staging-hv-mousevsc-Use-completion-primitive-to-s.patch
patches.suse/staging-hv-staging-next-20111001-0586-Staging-hv-mousevsc-Cleanup-and-properly-implemen.patch
patches.suse/staging-hv-staging-next-20111001-0587-Staging-hv-mousevsc-Get-rid-of-unnecessary-DPRINT.patch
patches.suse/staging-hv-staging-next-20111001-0588-Staging-hv-mousevsc-Cleanup-error-handling.patch
patches.suse/staging-hv-staging-next-20111001-0589-Staging-hv-mousevsc-Get-rid-of-unnecessary-pr_-c.patch
patches.suse/staging-hv-staging-next-20111001-0590-Staging-hv-mousevsc-Free-allocated-memory-in-free.patch
patches.suse/staging-hv-staging-next-20111001-0591-Staging-hv-mousevsc-Get-rid-of-the-unused-state.patch
patches.suse/staging-hv-staging-next-20111001-0592-Staging-hv-mousevsc-Cleanup-alloc_input_device.patch
patches.suse/staging-hv-staging-next-20111001-0593-Staging-hv-mousevsc-Get-rid-of-mousevsc_on_send_c.patch
patches.suse/staging-hv-staging-next-20111001-0594-Staging-hv-mousevsc-Cleanup-mousevsc_connect_to_v.patch
patches.suse/staging-hv-staging-next-20111001-0595-Staging-hv-mousevsc-Get-rid-of-mousevsc_on_device.patch
patches.suse/staging-hv-staging-next-20111001-0596-Staging-hv-mousevsc-Now-cleanup-mousevsc_remove.patch
patches.suse/staging-hv-staging-next-20111001-0597-Staging-hv-mousevsc-Get-rid-of-ref_count-state-in.patch
patches.suse/staging-hv-staging-next-20111001-0598-Staging-hv-mousevsc-Cleanup-camel-cased-enums.patch
patches.suse/staging-hv-staging-next-20111001-0599-Staging-hv-mousevsc-Get-rid-of-mousevsc_on_receiv.patch
patches.suse/staging-hv-staging-next-20111001-0600-Staging-hv-mousevsc-Cleanup-mousevsc_on_device_ad.patch
patches.suse/staging-hv-staging-next-20111001-0601-Staging-hv-mousevsc-Enable-autoloading-of-the-mou.patch
patches.suse/staging-hv-staging-next-20111001-0602-Staging-hv-mousevsc-Get-rid-of-unnecessary-commen.patch
patches.suse/staging-hv-util-fix-a-bug-in-kvp-implementation.patch
patches.suse/staging-hv-util-invoke-cn_netlink_send-in-a-work-context.patch
patches.suse/staging-hv-netvsc-rndis_filter_receive-dereferencing-issue.patch
patches.suse/staging-hv-storvsc-scsi-proc_name.patch
patches.suse/staging-hv-netvsc-module-name.patch
patches.suse/staging-hv-storvsc-module-name.patch
patches.suse/staging-hv-pata_piix-ignore-disks.patch
patches.suse/staging-hv-bind-hv_blkkvsc-to-hv_storvsc.patch
patches.suse/staging-hv-storvsc-ignore-SET_WINDOW.patch
patches.fixes/parport-mutex
patches.suse/no-partition-scan
@ -559,7 +740,6 @@
########################################################
# XEN architecture, version 3
########################################################
patches.suse/revert-xen-allow-enable-use-of-VGA-console-on-dom0.patch
# xen patches, from xenbits mercurial repository.
# http://xenbits.xensource.com/ext/linux-2.6-merge.hg
@ -575,6 +755,10 @@
# split out patches
patches.xen/kexec-move-segment-code-i386.patch
patches.xen/kexec-move-segment-code-x86_64.patch
patches.xen/frontswap-structure-changes
patches.xen/frontswap-core
patches.xen/frontswap-hooks
patches.xen/frontswap-config
patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev
patches.xen/pci-reserve
@ -628,22 +812,18 @@
patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.38
patches.xen/xen3-patch-2.6.39
patches.xen/xen3-patch-3.0-rc5
patches.xen/xen3-patch-3.0
patches.xen/xen3-patch-3.1-rc5
patches.xen/xen3-patch-3.1-rc6-rc7
patches.xen/xen3-patch-3.1-rc7-rc8
patches.xen/xen3-patch-3.1-rc8-rc9
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations
# bugfixes and enhancements
patches.xen/xen-balloon-max-target
patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-use-after-free
patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-op-packet
patches.xen/xen-blkfront-cdrom
patches.xen/xen-kconfig-compat
patches.xen/xen-cpufreq-report
patches.xen/xen-sys-suspend
patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq
@ -651,9 +831,22 @@
patches.xen/xen-spinlock-poll-early
patches.xen/xen-pcpu-hotplug
patches.xen/xen-mem-hotplug
patches.xen/xen-frontswap
patches.xen/xen-swiotlb-heuristics
patches.xen/xen-configurable-guest-devices
patches.xen/xen-setup-gsi
patches.xen/xen-kzalloc
patches.xen/xen-sections
patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report
patches.xen/xen-balloon-max-target
patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-op-packet
patches.xen/xen-blkfront-cdrom
patches.xen/xen-blkfront-hvm-no-cdrom
patches.xen/xen-netback-nr-irqs
patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize
@ -662,10 +855,6 @@
patches.xen/xen-cxgb3
patches.xen/xen-dcdbas
patches.xen/xen-floppy
patches.xen/xen-sections
patches.xen/xen-kzalloc
patches.xen/xen-unpriv-build
patches.xen/xen-setup-gsi
patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-no-lapic

View File

@ -1,3 +1,3 @@
2011-10-17 20:20:15 +0200
GIT Revision: b7d5dba900a950730727e8ad92bbd0e6c9641784
2011-10-24 22:49:37 +0200
GIT Revision: 1cba112c43d2060ed8e070fbb8dd525b70a3509b
GIT Branch: stable