Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0e0c50e8
Commit
0e0c50e8
authored
Feb 20, 2024
by
Mike Snitzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dm-crypt, dm-integrity, dm-verity: bump target version
Signed-off-by:
Mike Snitzer
<
snitzer@kernel.org
>
parent
787f1b28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/md/dm-crypt.c
drivers/md/dm-crypt.c
+1
-1
drivers/md/dm-integrity.c
drivers/md/dm-integrity.c
+1
-1
drivers/md/dm-verity-target.c
drivers/md/dm-verity-target.c
+1
-1
No files found.
drivers/md/dm-crypt.c
View file @
0e0c50e8
...
...
@@ -3702,7 +3702,7 @@ static void crypt_io_hints(struct dm_target *ti, struct queue_limits *limits)
static
struct
target_type
crypt_target
=
{
.
name
=
"crypt"
,
.
version
=
{
1
,
2
4
,
0
},
.
version
=
{
1
,
2
5
,
0
},
.
module
=
THIS_MODULE
,
.
ctr
=
crypt_ctr
,
.
dtr
=
crypt_dtr
,
...
...
drivers/md/dm-integrity.c
View file @
0e0c50e8
...
...
@@ -4736,7 +4736,7 @@ static void dm_integrity_dtr(struct dm_target *ti)
static
struct
target_type
integrity_target
=
{
.
name
=
"integrity"
,
.
version
=
{
1
,
1
0
,
0
},
.
version
=
{
1
,
1
1
,
0
},
.
module
=
THIS_MODULE
,
.
features
=
DM_TARGET_SINGLETON
|
DM_TARGET_INTEGRITY
,
.
ctr
=
dm_integrity_ctr
,
...
...
drivers/md/dm-verity-target.c
View file @
0e0c50e8
...
...
@@ -1560,7 +1560,7 @@ int dm_verity_get_root_digest(struct dm_target *ti, u8 **root_digest, unsigned i
static
struct
target_type
verity_target
=
{
.
name
=
"verity"
,
.
features
=
DM_TARGET_IMMUTABLE
,
.
version
=
{
1
,
9
,
0
},
.
version
=
{
1
,
10
,
0
},
.
module
=
THIS_MODULE
,
.
ctr
=
verity_ctr
,
.
dtr
=
verity_dtr
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment