Dear Debian Kernel team!
What is the process of submitting patches to the initramfs package? I think
I have found an improvement area and I'm not sure how to proceed.
--- /usr/share/initramfs-tools/hooks/resume.orig 2022-04-05 21:59:52.595716073 +0200
+++ /usr/share/initramfs-tools/hooks/resume 2021-09-20
08:59:41.894951253 +0200
@@ -76,6 +76,11 @@
report_verbose "Rejecting $resume_auto since it is zram"
ephemeral=true
;;
+
+ /dev/zd[0-9]*)
+ report_verbose "Rejecting $resume_auto since it is zvol"
+ ephemeral=true
+ ;;
esac
$ephemeral || break
On Tue, 2022-04-05 at 22:00 +0200, Damian Szuberski wrote:
Dear Debian Kernel team!
What is the process of submitting patches to the initramfs package? Ithink
I have found an improvement area and I'm not sure how to proceed.
Either open a merge request (the repository is hosted at <https://salsa.debian.org/kernel-team/initramfs-tools>) or open a bug
report with a patch attached.
In any case, you should start with the initramfs-tools source and not
the installed package.
Ben.
--- /usr/share/initramfs-tools/hooks/resume.orig 2022-04-05 21:59:52.595716073 +0200is
+++ /usr/share/initramfs-tools/hooks/resume 2021-09-20 08:59:41.894951253 +0200
@@ -76,6 +76,11 @@
report_verbose "Rejecting $resume_auto since it
zram"is
ephemeral=true
;;
+
+ /dev/zd[0-9]*)
+ report_verbose "Rejecting $resume_auto since it
zvol"
+ ephemeral=true
+ ;;
esac
$ephemeral || break
--
Ben Hutchings
Knowledge is power. France is bacon.
Hello Ben!
Thanks for the reply!
I cannot create a MR in web interface not submit it via email
```
Unfortunately, your email message to GitLab could not be processed.
You are not allowed to perform this action. If you believe this is in
error, contact a staff member.
```
Where could I request for access?
On Thu, 2022-04-14 at 08:19 +0200, Damian Szuberski wrote:
Hello Ben!
Thanks for the reply!
I cannot create a MR in web interface not submit it via email
```
Unfortunately, your email message to GitLab could not be processed.
You are not allowed to perform this action. If you believe this is in error, contact a staff member.
```
Where could I request for access?
I'm not familiar with the email interface.
The important thing is you need to have your own repository on Salsa
that is forked from the main one - see <https://salsa.debian.org/help/user/project/repository/forking_workflow.md
.
Once you've done that, you should be able to push a branch to your
repository and open an MR - see
< https://salsa.debian.org/help/user/project/merge_requests/creating_merge_requests.md
.
Ben.
--
Ben Hutchings
To err is human; to really foul things up requires a computer.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 489 |
Nodes: | 16 (2 / 14) |
Uptime: | 23:13:37 |
Calls: | 9,665 |
Files: | 13,716 |
Messages: | 6,168,230 |