summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-10-05 11:03:04 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-10-05 11:03:04 +0200
commit345a36657d24bc58ed159a2fcf227d668d141a88 (patch)
tree8deb5784b7045b59a2838219af795e4c09d9d51f
parentf3d231efb24c7a804b061be53f8c697fc49523fb (diff)
parentca8f1d4ceff63b2efabd4ef69478c7b30bc9355d (diff)
downloadkernel-345a36657d24bc58ed159a2fcf227d668d141a88.tar.gz
kernel-345a36657d24bc58ed159a2fcf227d668d141a88.tar.xz
kernel-345a36657d24bc58ed159a2fcf227d668d141a88.zip
Merge remote-tracking branch 'origin/f35' into f35-user-thl-vanilla-fedora
-rwxr-xr-xkernel.spec5
-rw-r--r--patch-5.19-redhat.patch18
-rw-r--r--sources6
3 files changed, 16 insertions, 13 deletions
diff --git a/kernel.spec b/kernel.spec
index e74597f92..d7a28bb07 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -136,7 +136,7 @@ Summary: The Linux kernel
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 150%{?buildid}%{?dist}
# This defines the kabi tarball version
-%define kabiversion 5.19.12
+%define kabiversion 5.19.13
#
# End of genspec.sh variables
@@ -3144,6 +3144,9 @@ fi
#
#
%changelog
+* Tue Oct 04 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.13-0]
+- Linux v5.19.13
+
* Wed Sep 28 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.12-0]
- Linux v5.19.12
diff --git a/patch-5.19-redhat.patch b/patch-5.19-redhat.patch
index 0390f3ef1..6af2c8d8f 100644
--- a/patch-5.19-redhat.patch
+++ b/patch-5.19-redhat.patch
@@ -253,7 +253,7 @@ index 000000000000..733a26bd887a
+
+endmenu
diff --git a/Makefile b/Makefile
-index 7df4c195c8ab..6adcbebd18ae 100644
+index 2ecedf786e27..351174264fec 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -927,7 +927,7 @@ index 51fcf1298023..7f1097947731 100644
/* don't overflow userbuf */
len = strlen(value);
diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c
-index b5de61fe9cc6..40ef64a867e4 100644
+index 91caf4523b34..84c086610235 100644
--- a/drivers/gpu/drm/i915/display/intel_bios.c
+++ b/drivers/gpu/drm/i915/display/intel_bios.c
@@ -332,18 +332,6 @@ static bool fixup_lfp_data_ptrs(const void *bdb, void *ptrs_block)
@@ -1021,10 +1021,10 @@ index b5de61fe9cc6..40ef64a867e4 100644
if (16 * (size + table_size) <= block_size) {
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
-index 8f09203e0cf0..7d61c55184e5 100644
+index 06db407e2749..36356893c7ca 100644
--- a/drivers/gpu/drm/i915/display/intel_psr.c
+++ b/drivers/gpu/drm/i915/display/intel_psr.c
-@@ -1624,8 +1624,12 @@ static void psr2_man_trk_ctl_calc(struct intel_crtc_state *crtc_state,
+@@ -1618,8 +1618,12 @@ static void psr2_man_trk_ctl_calc(struct intel_crtc_state *crtc_state,
}
static void clip_area_update(struct drm_rect *overlap_damage_area,
@@ -1038,7 +1038,7 @@ index 8f09203e0cf0..7d61c55184e5 100644
if (overlap_damage_area->y1 == -1) {
overlap_damage_area->y1 = damage_area->y1;
overlap_damage_area->y2 = damage_area->y2;
-@@ -1691,6 +1695,7 @@ static bool psr2_sel_fetch_pipe_state_supported(const struct intel_crtc_state *c
+@@ -1685,6 +1689,7 @@ static bool psr2_sel_fetch_pipe_state_supported(const struct intel_crtc_state *c
int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
struct intel_crtc *crtc)
{
@@ -1046,7 +1046,7 @@ index 8f09203e0cf0..7d61c55184e5 100644
struct intel_crtc_state *crtc_state = intel_atomic_get_new_crtc_state(state, crtc);
struct drm_rect pipe_clip = { .x1 = 0, .y1 = -1, .x2 = INT_MAX, .y2 = -1 };
struct intel_plane_state *new_plane_state, *old_plane_state;
-@@ -1714,7 +1719,8 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
+@@ -1708,7 +1713,8 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
*/
for_each_oldnew_intel_plane_in_state(state, plane, old_plane_state,
new_plane_state, i) {
@@ -1056,7 +1056,7 @@ index 8f09203e0cf0..7d61c55184e5 100644
struct drm_atomic_helper_damage_iter iter;
struct drm_rect clip;
-@@ -1741,20 +1747,23 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
+@@ -1735,20 +1741,23 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
if (old_plane_state->uapi.visible) {
damaged_area.y1 = old_plane_state->uapi.dst.y1;
damaged_area.y2 = old_plane_state->uapi.dst.y2;
@@ -1083,7 +1083,7 @@ index 8f09203e0cf0..7d61c55184e5 100644
continue;
}
-@@ -1765,7 +1774,8 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
+@@ -1759,7 +1768,8 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
&new_plane_state->uapi);
drm_atomic_for_each_plane_damage(&iter, &clip) {
if (drm_rect_intersect(&clip, &src))
@@ -1093,7 +1093,7 @@ index 8f09203e0cf0..7d61c55184e5 100644
}
if (damaged_area.y1 == -1)
-@@ -1773,7 +1783,20 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
+@@ -1767,7 +1777,20 @@ int intel_psr2_sel_fetch_update(struct intel_atomic_state *state,
damaged_area.y1 += new_plane_state->uapi.dst.y1 - src.y1;
damaged_area.y2 += new_plane_state->uapi.dst.y1 - src.y1;
diff --git a/sources b/sources
index d01052ae5..ff84666e0 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-5.19.12.tar.xz) = e62ebc94124fc85cdecdd3100e300fdb2dfe7a434350e8ef141876ee8c80cb604eba76229d05afc9fc5a34e4f16676300426143bdfa9a620301c361acfb2c32f
-SHA512 (kernel-abi-stablelists-5.19.12.tar.bz2) = caa6762b4cb2f44183cc351047844a75dc4847d9f99892ae404bf760588c3445fe63070cf5d88b46e560a482c2352bf1ea776510893326267d4e2d8d35e3ac55
-SHA512 (kernel-kabi-dw-5.19.12.tar.bz2) = ad290363fb7539732eb90ef462a1f2e67a2cd09a10a4f081971e132c2c60952aa7251ab3d870db05419259aa5248a6ecbad32db04648d18c1deac2f2b19607e3
+SHA512 (linux-5.19.13.tar.xz) = dbf9ace8c270228089f7b2930e7ed996e017830a0bfc29be94922196158dda9ae85bde92e884a2ebc6b0faa1ab272d5d31438d0ff60dd17bd9bc7edcacc9865f
+SHA512 (kernel-abi-stablelists-5.19.13.tar.bz2) = 53cde69e7e292decf5208c3cde4d8bdc59a80c0d5945c054d61ad2031bfc31971b909a7186cd960fb0e86f603627ac49188e462eaeef3d4302ec15bf3a59f99a
+SHA512 (kernel-kabi-dw-5.19.13.tar.bz2) = e207d27465a2f4b5c3c5748250b828f7ed701ccda7c2193450e637ae382b814f951a3ff45f56b6ce2f6ec4c9d725cf55d602e9218432ac84d501d9021baa72f0