From: maximilian attems <janitor@sternwelten.at>
To: kj <kernel-janitors@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [KJ] [announce] 2.6.10-rc2-kjt1 patchset
Date: Sat, 20 Nov 2004 02:18:29 +0000 [thread overview]
Message-ID: <20041120021829.GK2202@stro.at> (raw)
In-Reply-To: <20041024151241.GA1920@stro.at>
[-- Attachment #1: Type: text/plain, Size: 8016 bytes --]
new janitorial stuff mostly under drivers.
again lots of patches got merged, thanks gregkh, akpm and linus.
patches resulted in nice discussions about msleep() and friends on
the #kerneljanitor channel. :)
until better solutions are merged the msleep_interruptible()
patches are frozen. others will be sent upstream.
please test out (based on 2.6.10-rc2-bk4):
http://debian.stro.at/kjt/2.6.10-rc2-kjt1/2.6.10-rc2-kjt1.patch.bz2
splitted out 130 patches (based on 2.6.10-rc2-bk4):
http://debian.stro.at/kjt/2.6.10-rc2-kjt1/2.6.10-rc2-kjt1-split.patch.bz2
thanks for feedback.
a++ maks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
added since 2.6.10-rc1-kjt1
fix-comment-fs_jbd_journal.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] jbd: remove comment in journal.c
lib-parser-fs_devpts_inode.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] fs/devpts: use lib/parser
msleep_interruptible-drivers_cdrom_sonycd535_2.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] cdrom/sonycd535: replace schedule_timeout() with msleep_interruptible()
msleep_interruptible-drivers_message_fusion_mptbase.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] message/mptbase: replace schedule_timeout() with msleep_interruptible()
msleep_interruptible-drivers_net_ewrk3.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] net/ewrk3: replace schedule_timeout() with msleep_interruptible()
reorder-state-drivers_char_snsc.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] char/snsc: reorder set_current_state() and add_wait_queue()
reorder-state-drivers_video_pxafb.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] video/pxafb: reorder add_wait_queue() and set_current_state()
reorder-state-drivers_video_sa1100fb.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] video/sa1100fb: reorder set_current_state() and add_wait_queue()
set_current_state-drivers_input_joystick_iforce_iforce-packets.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] input/iforce-packets: insert set_current_state() before schedule_timeout()
ssleep-drivers_scsi_qla2xxx_qla_os.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] scsi/qla_os: replace schedule_timeout() with ssleep()
check-register_netdevice_notifier-net_8021q_vlan.patch
From: <WHarms@bfs.de>(Walter Harms)
Subject: [KJ] linux-2.6.7/net/8021q/vlan.c: add error check
check-register_netdevice_notifier-net_atm_mpc.patch
From: <WHarms@bfs.de>(Walter Harms)
Subject: [KJ] linux-2.6.7/net/atm/mpc.c: add error check
docs-fs_super.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] fs/super.c: docbook comment fix
docs-kernel_sysctl.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] kernel/sysctl.c: docbook comments update
fix-test-kernel_sched.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] kernel/sched.c: fix subtle TASK_RUNNING compare
kconfig-arch_sh_drivers_pci.patch
From: james4765@verizon.net
Subject: [KJ] [PATCH 1/9] to arch/sh/drivers/pci/Kconfig
kconfig-arch_sparc64.patch
From: james4765@verizon.net
Subject: [KJ] [PATCH 2/9] to arch/sparc64/Kconfig
module_parm-net_ne2k-pci.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] net/ne2k-pci: module_param conversion
module_parm-net_wireless_atmel_cs.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert atmel_cs wireless driver to module_param
module_parm-net_wireless_orinoco.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert orinoco wireless driver to module_param
module_parm-net_wireless_wavelan.p.h.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert wavelan.p.h to module_param
module_parm-net_wireless_wl3501_cs.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert wl3501_cs wireless driver to module_param
msleep-sound_sparc_cs4231.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] Re: [Alsa-devel] [PATCH] sound/cs4231: replace schedule_timeout() with msleep_interruptible()
myri_code_cleanup.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] drivers/net/myri_code.h cleanup
printk-drivers-scsi-zalon.patch
From: Andrew McGregor <am@misk.net>
Subject: [KJ] [patch scsi/zalon 1] scsi/zalon: Added KERN macro to printk()
strlcpy-net_wireless_wavelan.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] wavelan wireless driver: use strlcpy instead of memcpy to copy the interface name parameter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
reworked
msleep_interruptible-drivers_net_ixgb_ixgb_ethtool.patch
thanks Adrian Bunk for pointing to the error,
corrected by nacc.
for-each-pci-dev-arch_i386_pci_acpi.patch
msleep-drivers_net_e1000_e1000_osdep.patch
msleep-sound_isa_cs423x_cs4231_lib.patch
pci_dev_present-arch_ia64_pci_pci.patch
me due to rejects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
merged 53 patches up to latest -rc:
add-for_each_pci_dev.patch
for-each-pci-dev-arch_ppc64_kernel_iSeries_pci.patch
for-each-pci-dev-arch_ppc64_kernel_pmac_pci.patch
for-each-pci-dev-arch_ppc64_kernel_pSeries_pci.patch
for-each-pci-dev-arch_ppc64_kernel_u3_iommu.patch
for-each-pci-dev-arch_sh_drivers_pci_fixups-dreamcast.patch
for-each-pci-dev-drivers_char_agp_sis-agp.patch
kernel-doc_sgml.patch
module-version-drivers_usb_serial_belkin_sa.patch
module-version-drivers_usb_serial_cyberjack.patch
module-version-drivers_usb_serial_pl2303.patch
msleep-drivers_net_tulip_de2104x.patch
msleep-drivers_pci_quirks.patch
msleep-drivers_serial_pmac_zilog.patch
msleep_interruptible-drivers_media_video_msp3400.patch
msleep_interruptible-drivers_pnp_pnpbios_core.patch
msleep_interruptible-drivers_scsi_53c700.patch
msleep_interruptible-drivers_scsi_scsi_lib.patch
msleep_interruptible-drivers_serial_68328serial.patch
msleep_interruptible-drivers_serial_68360serial.patch
msleep_interruptible-drivers_serial_mcfserial.patch
msleep_interruptible-drivers_usb_media_dausb.patch
msleep_interruptible-drivers_usb_misc_tiglusb.patch
msleep_interruptible-drivers_w1_dscore.patch
msleep_interruptible-drivers_w1_w1_family.patch
msleep_interruptible-drivers_w1_w1_int.patch
msleep_interruptible-drivers_w1_w1.patch
msleep+msleep_interruptible-drivers_serial_serial_core.patch
msleep+ssleep-drivers_scsi_ahci.patch
pci_dev_present-arch-pci-irq.patch
pci_dev_present-drivers_char_watchdoc_scx200_wdt.patch
pci_dev_present-drivers_ide_ide.patch
pci_dev_present-drivers_pci_hotplug_ibmphp_core.patch
pci_dev_present-drivers_video_matrox_matroxfb_base.patch
pci_dev_present-sound_pci_cmipci.patch
remove-custom-msleep-drivers_serial_icom.patch
remove-pci-find-device-arch_m68k_atari_hades-pci.patch
remove-pci-find-device-arch_ppc_platforms_chrp_pci.patch
remove-pci-find-device-arch_ppc_platforms_gemini_pci.patch
remove-pci-find-device-arch_ppc_platforms_lopec.patch
remove-pci-find-device-arch_ppc_platforms_mcpn765.patch
remove-pci-find-device-arch_ppc_platforms_pcore.patch
remove-pci-find-device-arch_ppc_platforms_pmac_pci.patch
remove-pci-find-device-arch_ppc_platforms_pplus.patch
remove-pci-find-device-arch_ppc_platforms_prep_pci.patch
remove-pci-find-device-arch_ppc_platforms_prpmc750.patch
remove-pci-find-device-arch_ppc_platforms_sandpoint.patch
remove-pci-find-device-arch_sparc64_kernel_pci_iommu.patch
remove-pci-find-device-arch_sparc_kernel_ebus.patch
remove-pci-find-device-arch_x86_64_kernel_pci-gart.patch
remove-pci-find-device-drivers_net_sis900.patch
remove-pci-find-device-drivers_net_tulip_tulip_core.patch
remove-useless-pci-check-drivers_media_video_zr36120.patch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
todo:
- more msleep* friends from nacc on the way
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
WARNING: multiple messages have this Message-ID (diff)
From: maximilian attems <janitor@sternwelten.at>
To: kj <kernel-janitors@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [announce] 2.6.10-rc2-kjt1 patchset
Date: Sat, 20 Nov 2004 03:18:29 +0100 [thread overview]
Message-ID: <20041120021829.GK2202@stro.at> (raw)
In-Reply-To: <20041024151241.GA1920@stro.at>
new janitorial stuff mostly under drivers.
again lots of patches got merged, thanks gregkh, akpm and linus.
patches resulted in nice discussions about msleep() and friends on
the #kerneljanitor channel. :)
until better solutions are merged the msleep_interruptible()
patches are frozen. others will be sent upstream.
please test out (based on 2.6.10-rc2-bk4):
http://debian.stro.at/kjt/2.6.10-rc2-kjt1/2.6.10-rc2-kjt1.patch.bz2
splitted out 130 patches (based on 2.6.10-rc2-bk4):
http://debian.stro.at/kjt/2.6.10-rc2-kjt1/2.6.10-rc2-kjt1-split.patch.bz2
thanks for feedback.
a++ maks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
added since 2.6.10-rc1-kjt1
fix-comment-fs_jbd_journal.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] jbd: remove comment in journal.c
lib-parser-fs_devpts_inode.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] fs/devpts: use lib/parser
msleep_interruptible-drivers_cdrom_sonycd535_2.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] cdrom/sonycd535: replace schedule_timeout() with msleep_interruptible()
msleep_interruptible-drivers_message_fusion_mptbase.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] message/mptbase: replace schedule_timeout() with msleep_interruptible()
msleep_interruptible-drivers_net_ewrk3.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] net/ewrk3: replace schedule_timeout() with msleep_interruptible()
reorder-state-drivers_char_snsc.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] char/snsc: reorder set_current_state() and add_wait_queue()
reorder-state-drivers_video_pxafb.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] video/pxafb: reorder add_wait_queue() and set_current_state()
reorder-state-drivers_video_sa1100fb.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] video/sa1100fb: reorder set_current_state() and add_wait_queue()
set_current_state-drivers_input_joystick_iforce_iforce-packets.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] input/iforce-packets: insert set_current_state() before schedule_timeout()
ssleep-drivers_scsi_qla2xxx_qla_os.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] [PATCH] scsi/qla_os: replace schedule_timeout() with ssleep()
check-register_netdevice_notifier-net_8021q_vlan.patch
From: <WHarms@bfs.de>(Walter Harms)
Subject: [KJ] linux-2.6.7/net/8021q/vlan.c: add error check
check-register_netdevice_notifier-net_atm_mpc.patch
From: <WHarms@bfs.de>(Walter Harms)
Subject: [KJ] linux-2.6.7/net/atm/mpc.c: add error check
docs-fs_super.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] fs/super.c: docbook comment fix
docs-kernel_sysctl.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] kernel/sysctl.c: docbook comments update
fix-test-kernel_sched.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] kernel/sched.c: fix subtle TASK_RUNNING compare
kconfig-arch_sh_drivers_pci.patch
From: james4765@verizon.net
Subject: [KJ] [PATCH 1/9] to arch/sh/drivers/pci/Kconfig
kconfig-arch_sparc64.patch
From: james4765@verizon.net
Subject: [KJ] [PATCH 2/9] to arch/sparc64/Kconfig
module_parm-net_ne2k-pci.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] net/ne2k-pci: module_param conversion
module_parm-net_wireless_atmel_cs.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert atmel_cs wireless driver to module_param
module_parm-net_wireless_orinoco.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert orinoco wireless driver to module_param
module_parm-net_wireless_wavelan.p.h.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert wavelan.p.h to module_param
module_parm-net_wireless_wl3501_cs.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] convert wl3501_cs wireless driver to module_param
msleep-sound_sparc_cs4231.patch
From: Nishanth Aravamudan <nacc@us.ibm.com>
Subject: [KJ] Re: [Alsa-devel] [PATCH] sound/cs4231: replace schedule_timeout() with msleep_interruptible()
myri_code_cleanup.patch
From: Domen Puncer <domen@coderock.org>
Subject: [KJ] [patch] drivers/net/myri_code.h cleanup
printk-drivers-scsi-zalon.patch
From: Andrew McGregor <am@misk.net>
Subject: [KJ] [patch scsi/zalon 1] scsi/zalon: Added KERN macro to printk()
strlcpy-net_wireless_wavelan.patch
From: Stefan Sperling <stefan@binarchy.net>
Subject: [KJ] [PATCH] wavelan wireless driver: use strlcpy instead of memcpy to copy the interface name parameter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
reworked
msleep_interruptible-drivers_net_ixgb_ixgb_ethtool.patch
thanks Adrian Bunk for pointing to the error,
corrected by nacc.
for-each-pci-dev-arch_i386_pci_acpi.patch
msleep-drivers_net_e1000_e1000_osdep.patch
msleep-sound_isa_cs423x_cs4231_lib.patch
pci_dev_present-arch_ia64_pci_pci.patch
me due to rejects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
merged 53 patches up to latest -rc:
add-for_each_pci_dev.patch
for-each-pci-dev-arch_ppc64_kernel_iSeries_pci.patch
for-each-pci-dev-arch_ppc64_kernel_pmac_pci.patch
for-each-pci-dev-arch_ppc64_kernel_pSeries_pci.patch
for-each-pci-dev-arch_ppc64_kernel_u3_iommu.patch
for-each-pci-dev-arch_sh_drivers_pci_fixups-dreamcast.patch
for-each-pci-dev-drivers_char_agp_sis-agp.patch
kernel-doc_sgml.patch
module-version-drivers_usb_serial_belkin_sa.patch
module-version-drivers_usb_serial_cyberjack.patch
module-version-drivers_usb_serial_pl2303.patch
msleep-drivers_net_tulip_de2104x.patch
msleep-drivers_pci_quirks.patch
msleep-drivers_serial_pmac_zilog.patch
msleep_interruptible-drivers_media_video_msp3400.patch
msleep_interruptible-drivers_pnp_pnpbios_core.patch
msleep_interruptible-drivers_scsi_53c700.patch
msleep_interruptible-drivers_scsi_scsi_lib.patch
msleep_interruptible-drivers_serial_68328serial.patch
msleep_interruptible-drivers_serial_68360serial.patch
msleep_interruptible-drivers_serial_mcfserial.patch
msleep_interruptible-drivers_usb_media_dausb.patch
msleep_interruptible-drivers_usb_misc_tiglusb.patch
msleep_interruptible-drivers_w1_dscore.patch
msleep_interruptible-drivers_w1_w1_family.patch
msleep_interruptible-drivers_w1_w1_int.patch
msleep_interruptible-drivers_w1_w1.patch
msleep+msleep_interruptible-drivers_serial_serial_core.patch
msleep+ssleep-drivers_scsi_ahci.patch
pci_dev_present-arch-pci-irq.patch
pci_dev_present-drivers_char_watchdoc_scx200_wdt.patch
pci_dev_present-drivers_ide_ide.patch
pci_dev_present-drivers_pci_hotplug_ibmphp_core.patch
pci_dev_present-drivers_video_matrox_matroxfb_base.patch
pci_dev_present-sound_pci_cmipci.patch
remove-custom-msleep-drivers_serial_icom.patch
remove-pci-find-device-arch_m68k_atari_hades-pci.patch
remove-pci-find-device-arch_ppc_platforms_chrp_pci.patch
remove-pci-find-device-arch_ppc_platforms_gemini_pci.patch
remove-pci-find-device-arch_ppc_platforms_lopec.patch
remove-pci-find-device-arch_ppc_platforms_mcpn765.patch
remove-pci-find-device-arch_ppc_platforms_pcore.patch
remove-pci-find-device-arch_ppc_platforms_pmac_pci.patch
remove-pci-find-device-arch_ppc_platforms_pplus.patch
remove-pci-find-device-arch_ppc_platforms_prep_pci.patch
remove-pci-find-device-arch_ppc_platforms_prpmc750.patch
remove-pci-find-device-arch_ppc_platforms_sandpoint.patch
remove-pci-find-device-arch_sparc64_kernel_pci_iommu.patch
remove-pci-find-device-arch_sparc_kernel_ebus.patch
remove-pci-find-device-arch_x86_64_kernel_pci-gart.patch
remove-pci-find-device-drivers_net_sis900.patch
remove-pci-find-device-drivers_net_tulip_tulip_core.patch
remove-useless-pci-check-drivers_media_video_zr36120.patch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
todo:
- more msleep* friends from nacc on the way
next prev parent reply other threads:[~2004-11-20 2:18 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-24 15:12 [KJ] [announce] 2.6.10-rc1-kjt1 maximilian attems
2004-10-24 15:12 ` maximilian attems
2004-10-29 23:51 ` [KJ] 2.6.10-rc1-kjt1: ixgb_ethtool.c doesn't compile Adrian Bunk
2004-10-29 23:51 ` Adrian Bunk
2004-10-30 0:26 ` [KJ] " Randy.Dunlap
2004-10-30 0:26 ` Randy.Dunlap
2004-10-30 4:44 ` Nish Aravamudan
2004-10-30 4:44 ` Nish Aravamudan
2004-10-30 5:09 ` Adrian Bunk
2004-10-30 5:09 ` Adrian Bunk
2004-10-30 15:08 ` maximilian attems
2004-10-30 15:08 ` maximilian attems
2004-10-30 22:52 ` [KJ] " Nishanth Aravamudan
2004-10-30 22:52 ` Nishanth Aravamudan
2004-11-20 2:18 ` maximilian attems [this message]
2004-11-20 2:18 ` [announce] 2.6.10-rc2-kjt1 patchset maximilian attems
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041120021829.GK2202@stro.at \
--to=janitor@sternwelten.at \
--cc=kernel-janitors@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.