Skip to content

Commit

Permalink
support iscsi directly in the kernel instead of as a module
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <itxaka@kairos.io>
  • Loading branch information
Itxaka committed Dec 4, 2023
1 parent e9cdcaa commit 0f9e981
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/kernels/upstream/configs/arm64.config
Original file line number Diff line number Diff line change
Expand Up @@ -2841,8 +2841,8 @@ CONFIG_SCSI_SRP_ATTRS=m
# end of SCSI Transports

CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
CONFIG_ISCSI_TCP=y
CONFIG_ISCSI_BOOT_SYSFS=y
CONFIG_SCSI_CXGB3_ISCSI=m
CONFIG_SCSI_CXGB4_ISCSI=m
CONFIG_SCSI_BNX2_ISCSI=m
Expand Down
4 changes: 2 additions & 2 deletions packages/kernels/upstream/configs/x86.config
Original file line number Diff line number Diff line change
Expand Up @@ -2698,8 +2698,8 @@ CONFIG_SCSI_SRP_ATTRS=m
# end of SCSI Transports

CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
CONFIG_ISCSI_TCP=y
CONFIG_ISCSI_BOOT_SYSFS=y
CONFIG_SCSI_CXGB3_ISCSI=m
CONFIG_SCSI_CXGB4_ISCSI=m
CONFIG_SCSI_BNX2_ISCSI=m
Expand Down
2 changes: 1 addition & 1 deletion packages/kernels/upstream/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
category: "kernels"
name: "linux"
version: "6.5.7"
version: "6.5.7-1"
labels:
autobump.revdeps: "false"
autobump.string_replace: '{ "prefix": "" }'
Expand Down

0 comments on commit 0f9e981

Please sign in to comment.