* [PATCH] increment hpilo version
@ 2009-01-23 14:25 David Altobelli
2009-02-02 19:56 ` Jeff Mahoney
0 siblings, 1 reply; 4+ messages in thread
From: David Altobelli @ 2009-01-23 14:25 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, david.altobelli
Bump hpilo module version to indicate that the open/close bug is fixed.
Please CC me on any replies.
Signed-off-by: David Altobelli <david.altobelli@hp.com>
---
--- drivers/misc/hpilo.c.orig 2009-01-23 08:16:46.000000000 -0600
+++ drivers/misc/hpilo.c 2009-01-23 08:16:58.000000000 -0600
@@ -758,7 +758,7 @@ static void __exit ilo_exit(void)
class_destroy(ilo_class);
}
-MODULE_VERSION("0.05");
+MODULE_VERSION("0.06");
MODULE_ALIAS(ILO_NAME);
MODULE_DESCRIPTION(ILO_NAME);
MODULE_AUTHOR("David Altobelli <david.altobelli@hp.com>");
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] increment hpilo version
2009-01-23 14:25 [PATCH] increment hpilo version David Altobelli
@ 2009-02-02 19:56 ` Jeff Mahoney
2009-02-02 20:14 ` Andrew Morton
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Mahoney @ 2009-02-02 19:56 UTC (permalink / raw)
To: David Altobelli; +Cc: linux-kernel, akpm
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David Altobelli wrote:
> Bump hpilo module version to indicate that the open/close bug is fixed.
Hi David -
Was the open/close bug fixed in a differently than with your patch in
"[PATCH] hpilo open/close fix" ? If not, the fix didn't make it into
mainline, but this version bump did.
- -Jeff
> Please CC me on any replies.
>
> Signed-off-by: David Altobelli <david.altobelli@hp.com>
> ---
>
> --- drivers/misc/hpilo.c.orig 2009-01-23 08:16:46.000000000 -0600
> +++ drivers/misc/hpilo.c 2009-01-23 08:16:58.000000000 -0600
> @@ -758,7 +758,7 @@ static void __exit ilo_exit(void)
> class_destroy(ilo_class);
> }
>
> -MODULE_VERSION("0.05");
> +MODULE_VERSION("0.06");
> MODULE_ALIAS(ILO_NAME);
> MODULE_DESCRIPTION(ILO_NAME);
> MODULE_AUTHOR("David Altobelli <david.altobelli@hp.com>");
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAkmHT+IACgkQLPWxlyuTD7L4GQCggTyIseN8XKJyJMcls8tctJFc
zaoAnA6piyJzdsjHNzKNMY3V4vyjtuES
=Klfx
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] increment hpilo version
2009-02-02 19:56 ` Jeff Mahoney
@ 2009-02-02 20:14 ` Andrew Morton
2009-02-02 20:55 ` Jeff Mahoney
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2009-02-02 20:14 UTC (permalink / raw)
To: Jeff Mahoney; +Cc: david.altobelli, linux-kernel
On Mon, 02 Feb 2009 14:56:18 -0500
Jeff Mahoney <jeffm@suse.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David Altobelli wrote:
> > Bump hpilo module version to indicate that the open/close bug is fixed.
>
> Hi David -
>
> Was the open/close bug fixed in a differently than with your patch in
> "[PATCH] hpilo open/close fix" ? If not, the fix didn't make it into
> mainline, but this version bump did.
I'll be sending hpilo-open-close-fix.patch in the next batch, this week
some time.
If you grab http://userweb.kernel.org/~akpm/mmotm/series you can see
what I have queued for 2.6.29. Look for
#
# 2.6.29 queue:
#
and
#
# more 2.6.29 queue:
#
The first is soon-to-go stuff, the second is
to-go-after-a-bit-more-baking stuff.
Also,
#
# others:
#
is stuff which I think might be needed in 2.6.29 but which go via
subsystem maintainers trees.
The latter is not (yet) as lengthy as usual, but there's still quite a
bit of material:
acpi-kconfig-fix-acpi_container-module-name.patch
acpi-dock-dont-eval-_sta-on-every-show_docked-sysfs-read.patch
arm-at91-fix-nr_aic_irqs-undeclared.patch
drivers-ata-sata_silc-needs-dmih.patch
pata_amd-program-fifo.patch
pata_legacy-for-vlb-32bit-pio-dont-try-tricks-with-slop.patch
mfd-initialise-wm8350-interrupts-earlier.patch
mfd-mark-wm835x-usb_slv_500ma-bit-as-accessible.patch
mfd-pcf50633-terminate-i2c_device_id-list.patch
mtd-physmap-fix-wrong-free-and-del_mtd_partitiondevice.patch
net-dont-use-in_atomic-in-gfp_any.patch
documentation-connector-cn_testc-dont-use-gfp_any.patch
nommu-fix-a-number-of-issues-with-the-per-mm-vma-patch.patch
powerpc-fix-code-for-reserved-memory-spanning-across-nodes.patch
atmel_serial-might-lose-modem-status-change.patch
pipe_rdwr_fasync-fix-the-error-handling-to-prevent-the-leak-crash.patch
xtensa-fix-compilation-somewhat.patch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] increment hpilo version
2009-02-02 20:14 ` Andrew Morton
@ 2009-02-02 20:55 ` Jeff Mahoney
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Mahoney @ 2009-02-02 20:55 UTC (permalink / raw)
To: Andrew Morton; +Cc: david.altobelli, linux-kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Andrew Morton wrote:
> On Mon, 02 Feb 2009 14:56:18 -0500
> Jeff Mahoney <jeffm@suse.com> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> David Altobelli wrote:
>>> Bump hpilo module version to indicate that the open/close bug is fixed.
>> Hi David -
>>
>> Was the open/close bug fixed in a differently than with your patch in
>> "[PATCH] hpilo open/close fix" ? If not, the fix didn't make it into
>> mainline, but this version bump did.
>
> I'll be sending hpilo-open-close-fix.patch in the next batch, this week
> some time.
Ok, thanks. I was just making sure it didn't get dropped by accident.
- -Jeff
> If you grab http://userweb.kernel.org/~akpm/mmotm/series you can see
> what I have queued for 2.6.29. Look for
>
> #
> # 2.6.29 queue:
> #
>
> and
>
> #
> # more 2.6.29 queue:
> #
>
> The first is soon-to-go stuff, the second is
> to-go-after-a-bit-more-baking stuff.
>
>
> Also,
>
> #
> # others:
> #
>
> is stuff which I think might be needed in 2.6.29 but which go via
> subsystem maintainers trees.
>
> The latter is not (yet) as lengthy as usual, but there's still quite a
> bit of material:
>
>
> acpi-kconfig-fix-acpi_container-module-name.patch
> acpi-dock-dont-eval-_sta-on-every-show_docked-sysfs-read.patch
> arm-at91-fix-nr_aic_irqs-undeclared.patch
> drivers-ata-sata_silc-needs-dmih.patch
> pata_amd-program-fifo.patch
> pata_legacy-for-vlb-32bit-pio-dont-try-tricks-with-slop.patch
> mfd-initialise-wm8350-interrupts-earlier.patch
> mfd-mark-wm835x-usb_slv_500ma-bit-as-accessible.patch
> mfd-pcf50633-terminate-i2c_device_id-list.patch
> mtd-physmap-fix-wrong-free-and-del_mtd_partitiondevice.patch
> net-dont-use-in_atomic-in-gfp_any.patch
> documentation-connector-cn_testc-dont-use-gfp_any.patch
> nommu-fix-a-number-of-issues-with-the-per-mm-vma-patch.patch
> powerpc-fix-code-for-reserved-memory-spanning-across-nodes.patch
> atmel_serial-might-lose-modem-status-change.patch
> pipe_rdwr_fasync-fix-the-error-handling-to-prevent-the-leak-crash.patch
> xtensa-fix-compilation-somewhat.patch
>
- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAkmHXdkACgkQLPWxlyuTD7IvsACeNszw/i/0eXWLzNn0+3JidfU/
kLsAn0fz+nNC+lFUxhq5dsT5s37Tz0Al
=yzFe
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-02-02 20:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-23 14:25 [PATCH] increment hpilo version David Altobelli
2009-02-02 19:56 ` Jeff Mahoney
2009-02-02 20:14 ` Andrew Morton
2009-02-02 20:55 ` Jeff Mahoney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox