Commit graph

690 commits

Author SHA1 Message Date
Maximilian Luz 783e238e6d
Update packaging to new Ubuntu mainline PPA structure 2020-06-14 19:31:39 +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) ca7f8bc74e Update debian-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) 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
Maximilian Luz 13854fcc45
Merge pull request #208 from linux-surface/drop-lte-patch
Drop the LTE patch, LTE works on stable kernel for Go/Go2/SP2017
2020-06-11 18:35:46 +02: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
Maximilian Luz 86525a6248
Merge pull request #207 from jlempen/master
Add Surface Go 2 to supported devices
2020-06-11 00:41:41 +02:00
jlempen 345af51222
Added the Surface Go 2 to the supported devices 2020-06-10 21:55:06 +02:00
Dorian Stoll d719da5453 Add patches for 5.7
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-06-01 12:06:47 +02: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 3d3c2d4bc0
Update v5.6 patches 2020-05-17 03:36:13 +02:00
Maximilian Luz 09ab0b74bd
Update patches for v5.4 2020-05-17 00:20:04 +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
Tsuchiya Yuto (kitakar5525) c7caeec62c v4.19: update patches
Update patches via linux-surface/kernel@fccd0a489e.

Updated patches:
    pick ea097eb Add secureboot pre-signing to the kernel
    pick b50d617 surface3-power
    pick 71ab90b surface3-spi
    pick f109cbf surface3-oemb
    pick c924fb6 surface-buttons
    f 1a44682d3bea Input: soc_button_array - fix Wdiscarded-qualifiers for kernels below 4.20
    pick 91a78cc surface-sam
    pick 263250b suspend
    pick 5ae0ab6 ipts
    f a5db77a8ad47 ipts: Simplify feedback implementation
    f 22c959edeaf2 ipts: Remove no_feedback quirk
    f 21a71ef429b4 ipts: Remove quirk implementation
    f f28c0f7b64aa ipts: companion: improve comment for hardware id on SP4
    pick df219c0 surface-lte
    pick 3484574 ioremap_uc
    pick 4f727ac wifi
    f f86788d75e54 Revert "BACKPORT: wireless/mwifiex: Fix S0ix / suspend"
    f 169bb34570af mwifiex: pcie: Use dev_get_drvdata
    f 6e9eefbca821 mwifiex_pcie: remove()/probe() card on suspend()/resume()
    f 3619cec06fdc mwifiex_pcie: disable parent bridge_d3
    f fda9d444d14d mwifiex: sta_cmd: do not enable auto_ds by default
    f 74ab58241354 mwifiex: sta_cmd: add comment for not enabling ps_mode by default

Note: almost all part of the ioremap_uc patch is now upstream. So, the
remaining unupstreamed patch is now only linux-surface/kernel@de067f5c12
("docs: driver-model: add devm_ioremap_uc")

Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
2020-05-16 18:11:38 +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 b4cec60395
Revert Debian latest version to 5.6.7
The Ubuntu PPA/mainline repository does not yet have v5.6.8, thus builds
targetting it will fail. Revert back to v5.6.7, which is available, and
increment pkgrel.
2020-05-03 17:01:33 +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 7ed2be691c
Bump debian pkgrel 2020-04-20 18:19:33 +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 3d776f6caa
Fix arch build
For some reason libffi is not installed even though make needs it

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-14 10:16:03 +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 1b80351c00
Update patches
Rebased to 5.5.16 and 5.6.3 because of an added MEI device ID

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-04-09 16:21:08 +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 11369079b1
Update Debian kernel to 5.6 2020-04-03 00:37:47 +02:00
Maximilian Luz 00c6468d50
Update LTS kernels to 4.19.114 2020-04-03 00:35:34 +02:00
Maximilian Luz a13da771f0
Update patches 2020-04-03 00:23:37 +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 c21dcacecc
Add patches for 5.6
Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
2020-03-30 10:42:19 +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