Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Joe Millenbach
On Thu, Feb 14, 2013 at 4:23 PM, Stephen Rothwell wrote: > Hi Greg, > > On Thu, 14 Feb 2013 16:02:29 -0800 Greg KH wrote: >> On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: >> > >> > Also, has someone checked to see if any of the CONFIG_ symbols that had a >> > dependency on

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Joe Millenbach
On Thu, Feb 14, 2013 at 4:23 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi Greg, On Thu, 14 Feb 2013 16:02:29 -0800 Greg KH g...@kroah.com wrote: On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: Also, has someone checked to see if any of the CONFIG_ symbols that had

[PATCH] input: drop unnecessary dependencies on TTY

2013-02-05 Thread Joe Millenbach
Backing out changes made in earlier TTY removal patch. Switched to only one dependency in SERPORT on TTY instead of many incorrect dependencies. Signed-off-by: Joe Millenbach Reported-by: Dmitry Torokhov --- drivers/input/joystick/Kconfig|4 drivers/input/keyboard/Kconfig

[PATCH] input: drop unnecessary dependencies on TTY

2013-02-05 Thread Joe Millenbach
Backing out changes made in earlier TTY removal patch. Switched to only one dependency in SERPORT on TTY instead of many incorrect dependencies. Signed-off-by: Joe Millenbach jmillenb...@gmail.com Reported-by: Dmitry Torokhov dmitry.torok...@gmail.com --- drivers/input/joystick/Kconfig

Re: [PATCHv5] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-31 Thread Joe Millenbach
On Wed, Jan 30, 2013 at 9:17 PM, Greg Kroah-Hartman wrote: > This isn't going to work because I've already applied this to my tree. > Can you just make a tiny patch against the tty-next git tree to fix up > the differences here for the Input drivers and I can apply that? > > thanks, > > greg k-h

Re: [PATCHv5] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-31 Thread Joe Millenbach
On Wed, Jan 30, 2013 at 9:17 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: This isn't going to work because I've already applied this to my tree. Can you just make a tiny patch against the tty-next git tree to fix up the differences here for the Input drivers and I can apply that?

[PATCHv5] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-30 Thread Joe Millenbach
36 116 -20 bitmap_zero 44 22 -22 release_task 587 562 -25 static.spin_unlock_irqrestore223 187 -36 Signed-off-by: Joe Millenbach Reviewed-by: Josh Triplett Reviewed-by: Jamey Sharp --- v5: Rebasing to 3.8

[PATCHv5] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-30 Thread Joe Millenbach
44 22 -22 release_task 587 562 -25 static.spin_unlock_irqrestore223 187 -36 Signed-off-by: Joe Millenbach jmillenb...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org Reviewed-by: Jamey Sharp ja...@minilop.net

Re: linux-next: manual merge of the tty tree with the input tree

2013-01-28 Thread Joe Millenbach
On Mon, Jan 28, 2013 at 9:33 PM, Dmitry Torokhov wrote: > Please revert the input changes and add *ONE* new dependency to the > serport driver. > > Thanks. > > -- > Dmitry Apologies on this. I must have misunderstood the problem originally, and I definitely misunderstood your solution until I

Re: linux-next: manual merge of the tty tree with the input tree

2013-01-28 Thread Joe Millenbach
On Mon, Jan 28, 2013 at 9:33 AM, Dmitry Torokhov wrote: > On Mon, Jan 28, 2013 at 06:46:15AM -0800, Greg KH wrote: >> On Mon, Jan 28, 2013 at 08:44:24PM +1100, Stephen Rothwell wrote: >> > Hi Greg, >> > >> > Today's linux-next merge of the tty tree got a conflict in >> >

Re: linux-next: manual merge of the tty tree with the input tree

2013-01-28 Thread Joe Millenbach
On Mon, Jan 28, 2013 at 9:33 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Mon, Jan 28, 2013 at 06:46:15AM -0800, Greg KH wrote: On Mon, Jan 28, 2013 at 08:44:24PM +1100, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the tty tree got a conflict in

Re: linux-next: manual merge of the tty tree with the input tree

2013-01-28 Thread Joe Millenbach
On Mon, Jan 28, 2013 at 9:33 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Please revert the input changes and add *ONE* new dependency to the serport driver. Thanks. -- Dmitry Apologies on this. I must have misunderstood the problem originally, and I definitely misunderstood your

[PATCHv4] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-17 Thread Joe Millenbach
674 652 -22 static.spin_unlock_irqrestore 308 260 -48 Signed-off-by: Joe Millenbach Reviewed-by: Jamey Sharp --- v4: Rebasing to 3.8 rc to allow longer testing as requested by Greg Kroah-Hartman, and applying same checks as in

[PATCHv4] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-17 Thread Joe Millenbach
static.spin_unlock_irqrestore308 260 -48 Signed-off-by: Joe Millenbach jmillenb...@gmail.com Reviewed-by: Jamey Sharp ja...@minilop.net --- v4: Rebasing to 3.8 rc to allow longer testing as requested by Greg Kroah-Hartman, and applying same checks as in v3 to new code

Re: [PATCHv3] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-11-26 Thread Joe Millenbach
serial. > > thanks, > -- > js Will do on both counts (wait until 3.8-rc1, rebase, and search for TTY uses in new drivers). - Joe Millenbach -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCHv3] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-11-26 Thread Joe Millenbach
. thanks, -- js Will do on both counts (wait until 3.8-rc1, rebase, and search for TTY uses in new drivers). - Joe Millenbach -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

[PATCHv3] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-11-15 Thread Joe Millenbach
_18289 18219 -70 do_task_stat29622892 -70 flush_unauthorized_files 740 614-126 static._rs 14401280-160 static.__key 85608384-176

[PATCHv3] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-11-15 Thread Joe Millenbach
29622892 -70 flush_unauthorized_files 740 614-126 static._rs 14401280-160 static.__key85608384-176 Signed-off-by: Joe Millenbach jmillenb...@gmail.com

Re: [PATCHv2] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-09-03 Thread Joe Millenbach
On Mon, Sep 3, 2012 at 2:45 PM, Jiri Slaby wrote: > On 09/03/2012 11:24 PM, Joe Millenbach wrote: >> I do not have a Power PC system to test on > > Neither do I. But that is no excuse to break it. There are > cross-compilers for instance. True. I was not saying I should leave

Re: [PATCHv2] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-09-03 Thread Joe Millenbach
On Mon, Sep 3, 2012 at 2:15 PM, Jiri Slaby wrote: > > On 09/03/2012 02:44 AM, Joe Millenbach wrote: > > The option allows you to remove TTY and compile without errors. This > > saves space on systems that won't support TTY interfaces anyway. > > bloat

Re: [PATCHv2] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-09-03 Thread Joe Millenbach
On Mon, Sep 3, 2012 at 2:15 PM, Jiri Slaby jsl...@suse.cz wrote: On 09/03/2012 02:44 AM, Joe Millenbach wrote: The option allows you to remove TTY and compile without errors. This saves space on systems that won't support TTY interfaces anyway. bloat-o-meter output is below

Re: [PATCHv2] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-09-03 Thread Joe Millenbach
On Mon, Sep 3, 2012 at 2:45 PM, Jiri Slaby jsl...@suse.cz wrote: On 09/03/2012 11:24 PM, Joe Millenbach wrote: I do not have a Power PC system to test on Neither do I. But that is no excuse to break it. There are cross-compilers for instance. True. I was not saying I should leave it, only

[PATCHv2] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-09-02 Thread Joe Millenbach
_18289 18219 -70 do_task_stat29622892 -70 flush_unauthorized_files 740 614-126 static._rs 14401280-160 static.__key 85608384-176

[PATCHv2] x86: Removing invalid reference to Intel CPUs in CONFIG_SWIOTLB

2012-09-02 Thread Joe Millenbach
Deleted the no longer valid example of which x86 CPUs lack a hardware IOMMU, and moved the "If unsure..." statement to a new line to follow the style of surrounding options. Signed-off-by: Joe Millenbach Reviewed-by: Josh Triplett --- v2: Incorporated feedback from Konrad Rzes

[PATCHv2] x86: Removing invalid reference to Intel CPUs in CONFIG_SWIOTLB

2012-09-02 Thread Joe Millenbach
Deleted the no longer valid example of which x86 CPUs lack a hardware IOMMU, and moved the If unsure... statement to a new line to follow the style of surrounding options. Signed-off-by: Joe Millenbach jmillenb...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- v2: Incorporated

[PATCHv2] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-09-02 Thread Joe Millenbach
29622892 -70 flush_unauthorized_files 740 614-126 static._rs 14401280-160 static.__key85608384-176 Signed-off-by: Joe Millenbach jmillenb...@gmail.com

Fwd: [PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-08-23 Thread Joe Millenbach
-- Forwarded message -- From: Joe Millenbach Date: Thu, Aug 23, 2012 at 5:56 PM Subject: Re: [PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY To: Alan Cox Cc: Greg Kroah-Hartman , Alan Cox , linux-ser...@vger.kernel.org, linux-kernel@vger.kernel.org, Josh Triplett

Fwd: [PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-08-23 Thread Joe Millenbach
-- Forwarded message -- From: Joe Millenbach jmillenb...@gmail.com Date: Thu, Aug 23, 2012 at 5:56 PM Subject: Re: [PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY To: Alan Cox a...@lxorguk.ukuu.org.uk Cc: Greg Kroah-Hartman gre...@linuxfoundation.org, Alan Cox

[PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-08-20 Thread Joe Millenbach
_18289 18219 -70 do_task_stat29622892 -70 flush_unauthorized_files 740 614-126 static._rs 14401280-160 static.__key 85608384-176

[PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY

2012-08-20 Thread Joe Millenbach
29622892 -70 flush_unauthorized_files 740 614-126 static._rs 14401280-160 static.__key85608384-176 Signed-off-by: Joe Millenbach jmillenb...@gmail.com

[PATCH] x86: Changing date reference in CONFIG_SWIOTLB help from a relative to fixed point

2012-08-04 Thread Joe Millenbach
CONFIG_SWIOTLB's existing help information refers to "the current generation of Intel's x86-64 CPUs", but the statement is no longer true. After researching on Intel's ark site, I changed the statement to the also true "all Intel CPUs released before 2008". Signed-of

[PATCH] x86: Changing date reference in CONFIG_SWIOTLB help from a relative to fixed point

2012-08-04 Thread Joe Millenbach
CONFIG_SWIOTLB's existing help information refers to the current generation of Intel's x86-64 CPUs, but the statement is no longer true. After researching on Intel's ark site, I changed the statement to the also true all Intel CPUs released before 2008. Signed-off-by: Joe Millenbach jmillenb

[tip:x86/boot] x86, boot: Removed unused debug flag and set code

2012-07-21 Thread tip-bot for Joe Millenbach
Commit-ID: 641a1cebfe2f05fa1a48503d816fc70cf707d033 Gitweb: http://git.kernel.org/tip/641a1cebfe2f05fa1a48503d816fc70cf707d033 Author: Joe Millenbach AuthorDate: Thu, 19 Jul 2012 18:04:40 -0700 Committer: H. Peter Anvin CommitDate: Sat, 21 Jul 2012 11:07:29 -0700 x86, boot: Removed

[PATCH 0/7] x86/boot: Shrink the decompression stub: conditionally exclude cmdline processing

2012-07-21 Thread Joe Millenbach
instead. And when not compiled with earlyprintk debugging, the command-line processing code now has nothing to configure, so exclude it entirely. Gokul Caushik (1): x86/boot: Exclude cmdline.c if you can't use it Joe Millenbach (6): x86/boot: Removed quiet flag and switched quiet output to debug

[PATCH 0/7] x86/boot: Shrink the decompression stub: conditionally exclude cmdline processing

2012-07-21 Thread Joe Millenbach
instead. And when not compiled with earlyprintk debugging, the command-line processing code now has nothing to configure, so exclude it entirely. Gokul Caushik (1): x86/boot: Exclude cmdline.c if you can't use it Joe Millenbach (6): x86/boot: Removed quiet flag and switched quiet output to debug

[tip:x86/boot] x86, boot: Removed unused debug flag and set code

2012-07-21 Thread tip-bot for Joe Millenbach
Commit-ID: 641a1cebfe2f05fa1a48503d816fc70cf707d033 Gitweb: http://git.kernel.org/tip/641a1cebfe2f05fa1a48503d816fc70cf707d033 Author: Joe Millenbach jmillenb...@gmail.com AuthorDate: Thu, 19 Jul 2012 18:04:40 -0700 Committer: H. Peter Anvin h...@zytor.com CommitDate: Sat, 21 Jul 2012 11

[PATCH 5/7] x86/boot: Removed unused debug flag and set code

2012-07-19 Thread Joe Millenbach
As we're no longer using the flag we don't need to extract the value from the command line and store it. This is a step towards removing command line parameter code. Signed-off-by: Joe Millenbach Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett --- arch/x86/boot/compressed/misc.c

[PATCH 2/7] x86/boot: Wrap debug printing in a new debug_putstr function

2012-07-19 Thread Joe Millenbach
Change all instances of if (debug) putstr(...) to a new debug_putstr(...). This allows a future change to conditionally stub out debug_putstr to save space. Signed-off-by: Joe Millenbach Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett --- arch/x86/boot/compressed/misc.c | 18

[PATCH 7/7] x86/boot: Exclude cmdline.c if you can't use it

2012-07-19 Thread Joe Millenbach
-off-by: Joe Millenbach Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett --- arch/x86/boot/compressed/cmdline.c |4 arch/x86/boot/compressed/misc.h|5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/x86/boot/compressed/cmdline.c b/arch/x86/boot

[PATCH 6/7] x86/boot: Exclude early_serial_console.c if can't use it.

2012-07-19 Thread Joe Millenbach
Removes early_serial_console.c code if we don't have the config option that enables it (EARLY_PRINTK). When disabling this code, make early_serial_base a constant 0 to allow the compiler to optimize away the code that checks for early_serial_base. Signed-off-by: Joe Millenbach Signed-off

[PATCH 3/7] x86/boot: Changed error putstr path to match new debug_putstr format

2012-07-19 Thread Joe Millenbach
For consistency we changed the error output path to match the new debug path. Signed-off-by: Joe Millenbach Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett --- arch/x86/boot/compressed/misc.c |6 +++--- arch/x86/boot/compressed/misc.h |1 + 2 files changed, 4 insertions(+), 3

[PATCH 1/7] x86/boot: Removed quiet flag and switched quiet output to debug flag

2012-07-19 Thread Joe Millenbach
There are only 3 uses of the quiet flag and they all protect output that is only useful for debugging the stub, therefore we switched to using the debug flag for all extra output. Signed-off-by: Joe Millenbach Signed-off-by: Gokul Caushik Reviewed-by: Josh Triplett --- arch/x86/boot

[PATCH 1/7] x86/boot: Removed quiet flag and switched quiet output to debug flag

2012-07-19 Thread Joe Millenbach
There are only 3 uses of the quiet flag and they all protect output that is only useful for debugging the stub, therefore we switched to using the debug flag for all extra output. Signed-off-by: Joe Millenbach jmillenb...@gmail.com Signed-off-by: Gokul Caushik caush...@gmail.com Reviewed-by: Josh

[PATCH 3/7] x86/boot: Changed error putstr path to match new debug_putstr format

2012-07-19 Thread Joe Millenbach
For consistency we changed the error output path to match the new debug path. Signed-off-by: Joe Millenbach jmillenb...@gmail.com Signed-off-by: Gokul Caushik caush...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- arch/x86/boot/compressed/misc.c |6 +++--- arch/x86/boot

[PATCH 6/7] x86/boot: Exclude early_serial_console.c if can't use it.

2012-07-19 Thread Joe Millenbach
Removes early_serial_console.c code if we don't have the config option that enables it (EARLY_PRINTK). When disabling this code, make early_serial_base a constant 0 to allow the compiler to optimize away the code that checks for early_serial_base. Signed-off-by: Joe Millenbach jmillenb

[PATCH 7/7] x86/boot: Exclude cmdline.c if you can't use it

2012-07-19 Thread Joe Millenbach
kernel image. Signed-off-by: Joe Millenbach jmillenb...@gmail.com Signed-off-by: Gokul Caushik caush...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- arch/x86/boot/compressed/cmdline.c |4 arch/x86/boot/compressed/misc.h|5 +++-- 2 files changed, 7 insertions(+), 2

[PATCH 2/7] x86/boot: Wrap debug printing in a new debug_putstr function

2012-07-19 Thread Joe Millenbach
Change all instances of if (debug) putstr(...) to a new debug_putstr(...). This allows a future change to conditionally stub out debug_putstr to save space. Signed-off-by: Joe Millenbach jmillenb...@gmail.com Signed-off-by: Gokul Caushik caush...@gmail.com Reviewed-by: Josh Triplett j

[PATCH 5/7] x86/boot: Removed unused debug flag and set code

2012-07-19 Thread Joe Millenbach
As we're no longer using the flag we don't need to extract the value from the command line and store it. This is a step towards removing command line parameter code. Signed-off-by: Joe Millenbach jmillenb...@gmail.com Signed-off-by: Gokul Caushik caush...@gmail.com Reviewed-by: Josh Triplett j