commit db763479a836367073a5807f753a836e6591a729
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7744
This commit is contained in:
parent
6f98ef0544
commit
579ea3ea1f
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:38:01 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- CONFIG_X86_MSR=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:44:55 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d89c455ed54b082752f3d49614075999e9d6bd89731d86ff0ae6b6d666e9aa0
|
||||
size 290331
|
||||
oid sha256:78b12f6f164b471be42cfd36baf8ac1fabdff702c349dd2c40f0c995b9af42ff
|
||||
size 290191
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 3.14.rc4
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: modularize BLK_DEV_MD, disable MD_AUTODETECT
|
||||
Michal Marek says:
|
||||
I think that the reason why BLK_DEV_MD is built in is
|
||||
config MD_AUTODETECT
|
||||
bool "Autodetect RAID arrays during kernel boot"
|
||||
depends on BLK_DEV_MD=y
|
||||
but since we compile the raid presonalities as modules, this cannot
|
||||
work. Also, we use the initrd even in the trivial cases, so why bother
|
||||
about root-on-md.
|
||||
- commit db76347
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 20:09:35 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files.
|
||||
Modularize the following helper drivers:
|
||||
INET_LRO, NET_CLS_CGROUP, DNS_RESOLVER
|
||||
They had to be built-in before due to dependencies, but this is no
|
||||
longer the case, so we can modularize them again.
|
||||
- commit a970646
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update x86 config files: CONFIG_X86_MSR=m
|
||||
The msr driver creates /dev/cpu/*/msr through which you can poke
|
||||
at all the MSRs if you have CAP_SYS_RAWIO. We prefer to be able
|
||||
to remove that module if it is not needed.
|
||||
- commit 9e6b04a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de
|
||||
|
||||
- ALSA: hda/sigmatel - Allow auto-switching for dock line-in of
|
||||
HP laptops (bnc#866100).
|
||||
- commit 6367fe8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 11:42:42 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- Update config files: CONFIG_ISO9660_FS=m
|
||||
There is no good reason why isofs would be built into the kernel.
|
||||
Most systems don't need it after installation, and reportedly
|
||||
mkinitrd etc. can deal with it as a module just fine.
|
||||
- commit 3dd8a1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.rc4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g70247d1
|
||||
Release: <RELEASE>.gdb76347
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64f02618264275483687b983d58a98e69eff25ce8a416a9420d12116f0ce552d
|
||||
size 3132
|
||||
oid sha256:78a746768537d1f6389d135003b573c12cbd1ff0dcf5b28b017e77a46e4217ba
|
||||
size 3802
|
||||
|
@ -416,6 +416,7 @@
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/ALSA-hda-sigmatel-Allow-auto-switching-for-dock-line
|
||||
|
||||
########################################################
|
||||
# Char / serial
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-02-25 22:51:43 +0100
|
||||
GIT Revision: 70247d14386e6d92b876b21a091f1bfa523fce9e
|
||||
2014-02-28 21:09:09 +0100
|
||||
GIT Revision: db763479a836367073a5807f753a836e6591a729
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user