kernel-6.19.13-300

* Sat Apr 18 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.13-0]
- Linux v6.19.13
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2026-04-18 12:48:38 -06:00
commit 91bd78cb5a
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
4 changed files with 22 additions and 15 deletions

View file

@ -1,3 +1,7 @@
* Sat Apr 18 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.13-0]
- Linux v6.19.13
Resolves:
* Sun Apr 12 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.12-0]
- Add new config item for 6.19.12 (Justin M. Forbes)
- redhat/configs: enable the DIBS driver as it is now required for the SMC networking (Dan Horák)

View file

@ -184,18 +184,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 6.19.12
%define specversion 6.19.12
%define specrpmversion 6.19.13
%define specversion 6.19.13
%define patchversion 6.19
%define pkgrelease 300
%define kversion 6
%define tarfile_release 6.19.12
%define tarfile_release 6.19.13
# This is needed to do merge window version magic
%define patchlevel 19
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 300%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.19.12
%define kabiversion 6.19.13
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4814,6 +4814,9 @@ fi\
#
#
%changelog
* Sat Apr 18 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.13-0]
- Linux v6.19.13
* Sun Apr 12 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.12-0]
- Add new config item for 6.19.12 (Justin M. Forbes)
- redhat/configs: enable the DIBS driver as it is now required for the SMC networking (Dan Horák)

View file

@ -107,7 +107,7 @@ index 2adc174fb576c..068a5906b1774 100644
The driver will load the first matching firmware and skip the rest. If no matching firmware is found, it will proceed to the next pattern in the specified order. If all searches fail, the default Intel firmware, listed last in the order above, will be loaded.
diff --git a/Makefile b/Makefile
index 05978903b7471..5e40acec069dd 100644
index 7441da122752c..2aaffdd4a717c 100644
--- a/Makefile
+++ b/Makefile
@@ -355,6 +355,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
@ -2190,7 +2190,7 @@ index 79910d52dc8fb..3a6c1f78b3d40 100644
new_crtc_state->async_flip_planes |= BIT(plane->id);
}
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
index 5e90985a53d90..f169ac9a7d0b1 100644
index 6dddeb4421ba2..14ddf33e4e0e9 100644
--- a/drivers/gpu/drm/i915/display/intel_psr.c
+++ b/drivers/gpu/drm/i915/display/intel_psr.c
@@ -494,82 +494,37 @@ static u8 intel_dp_get_sink_sync_latency(struct intel_dp *intel_dp)
@ -2774,7 +2774,7 @@ index 5e90985a53d90..f169ac9a7d0b1 100644
}
void intel_psr_get_config(struct intel_encoder *encoder,
@@ -2770,7 +2792,8 @@ static bool psr2_sel_fetch_plane_state_supported(const struct intel_plane_state
@@ -2771,7 +2793,8 @@ static bool psr2_sel_fetch_plane_state_supported(const struct intel_plane_state
*/
static bool psr2_sel_fetch_pipe_state_supported(const struct intel_crtc_state *crtc_state)
{
@ -2784,7 +2784,7 @@ index 5e90985a53d90..f169ac9a7d0b1 100644
return false;
return true;
@@ -4153,24 +4176,22 @@ psr_source_status(struct intel_dp *intel_dp, struct seq_file *m)
@@ -4161,24 +4184,22 @@ psr_source_status(struct intel_dp *intel_dp, struct seq_file *m)
seq_printf(m, "Source PSR/PanelReplay status: %s [0x%08x]\n", status, val);
}
@ -2818,7 +2818,7 @@ index 5e90985a53d90..f169ac9a7d0b1 100644
DP_PANEL_REPLAY_EARLY_TRANSPORT_SUPPORT)
seq_printf(m, " (Early Transport)");
seq_printf(m, "\n");
@@ -4208,7 +4229,8 @@ static void intel_psr_print_mode(struct intel_dp *intel_dp,
@@ -4216,7 +4237,8 @@ static void intel_psr_print_mode(struct intel_dp *intel_dp,
seq_printf(m, " %s\n", psr->no_psr_reason);
}
@ -2828,7 +2828,7 @@ index 5e90985a53d90..f169ac9a7d0b1 100644
{
struct intel_display *display = to_intel_display(intel_dp);
enum transcoder cpu_transcoder = intel_dp->psr.transcoder;
@@ -4217,9 +4239,9 @@ static int intel_psr_status(struct seq_file *m, struct intel_dp *intel_dp)
@@ -4225,9 +4247,9 @@ static int intel_psr_status(struct seq_file *m, struct intel_dp *intel_dp)
bool enabled;
u32 val, psr2_ctl;
@ -2840,7 +2840,7 @@ index 5e90985a53d90..f169ac9a7d0b1 100644
return 0;
wakeref = intel_display_rpm_get(display);
@@ -4333,7 +4355,7 @@ static int i915_edp_psr_status_show(struct seq_file *m, void *data)
@@ -4341,7 +4363,7 @@ static int i915_edp_psr_status_show(struct seq_file *m, void *data)
if (!intel_dp)
return -ENODEV;
@ -2849,7 +2849,7 @@ index 5e90985a53d90..f169ac9a7d0b1 100644
}
DEFINE_SHOW_ATTRIBUTE(i915_edp_psr_status);
@@ -4467,7 +4489,7 @@ static int i915_psr_status_show(struct seq_file *m, void *data)
@@ -4475,7 +4497,7 @@ static int i915_psr_status_show(struct seq_file *m, void *data)
struct intel_connector *connector = m->private;
struct intel_dp *intel_dp = intel_attached_dp(connector);

View file

@ -1,3 +1,3 @@
SHA512 (linux-6.19.12.tar.xz) = f8825a5f0b91578e97b73d7fa98ff5b34b0d2cfba0bbb5063ba07bf6dbf2b90ffbe35ccd1b88296ecd5dfd2f1f58fff5f59063ef7e89a548a630db192f5ebe3f
SHA512 (kernel-abi-stablelists-6.19.12.tar.xz) = a35b783476acbb9f930e55b43dc7fe8ce94aaf05732cca01d2b2b404cec8f22c51403e9b5a50ee731c85b0119676bbdd16090e6cf0df594d9b5cccb1088d62fb
SHA512 (kernel-kabi-dw-6.19.12.tar.xz) = ebf8b83c2cc82240835105202e2255423384f9e7210a243d05e89d297b4dfd571d087ef4120ce50a78cd601c685e52da5a61b0dda11c647d72b0249e7075f8d6
SHA512 (linux-6.19.13.tar.xz) = 930b90edd69a3bb9edba1d7cf67335fc2b8e1c71a779fa4383e85a0647512c76e4a490dabd54362539d75f96e59b3f866ec6399d8087d6ea85a96a60c0d01b8b
SHA512 (kernel-abi-stablelists-6.19.13.tar.xz) = 05e0a8de9c9b1659ad3645c6100c3609e3da68463cde7e232af435bac208ae2469181ab2c28c9b22a3ed78c94ed208217a2da71da049e73c78509d44839a36d6
SHA512 (kernel-kabi-dw-6.19.13.tar.xz) = e49f94d96a17f0f771b149555f28183703c62e261c01284144d62a8223ff445b7338718f23c7a69a8337679791fa06f24e0f0a1ebb6341e5954da08f533fb8c4