From ec72e4fb1505d52c06fec2e9cedd2970648a15fd Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 31 Oct 2025 09:11:53 +0000 Subject: [PATCH 1/5] ruff: 0.14.2 -> 0.14.3 Diff: https://github.com/astral-sh/ruff/compare/0.14.2...0.14.3 Changelog: https://github.com/astral-sh/ruff/releases/tag/0.14.3 --- pkgs/by-name/ru/ruff/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ru/ruff/package.nix b/pkgs/by-name/ru/ruff/package.nix index 1f8b1afdd4a0..3d1547d0bf11 100644 --- a/pkgs/by-name/ru/ruff/package.nix +++ b/pkgs/by-name/ru/ruff/package.nix @@ -16,18 +16,18 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ruff"; - version = "0.14.2"; + version = "0.14.3"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ruff"; tag = finalAttrs.version; - hash = "sha256-bHcmnfbdPzCX/Eqy5o+hVqhggfsPwZeUVjXV9wF6fNE="; + hash = "sha256-iYXZyB0s3rlGV3HQLN1fuAohFUm/53VLAwA3Ahj6HzM="; }; cargoBuildFlags = [ "--package=ruff" ]; - cargoHash = "sha256-lAluzoRONfkyspcMCp7wNei0R3dgpAwwwpRAmbTNl1k="; + cargoHash = "sha256-dYXFNe+nglKelgzi2Afo0AJyt53qfCAJ7reTMMfjWOI="; nativeBuildInputs = [ installShellFiles ]; From f72cb1669a015e175d0f09efabc67e451fa9874f Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Sat, 1 Nov 2025 17:53:42 -0400 Subject: [PATCH 2/5] linux/common-config: Disable `LEGACY_TIOCSTI` See the commit message adding the kconfig: https://github.com/torvalds/linux/commit/83efeeeb3d04b22aaed1df99bc70a48fe9d22c4d At least Fedora and Arch both appear to disable this on their kernels. --- pkgs/os-specific/linux/kernel/common-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 4fa16a094bdc..db639b58f417 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -1409,6 +1409,8 @@ let TASK_XACCT = yes; TASK_IO_ACCOUNTING = yes; + LEGACY_TIOCSTI = whenAtLeast "6.2" no; + # Fresh toolchains frequently break -Werror build for minor issues. WERROR = whenAtLeast "5.15" no; From 51637f824a92b2017da1e156edbbb205e75255d6 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 2 Nov 2025 18:49:42 +0300 Subject: [PATCH 3/5] linux_6_17: 6.17.6 -> 6.17.7 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index 5dc249ac5b4c..8a7956575e0c 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -30,8 +30,8 @@ "lts": true }, "6.17": { - "version": "6.17.6", - "hash": "sha256:17662dpl1rd24n20ihb1fsf66c8n3r6x1a24c6sanj1ld5mvrkwf", + "version": "6.17.7", + "hash": "sha256:03lxl2p8hvi4hdzbf72v3xh8yigr58826dmy6rqxbq9r8h6ymwnx", "lts": false } } From c0d45e9e9eaf99a757ba2a87c5567f03fca26ee5 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 2 Nov 2025 18:49:45 +0300 Subject: [PATCH 4/5] linux_6_12: 6.12.56 -> 6.12.57 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index 8a7956575e0c..9f8274cc7a64 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -25,8 +25,8 @@ "lts": true }, "6.12": { - "version": "6.12.56", - "hash": "sha256:15pclwn3nbwccdfwcqd3lkmdxwpjkmadhj63acqbzxsjycm2nhsm", + "version": "6.12.57", + "hash": "sha256:06jlsawz1wgk13gyxphkglb8a4iiwg0vg5hrfc7bj1s6gk1s2p0n", "lts": true }, "6.17": { From bf7a2d396b3398410f8a905180651cb1ae9e8c05 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 2 Nov 2025 18:49:48 +0300 Subject: [PATCH 5/5] linux_6_6: 6.6.115 -> 6.6.116 --- pkgs/os-specific/linux/kernel/kernels-org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/kernels-org.json b/pkgs/os-specific/linux/kernel/kernels-org.json index 9f8274cc7a64..bcbd01d44244 100644 --- a/pkgs/os-specific/linux/kernel/kernels-org.json +++ b/pkgs/os-specific/linux/kernel/kernels-org.json @@ -20,8 +20,8 @@ "lts": true }, "6.6": { - "version": "6.6.115", - "hash": "sha256:0iwhzlrqcw9hzr21gn0pmsjix0d022a7g38vszx4jsqgimgc160a", + "version": "6.6.116", + "hash": "sha256:07d5629579apc1d8yb0ki226iyb5n3lwp1yw0p189qlvq919g9d9", "lts": true }, "6.12": {