Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #74986

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

From Damian Szuberski <szuberskidamian@gmail.com>
Newsgroups linux.debian.kernel
Subject Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume)
Date 2022-04-05 22:20 +0200
Message-ID <E8XOF-6IE7-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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

Back to linux.debian.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Damian Szuberski <szuberskidamian@gmail.com> - 2022-04-05 22:20 +0200
  Re: Patch for initramfs-tools-core  (/usr/share/initramfs-tools/hooks/resume) Ben Hutchings <ben@decadent.org.uk> - 2022-04-11 17:00 +0200
    Re: Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Damian Szuberski <szuberskidamian@gmail.com> - 2022-04-14 08:40 +0200
      Re: Patch for initramfs-tools-core  (/usr/share/initramfs-tools/hooks/resume) Ben Hutchings <ben@decadent.org.uk> - 2022-04-18 21:50 +0200
        Re: Patch for initramfs-tools-core (/usr/share/initramfs-tools/hooks/resume) Damian Szuberski <szuberskidamian@gmail.com> - 2022-04-22 12:50 +0200

csiph-web