K900
5c0d228b6f
Revert "linux: fix brcmfmac
driver"
...
This reverts commit 141317dff9
.
2023-03-13 14:38:06 +03:00
Martin Weinelt
237e2f744b
Merge pull request #212799 from mweinelt/ipu6
...
ipu6 webcam support
2023-03-12 15:57:47 +00:00
Maximilian Bosch
141317dff9
linux: fix brcmfmac
driver
...
Reverts a patch that broke WPA auth in offload mode for brcmfmac
(broadcom driver). See
https://lore.kernel.org/linux-wireless/ZAx0TWRBlGfv7pNl@kroah.com/T/#m0bbd179b92fbbcae0498fd642c31c1ecab1968c0
for context.
Had to hack around a bit to make sure this doesn't get applied to
hardened which uses an older patch-level without the problematic patch.
2023-03-12 10:32:15 +01:00
Maximilian Bosch
647d316d4b
Merge pull request #215313 from GaetanLepage/bump-default-linux
...
linuxPackages: bump default 5.15 -> 6.1
2023-03-03 21:11:15 +01:00
Alyssa Ross
7560f8eea5
linuxPackages.exfat-nofuse: set to null when unsupported
...
This is the same thing every other obsolete kernel module does, and
it's better than an assertion because an assertion prevents testing
evaluation of all the modules for a particular kernel.
2023-02-22 21:34:27 +00:00
Alyssa Ross
807ac7dcbe
linuxKernel: respect config.allowAliases
...
In Nixpkgs, we generally gate throws for package removals behind
config.allowAliases (as seen elsewhere in this very file already!),
which has nice properties like making it possible to test evaluation
of all the packages in an attrset that are expected to evaluate by
disabling aliases.
2023-02-22 21:34:27 +00:00
Alyssa Ross
bfef542b67
linux_5_4_hardened: use meta.broken, not assert
...
Respects NIXPKGS_ALLOW_BROKEN and allows attributes to be accessed.
2023-02-22 21:34:27 +00:00
K900
522512e7b4
linux: init 6.2
2023-02-20 13:40:41 +03:00
Cole Helbling
4e2079b96d
linux_{5_15,6_1}: revert patch to fix Equinix Metal bonded networking with ice
driver
...
Some Equinix Metal instances, such as a3.large.x86, m3.large.x86
(specific hardware revisions), and n3.large.x86, use the `ice` kernel
driver for their network cards, in conjunction with bonded devices.
However, this commit caused a regression where these bonded devices
would deadlock. This was initially reported by Jaroslav Pulchart on
the netdev mailing list[1], and there were follow-up patches from Dave
Ertman[2][3] that attempted to fix this but were not up to snuff for
various reasons[4].
Specifically, v2 of the patch ([3]) appears to fix the issue on some
devices (tested with 8086:159B network cards), while it is still broken
on others (such as an 8086:1593 network card).
We revert the patch exposing the issue until upstream has a working
solution in order to make Equinix Metal instances work reliably again.
[1]: https://lore.kernel.org/netdev/CAK8fFZ6A_Gphw_3-QMGKEFQk=sfCw1Qmq0TVZK3rtAi7vb621A@mail.gmail.com/
[2]: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20230111183145.1497367-1-david.m.ertman@intel.com/
[3]: https://patchwork.ozlabs.org/project/intel-wired-lan/patch/20230215191757.1826508-1-david.m.ertman@intel.com/
[4]: https://lore.kernel.org/netdev/cb31a911-ba80-e2dc-231f-851757cfd0b8@intel.com/T/#m6e53f8c43093693c10268140126abe99e082dc1c
2023-02-16 10:06:24 -08:00
Martin Weinelt
9b4f6d4d92
linuxPackages.ivsc-driver: init at 2023-01-06
2023-02-14 18:33:29 +01:00
Martin Weinelt
3c4862636f
linuxPackages.ipu6-drivers: init at 2023-01-17
2023-02-14 18:33:28 +01:00
Gaetan Lepage
c8ed3c2962
linuxPackages: bump default 5.15 -> 6.1
2023-02-10 11:02:53 +01:00
PedroHLC ☭
9c69938485
linuxKernel.kernels.linux_testing_bcachefs: 6.1.9-unstable-2022-12-29 -> 6.1.3-unstable-2023-02-01
2023-02-02 20:29:48 -03:00
Maximilian Bosch
48665a4150
linux_6_0: drop
...
EOLed by upstream, doesn't receive any patches anymore, so let's drop
it.
Currently depends on #211886 which bumps the latest compatible ZFS
version to 6.1.
Also, clean up some old aliases.
2023-01-23 10:59:20 +01:00
K900
33b60cca17
linux/hardened/patches/6.1: init at 6.1.6-hardened1
2023-01-15 15:23:24 +03:00
Graham Christensen
8552d36ed3
Merge pull request #204673 from whiteley/5.15-rt
...
Add linux-rt-5.15
2023-01-06 19:56:41 +00:00
Jörg Thalheim
dda48a5044
linux_testing_bcachefs: 2022-10-31 -> 2022-12-29
2023-01-01 19:58:17 +01:00
Naïm Favier
6c563f30fe
linuxManualConfig: don't require lib and stdenv arguments
...
Reverts 7c7c83e233
which was
only needed for the minimal-kernel.nix test module and clutters the call site.
stdenv can still be overridden with `linuxManualConfig.override { stdenv = ...; }`.
2022-12-22 01:42:15 +01:00
Naïm Favier
fc346c5e62
linux: use lib.versions.pad
for modDirVersion
2022-12-21 13:23:28 +01:00
K900
609ef3f74e
linux: add 6.1
2022-12-12 10:53:11 +03:00
Matt Whiteley
cb929a8951
Add linux-rt-5.15
...
5.15 is the current stable rt kernel[^1]. I've defined it but I didn't
change `stable` or `latest` since I assumed we'd want a testing period.
I didn't see a pre-existing `next` or `testing` type label to use.
[^1]: https://wiki.linuxfoundation.org/realtime/start
2022-12-05 17:42:11 +00:00
Dominique Martinet
d54760e57f
oci-seccomp-bpf-hook: move out of linuxPackages
...
oci-seccomp-bpf-hook does not depend on kernel and does not need to be a
linuxPackage attribute.
keep inherited attribute for backwards compability
2022-12-01 12:52:17 +09:00
Luke Granger-Brown
bebec27baa
Merge pull request #159830 from chivay/lkrg
...
lkrg: init at 0.9.5
2022-11-25 21:33:04 +01:00
Sandro
a0bb254735
Merge pull request #170421 from chuangzhu/rtl8723ds
2022-11-16 02:35:53 +01:00
Hubert Jasudowicz
4a7925fcc4
lkrg: init at 0.9.5
2022-11-10 15:26:53 +01:00
Maximilian Bosch
36d5e2658c
linuxKernels: remove attrs for kernels EOLed before 22.05
...
Now that we actually do cleanups for 22.11, it's a good time to
drop these tombstones from before 22.05. For dropped kernel attributes
one NixOS release is IMHO enough as a grace period.
2022-11-08 17:09:46 +01:00
Maximilian Bosch
8d9133c67d
linux_4_9: remove
...
Support will be dropped on 01 Jan 2023[1]. Normally we'd keep it around
until then, but considering that it's an LTS kernel it may be better to
do it before 22.11 to make sure there are no unpleasant surprises.
Closes #199933
[1] https://endoflife.date/linux
2022-11-08 16:30:14 +01:00
Nick Cao
a9fb9f3b06
Revert "sysdig: pin to openssl_1_1"
...
This reverts commit 240ace010d
.
2022-11-05 13:10:51 +08:00
Chuang Zhu
98edc9b253
linuxPackages.rtl8723ds: init at unstable-2022-10-20
2022-11-03 10:00:00 +08:00
Bernardo Meurer
8cc5d8e32a
linuxKernel.kernels.linux_5_19: drop
...
The 5.19.x series has reached EOL, and is no longer supported upstream.
2022-11-01 15:15:08 +00:00
fortuneteller2k
83d02e230f
linux_xanmod_stable: point to latest
2022-11-01 10:10:28 +00:00
fortuneteller2k
ec9b92c9f1
linux_xanmod_latest: 6.0.0 -> 6.0.6
2022-10-31 17:57:16 +00:00
fortuneteller2k
94a1409703
linux_xanmod_stable: remove
2022-10-31 17:28:40 +00:00
fortuneteller2k
0a242b1573
linux_xanmod_tt: remove
2022-10-31 17:23:37 +00:00
Fabián Heredia Montiel
7bbd9bc29f
linux_6_0_hardened: init at 6.0.5-hardened
2022-10-28 10:52:34 -05:00
Bernardo Meurer
6cb95cea68
Merge pull request #194545 from fortuneteller2k/xanmod
2022-10-10 11:46:56 -03:00
Matthieu Coudron
a3f854aef3
linux_mptcp,linux_mptcp_95: remove out-of-tree mptcp kernel
...
Multipath tcp (mptcp) is now part of the official linux kernel. The
official kernel still lacks features compared to this out of tree ones
but considering the userbase, I dont see any compelling reason.
I keep using that kernel and those utilities so they will stay packaged
at https://github.com/teto/mptcp-flake where they wont annoy the whole
nixpkgs crowd that doesn't care about it.
2022-10-07 23:14:30 +02:00
fortuneteller2k
ceda251f7d
linux_xanmod_stable: init at 5.19.13
2022-10-05 07:03:27 +00:00
fortuneteller2k
c2fab026d8
linux_xanmod_latest: 5.19.12 -> 6.0.0, rename edge to next
2022-10-05 06:16:23 +00:00
K900
0faffb5531
linux/6.0: init
2022-10-03 11:04:50 +00:00
Maximilian Bosch
073f7b179c
nixos/kernel-generic: build linux_5_19_hardened
2022-09-18 12:13:58 +02:00
Maximilian Bosch
a2969b43bb
linux: remove 5.18
...
This is long overdue, the last release was almost a month ago, on 21st
Aug 2022[1].
[1] https://lwn.net/Articles/905532/
2022-09-17 17:06:58 +02:00
github-actions[bot]
0b8aa77df1
Merge master into staging-next
2022-08-25 18:01:10 +00:00
github-actions[bot]
c91ed9564a
Merge master into staging-next
2022-08-25 12:01:30 +00:00
PedroHLC ☭
29c68b0600
nvidia_x11: expose all open variants
2022-08-25 09:01:29 -03:00
Vladimír Čunát
55812d7b48
linux_5_4_hardened: don't build on x86_64-linux anymore
...
5.4 hasn't configured successfully on x86_64-linux for months.
People don't seem to care, but the 5.4 packages clutter failure lists
on Hydra + tools.
https://hydra.nixos.org/job/nixpkgs/trunk/linux_5_4_hardened.x86_64-linux/all
Perhaps surprisingly, it works on aarch64-linux and also on older kernels.
2022-08-19 10:43:59 +02:00
github-actions[bot]
3346909bad
Merge staging-next into staging
2022-08-18 12:02:05 +00:00
ajs124
240ace010d
sysdig: pin to openssl_1_1
2022-08-17 20:16:24 +02:00
Kiskae
45e6c607d6
nvidia_x11: add conditional overrides
...
nvidia_x11_open: unbreak 5.19
common kernel code is shared, if the closed build is broken, so is the open one.
nvidia_x11_production: add alias, sort names
nvidia_x11: reintroduce stable as a pure alias
nvidia_x11: don't use alias in override
2022-08-17 15:49:51 +02:00
Sergei Trofimovich
8940dd0559
linuxPackages.perf: move from perf.nix to perf/ directory
...
While at it dropped top-level 'with lib;'.
2022-08-14 09:17:48 +01:00