Commit graph

123 commits

Author SHA1 Message Date
Maximilian Luz 05746ccc77
Update v5.7 patches
Changes:
  SAM:
    - Add support for Surface Book 3 in Surface HPS driver. The dGPU of
      the Surface Book 3 can now be turned on and off via the same
      mechanism already being used by the Surface Book 2.
    - Add SID devices for Surface Pro 6 with MSHW0111 ID.
    - Complete restructure of Surface Serial Hub driver internals. The
      old synchronous communication core has been replaced by a
      completely asynchronous implementation.
    - Misc. code improvements and clean-up.

References:
  kernel: 29c5a7fc9a
  SAM: 6715faf265
2020-07-02 21:53:10 +02:00
Dorian Stoll 1587605752
pkg: fedora: Rebase Fedora 32 to 5.7
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-06-30 07:41:25 +02:00
Dorian Stoll cf33493f34
pkg: fedora: Remove useless fedora_ver macro
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-06-30 07:25:14 +02:00
Maximilian Luz 4015fd9b5c
Update Arch kernel to 5.7.6 2020-06-29 18:06:41 +02:00
Maximilian Luz 44a85eb699
Update Arch kernel to 5.7.5 2020-06-24 17:40:34 +02:00
Maximilian Luz e1648fb17a
Update LTS kernels to 4.19.129 2020-06-24 17:36:49 +02:00
Maximilian Luz 8210dc5e78
Update Fedora kernel to 5.6.19 2020-06-21 00:51:19 +02:00
Maximilian Luz 26892e8ae7
Update Arch kernel to 5.7.4 2020-06-21 00:48:24 +02:00
Maximilian Luz 7073bc4c2b
Merge pull request #210 from linux-surface/update-to-5.7.2-arch1
arch: pkg-kernel: update to 5.7.2-arch1
2020-06-14 19:06:58 +02:00
Tsuchiya Yuto (kitakar5525) 528a48f232 Update arch-lts to 4.19.128
Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
2020-06-15 01:18:42 +09:00
Tsuchiya Yuto (kitakar5525) 4dc98b2492 Revert "Update Arch specific patches for GCC 10"
This reverts commit 3c76d63bef.

Reason for revert:
  These gcc10 patches are no longer needed as of 4.19.128

Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
2020-06-15 01:18:42 +09:00
Tsuchiya Yuto (kitakar5525) 06d6fbbe82 arch: pkg-kernel: disable CONFIG_DEBUG_INFO
We need to disable CONFIG_DEBUG_INFO for build with GitHub's Actions
because of memory requirements.

Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
2020-06-15 00:56:36 +09:00
Tsuchiya Yuto (kitakar5525) 67f15bc7ae arch: pkg-kernel: update to 5.7.2-arch1
Based PKGBUILD tree:
- https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/linux&id=8f2bbde26d3b242217233a4b3f0a6c8171ffc492 ("5.7.2.arch1-1")

Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
2020-06-15 00:14:05 +09:00
Blaž Hrastnik 291e86a8f7 Drop the LTE patch, LTE works on stable kernel for Go/Go2/SP2017. 2020-06-11 10:49:19 +09:00
Dorian Stoll 1c0f57f671 Update to 5.6.15
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-06-01 11:35:47 +02:00
Dorian Stoll 7ed853ab65
Fedora 30 is EOL
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-05-28 12:54:42 +02:00
Dorian Stoll 246b9f6b15 Update to 5.6.14
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-05-21 13:05:45 +02:00
Maximilian Luz dba4cbd123
Update to v5.6.13 2020-05-17 03:45:37 +02:00
Maximilian Luz 3c76d63bef
Update Arch specific patches for GCC 10
These patches are taken from the Arch Linux LTS kernel source.
Including:

- Fix for kernel crashing with GCC 10 due to optimization causing
  invalid stack protector (see https://lkml.org/lkml/2020/3/14/186).

- Fix for GCC 10 command-line option changes.

- Plugin updates for GCC 10.

- Updates USER_NS_UNPRIVILEGED patch.
2020-05-16 15:55:53 +02:00
Tsuchiya Yuto (kitakar5525) d0539cc8a6 Update LTS kernels to 4.19.123
Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
2020-05-16 18:30:44 +09:00
Dorian Stoll 93dd316b7b
Update to 5.6.11
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-05-08 11:17:42 +02:00
Dorian Stoll cad6f518a4
Update Arch / Fedora to 5.6.10
The PPA that is used for Ubuntu / Debian packages still doesn't have
anything higher than 5.6.7, so we can't update that at the moment.

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-05-05 07:38:09 +02:00
Maximilian Luz 393b6b129e
Include Kconfig files for Debian kernel package
This commit reverts upstream commit

  9945722afdc3443eab826b2da1122509a13a50a5 (builddeb: make headers package thinner)

which drops some files from the linux-headers package. These files seem
to be required by some out-of-tree modules (see #170).
2020-05-03 16:57:09 +02:00
Dorian Stoll 6cc9b1f1aa
Update to 5.6.8
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-30 10:29:11 +02:00
Dorian Stoll 778317379e Update to 5.6.7
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-25 11:36:55 +02:00
Maximilian Luz 59761b6a68
Update LTS kernel to 4.19.116 2020-04-20 18:23:01 +02:00
Maximilian Luz 1d42263e98
Add extra Debian kernel options
These options are in upstream Debian and Ubuntu configs, but not in the
Ubuntu PPA. Add them.
2020-04-20 18:16:36 +02:00
Dorian Stoll 7e6a2237ff Update to 5.6.5 / 5.5.18
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-18 11:06:31 +02:00
Dorian Stoll e4acd53eef
Update to 5.6.4 / 5.5.17
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-14 09:59:26 +02:00
Dorian Stoll 63812a3397
Update arch checksums
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-09 16:35:24 +02:00
Dorian Stoll 4ee894275c
Update fedora commit hash
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-09 16:21:52 +02:00
Dorian Stoll 2f48050227
Fix arch config checksum
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-09 12:43:51 +02:00
Dorian Stoll 44c0716ac9
Update to 5.5.16 (f30, f31) and 5.6.3 (other)
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-09 11:17:00 +02:00
Maximilian Luz 70e07e113d
Update Arch stable kernel to 5.6.2-arch1 2020-04-06 21:27:52 +02:00
kitakar5525 23fe46ff78 Update Arch stable kernel to 5.5.13-arch2
with the latest patches for 5.5 (linux-surface/linux-surface@a13da77)
2020-04-03 22:14:11 +09:00
Dorian Stoll 8ec4e4bcc7
Update Fedora 31 and 30 to 5.5.15
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-03 10:08:11 +02:00
Dorian Stoll 24c21441bb
Update Fedora 32 to 5.6.2
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-03 10:07:22 +02:00
Maximilian Luz 1bfc9e1a26
fixup! Update Debian kernel to 5.6 2020-04-03 01:26:53 +02:00
Maximilian Luz 00c6468d50
Update LTS kernels to 4.19.114 2020-04-03 00:35:34 +02:00
Dorian Stoll 105a72345e
Update commit id for fedora
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-30 20:49:54 +02:00
Dorian Stoll 62386ffc6b
Add support for Fedora 32
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-30 20:48:49 +02:00
Dorian Stoll ffebc8b3c0
Update to 5.5.13
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-27 11:26:16 +01:00
kitakar5525 2138d92d42 Update lts419 kernels to 4.19.112 2020-03-25 00:11:09 +09:00
Dorian Stoll 80f625b678 Disable build-id generation
I have no idea what it does, except causing conflicts when multiple
package versions are installed at the same time. So disable it.

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-24 12:57:11 +01:00
Dorian Stoll c1957be432
Update to 5.5.11
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-24 10:12:15 +01:00
Dorian Stoll 1e85e00c90
pkg: arch: Fix sha256sum for kernel source
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-19 12:15:45 +01:00
Dorian Stoll 73182026a3
Update to 5.5.10
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-19 12:05:30 +01:00
Dorian Stoll ba040b7e5b
pkg: fedora: Provide installonlypkg(kernel)
This allows configuring dnf to never remove the running kernel, and
instead keep a configurable amount of kernels around (3 by default).

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-19 11:35:44 +01:00
Dorian Stoll 00f8ba89c4
pkg: fedora: Fix indentation in specfile
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-18 09:15:33 +01:00
Maximilian Luz 305fd9efbc
Bump pkgrel 2020-03-17 02:37:25 +01:00