• Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume

    From Damian Szuberski@21:1/5 to All on Tue Apr 5 22:20:01 2022
    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

    --
    Damian Szuberski

    PGRpdiBkaXI9Imx0ciI+RGVhciBEZWJpYW4gS2VybmVsIHRlYW0hPGRpdj48YnI+PC9kaXY+PGRp dj5XaGF0IGlzIHRoZSBwcm9jZXNzIG9mIHN1Ym1pdHRpbmcgcGF0Y2hlcyB0byB0aGUgaW5pdHJh bWZzIHBhY2thZ2U/IEkgdGhpbmsgSSBoYXZlIGZvdW5kIGFuIGltcHJvdmVtZW50IGFyZWEgYW5k IEkmIzM5O20gbm90IHN1cmUgaG93IHRvIHByb2NlZWQuPC9kaXY+PGRpdj48YnI+PC9kaXY+PGRp dj4tLS0gL3Vzci9zaGFyZS9pbml0cmFtZnMtdG9vbHMvaG9va3MvcmVzdW1lLm9yaWcgwqAgwqAg wqAgwqAyMD
  • From Ben Hutchings@21:1/5 to Damian Szuberski on Mon Apr 11 17:00:01 2022
    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? I think
    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 +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


    --
    Ben Hutchings
    Knowledge is power. France is bacon.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAmJUQOoACgkQ57/I7JWG EQnqlw//SB32AW3yXOlcZVYcaBdUT0UfCHaP4HWjMo84t9/y1w0taupvAEbqSbQ/ oWM/ZnTqB/ZmGbmLWTQmoqjdUYMR6lVBEsSPPPwAokAcCCV+/KiVaqRZVTvHdyW5 LCiGN83BjLQkMmArGu/7JiC+7i1UaAGqx/ilrO0S3D8N32vtvLEnnDwIaXaL5KLc 098+S4x3kojrsH2LcdT0O1zS5INMALwc69QMdDkD30nEYsApO7i8cScCFF0cwdNZ fDN8LU3jzPQfOPgFt3F/NhMmmb9LjB6CQ1ZAJajTQmW91ry1FsB6zTVHVxb8VIA0 HufswMRG9+xZCiB8X9w5GFTHz8bd6ljax2VMsfjISfWoFI5jaUS3HL+9TulqNsmo 0gch6yIFRCNpNEdTZdq+IbjZXykZFJWDigEIqDnNRpWq08XdClAT0bF6I+HLTGa4 rkPZbQNBYeGdfWAdtCx7Yyq6Hq1ZNdgLarl3x3foWYFjDRb8ZfGYz/1nE4ZEcfpQ tg2vSGAOzG5W4eGnyvgCRmH0GZbs4vSLhPi5lYypwIIYgXifn6kRMNDuDNDrkSiq 8AKgd31ex92sSdghTP4mPkEqZdJmUBlCxGTyagX62COKbl01qGekxk1+hSvc9411 2SROy9wWNDrEf1AJ7mjsgbVvo7qUsgr+O7frrdABHrtYVnci+Us=
    =12ea
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Damian Szuberski@21:1/5 to ben@decadent.org.uk on Thu Apr 14 08:40:01 2022
    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 Mon, Apr 11, 2022, 16:53 Ben Hutchings <ben@decadent.org.uk> wrote:

    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? I
    think
    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 +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


    --
    Ben Hutchings
    Knowledge is power. France is bacon.


    <div dir="auto"><span style="font-size:12.8px">Hello Ben!</span><div style="font-size:12.8px" dir="auto"><br></div><div style="font-size:12.8px" dir="auto">Thanks for the reply!</div><div style="font-size:12.8px" dir="auto">I cannot create a MR in web
    interface not submit it via email</div><div style="font-size:12.8px" dir="auto"><br></div><div style="font-size:12.8px" dir="auto">```</div><div style="font-size:12.8px" dir="auto"><p>Unfortunately, your email message to GitLab could not be processed.</p>
    <p dir="auto">You are not allowed to perform this action. If you believe this is in error, contact a staff member.</p><p dir="auto">```</p><p>Where could I request for access?</p></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">
    On Mon, Apr 11, 2022, 16:53 Ben Hutchings &lt;<a href="mailto:ben@decadent.org.uk">ben@decadent.org.uk</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2022-04-05 at 22:
    00 +0200, Damian Szuberski wrote:<br>
    &gt; Dear Debian Kernel team!<br>
    &gt; <br>
    &gt; What is the process of submitting patches to the initramfs package? I think<br>
    &gt; I have found an improvement area and I&#39;m not sure how to proceed.<br>

    Either open a merge request (the repository is hosted at<br>
    &lt;<a href="https://salsa.debian.org/kernel-team/initramfs-tools" rel="noreferrer noreferrer" target="_blank">https://salsa.debian.org/kernel-team/initramfs-tools</a>&gt;) or open a bug<br>
    report with a patch attached.<br>

    In any case, you should start with the initramfs-tools source and not<br>
    the installed package.<br>

    Ben.<br>

    &gt; --- /usr/share/initramfs-tools/hooks/resume.orig        2022-04-05<br> &gt; 21:59:52.595716073 +0200<br>
    &gt; +++ /usr/share/initramfs-tools/hooks/resume     2021-09-20<br>
    &gt; 08:59:41.894951253 +0200<br>
    &gt; @@ -76,6 +76,11 @@<br>
    &gt;                         report_verbose &quot;Rejecting $resume_auto since it is<br>
    &gt; zram&quot;<br>
    &gt;                         ephemeral=true<br>
    &gt;                         ;;<br>
    &gt; +<br>
    &gt; +               /dev/zd[0-9]*)<br>
    &gt; +                       report_verbose &quot;Rejecting $resume_auto since it is<br>
    &gt; zvol&quot;<br>
    &gt; +                       ephemeral=true<br>
    &gt; +                       ;;<br>
    &gt;                 esac<br>
    &gt; <br>
    &gt;                 $ephemeral || break<br>
    &gt; <br>

    -- <br>
    Ben Hutchings<br>
    Knowledge is power.  France is bacon.<br>
    </blockquote></div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ben Hutchings@21:1/5 to Damian Szuberski on Mon Apr 18 21:50:01 2022
    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.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAmJdvtIACgkQ57/I7JWG EQkzaQ//S3kYkzxOcCxoFETT4PbpWFZVE5QZj72tcHVOVdCalN+7QTAzARM/fD7s NQt7U8J+EIxY9nLE6H6DIW50QGFOUqa3ccN6nKSjP8KgWrRbwJuAAQJ8fv7Wusos 3RXRoTfHgk1jrQ6A2edNoeaM1JWn5dFFNDzKJWXMNpZJMn51d50s9vUHd0n3Drgd kqy38nkE0SES3CsuNeg5pV42skham1oRTGyk5mIYK+6vvdDzQJgr79s9h7lOkAjJ UuoQKAyAecc7kNDLic/PakMwXi9F6vD/fY9iE/sGAfrApfP5bimyiXGjkSu8SoeJ 9KLE1rSNCGeKTL3zhKo+yxH4zz+Bg6ru3/GFCfbjET8BADjusv18E2wu0R3NDiEu lgpfIjmBAIVCfN6ugagckvIVM1t+8zBoia1crulS/dikWZfnwWnBhJyis2+fVKLI StKiumx+/K8M3BtOk05Pn6k/IyMhpBrFbYxYM6hnBvKPxKoTKYyhwp6MPS+bLCqM HxLA3Aq/+bvJ6L72CK3eyVlG0qTgtf5K4dEV1EClqAyUVE4WyfEbbyV7fxxi2Ubx PdouMFY355EbLQWm7S/C9klnGiJ0Pl+ShfqZ+1bVtDEFgeNsWdCNhfHP25oBlAyH 7l40ckkrnpKDwSbkR/YS/0GKzx8GgmXjXVwK9lhFZlOQXu8oj+Y=
    =g7MV
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Damian Szuberski@21:1/5 to ben@decadent.org.uk on Fri Apr 22 12:50:01 2022
    Hello Ben!

    I am much obliged for the explanation. I'm sorry I didn't realize Salsa
    follows the casual "GitHub workflow".
    I issued a MR https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/60, I think we can close this thread and continue the discussion there.

    Have a great weekend!

    On Mon, Apr 18, 2022 at 9:41 PM Ben Hutchings <ben@decadent.org.uk> wrote:

    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.



    --
    Damian Szuberski

    <div dir="ltr">Hello Ben!<div><br></div><div>I am much obliged for the explanation. I&#39;m sorry I didn&#39;t realize Salsa follows the casual &quot;GitHub workflow&quot;.</div><div>I issued a MR <a href="https://salsa.debian.org/kernel-team/initramfs-
    tools/-/merge_requests/60">https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/60</a>, I think we can close this thread and continue the discussion there.</div><div><br></div><div>Have a great weekend!</div></div><br><div class="gmail_
    quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 18, 2022 at 9:41 PM Ben Hutchings &lt;<a href="mailto:ben@decadent.org.uk">ben@decadent.org.uk</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px
    solid rgb(204,204,204);padding-left:1ex">On Thu, 2022-04-14 at 08:19 +0200, Damian Szuberski wrote:<br>
    &gt; Hello Ben!<br>
    &gt; <br>
    &gt; Thanks for the reply!<br>
    &gt; I cannot create a MR in web interface not submit it via email<br>
    &gt;<br>
    &gt; ```<br>
    &gt; <br>
    &gt; Unfortunately, your email message to GitLab could not be processed.<br> &gt; <br>
    &gt; You are not allowed to perform this action. If you believe this is in<br> &gt; error, contact a staff member.<br>
    &gt; <br>
    &gt; ```<br>
    &gt; <br>
    &gt; Where could I request for access?<br>
    &gt; <br>

    I&#39;m not familiar with the email interface.<br>

    The important thing is you need to have your own repository on Salsa<br>
    that is forked from the main one - see<br>
    &lt;<a href="https://salsa.debian.org/help/user/project/repository/forking_workflow.md" rel="noreferrer" target="_blank">https://salsa.debian.org/help/user/project/repository/forking_workflow.md</a>&gt;.<br>

    Once you&#39;ve done that, you should be able to push a branch to your<br> repository and open an MR - see<br>
    &lt;<a href="https://salsa.debian.org/help/user/project/merge_requests/creating_merge_requests.md" rel="noreferrer" target="_blank">https://salsa.debian.org/help/user/project/merge_requests/creating_merge_requests.md</a>&gt;.<br>

    Ben.<br>

    -- <br>
    Ben Hutchings<br>
    To err is human; to really foul things up requires a computer.<br> </blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Damian Szuberski</div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)