All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 6764] New: Support for kernel signed modules
@ 2014-01-06 19:03 bugzilla at busybox.net
  2014-01-06 19:06 ` [Buildroot] [Bug 6764] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-01-06 19:03 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6764

           Summary: Support for kernel signed modules
           Product: buildroot
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: cassiano at idbinfo.com.br
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Attached is a patch which enable signed kernel modules usage, when stripping is
activated on build options

If modules are stripped, the signing key is removed from it, preventing module
load.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 6764] Support for kernel signed modules
  2014-01-06 19:03 [Buildroot] [Bug 6764] New: Support for kernel signed modules bugzilla at busybox.net
@ 2014-01-06 19:06 ` bugzilla at busybox.net
  2014-01-06 19:20 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-01-06 19:06 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6764

--- Comment #1 from Cassiano Martin <cassiano@idbinfo.com.br> 2014-01-06 19:06:09 UTC ---
Created attachment 5162
  --> https://bugs.busybox.net/attachment.cgi?id=5162
signed modules patch

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 6764] Support for kernel signed modules
  2014-01-06 19:03 [Buildroot] [Bug 6764] New: Support for kernel signed modules bugzilla at busybox.net
  2014-01-06 19:06 ` [Buildroot] [Bug 6764] " bugzilla at busybox.net
@ 2014-01-06 19:20 ` bugzilla at busybox.net
  2014-02-07  8:40 ` bugzilla at busybox.net
  2014-02-23 14:51 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-01-06 19:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6764

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998 at free.fr

--- Comment #2 from Yann E. MORIN <yann.morin.1998@free.fr> 2014-01-06 19:20:26 UTC ---
Cassiano, All,

Thanks for your patch.

Could you please conmtribute it as explained in the manual, please?
http://buildroot.net/downloads/manual/manual.html#_contributing_to_buildroot

We do not use the bug-tracker to submit patches, only to track
actual and unsolved issues.

Regards,
Yann E. MORIN.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 6764] Support for kernel signed modules
  2014-01-06 19:03 [Buildroot] [Bug 6764] New: Support for kernel signed modules bugzilla at busybox.net
  2014-01-06 19:06 ` [Buildroot] [Bug 6764] " bugzilla at busybox.net
  2014-01-06 19:20 ` bugzilla at busybox.net
@ 2014-02-07  8:40 ` bugzilla at busybox.net
  2014-02-23 14:51 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-02-07  8:40 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6764

--- Comment #3 from Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> 2014-02-07 08:40:52 UTC ---
Hi Cassiano, 

Do you mind sending your patch to the mailing list?
This will facilitate review and discussion on the patch, and finally
integration in buildroot itself.
You will need to be subscribed to the list, though.
http://www.buildroot.org/lists.html

Thanks in advance!
Thomas

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 6764] Support for kernel signed modules
  2014-01-06 19:03 [Buildroot] [Bug 6764] New: Support for kernel signed modules bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2014-02-07  8:40 ` bugzilla at busybox.net
@ 2014-02-23 14:51 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2014-02-23 14:51 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6764

Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #4 from Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> 2014-02-23 14:51:22 UTC ---
A better solution to this problem would be to strip the modules before signing.
However, this should be done in the kernel rather than in buildroot.
Please discuss the matter upstream, once it is fixed there, it will be in
buildroot too (when using these newer kernels). Thanks.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-23 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-06 19:03 [Buildroot] [Bug 6764] New: Support for kernel signed modules bugzilla at busybox.net
2014-01-06 19:06 ` [Buildroot] [Bug 6764] " bugzilla at busybox.net
2014-01-06 19:20 ` bugzilla at busybox.net
2014-02-07  8:40 ` bugzilla at busybox.net
2014-02-23 14:51 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.