Commit graph

137 commits

Author SHA1 Message Date
Evgenii Shatokhin
a1d302cd08 Updated 'mrproper' patch for version 4.1.22 2016-04-20 21:47:50 +03:00
Evgenii Shatokhin
b217f2e8e3 Updated to version 4.1.22 2016-04-20 21:37:38 +03:00
Evgenii Shatokhin
85bf31dd22 Updated the fix for kernel bug #69131, added the fix for kernel bug #113861
* https://bugzilla.kernel.org/show_bug.cgi?id=69131: it was suggested to
  try the full patch. Its first part did not actually make it to mainline.

* https://bugzilla.kernel.org/show_bug.cgi?id=113861
  "[radeon] Xorg fatal freeze upon startx"
2016-03-25 12:51:46 +03:00
Evgenii Shatokhin
ef95b27ce1 Release up for a rebuild with the fixed patch for AUFS 2016-03-11 20:06:18 +03:00
Evgenii Shatokhin
8b57420881 Updated to version 4.1.19 with additional fixes
Besides the upstream update, the following changes were made:

1. Disabled CONFIG_INTEL_IOMMU_DEFAULT_ON option as well as a few others
that might have caused boot problems.

2. Made CONFIG_CRYPTO* and some other options closer to what Fedora
uses, just in case.

3. Updated AUFS to version "4.1.13+-20160223".

4. Added a patch to fix WiFi hard-block issues on some HP laptops.
https://bugzilla.kernel.org/show_bug.cgi?id=69131
2016-03-11 12:40:33 +03:00
Evgenii Shatokhin
c916d8869d Updated to version 4.1.16 2016-01-24 17:49:05 +03:00
Evgenii Shatokhin
b32ba331db Restored the name of the needed patch revision 2015-12-17 16:35:49 +03:00
Evgenii Shatokhin
8e2366b6a1 Updated to version 4.1.15 with a few additional changes
Additional changes:
* Added a patch to fix bug #6410 (alx).
* Added a patch for audit to make it less verbose in the logs (bug #6235).
* config: Enabled bpf() syscall.
2015-12-17 15:50:02 +03:00
Evgenii Shatokhin
fd86926fea Merged the changes from import/kernel 2015-12-09 13:10:53 +03:00
Evgenii Shatokhin
d651dcf671 Kernel 4.1 becomes the official one
The users who wish to use 3.14.x, may get it from the unofficial
repositories:
http://abf-downloads.rosalinux.ru/kernels_stable_personal/repository/rosa2014.1/x86_64/kernel_3_14/release/
http://abf-downloads.rosalinux.ru/kernels_stable_personal/repository/rosa2014.1/i586/kernel_3_14/release/
2015-11-20 21:46:00 +03:00
Evgenii Shatokhin
e2ddc4b7df Use '-latest' in the names of the meta packages
It seems, rpm does not like it when the name of the package ends with,
say, "-3.14". For example, it does not process the update from
kernel-nrj-desktop-3.14-3.14.57-2 to
kernel-nrj-desktop-3.14-3.14.57-3 correctly: the former package is not
removed as both are installed as a result.

kernel-nrj-desktop-3.14-latest-3.14.57-2 and
kernel-nrj-desktop-3.14-latest-3.14.57-3 seem to be processed OK, so let
us use this variant.
2015-11-20 17:05:36 +03:00
Evgenii Shatokhin
825bf99578 spec: Add two more meta packages
kernel-{flavour}-{major}.{minor} will require the latest kernel package
for kernel {major}.{minor}.x series.

kernel-{flavour}-{major}.{minor}-devel will do the same for -devel
packages.

This should allow the users to keep, say, kernel 4.1.x and get updates
for it even if 4.2.x is in the repositories.

If it is desired to have the latest of the available kernels,
kernel-{flavour}-latest should be used, the same way as before.
2015-11-03 18:09:28 +03:00
Evgenii Shatokhin
dd3f6accc8 Updated to version 4.1.12 with additional patches
The additional patches provide fixes for ThinkPad/Lenovo compact keyboards.
Commit 3df7f75fab64 in kernel-patches-and-configs.
2015-11-03 17:26:25 +03:00
Evgenii Shatokhin
d68c2d7f5b Added a patch to fix kernel hangs in 4.1.9 and 4.1.10 2015-10-07 21:13:04 +03:00
Evgenii Shatokhin
e14b42d76e Updated to version 4.1.10 2015-10-04 18:30:59 +03:00
Eugene Shatokhin
c6abf64a65 Updated to version 3.14.53 2015-09-24 08:02:50 +03:00
Eugene Shatokhin
b49f9545ae Updated to version 4.1.8 2015-09-22 18:04:48 +03:00
Eugene Shatokhin
591f61b95c Updated to version 4.1.7 2015-09-14 15:52:22 +03:00
Eugene Shatokhin
15683e9b64 Updated to version 4.1.6 2015-08-17 19:09:32 +03:00
Eugene Shatokhin
b76c5b5a93 Updated to version 4.1.5 2015-08-11 11:11:09 +03:00
Eugene Shatokhin
70d7def0d2 Updated to version 4.1.4 2015-08-04 18:13:45 +03:00
Eugene Shatokhin
84f1c1c832 Updated to version 4.1.3 2015-07-22 20:11:17 +03:00
Eugene Shatokhin
27c769f334 Updated to version 4.1.2 2015-07-12 18:48:14 +03:00
Eugene Shatokhin
16943d043b More fixes for VFS (bug #5926)
Details:
https://abf.io/soft/kernel-patches-and-configs/pull_requests/4
2015-07-10 14:46:35 +03:00
Eugene Shatokhin
203ada621d Avoid overlayfs crash in unmount
Pull request:
https://abf.io/soft/kernel-patches-and-configs/pull_requests/2
2015-07-09 08:34:21 +03:00
Eugene Shatokhin
53e25342b6 Use the branch name rather than tag for the patchset and configs
The tag had to contain both the version and the release of the package.
This is inconvenient when mass rebuilds are in action: the release is
incremented automatically then.

Using the top of the appropriate branch is safer. It is also possible to
specify any other revision, so this scheme is more flexible as well.
2015-07-08 15:38:31 +03:00
Eugene Shatokhin
d558706bc9 Use the branch name rather than tag for the patchset and configs
The tag had to contain both the version and the release of the package.
This is inconvenient when mass rebuilds are in action: the release is
incremented automatically then.

Using the top of the appropriate branch is safer. It is also possible to
specify any other revision, so this scheme is more flexible as well.
2015-07-08 15:27:53 +03:00
Eugene Shatokhin
c05e51e7f4 Added enhancements to AUFS and Overlay FS
See https://abf.io/soft/kernel-patches-and-configs,
commit 908f69af600a206e2ae3fbc06820f1ad875e1c1b.
2015-07-05 21:18:00 +03:00
Eugene Shatokhin
a6ca9ce2cf Prepared the initial variant of the kernel 4.1.1 2015-07-01 16:47:47 +03:00
Eugene Shatokhin
d62eb50f9d Updated to version 4.0.7 2015-06-30 15:25:12 +03:00
Eugene Shatokhin
10ef3c93f1 Updated to version 4.0.6 with additional changes needed for QEMU VMs
See http://bugs.rosalinux.ru/show_bug.cgi?id=5649#c6 for details.
2015-06-23 14:01:32 +03:00
Eugene Shatokhin
36c36f1dc2 Added a couple of changes that may help with bug #5649
* Disabled CONFIG_X86_SYSFB.
* Added a patch for cirrus driver to use 16 BPP by default.

See http://bugs.rosalinux.ru/show_bug.cgi?id=5649#c6.
2015-06-15 21:20:11 +03:00
Eugene Shatokhin
6cb70967c7 Updated patches/0006-sched-move...patch for kernel 3.14.44 - part 2 2015-06-11 17:36:55 +03:00
Eugene Shatokhin
0c3b96451d Updated to version 3.14.44
Besides the updates from the upstream, the following changes were made:
* added fixes for CVE-2014-3647, CVE-2015-4036, CVE-2015-2666;
* updated AUFS patches;
* updated BFQ patches to version v7r8;
* re-enabled SPI.
2015-06-11 16:59:24 +03:00
Eugene Shatokhin
2a573f8cd7 Get the patchset and configs from abf.io/soft/... directly
One just needs to add a git tag "version-release" to the code in
https://abf.io/soft/kernel-patches-and-configs/.

No need to upload these archives to FileStore anymore.
2015-06-11 14:17:55 +03:00
Eugene Shatokhin
5d66ca0adb Removed the obsolete Readme (v2) 2015-06-11 14:14:33 +03:00
Eugene Shatokhin
1e65e6c9ee Removed the obsolete Readme 2015-06-11 14:11:30 +03:00
Eugene Shatokhin
550e20dccb Updated to version 4.0.5; updated BFQ to v7r8 2015-06-08 13:07:23 +03:00
Eugene Shatokhin
580cc5124d If SELinux is used, set CONFIG_AUDITSYSCALL=y as well 2015-06-03 14:22:14 +03:00
Eugene Shatokhin
e14f05d557 Added 2 patches from 3.14.40 to fix bug #5622 2015-05-25 12:00:38 +03:00
Eugene Shatokhin
d2a6992af7 Updated to version 4.0.4; changed the location of the patchset, etc.
It is no longer required to upload each archive
kernel-patches-and-configs.* to FileStore. They are now retrieved from
https://abf.io/soft/kernel-patches-and-configs/ according to the git
tags.

If you are going to build kernel version X.Y.Z release R, you need to
tag the appropriate commit in kernel-patches-and-configs git repo as
"X.Y.Z-R", without quotes.

For experiments and testing, one may still upload the archives with the
pacthes and configs to FileStore and probably edit the URL in SOURCE100
in the spec.
2015-05-20 11:37:44 +03:00
Eugene Shatokhin
c4dad57ac5 Updated to version 4.0.3 2015-05-14 16:30:16 +03:00
Eugene Shatokhin
bbc7fd35fa Updated to version 4.0.2 + enabled early loading of CPU microcode 2015-05-08 11:19:55 +03:00
Eugene Shatokhin
6c27b7beff Updated to version 4.0.1; enabled CONFIG_SPI++ 2015-04-30 18:22:50 +03:00
Eugene Shatokhin
819bdc93ac Enabled SPI: needed by the cert. systems 2015-04-29 17:28:11 +03:00
Eugene Shatokhin
8b9e6f4f94 Revisited the patchset, scripts and spec to build kernel 4.0
Most external components have been removed to simplify maintenance.

The following ones are kept because they are more important and/or
maintained well in upstream:
- BFQ
- AUFS
- ndiswrapper
- several bug fixes

reiser4 is kept too but disabled by default until its maintainers update
it for kernel 4.x.
2015-04-28 16:36:29 +03:00
Eugene Shatokhin
c7bea583ca Fix removal of the old initrd images 2015-04-23 15:41:41 +03:00
Eugene Shatokhin
ae6ea95100 Remove stale initrd images 2015-04-23 12:11:47 +03:00
Eugene Shatokhin
ba72441225 Call depmod again to make sure all installed modules can be found
Without it, the DKMS-modules built before might have been missed.

For the same reason, kernel-<...>-devel package is now in Requires(post)
for kernel-<...>. The former must be installed completely before we call
depmod for the latter.
2015-04-23 11:54:19 +03:00
Eugene Shatokhin
3ea731f5fe Release up 2015-04-22 15:12:12 +03:00