Accepting request 58563 from Kernel:HEAD
Accepted submit request 58563 from user jeff_mahoney OBS-URL: https://build.opensuse.org/request/show/58563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=123
This commit is contained in:
commit
7f256ed46f
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:41 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Enabled AGP modules to build as part of the static i386 kernel:
|
||||
- bnc#609607
|
||||
- CONFIG_AGP_ALI=y
|
||||
- CONFIG_AGP_ATI=y
|
||||
- CONFIG_AGP_AMD=y
|
||||
- CONFIG_AGP_NVIDIA=y
|
||||
- CONFIG_AGP_SWORKS=y
|
||||
- CONFIG_AGP_EFFICEON=y
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 12:17:15 CEST 2010 - jbeulich@novell.com
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a797817c7e2772f45d941bc04dc7506027158e2caaac5bc27306d3f390384334
|
||||
size 225822
|
||||
oid sha256:ee612b9e0075b23af82c1e60a2c3c685636282c48b3e3681efd68a264bdb4419
|
||||
size 224706
|
||||
|
@ -18,7 +18,7 @@
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion @SRCVERSION@
|
||||
%define kernelrelease @PATCHVERSION@
|
||||
%define patchversion @PATCHVERSION@
|
||||
%define variant @VARIANT@%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -227,14 +227,8 @@ if test -e ../config.addon/%cpu_arch_flavor; then
|
||||
else
|
||||
cp ../config/%cpu_arch_flavor .config
|
||||
fi
|
||||
|
||||
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||
|
||||
krel=%kernelrelease-%build_flavor
|
||||
kver=$(make -s kernelversion $MAKE_ARGS)
|
||||
# We need to store krel minus the kver prefix to CONFIG_LOCALVERSION
|
||||
%build_src_dir/scripts/config \
|
||||
--set-str CONFIG_LOCALVERSION ${krel#$kver} \
|
||||
--set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \
|
||||
--enable CONFIG_SUSE_KERNEL \
|
||||
%if 0%{?__debug_package:1}
|
||||
--enable CONFIG_DEBUG_INFO \
|
||||
@ -243,6 +237,7 @@ kver=$(make -s kernelversion $MAKE_ARGS)
|
||||
--disable CONFIG_DEBUG_INFO
|
||||
%endif
|
||||
|
||||
MAKE_ARGS="$MAKE_ARGS -C %build_src_dir O=$PWD"
|
||||
if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then
|
||||
yes '' | make oldconfig $MAKE_ARGS
|
||||
else
|
||||
|
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14287
kernel-debug.spec
14287
kernel-debug.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14287
kernel-default.spec
14287
kernel-default.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14282
kernel-desktop.spec
14282
kernel-desktop.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14234
kernel-docs.spec
14234
kernel-docs.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14288
kernel-ec2.spec
14288
kernel-ec2.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14288
kernel-net.spec
14288
kernel-net.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14287
kernel-pae.spec
14287
kernel-pae.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14287
kernel-ppc64.spec
14287
kernel-ppc64.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14288
kernel-ps3.spec
14288
kernel-ps3.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14287
kernel-s390.spec
14287
kernel-s390.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14258
kernel-source.spec
14258
kernel-source.spec
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
||||
# icecream 0
|
||||
|
||||
%define srcversion @SRCVERSION@
|
||||
%define kernelrelease @PATCHVERSION@
|
||||
%define patchversion @PATCHVERSION@
|
||||
%define variant @VARIANT@%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
@ -11,6 +11,9 @@
|
||||
%define source_rel %(release=%release; echo ${release%.*})
|
||||
%endif
|
||||
|
||||
%define release_major %(rel="%source_rel" ; echo "${rel##[^0-9]*.}")
|
||||
%define kernelrelease %patchversion-%release_major
|
||||
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
|
||||
# macro to add the source timestamp to package descriptions
|
||||
|
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14235
kernel-syms.spec
14235
kernel-syms.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14287
kernel-trace.spec
14287
kernel-trace.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14287
kernel-vanilla.spec
14287
kernel-vanilla.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14288
kernel-vmi.spec
14288
kernel-vmi.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 16:29:03 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Revert %kernelrelease changes originally made on the vanilla branch,
|
||||
they break on master and must be done differently.
|
||||
- commit b610327
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:29:19 CET 2011 - jkosina@suse.cz
|
||||
|
||||
- Input: introduce 'notimeout' blacklist for Dell Vostro V13
|
||||
(bnc#641105).
|
||||
- commit cb76856
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 21:32:17 CET 2011 - jeffm@suse.com
|
||||
|
||||
- In-kernel dependencies for reiser4
|
||||
- Delete patches.suse/reiser4-exports.
|
||||
- Delete patches.suse/reiser4-set_page_dirty_notag.
|
||||
- commit 1b97130
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 16:25:30 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- patches.xen/xen3-patch-2.6.29: Fix a regression.
|
||||
- commit 6acb967
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 18:25:08 CET 2011 - jack@suse.cz
|
||||
|
||||
- novfs: NCP Fragments can be upto 64k in size (bnc#625965).
|
||||
- commit afd7489
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 16:23:03 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.37-final and c/s 1062.
|
||||
- commit ef70146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:02 CET 2011 - jeffm@suse.com
|
||||
|
||||
- Enabled AGP modules as parts of the static kernel on i386 (bnc#609607)
|
||||
- commit 9446eb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 17:11:58 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: run oldconfig on sparc64/default
|
||||
- commit aa3e940
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 15:12:02 CET 2011 - jengelh@medozas.de
|
||||
|
||||
- config: update sparc64/net and throw out unworthy options
|
||||
- commit 1aca53d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:03:50 CET 2011 - mmarek@suse.cz
|
||||
|
||||
- Delete patches.suse/gfs2-ro-mounts-only.patch (obsolete and unused)
|
||||
- commit 38ff246
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 15:44:47 CET 2011 - trenn@suse.de
|
||||
|
||||
- Some are mainline, some are/will be implemented differently:
|
||||
- Delete patches.drivers/dynamic_debug_1.patch.
|
||||
- Delete patches.drivers/dynamic_debug_2.patch.
|
||||
- Delete patches.drivers/dynamic_debug_3.patch.
|
||||
- Delete patches.drivers/dynamic_debug_4.patch.
|
||||
- Delete patches.drivers/dynamic_debug_5.patch.
|
||||
- Delete patches.drivers/dynamic_debug_6.patch.
|
||||
- Delete patches.drivers/dynamic_debug_7.patch.
|
||||
- commit 68dc5c8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 00:20:37 CET 2011 - neilb@suse.de
|
||||
|
||||
|
14288
kernel-xen.spec
14288
kernel-xen.spec
File diff suppressed because it is too large
Load Diff
1
needed_space_in_mb
Normal file
1
needed_space_in_mb
Normal file
@ -0,0 +1 @@
|
||||
6144
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05219e682d8cec6c4203917b7cddfcf4536664e650a79eb2c081bb89d866d5bc
|
||||
size 130961
|
||||
oid sha256:4ef9c84fa5c4c76bf3e27424ae93102936f5cf2fb78ffa1acaceb0afb857972f
|
||||
size 125707
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e5a8f5016eb6ff748a0b4c5fb9b64a0a2f5967b39c8580cfbe860913b785b4c
|
||||
size 79367
|
||||
oid sha256:d6407554948146a73c79e13f3065b07eb53ea2229fe08127424037821af61b4f
|
||||
size 80347
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:596b01ba306e43eb67280fce6a4b83ec5dfd1918936944948bd06a281cb760fa
|
||||
size 288162
|
||||
oid sha256:58d873a063897c99335150436153ccffcae576f7f3bf75012e84315db310658d
|
||||
size 289415
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b42bf2ee173814a87897d1e6cd1ce2ec8607c2c0418ae42c30d3415ef4da2202
|
||||
size 2064915
|
||||
oid sha256:5e1aeb7b727ecadacf70b8802cb72b78c7b7b7bbe1508391e70945bab2c9c219
|
||||
size 2065603
|
||||
|
19
series.conf
19
series.conf
@ -69,7 +69,6 @@
|
||||
########################################################
|
||||
# Simple export additions/removals
|
||||
########################################################
|
||||
patches.suse/reiser4-exports
|
||||
patches.suse/export-release_open_intent
|
||||
patches.suse/export-security_inode_permission
|
||||
patches.fixes/reiserfs-xattr-crash-fix
|
||||
@ -205,7 +204,6 @@
|
||||
|
||||
+needs_update-32 patches.suse/osync-error
|
||||
patches.fixes/remount-no-shrink-dcache
|
||||
patches.suse/reiser4-set_page_dirty_notag
|
||||
patches.suse/file-capabilities-disable-by-default.diff
|
||||
|
||||
+npiggin patches.suse/files-slab-rcu.patch
|
||||
@ -334,6 +332,7 @@
|
||||
########################################################
|
||||
patches.suse/reiserfs-barrier-default
|
||||
patches.fixes/reiserfs-remove-2-tb-file-size-limit
|
||||
patches.suse/reiser4-dependencies
|
||||
|
||||
########################################################
|
||||
# dlm
|
||||
@ -375,6 +374,7 @@
|
||||
patches.suse/novfs-use-evict_inode
|
||||
patches.fixes/novfs-unlink-oops
|
||||
patches.suse/novfs-2.6.37-api-changes
|
||||
patches.fixes/novfs-fragment-size-fix.patch
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff: richacls
|
||||
@ -450,12 +450,6 @@
|
||||
|
||||
patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch
|
||||
|
||||
# Queued for 2.6.37 -> just revert after some time
|
||||
patches.drivers/dynamic_debug_4.patch
|
||||
patches.drivers/dynamic_debug_5.patch
|
||||
patches.drivers/dynamic_debug_6.patch
|
||||
patches.drivers/dynamic_debug_7.patch
|
||||
|
||||
########################################################
|
||||
# Storage
|
||||
########################################################
|
||||
@ -551,6 +545,7 @@
|
||||
patches.suse/elousb-2.6.35-api-changes
|
||||
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
||||
patches.drivers/input-Add-LED-support-to-Synaptics-device
|
||||
patches.fixes/input-introduce-notimeout-blacklist-for-Dell-Vostro-.patch
|
||||
|
||||
##########################################################
|
||||
# Sound
|
||||
@ -777,15 +772,11 @@
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37-rc3
|
||||
patches.xen/xen3-patch-2.6.37-rc3-rc4
|
||||
patches.xen/xen3-patch-2.6.37-rc4-rc5
|
||||
patches.xen/xen3-res-0002-Revert-x86-allocate-space-within-a-region-top-down.patch
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-seccomp-disable-tsc-option
|
||||
patches.xen/xen3-x86-mcp51-no-dac
|
||||
patches.xen/xen3-x86-mark_rodata_rw.patch
|
||||
patches.xen/xen3-acpi_processor_check_maxcpus.patch
|
||||
# patches.xen/xen3-kdb-x86
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
@ -816,7 +807,6 @@
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-netback-extend-pull
|
||||
patches.xen/xen-netback-allow-large-mtu
|
||||
patches.xen/xen-tmem-v1
|
||||
patches.xen/xen-dcdbas
|
||||
@ -831,7 +821,6 @@
|
||||
patches.xen/xen-x86-no-lapic
|
||||
patches.xen/xen-x86-pmd-handling
|
||||
patches.xen/xen-x86-bigmem
|
||||
patches.xen/xen-x86-machphys-prediction
|
||||
patches.xen/xen-x86-exit-mmap
|
||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
patches.xen/xen-x86-msr-on-pcpu
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-01-07 00:20:37 +0100
|
||||
GIT Revision: 7fc009b577fc7ab54c6c5b92a997decb3c6adc93
|
||||
2011-01-14 16:30:38 +0100
|
||||
GIT Revision: 138eeaadb9ccb73aa3f4df3f6df79d804d4e32f8
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user