!1847 kernel-rt: update to version to 6.6.0-59.0.0.6
From: @zhangyuge001 Reviewed-by: @guohaocs2c Signed-off-by: @guohaocs2c
This commit is contained in:
commit
7f0d3d13e2
@ -14,6 +14,7 @@
|
|||||||
{error:clang_lto requires --with toolchain_clang}
|
{error:clang_lto requires --with toolchain_clang}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%define modsign_cmd %{SOURCE10}
|
%define modsign_cmd %{SOURCE10}
|
||||||
|
|
||||||
%if 0%{?openEuler_sign_rsa}
|
%if 0%{?openEuler_sign_rsa}
|
||||||
@ -40,9 +41,9 @@ rm -f test_openEuler_sign.ko test_openEuler_sign.ko.sig
|
|||||||
|
|
||||||
%global upstream_version 6.6
|
%global upstream_version 6.6
|
||||||
%global upstream_sublevel 0
|
%global upstream_sublevel 0
|
||||||
%global devel_release 53
|
%global devel_release 59
|
||||||
%global maintenance_release .0.0
|
%global maintenance_release .0.0
|
||||||
%global pkg_release .5
|
%global pkg_release .6
|
||||||
%global rt_release .rt44
|
%global rt_release .rt44
|
||||||
|
|
||||||
%define with_debuginfo 1
|
%define with_debuginfo 1
|
||||||
@ -1057,6 +1058,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 03 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-59.0.0.6
|
||||||
|
- update kernel-rt version to 6.6.0-59.0.0.6
|
||||||
|
|
||||||
* Tue Nov 11 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-53.0.0.5
|
* Tue Nov 11 2024 zhangyu <zhangyu4@kylinos.cn> - 6.6.0-53.0.0.5
|
||||||
- update kernel-rt version to 6.6.0-53.0.0.5
|
- update kernel-rt version to 6.6.0-53.0.0.5
|
||||||
|
|
||||||
|
|||||||
@ -7580,12 +7580,13 @@ index 8ff0efac6..398104760 100644
|
|||||||
}
|
}
|
||||||
uart_port_deref(port);
|
uart_port_deref(port);
|
||||||
}
|
}
|
||||||
@@ -1108,9 +1108,9 @@ static int uart_tiocmget(struct tty_struct *tty)
|
@@ -1107,10 +1107,10 @@ static int uart_tiocmget(struct tty_struct *tty)
|
||||||
|
goto out;
|
||||||
|
|
||||||
if (!tty_io_error(tty)) {
|
if (!tty_io_error(tty)) {
|
||||||
result = uport->mctrl;
|
|
||||||
- spin_lock_irq(&uport->lock);
|
- spin_lock_irq(&uport->lock);
|
||||||
+ uart_port_lock_irq(uport);
|
+ uart_port_lock_irq(uport);
|
||||||
|
result = uport->mctrl;
|
||||||
result |= uport->ops->get_mctrl(uport);
|
result |= uport->ops->get_mctrl(uport);
|
||||||
- spin_unlock_irq(&uport->lock);
|
- spin_unlock_irq(&uport->lock);
|
||||||
+ uart_port_unlock_irq(uport);
|
+ uart_port_unlock_irq(uport);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user