public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* OK, let's try cleaning up another nit.  Is anyone paying attention?
@ 2001-04-19 22:50 Eric S. Raymond
  0 siblings, 0 replies; 14+ messages in thread
From: Eric S. Raymond @ 2001-04-19 22:50 UTC (permalink / raw)
  To: CML2, kbuild-devel

Remove dead CONFIG_BINFMT_JAVA symbol.

--- arch/cris/config.in	2001/04/18 14:18:58	1.1
+++ arch/cris/config.in	2001/04/18 14:19:11
@@ -18,9 +18,6 @@
 bool 'System V IPC' CONFIG_SYSVIPC
 
 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-  tristate 'Kernel support for JAVA binaries' CONFIG_BINFMT_JAVA
-fi
 
 bool 'Use kernel gdb debugger' CONFIG_KGDB
 
--- arch/cris/defconfig	2001/04/18 14:31:34	1.1
+++ arch/cris/defconfig	2001/04/18 14:31:39
@@ -14,7 +14,6 @@
 CONFIG_NET=y
 CONFIG_SYSVIPC=y
 CONFIG_BINFMT_ELF=y
-# CONFIG_BINFMT_JAVA is not set
 # CONFIG_KGDB is not set
 # CONFIG_ETRAX_WATCHDOG is not set
 CONFIG_USE_SERIAL_CONSOLE=y
--- arch/parisc/config.in	2001/04/18 14:18:08	1.1
+++ arch/parisc/config.in	2001/04/18 14:18:28
@@ -66,9 +66,6 @@
 tristate 'Kernel support for SOM binaries' CONFIG_BINFMT_SOM
 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-  tristate 'Kernel support for JAVA binaries (obsolete)' CONFIG_BINFMT_JAVA
-fi
 
 endmenu
 
--- arch/parisc/defconfig	2001/04/18 14:18:49	1.1
+++ arch/parisc/defconfig	2001/04/18 14:18:53
@@ -40,7 +40,6 @@
 CONFIG_BINFMT_SOM=y
 CONFIG_BINFMT_ELF=y
 # CONFIG_BINFMT_MISC is not set
-# CONFIG_BINFMT_JAVA is not set
 
 #
 # Parallel port support

End of diffs.
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

Such are a well regulated militia, composed of the freeholders,
citizen and husbandman, who take up arms to preserve their property,
as individuals, and their rights as freemen.
        -- "M.T. Cicero", in a newspaper letter of 1788 touching the "militia" 
            referred to in the Second Amendment to the Constitution.

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: OK, let's try cleaning up another nit. Is anyone paying attention?
@ 2001-04-20  2:36 Matthew Wilcox
  2001-04-20  3:00 ` Eric S. Raymond
  0 siblings, 1 reply; 14+ messages in thread
From: Matthew Wilcox @ 2001-04-20  2:36 UTC (permalink / raw)
  To: esr; +Cc: linux-kernel, parisc-linux

On Thu, Apr 19, 2001 at 18:50:34 EDT, Eric S. Raymond wrote:
> Remove dead CONFIG_BINFMT_JAVA symbol.

Please don't do this, it just makes merging our patches with Linus harder.
This has already been done in our tree since Feb 1.  In fact, please
don't touch anything in the tree which is PA specific; we have a large
arch update pending.

http://puffin.external.hp.com/cvs/linux/arch/parisc/config.in?log=y

shows the current state of our config.in, if you're curious.  If you
have any changes you want to make, don't hesitate to coordinate with us
by mailing parisc-linux@parisc-linux.org.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [parisc-linux] Re: OK, let's try cleaning up another nit. Is anyone paying attention?
  2001-04-20  3:00 ` Eric S. Raymond
@ 2001-04-20 13:08 Alan Cox
  2001-07-29 10:47 ` Riley Williams
  0 siblings, 1 reply; 14+ messages in thread
From: Alan Cox @ 2001-04-20 13:08 UTC (permalink / raw)
  To: esr; +Cc: Matthew Wilcox, linux-kernel, parisc-linux

> What is the right procedure for doing changes like this?  Is "don't
> touch that tree" a permanent condition, or am I going to get a chance
> to clean up the global CONFIG_ namespace after your next merge-down?

Feeding arch related stuff to the architecture maintainers.

> That's the main thing I'm after right now -- I want to cut down on
> the false positives in my orphaned-symbol reports so that the actual
> bugs will stand out.

Teach it to read a 'symbolstoignore' file.

Part of the problem you are hitting right now is that most architectures are
not yet fully in sync with 2.4 nor likely to all be for another few iterations.


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

end of thread, other threads:[~2001-07-29 10:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-19 22:50 OK, let's try cleaning up another nit. Is anyone paying attention? Eric S. Raymond
  -- strict thread matches above, loose matches on Subject: below --
2001-04-20  2:36 Matthew Wilcox
2001-04-20  3:00 ` Eric S. Raymond
2001-04-20  3:17   ` Matthew Wilcox
2001-04-20  4:07     ` james rich
2001-04-20  4:19       ` Matthew Wilcox
2001-04-20  4:52         ` Albert D. Cahalan
2001-04-20  5:17           ` Rik van Riel
2001-04-20  8:19       ` David Woodhouse
2001-04-20 19:47     ` Eric S. Raymond
2001-04-20 20:00       ` Matthew Wilcox
2001-04-20 20:13         ` Eric S. Raymond
2001-04-20 20:55       ` Alan Cox
2001-04-20 13:08 [parisc-linux] " Alan Cox
2001-07-29 10:47 ` Riley Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox