Re: [PATCHv2 0/3] Kernel Live Patching

2014-11-18 Thread Seth Jennings
On Tue, Nov 18, 2014 at 03:23:49PM +0100, Jiri Slaby wrote: > On 11/17/2014, 03:54 PM, Seth Jennings wrote: > > On Mon, Nov 17, 2014 at 02:33:02PM +0900, Masami Hiramatsu wrote: > >> Hmm, btw, "LP" and "LPC" remind me line-printer and LPC bus :( > >> Can we use LKP (Live Kernel Patching) or KLP (Ke

Re: [PATCHv2 0/3] Kernel Live Patching

2014-11-18 Thread Jiri Slaby
On 11/17/2014, 03:54 PM, Seth Jennings wrote: > On Mon, Nov 17, 2014 at 02:33:02PM +0900, Masami Hiramatsu wrote: >> Hmm, btw, "LP" and "LPC" remind me line-printer and LPC bus :( >> Can we use LKP (Live Kernel Patching) or KLP (Kernel Live Patching) instead ? > > Jiri S also mentioned this so I g

Re: [PATCHv2 0/3] Kernel Live Patching

2014-11-17 Thread Seth Jennings
On Mon, Nov 17, 2014 at 02:33:02PM +0900, Masami Hiramatsu wrote: > Hi Seth, > > (2014/11/17 10:29), Seth Jennings wrote: > > Changelog: > > > > Thanks for all the feedback! > > > > changes in v2: > > - rebase to next-20141113 > > - add copyright/license block to livepatch.h > > - add _LINUX pre

Re: [PATCHv2 0/3] Kernel Live Patching

2014-11-17 Thread Steven Rostedt
On Mon, 17 Nov 2014 14:33:02 +0900 Masami Hiramatsu wrote: > > - s/lp/lpc for module notifier elements > > Hmm, btw, "LP" and "LPC" remind me line-printer and LPC bus :( LPC and LP remind me of "Linux Plumbers Conference" J -- Steve -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCHv2 0/3] Kernel Live Patching

2014-11-16 Thread Masami Hiramatsu
Hi Seth, (2014/11/17 10:29), Seth Jennings wrote: > Changelog: > > Thanks for all the feedback! > > changes in v2: > - rebase to next-20141113 > - add copyright/license block to livepatch.h > - add _LINUX prefix to header defines > - replace semaphore with mutex > - add LPC_ prefix to state enum

[PATCHv2 0/3] Kernel Live Patching

2014-11-16 Thread Seth Jennings
Changelog: Thanks for all the feedback! changes in v2: - rebase to next-20141113 - add copyright/license block to livepatch.h - add _LINUX prefix to header defines - replace semaphore with mutex - add LPC_ prefix to state enum - convert BUGs to WARNs and handle properly - change Kconfig default t