Re: random thoughts on DEPRECATED and OBSOLETE

2007-04-28 Thread Robert P. J. Day
stefan makes a number of points, all of which i'll add to the wiki page shortly (if i get ambitious enough), but i'll answer them here as well. On Sat, 28 Apr 2007, Stefan Richter wrote: > Robert P. J. Day wrote: > > http://fsdev.net/wiki/index.php?title=Maturity_levels >

Re: random thoughts on DEPRECATED and OBSOLETE

2007-04-28 Thread Robert P. J. Day
On Sat, 28 Apr 2007, Stefan Richter wrote: > Robert P. J. Day wrote: > > On Sat, 28 Apr 2007, Stefan Richter wrote: > >> Robert P. J. Day wrote: > > i think there's a real benefit in being able to say that you can > > configure and build a kernel that incorp

maturity levels: a first pass

2007-04-28 Thread Robert P. J. Day
DEPRECATED features." + depends on ACTIVATE_MATURITY + default y + +config MATURITY_OBSOLETE + bool "Display OBSOLETE features." + depends on ACTIVATE_MATURITY + default y + config BROKEN bool -- =================

[PATCH] KCONFIG: Set the default for the deprecated sysfs entries to N.

2007-03-04 Thread Robert P. J. Day
Set the default for creating deprecated sysfs files to "no". Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- Given that the help info for this entry states that "None of these features or values should be used today," it makes more sense for the con

[PATCH] KCONFIG: Add some extra info regarding the kernel localversion.

2007-03-04 Thread Robert P. J. Day
A small formatting fix, and add a few lines describing the origin of the git-based "localversion" string for the kernel version. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/init/Kconfig b/init/Kconfig index f977086..4d5aef6 100644 --- a/init/Kc

[PATCH] Kconfig: Replace obsolete "depends" with "depends on".

2007-03-04 Thread Robert P. J. Day
Replace the obsolete variant "depends" with the standardized form "depends on" in Kconfig files. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- given that "depends on" was accepted as the standard Kconfig directive over "depends" and

[PATCH] Kconfig: A couple of grammatical fixes in arch/i386/Kconfig.

2007-03-04 Thread Robert P. J. Day
Fix a couple grammatical errors in arch/i386/Kconfig. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 2f76725..b7a3b2f 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -850,9 +850,9 @@ config RELOCATABLE

[PATCH] Kconfig: Remove reference to external mqueue library.

2007-03-04 Thread Robert P. J. Day
Remove the reference to an external mqueue library since that was merged into glibc in 2004. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/init/Kconfig b/init/Kconfig index f977086..ed2e0d3 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -139,9 +139,7 @@

Re: [PATCH] KCONFIG: Add some extra info regarding the kernel localversion.

2007-03-04 Thread Robert P. J. Day
On Sun, 4 Mar 2007, Randy Dunlap wrote: > On Sun, 4 Mar 2007 06:01:17 -0500 (EST) Robert P. J. Day wrote: > > > > > A small formatting fix, and add a few lines describing the origin of > > the git-based "localversion" string for the kernel version. >

[PATCH] Add some extra info regarding the kernel localversion.

2007-03-04 Thread Robert P. J. Day
Some formatting fixes, add a few lines describing the origin of the git-based localversion string, and remove the last couple of lines that erroneously claim that "git" isn't required for this, and that Perl is. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> -

[PATCH][RFC] Make entire ACPI submenu dependent on PM.

2007-03-04 Thread Robert P. J. Day
Make the visibility of the entire ACPI submenu dependent on PM. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- given that de-selecting Power Management (PM) de-activates the entire contents of the ACPI submenu, it seems pointless to leave the top-level menu entry visible

[PATCH] Fix erroneous "MODVERSIONS" with "CONFIG_MODVERSIONS".

2007-03-07 Thread Robert P. J. Day
Replace the apparently misspelled "MODVERSIONS" preprocessor variable with "CONFIG_MODVERSIONS". Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/drivers/char/rocket.c b/drivers/char/rocket.c index 76357c8..94473fc 100644 --- a/drivers/char/r

[PATCH] MTD: Correct misspelled preprocessor variable "MTD_NAND_DISKONCHIP_BBTWRITE".

2007-03-07 Thread Robert P. J. Day
Replace the apparently misspelled preprocessor variable "MTD_NAND_DISKONCHIP_BBTWRITE" with the correct form "CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE". Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/nand/diskonchip.c b/drivers/mtd/nand/

[PATCH] Replace misspelled "PRINTK" with "CONFIG_PRINTK".

2007-03-07 Thread Robert P. J. Day
Replace the apparently misspelled preprocessor variable "PRINTK" with "CONFIG_PRINTK". Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- not sure who the official maintainer here is, sorry. diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c index 555

Re: [PATCH] Replace misspelled "PRINTK" with "CONFIG_PRINTK".

2007-03-07 Thread Robert P. J. Day
On Wed, 7 Mar 2007, Dave Jones wrote: > On Wed, Mar 07, 2007 at 06:38:32PM -0500, Robert P. J. Day wrote: > > > > Replace the apparently misspelled preprocessor variable "PRINTK" > > with "CONFIG_PRINTK". > > this looks wrong. > > >

the usage of DEBUG_DRIVER seems ambiguous

2007-03-07 Thread Robert P. J. Day
DEBUG_DRIVER drivers/base/Kconfig:config DEBUG_DRIVER ... it's clearly a configuration variable, but it's also being used by itself in a few drivers/net/ source files. is that deliberate? rday -- ======== Robert P. J.

[PATCH] Correct bad CONFIG names in drivers/usb/input/Makefile.

2007-03-26 Thread Robert P. J. Day
Correct the incorrect CONFIG_ variables currently in drivers/usb/input/Makefile that prevent three of the touchscreen source files from being built. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- it *looks* like this is the right fix, but i'm just on my way out the door so

dead CONFIG variables in kernel Makefiles

2007-03-26 Thread Robert P. J. Day
abc.o = NLS_ISO8859_10 = ./fs/nls/Makefile:obj-$(CONFIG_NLS_ISO8859_10) += nls_iso8859-10.o rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net

Re: Why is arch/s390/crypto/Kconfig sourced when building for another arch ?

2007-03-30 Thread Robert P. J. Day
ent. either you allow individual architectures to define their own additional Kconfig files or you don't. mixing the two approaches is a recipe for confusion. rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo

Re: Why is arch/s390/crypto/Kconfig sourced when building for another arch ?

2007-03-30 Thread Robert P. J. Day
On Fri, 30 Mar 2007, Jan Glauber wrote: > On Fri, 2007-03-30 at 05:55 -0400, Robert P. J. Day wrote: > > i'm betting the S390 folks would *really* hate that idea but, if you > > look closely, the generic Kconfig file *already* has some > > arch-dependent conte

updated list of "dead" Makefile CONFIG_ variables

2007-03-31 Thread Robert P. J. Day
console.o = XTENSA_VARIANT_LINUX_CUSTOM = ./arch/xtensa/Makefile:variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM):= custom -- ======== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http:/

Re: updated list of "dead" Makefile CONFIG_ variables

2007-03-31 Thread Robert P. J. Day
On Sat, 31 Mar 2007, Andreas Schwab wrote: > "Robert P. J. Day" <[EMAIL PROTECTED]> writes: > > > = MACHINE = > > ./arch/ppc/boot/simple/Makefile:# zimage-$(CONFIG_MACHINE) and > > zimagerd-$(CONFIG_MACHINE) to the target > > ./arch/ppc/bo

Re: [PATCH 07/16] kconfig-dynamic-frequency.diff

2007-04-01 Thread Robert P. J. Day
ly wants to set a kernel config option to some outrageous value, they should have that freedom. it's called "playing." rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, O

Re: random thoughts on DEPRECATED and OBSOLETE

2007-04-28 Thread Robert P. J. Day
reasonably clear, now it remains to be seen if enough people think it's worth implementing. rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/

Re: random thoughts on DEPRECATED and OBSOLETE

2007-04-28 Thread Robert P. J. Day
On Sun, 29 Apr 2007, Stefan Richter wrote: > I see a discussion on OBSOLETE vs. BROKEN there, which even ended in > a consensus, but I do not see an explicit discussion on OBSOLETE vs. > DEPRECATED. i think this online definition matches what i have in mind: http://www.google.com/search?hl=en&rl

Re: random thoughts on DEPRECATED and OBSOLETE

2007-04-28 Thread Robert P. J. Day
On Sun, 29 Apr 2007, Stefan Richter wrote: > Robert P. J. Day wrote: > > i think this online definition matches what i have in mind: > > > > http://www.google.com/search?hl=en&rls=GGGL,GGGL:2006-10,GGGL:en&defl=en&q=define:Deprecated&sa=X&oi=glossar

[PATCH] SCSI: Remove redundant GFP_KERNEL type flag in kmalloc().

2007-04-30 Thread Robert P. J. Day
Remove the apparently redundant GFP_KERNEL type flag in the call to kmalloc(). Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/aic7xxx_old.c b/drivers/scsi/aic7xxx_old.c index a988d5a..765ded0 100644 --- a/drivers/scsi/aic7xxx_old.c +++ b/driver

[PATCH] I2O: Remove redundant GFP_KERNEL type flag in kmalloc().

2007-04-30 Thread Robert P. J. Day
Remove the apparently redundant GFP_KERNEL type flag in the call to kmalloc(). Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/drivers/message/i2o/device.c b/drivers/message/i2o/device.c index b9df143..8ef3ca4 100644 --- a/drivers/message/i2o/device.c +++ b/drivers/m

Re: can a kmalloc be both GFP_ATOMIC and GFP_KERNEL at the same time?

2007-04-30 Thread Robert P. J. Day
On Mon, 30 Apr 2007, Andrew Morton wrote: > On Sat, 28 Apr 2007 09:40:39 -0400 (EDT) "Robert P. J. Day" <[EMAIL > PROTECTED]> wrote: > > > > > i'd always assumed that the type flags of GFP_ATOMIC and GFP_KERNEL > > were mutually exclusive when

Re: can a kmalloc be both GFP_ATOMIC and GFP_KERNEL at the same time?

2007-04-30 Thread Robert P. J. Day
On Mon, 30 Apr 2007, Jan Engelhardt wrote: > > On Apr 30 2007 04:46, Robert P. J. Day wrote: > >> > > >> > i'd always assumed that the type flags of GFP_ATOMIC and GFP_KERNEL > >> > were mutually exclusive when it came to calling kmalloc(), at lea

[PATCH] KCONFIG: Correct minor typo in Kconfig warning message.

2007-04-30 Thread Robert P. J. Day
Correct a minor spelling mistake in a Kconfig warning message. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index c86c27f..f14aeac 100644 --- a/scripts/kconfig/menu.c +++ b/scripts/kconfig/menu.c @@ -203,7 +203,7 @

[PATCH][RFC] Allow the i386 install.sh script to try the generic installkernel.

2007-05-01 Thread Robert P. J. Day
Allow the install script arch/i386/boot/install.sh to fall back to try the generic "installkernel" command if a CROSS_COMPILE version isn't available. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- the rationale here: after cross-compiling the kernel for x8

Re: pcmcia ioctl removal

2007-05-01 Thread Robert P. J. Day
tle consistency would be nice here, don't you think? rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page =

Re: pcmcia ioctl removal

2007-05-01 Thread Robert P. J. Day
On Tue, 1 May 2007, Willy Tarreau wrote: > On Tue, May 01, 2007 at 05:16:13AM -0400, Robert P. J. Day wrote: ... snip ... > > in other words, the PCMCIA ioctl feature *has* been listed as > > obsolete for quite some time, and is already a *year and a half* > > overdue fo

so ... what *are* candidates for removal?

2007-05-01 Thread Robert P. J. Day
ored. :-) rday -- ============ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page - To unsubscribe from this list

Re: [PATCH] drivers/scsi/pci2000.h: Remove unused file

2007-05-01 Thread Robert P. J. Day
day -- ==== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page - To unsubscribe from this list: send the line "uns

dead headers under drivers/

2007-05-01 Thread Robert P. J. Day
output of the script, anyway.) rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index

[PATCH] NET: Delete unused header file net/ipv4/tcp_yeah.h.

2007-05-01 Thread Robert P. J. Day
Delete the apparently unused header file net/ipv4/tcp_yeah.h. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- kind of odd that this header file is unreferenced since there's a matching source file net/ipv4/tcp_yeah.c. oh, well ... diff --git a/net/ipv4/tcp_yeah.h

Re: [patch 01/10] compiler: define __attribute_unused__

2007-05-02 Thread Robert P. J. Day
ers/net/declance.c:#define __unused __attribute__ ((unused)) drivers/misc/thinkpad_acpi.c:#define __unused __attribute__ ((unused)) i think "__unused" is the clear choice here. rday -- ============ Robert P. J. Day Linux Cons

Re: [patch 01/10] compiler: define __attribute_unused__

2007-05-02 Thread Robert P. J. Day
On Wed, 2 May 2007, David Rientjes wrote: > On Wed, 2 May 2007, Robert P. J. Day wrote: > > > not only that, but there are numerous files that *already* use > > "__unused": > > > > $ grep -rw __unused * > > ... snip lots of output here ... > >

Re: so ... what *are* candidates for removal?

2007-05-02 Thread Robert P. J. Day
redibly wasteful to take the time to create and submit a feature removal patch that ends up just *establishing* that something shouldn't be deleted yet. i'm sure most people here can think of better things to do with their time. rday -- ====

Re: so ... what *are* candidates for removal?

2007-05-02 Thread Robert P. J. Day
removed go. read. comment. update. add. remove. it's a wiki. don't make me pull this car over and explain it. :-) rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main

Re: so ... what *are* candidates for removal?

2007-05-02 Thread Robert P. J. Day
it. as it is, i think this issue has been flogged adequately on this mailing list, and it can safely be moved elsewhere where people who care about it can still get to it. rday -- ================ Robert P. J. Day Linux Consulting, Training and

[PATCH] VIDEO: Remove archaic if[] construct from Kconfig file.

2007-05-02 Thread Robert P. J. Day
Remove the obsolete "if [ ]" construct from the video console Kconfig file. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- not sure who should have been CCed on this one. diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index aa3935d..63b8

dead CONFIG variables: first in a series

2007-05-02 Thread Robert P. J. Day
/page_alloc.c: MAX_ACTIVE_REGIONS); is it fair to say there's something strange going on here before i run any more tests? rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA

dead CONFIG variables: the kernel/ directory

2007-05-02 Thread Robert P. J. Day
$ ../dead_config.sh kernel == PROVE_SPIN_LOCKING == kernel/spinlock.c:#ifdef CONFIG_PROVE_SPIN_LOCKING rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario

dead CONFIG variables: net/atm/

2007-05-02 Thread Robert P. J. Day
$ ../dead_config.sh net/atm == BR2684_FAST_TRANS == net/atm/br2684.c:#ifdef CONFIG_BR2684_FAST_TRANS net/atm/br2684.c:#endif /* CONFIG_BR2684_FAST_TRANS */ rday -- Robert P. J. Day Linux Consulting

dead CONFIG variables: net/irda/

2007-05-02 Thread Robert P. J. Day
-- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

dead CONFIG variables: net/wanrouter/

2007-05-02 Thread Robert P. J. Day
-- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page - To unsubscribe from this list: send the line "unsubs

dead CONFIG variables: net/bluetooth/

2007-05-02 Thread Robert P. J. Day
ef CONFIG_BT_RFCOMM_DEBUG == BT_SCO_DEBUG == net/bluetooth/sco.c:#ifndef CONFIG_BT_SCO_DEBUG == BT_SOCK_DEBUG == net/bluetooth/af_bluetooth.c:#ifndef CONFIG_BT_SOCK_DEBUG rday -- ============ Robert P. J. Day Linux Consulti

dead CONFIG_ variables: net/ipv4/

2007-05-02 Thread Robert P. J. Day
vs/ip_vs_sh.c:#define IP_VS_SH_TAB_BITS CONFIG_IP_VS_SH_TAB_BITS net/ipv4/ipvs/ip_vs_sh.c:#define IP_VS_SH_TAB_SIZE (1 << IP_VS_SH_TAB_BITS) rday -- ============ Robert P. J. Day Linux Consulting, Training and Annoy

finding your own dead "CONFIG_" variables

2007-05-03 Thread Robert P. J. Day
go wild. rday -- ============ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page - To unsubscribe from this list: send the line &qu

dead CONFIG_ variables under fs/

2007-05-03 Thread Robert P. J. Day
_XFS_TRACE)+= xfs_dir2_trace.o fs/xfs/Makefile-linux-2.6:118:xfs-$(CONFIG_XFS_TRACE) += support/ktrace.o fs/xfs/linux-2.6/xfs_super.h:75:#ifdef CONFIG_XFS_TRACE rday -- ======== Robert P. J. Day Linux Consulting, Training and Annoy

Re: finding your own dead "CONFIG_" variables

2007-05-03 Thread Robert P. J. Day
o i'm not going to be touching those files. also, adding that extra check wouldn't add anything useful to the output. rday -- ============ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedan

dead CONFIG_ variables: drivers/usb/

2007-05-03 Thread Robert P. J. Day
CDC_DEVICE_CLASS, rday -- ============ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php

dead CONFIG_ variables: drivers/scsi/

2007-05-03 Thread Robert P. J. Day
lse /* CONFIG_WD33C93_PIO */ drivers/scsi/wd33c93.c:297:#endif /* CONFIG_WD33C93_PIO */ drivers/scsi/wd33c93.h:193:#ifdef CONFIG_WD33C93_PIO rday -- ==== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Onta

Re: finding your own dead "CONFIG_" variables

2007-05-03 Thread Robert P. J. Day
On Thu, 3 May 2007, Arnd Bergmann wrote: > On Thursday 03 May 2007, Robert P. J. Day wrote: > > > Suggest: configfiles=$(find . -name 'Kconfig*' -or -name '*defconfig*') > > > > > > Some CONFIG_ options exist that are not declared anywhere in t

dead CONFIG_ variables: drivers/media/

2007-05-03 Thread Robert P. J. Day
VI_SCATTER rday -- ============ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php

dead CONFIG_ variables: drivers/video/

2007-05-03 Thread Robert P. J. Day
664 rday -- ======== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page =

Re: dead CONFIG_ variables: drivers/scsi/

2007-05-03 Thread Robert P. J. Day
On Thu, 3 May 2007, Russell King wrote: > On Thu, May 03, 2007 at 06:10:28AM -0400, Robert P. J. Day wrote: > > > > $ ../dead_config.sh drivers/scsi > > == ACORNSCSI_CONSTANTS == > > drivers/scsi/arm/acornscsi.c:106:#undef CONFIG_ACORNSCSI_CON

Re: dead CONFIG_ variables: drivers/video/

2007-05-03 Thread Robert P. J. Day
On Thu, 3 May 2007, Antonino A. Daplas wrote: > On Thu, 2007-05-03 at 06:40 -0400, Robert P. J. Day wrote: > > $ ../dead_config.sh drivers/video > > == FB_68328_INVERT == > > drivers/video/68328fb.c:53:#if defined(CONFIG_FB_68328_INVERT) > > Can be ma

Remove apparently dead CONFIG_NO_ATA_LEGACY code.

2007-05-03 Thread Robert P. J. Day
Remove the single snippet of code conditional on the non-existent CONFIG_NO_ATA_LEGACY Kconfig variable. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- i would have mailed a note about this to the ATA maintainer but it wasn't clear who that was. this is the only d

dead CONFIG_ variable under drivers/block

2007-05-03 Thread Robert P. J. Day
a not remapped (CONFIG_MM_MAP_MEMORY not set)\n", drivers/block/umem.c:1095:#ifdef CONFIG_MM_MAP_MEMORY drivers/block/umem.c:1120:#ifdef CONFIG_MM_MAP_MEMORY rday -- ======== Robert P. J. Day Linux Consulting, Training an

dead CONFIG_ variables under drivers/char

2007-05-03 Thread Robert P. J. Day
drivers/char/drm/r128_drm.h:267:#if CONFIG_XFREE86_VERSION < XFREE86_VERSION(4,1,0,0) drivers/char/drm/r128_drm.h:272:#if CONFIG_XFREE86_VERSION >= XFREE86_VERSION(4,1,0,0) rday -- ================ Robert P. J. Day Linux Consulting, Training and

dead CONFIG_ variables under drivers/pcmcia

2007-05-03 Thread Robert P. J. Day
PRxK == drivers/pcmcia/m8xx_pcmcia.c:108:#ifdef CONFIG_PRxK drivers/pcmcia/m8xx_pcmcia.c:545:#if defined(CONFIG_PRxK) drivers/pcmcia/m8xx_pcmcia.c:605:#endif /* CONFIG_PRxK */ rday -- ============ Robert P. J. Day Linux Consu

dead CONFIG_ variables under drivers/serial/

2007-05-03 Thread Robert P. J. Day
drivers/serial/sh-sci.c:201:#ifdef CONFIG_SH_KGDB drivers/serial/sh-sci.c:217:#endif /* CONFIG_SH_KGDB */ drivers/serial/sh-sci.c:739:#ifdef CONFIG_SH_KGDB drivers/serial/sh-sci.c:1264:#ifdef CONFIG_SH_KGDB drivers/serial/sh-sci.c:1310:#endif /* CONFIG_SH_KGDB */ rday -- =============

dead CONFIG_ variables: th-th-that's all, folks

2007-05-03 Thread Robert P. J. Day
you've been a great crowd, really. rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main

Re: [PATCH v2 0/4] drm/tinydrm: new dirver for ILI9341 displays

2018-05-25 Thread Robert P. J. Day
"dirver"?

Re: [RESEND PATCH v4 1/2] dt-bindings: at24: Add address-width property

2018-07-05 Thread Robert P. J. Day
/at24.txt | 2 ++ > > 1 file changed, 2 insertions(+) > > Reviewed-by: Rob Herring "... should be added the compatible field ..."?? rday -- Robert P. J. Day

Re: Early userspace, Linux development (Re: perhaps init/ should update the reference to "change floppy")

2007-09-09 Thread Robert P. J. Day
ics without userspace, do you need such kernel? == um ... all i asked was whether that code should be updated to reflect more than just floppies. i didn't foresee the can of worms here. rday -- =

stripping down the kernel-parameters.txt file

2007-09-12 Thread Robert P. J. Day
with the newer module parameters mechanism. it's just a thought. :-) -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca =

Re: hci_sock.c build failure

2007-09-12 Thread Robert P. J. Day
de/linux/compat.h include/asm-parisc/compat.h include/asm-sparc64/compat.h include/asm-x86_64/compat.h include/asm-powerpc/compat.h include/net/compat.h rday -- Robert P. J. Day Linux Consu

Re: stripping down the kernel-parameters.txt file

2007-09-12 Thread Robert P. J. Day
On Wed, 12 Sep 2007, David Newall wrote: > Robert P. J. Day wrote: > > while killing some time between compiles and ridding the > > kernel-parameters.txt file of out-of-date or incorrect cruft, it > > occurs to me that that file is borderline valueless since it > > a

Re: stripping down the kernel-parameters.txt file

2007-09-12 Thread Robert P. J. Day
On Wed, 12 Sep 2007, David Newall wrote: > Robert P. J. Day wrote: > > if the goal is to simply put all of the basic boot-time kernel parms > > along with the module-specific ones into a single file, sorted in > > alphabetical order, then i contend that this is, in fact,

Re: stripping down the kernel-parameters.txt file

2007-09-12 Thread Robert P. J. Day
On Wed, 12 Sep 2007, Rogan Dawes wrote: > Robert P. J. Day wrote: > > p.s. by "basic", i mean those boot-time parms defined by either > > "__setup()" or "early_param()". which means that module writers > > should, as much as possible,

Re: [RFC PATCH] Add a 'minimal tree install' target

2007-09-13 Thread Robert P. J. Day
-pkg" instead? that would match fedora's "kernel-devel" naming convention. rday -- ============ Robert P. J. Day Linux Consulting, Training and Anno

[PATCH][RFC] Extend "memparse" to allow a NULL return pointer value.

2007-09-15 Thread Robert P. J. Day
r) { + *retptr = localptr; + } + return ret; } -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca ===

Re: kbuild update

2007-09-16 Thread Robert P. J. Day
with *that*. :-) rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca - To unsubscribe from this list: send the line "unsubscribe linux-kernel

Re: kbuild update

2007-09-16 Thread Robert P. J. Day
On Sun, 16 Sep 2007, Sam Ravnborg wrote: > On Sun, Sep 16, 2007 at 08:58:03AM -0400, Robert P. J. Day wrote: > > On Sun, 16 Sep 2007, Sam Ravnborg wrote: > > > > > A summary of what is planned to be submitted in next merge window for > > > kbuild. > > >

Re: [patch 4/7] Linux Kernel Markers - Architecture Independent Code

2007-09-24 Thread Robert P. J. Day
use, or does it matter? rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca

Re: [PATCH 4/5] Move the user namespace under the option

2007-09-27 Thread Robert P. J. Day
iables that literally include the word "EXPERIMENTAL"? rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca - To unsubscribe fro

Re: correct kernel parameter in documentation.

2007-09-27 Thread Robert P. J. Day
t file reorganized, where the basic boot time parms are at the top, followed by module specific parameters *after* that, in alphabetical order by module name. i think that would make far more sense. -- Robert P. J. Day Linux Con

Re: [PATCH] 0/3 coding standards documentation/code updates

2007-09-29 Thread Robert P. J. Day
" to "lots of stupid details". Let's not make it worse. here's a radical idea -- what about splitting the content across two documents? you know ... perhaps "coding style aesthetics" versus "coding distinctions" or something like that. oh, wait ...

Re: [PATCH 4/5] Move the user namespace under the option

2007-10-01 Thread Robert P. J. Day
On Mon, 1 Oct 2007, Pavel Emelyanov wrote: > Robert P. J. Day wrote: > > On Thu, 27 Sep 2007, Cedric Le Goater wrote: > > > >>> diff --git a/include/linux/user_namespace.h > >>> b/include/linux/user_namespace.h > >>> index b5f41d4..dda160

Re: [PATCH] removes array_size duplicates

2007-10-01 Thread Robert P. J. Day
of them *do*. rday p.s. ELEMCOUNT is simply an alternative to ARRAY_SIZE, which could certainly be rewritten that way. -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca

Re: [PATCH] removes array_size duplicates

2007-10-01 Thread Robert P. J. Day
On Mon, 1 Oct 2007, Robert P. J. Day wrote: ... > among other things, one of the creepy issues here is the definition in > include/linux/netfilter/xt_sctp.h of the macro: > > ... > #define SCTP_CHUNKMAP_COPY(destmap, srcmap)

Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-19 Thread Robert P. J. Day
y LTT-ng? just curious. rday -- ============ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca ==

[PATCH] AVR32: Drop support for redundant "keepinitrd" boot-time parm.

2007-09-19 Thread Robert P. J. Day
Given the existing "retain_initrd" boot-time parameter defined in init/initramfs.c, there appears to be no need for the equivalent "keepinitrd" parameter. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- not compile-tested, so i'll leave it with haavard

[PATCH] ARM: Drop support for redundant "keepinitrd" boot-time param.

2007-09-19 Thread Robert P. J. Day
Given the equivalent "retain_initrd" boot-time paramater, "keepinitrd" appears to be entirely superfluous. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- since this appears to be exactly the situation as with AVR32, it's an equivalent patch. there ar

Re: A little coding style nugget of joy

2007-09-20 Thread Robert P. J. Day
whitespace.php3 and you wouldn't *believe* how much space you can save by getting rid of all that annoying indentation. and don't even get me *started* on those comments ... rday -- ======== Robert P. J. Day Linux

Re: + oom-move-prototypes-to-appropriate-header-file.patch added to -mm tree

2007-09-21 Thread Robert P. J. Day
o? > > It's header-y vs unifdef-y in include/linux/Kbuild. The former is > for plain headers exported to userspace as-is. The latter need > preprocessing to remove __KERNEL__, CONFIG_*, etc. AFAIK, the only preprocessing that's removed is "_

Re: memset as memzero

2007-09-22 Thread Robert P. J. Day
ctly PAGE_SIZE in size. just an observation. rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca ===

Re: memset as memzero

2007-09-22 Thread Robert P. J. Day
ght want to start there to get up to speed if you intend to invest any time in this. rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CAN

Re: memset as memzero

2007-09-23 Thread Robert P. J. Day
rather than just including, say, a hypothetical vsprintf.h? just curious. in any case, it would seem that kernel.h could stand a good cleaning. it give the impression of just being an arbitrary dumping ground when folks can't figure out where to put something. rday -- =================

Re: 2.6.22.7 autoconf.h is screwed up

2007-09-24 Thread Robert P. J. Day
ks like? it's automatically generated, it's not something you should be messing with. rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo,

Re: 2.6.22.7 autoconf.h is screwed up

2007-09-24 Thread Robert P. J. Day
ve autoconf.h out of it. rday -- ================ Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca - To unsubscribe

Re: 2.6.22.7 autoconf.h is screwed up

2007-09-24 Thread Robert P. J. Day
On Mon, 24 Sep 2007, Jaswinder Singh wrote: > hello rday, > > On 9/24/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > > On Mon, 24 Sep 2007, Jaswinder Singh wrote: > > > > > hello rday, > > > > > > In my view autoconf.h is the index of kern

tracking MAINTAINERS versus tracking SUBSYSTEMS

2007-08-18 Thread Robert P. J. Day
... i mean, it doesn't get a whole lot simpler than that, and it would seem to be *way* easier to read. thoughts? rday -- Robert P. J. Day Linu

Re: tracking MAINTAINERS versus tracking SUBSYSTEMS

2007-08-19 Thread Robert P. J. Day
On Sat, 18 Aug 2007, Joe Perches wrote: > On Sat, 2007-08-18 at 13:35 -0400, Robert P. J. Day wrote: > > $ show_subsystem drivers/bluetooth/bpa10x.c > > BLUETOOTH > > "what's a subsystem"? I'm not sure there is an appropriate > definition. If th

Re: RFC: drop support for gcc < 4.0

2007-08-21 Thread Robert P. J. Day
ertainly incomplete. might as well just write a script for the scripts/ directory which accepts an architecture and a version of gcc and tells you what the current situation is and what you can do about it. rday -- ================ Robert P

<    4   5   6   7   8   9   10   >