All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel patches
@ 2014-08-22 12:17 Sona Sarmadi
  2014-08-22 12:49 ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Sona Sarmadi @ 2014-08-22 12:17 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hi all,

I wonder how you handle the kernel patches? 

I want to apply a security kernel patch to Linux-yocto 3.10  which is used by Romely:

meta-inte/meta-romley/conf/machine/romley-ivb.conf:PREFERRED_VERSION_linux-yocto ?= "3.10%"

For me the obvious way to fix this is:
1) Create >> "poky/meta/recipes-kernel/linux/files" directory and add the patch file there

2) modify: poky/meta/recipes-kernel/linux/linux-yocto_3.10.bb


-SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

+SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta \
+          file://Fix_for_CVE-2014-0196_pty_layer_race_condition.patch \
+          "

Please let me know if this is the correct way. And also let me know if I upstream this kernel patch to yocto, will yocto accept it (if the patch looks correct of course). Please let me know if you prefer to apply security patches to kernels in some different way.

Thanks
BR - Sona



^ permalink raw reply	[flat|nested] 9+ messages in thread
* kernel patches
@ 2003-05-12 17:26 Chris Babcock
  2003-05-12 17:55 ` Russell Coker
  2003-05-12 18:48 ` Stephen Smalley
  0 siblings, 2 replies; 9+ messages in thread
From: Chris Babcock @ 2003-05-12 17:26 UTC (permalink / raw)
  To: SE Linux

Since the selinux project doesn't apply any patches to the distributed
kernel, what kernel patches have those who have been having good success
with selinux been using?

Also, I have seen some vocal opposition to the current implementation of
LSM in 2.5 on lklm.  Has there been any resolution, and where does this
put selinux on 2.5?

-Chris

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Kernel patches
@ 2002-03-08 17:23 Jacky Lam
  2002-03-08 17:42 ` Andreas Dilger
  0 siblings, 1 reply; 9+ messages in thread
From: Jacky Lam @ 2002-03-08 17:23 UTC (permalink / raw)
  To: linux-kernel

Hi,

    I want to make some statistics on all kernel patches. Could someone tell
me how can I gather all the patches sending to Linus, Alan Cox.....?
    Thanks.

Jacky


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

end of thread, other threads:[~2014-08-22 16:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 12:17 kernel patches Sona Sarmadi
2014-08-22 12:49 ` Bruce Ashfield
2014-08-22 16:02   ` Sona Sarmadi
2014-08-22 16:27     ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2003-05-12 17:26 Chris Babcock
2003-05-12 17:55 ` Russell Coker
2003-05-12 18:48 ` Stephen Smalley
2002-03-08 17:23 Kernel patches Jacky Lam
2002-03-08 17:42 ` Andreas Dilger

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.