GIT Revision: ffcafe9752a5b6808d0eeb8aab845d906a9470cd

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=21
This commit is contained in:
Michal Marek 2011-02-16 06:04:13 +00:00 committed by Git OBS Bridge
parent 4ab13a9304
commit 17c8095590
36 changed files with 1352 additions and 34 deletions

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -159,7 +159,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -866,6 +865,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -175,7 +175,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -879,6 +878,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -156,7 +156,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -899,6 +898,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -99,6 +99,40 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -156,7 +156,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -869,6 +868,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -156,7 +156,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -866,6 +865,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -159,7 +159,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -884,6 +883,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -163,7 +163,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -888,6 +887,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -156,7 +156,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -869,6 +868,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -159,7 +159,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -863,6 +862,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -69,7 +69,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -108,7 +107,7 @@ Prefix: /usr/src
# Source is only complete with devel files.
Requires: kernel-devel = %version-%release
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%define symbols %(set -- $([ -e %_sourcedir/extra-symbols ] && cat %_sourcedir/extra-symbols) ; echo $*)
%define variant_symbols %(case %name in (*-rt) echo "RT" ;; esac)
@ -255,6 +254,40 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -69,7 +69,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -81,6 +81,40 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -167,7 +167,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -871,6 +870,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -163,7 +163,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -867,6 +866,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -156,7 +156,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -863,6 +862,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Feb 15 17:14:14 CET 2011 - jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
-------------------------------------------------------------------
Tue Feb 15 10:59:55 CET 2011 - jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
-------------------------------------------------------------------
Mon Feb 14 13:42:21 CET 2011 - mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
-------------------------------------------------------------------
Mon Feb 14 13:20:47 CET 2011 - mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
-------------------------------------------------------------------
Mon Feb 14 13:19:22 CET 2011 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
-------------------------------------------------------------------
Thu Feb 10 02:55:41 CET 2011 - jeffm@suse.com

View File

@ -35,7 +35,7 @@
%define rpm_install_dir %buildroot%obj_install_dir
%define kernel_build_dir %my_builddir/linux-obj
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,extract-modaliases,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,check-supported-list,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh})
%global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu)
%define cpu_arch_flavor %cpu_arch/%build_flavor
@ -156,7 +156,6 @@ Source40: source-timestamp
Source44: find-provides
Source45: split-modules
Source46: modversions
Source47: extract-modaliases
Source48: macros.kernel-source
Source49: kernel-module-subpackage
Source50: kabi.pl
@ -869,6 +868,40 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Feb 15 2011 jslaby@suse.cz
- Revert "ath9k: Fix a DMA latency issue for Intel Pinetrail
platforms." (bnc#667793).
- Revert "ath9k: Remove pm_qos request after hw
unregister." (bnc#667793).
- Revert "ath9k: use per-device struct for pm_qos_* operations"
(bnc#667793).
- commit b2849f6
* Tue Feb 15 2011 jack@suse.cz
- bridge: Replace mp->mglist hlist with a bool (bnc#653547).
- bridge: Fix timer typo that may render snooping less effective
(bnc#653547).
- bridge: Fix mglist corruption that leads to memory corruption
(bnc#653547).
- commit a70e5ca
* Mon Feb 14 2011 mmarek@suse.cz
- Move spec file templates and helper scripts to a separate branch, to
ease synchronizing these files among master, vanilla and linux-next.
- commit 411abb8
* Mon Feb 14 2011 mmarek@suse.cz
- Delete a couple of obsolete kabi and other scripts from misc/:
- Delete misc/checkmod.
- Delete misc/collect_ksyms.
- Delete misc/diff-the-xfs-cvs.
- Delete misc/ksyms.py.
- Delete misc/mangle-ifdef.py.
- Delete misc/obsolete-module-aliases.
- Delete misc/testmodule.
- commit 3dd255b
* Mon Feb 14 2011 mmarek@suse.cz
- rpm/kernel-source.spec.in: Delete misc/extract-modaliases, the code
was merged into rpm's find-supplements script.
- Delete rpm/check-build.sh, not needed anymore.
- commit bd6fa48
* Thu Feb 10 2011 jeffm@suse.com
- flexcop: fix registering braindead stupid names (brc#575873
bnc#661429).

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aac6b7712996275f76aba76c877ff6ad529008c2b969fd3c474521c9f02ad084
size 86199
oid sha256:7fce82b87b9bdced1e86fe3819a2fe5925a3d40d9bfb9132c7507df72c6322f9
size 89850

View File

@ -530,7 +530,9 @@
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
patches.fixes/ipv6-revert-dont-flush-routes-when-setting-loopback-down.patch
patches.fixes/bridge-fix-hash-list-corruption.patch
patches.fixes/bridge-fix-timer-arming.patch
patches.fixes/bridge-remove-hash-list.patch
########################################################
# Wireless Networking
@ -540,6 +542,9 @@
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
patches.fixes/staging-rt2860-Fix-incorrect-netif_stop_queue-usage.patch
patches.fixes/orinoco-allow-IW_AUTH_MFP-to-pass-through.patch
patches.fixes/0001-Revert-ath9k-use-per-device-struct-for-pm_qos_-opera.patch
patches.fixes/0002-Revert-ath9k-Remove-pm_qos-request-after-hw-unregist.patch
patches.fixes/0003-Revert-ath9k-Fix-a-DMA-latency-issue-for-Intel-Pinet.patch
########################################################
# ISDN

View File

@ -1,3 +1,3 @@
2011-02-10 21:27:27 +0100
GIT Revision: 8f6f8542b7ab9a8174e96eb9eaa831ef62073ae7
2011-02-15 17:15:12 +0100
GIT Revision: ffcafe9752a5b6808d0eeb8aab845d906a9470cd
GIT Branch: stable