diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-10-28 21:46:18 +0100 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-10-28 21:50:06 +0100 |
commit | b1e652e1e3b664c72e163c36d036821d6bfed746 (patch) | |
tree | 265503605a911e55cb3bbc7f3eba0c70e12655b9 /patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch | |
parent | 9082365bd2c373340b3b1628bd01bb4d54d5724e (diff) | |
download | linux-rt-b1e652e1e3b664c72e163c36d036821d6bfed746.tar.gz |
[ANNOUNCE] v5.10-rc1-rt1v5.10-rc1-rt1-patches
Dear RT folks!
I'm pleased to announce the v5.10-rc1-rt1 patch set.
Changes since v5.9.1-rt20
- Rebase to v5.10-rc1.
Known issues
- It has been pointed out that due to changes to the printk code the
internal buffer representation changed. This is only an issue if tools
like `crash' are used to extract the printk buffer from a kernel memory
image.
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v5.10-rc1-rt1
The RT patch against v5.10-rc1 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patch-5.10-rc1-rt1.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10-rc1-rt1.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch')
-rw-r--r-- | patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch b/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch index 1dd7698e55d8..64887d97b37e 100644 --- a/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch +++ b/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch @@ -76,7 +76,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- a/include/linux/fs.h +++ b/include/linux/fs.h -@@ -704,7 +704,7 @@ struct inode { +@@ -699,7 +699,7 @@ struct inode { struct block_device *i_bdev; struct cdev *i_cdev; char *i_link; |