diff options
author | Salvatore Bonaccorso <carnil@debian.org> | 2020-06-24 17:01:02 +0200 |
---|---|---|
committer | Salvatore Bonaccorso <carnil@debian.org> | 2020-06-24 17:01:02 +0200 |
commit | 8aa17aa03eb31baf97cf4daf687441b796fff2f5 (patch) | |
tree | a276f7a67e32bbdeadc5b94e6059576ec3f4bbd5 /debian/patches-rt/0018-console-add-write_atomic-interface.patch | |
parent | b822c76e9759da4905cf931bcaba2e39b80d19f9 (diff) | |
parent | 997162f8cd684ee4abdb1e7707336177a1844de0 (diff) | |
download | kernel_replicant_linux-8aa17aa03eb31baf97cf4daf687441b796fff2f5.tar.gz kernel_replicant_linux-8aa17aa03eb31baf97cf4daf687441b796fff2f5.tar.bz2 kernel_replicant_linux-8aa17aa03eb31baf97cf4daf687441b796fff2f5.zip |
Merge tag 'debian/5.6.14-2'
Release linux (5.6.14-2).
Diffstat (limited to 'debian/patches-rt/0018-console-add-write_atomic-interface.patch')
-rw-r--r-- | debian/patches-rt/0018-console-add-write_atomic-interface.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0018-console-add-write_atomic-interface.patch b/debian/patches-rt/0018-console-add-write_atomic-interface.patch index c65c87b58622..6f8fc136b394 100644 --- a/debian/patches-rt/0018-console-add-write_atomic-interface.patch +++ b/debian/patches-rt/0018-console-add-write_atomic-interface.patch @@ -1,7 +1,7 @@ From: John Ogness <john.ogness@linutronix.de> Date: Tue, 12 Feb 2019 15:29:56 +0100 Subject: [PATCH 18/25] console: add write_atomic interface -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patches-5.6.4-rt3.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patches-5.6.10-rt5.tar.xz Add a write_atomic callback to the console. This is an optional function for console drivers. The function must be atomic (including |