linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'
@ 2003-09-07  2:22 Vagn Scott
  2003-09-08 16:36 ` [PATCH] BINFMT_ZFLAT (was [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n') Ricky Beam
  0 siblings, 1 reply; 2+ messages in thread
From: Vagn Scott @ 2003-09-07  2:22 UTC (permalink / raw)
  To: linux-kernel


scripts/kconfig/conf -s arch/i386/Kconfig
boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'

--------------------------------
(please CC: me, as I'm not on the list)

kernel tree built from:
Sat Sep  6 21:35:48 EDT 2003
2.6.0-test4
file:/usr/local/kernel/cset-20030906_2214.txt.gz

-- 
         _~|__
   >@   (vagn(     /
    \`-ooooooooo-'/
  ^^^^^^^^^^^^^^^^^^^^^^^ The best pearls come from happy oysters.


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

* [PATCH] BINFMT_ZFLAT (was [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n')
  2003-09-07  2:22 [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n' Vagn Scott
@ 2003-09-08 16:36 ` Ricky Beam
  0 siblings, 0 replies; 2+ messages in thread
From: Ricky Beam @ 2003-09-08 16:36 UTC (permalink / raw)
  To: Vagn Scott; +Cc: Linux Kernel Mail List, torvalds

[-- Attachment #1: Type: TEXT/PLAIN, Size: 932 bytes --]

On Sat, 6 Sep 2003, Vagn Scott wrote:
>scripts/kconfig/conf -s arch/i386/Kconfig
>boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'

Hear ya go...

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs. (actually, attached)
# User:	jfbeam
# Host:	troz.com
# Root:	/usr/src/linux-2.6-bk

--- 1.5/lib/Kconfig	Thu Jun 19 13:06:56 2003
+++ 1.6/lib/Kconfig	Sun Sep  7 04:33:24 2003
@@ -18,7 +18,7 @@
 config ZLIB_INFLATE
 	tristate
 	default y if CRAMFS=y || PPP_DEFLATE=y || JFFS2_FS=y || ZISOFS_FS=y || BINFMT_ZFLAT=y || CRYPTO_DEFLATE=y
-	default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || BINFMT_ZFLAT=m || CRYPTO_DEFLATE=m
+	default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || CRYPTO_DEFLATE=m

 config ZLIB_DEFLATE
 	tristate

--Ricky


[-- Attachment #2: BK send patch --]
[-- Type: TEXT/PLAIN, Size: 1990 bytes --]

This BitKeeper patch contains the following changesets:
1.1166

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jfbeam
# Host:	troz.com
# Root:	/usr/src/linux-2.6-bk

#
#--- 1.5/lib/Kconfig	Thu Jun 19 13:06:56 2003
#+++ 1.6/lib/Kconfig	Sun Sep  7 04:33:24 2003
#@@ -18,7 +18,7 @@
# config ZLIB_INFLATE
# 	tristate
# 	default y if CRAMFS=y || PPP_DEFLATE=y || JFFS2_FS=y || ZISOFS_FS=y || BINFMT_ZFLAT=y || CRYPTO_DEFLATE=y
#-	default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || BINFMT_ZFLAT=m || CRYPTO_DEFLATE=m
#+	default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || CRYPTO_DEFLATE=m
# 
# config ZLIB_DEFLATE
# 	tristate
#

# Diff checksum=609c8d10


# Patch vers:	1.3
# Patch type:	REGULAR

== ChangeSet ==
torvalds@athlon.transmeta.com|ChangeSet|20020205173056|16047|c1d11a41ed024864
jfbeam@troz.com|ChangeSet|20030906022556|09834
D 1.1166 03/09/07 04:33:43-04:00 jfbeam@troz.com +1 -0
B torvalds@athlon.transmeta.com|ChangeSet|20020205173056|16047|c1d11a41ed024864
C
c [PATCH] BINFMT_ZFLAT cannot be 'm'
K 9961
P ChangeSet
------------------------------------------------

0a0
> zippel@linux-m68k.org[torvalds]|lib/Kconfig|20021030043238|32449|725b16112982a2ee jfbeam@troz.com|lib/Kconfig|20030907083324|65451

== lib/Kconfig ==
zippel@linux-m68k.org[torvalds]|lib/Kconfig|20021030043238|32449|725b16112982a2ee
greg@kroah.com|lib/Kconfig|20030619170656|01325
D 1.6 03/09/07 04:33:24-04:00 jfbeam@troz.com +1 -1
B torvalds@athlon.transmeta.com|ChangeSet|20020205173056|16047|c1d11a41ed024864
C
c BINFMT_ZFLAT is bool
K 65451
O -rw-rw-r--
P lib/Kconfig
------------------------------------------------

D21 1
I21 1
	default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || CRYPTO_DEFLATE=m

# Patch checksum=98a32c8b

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

end of thread, other threads:[~2003-09-08 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-07  2:22 [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n' Vagn Scott
2003-09-08 16:36 ` [PATCH] BINFMT_ZFLAT (was [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n') Ricky Beam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).