Re: [PATCH] w1-gpio: fix section mismatch

2013-01-28 Thread Evgeniy Polyakov
sole > > Signed-off-by: Hauke Mehrtens Looks good to me Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://v

Re: [PATCH] w1-gpio: fix section mismatch

2013-01-28 Thread Evgeniy Polyakov
...@hauke-m.de Looks good to me Acked-by: Evgeniy Polyakov z...@ioremap.net -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 31/33] w1: Convert to devm_ioremap_resource()

2013-01-21 Thread Evgeniy Polyakov
ides its own error messages so all explicit > error messages can be removed from the failure code paths. > > Signed-off-by: Thierry Reding > Cc: Evgeniy Polyakov Looks good to me Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov -- To unsubscribe from this list: send the line &

Re: [PATCH 31/33] w1: Convert to devm_ioremap_resource()

2013-01-21 Thread Evgeniy Polyakov
messages so all explicit error messages can be removed from the failure code paths. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Cc: Evgeniy Polyakov z...@ioremap.net Looks good to me Acked-by: Evgeniy Polyakov z...@ioremap.net -- Evgeniy Polyakov -- To unsubscribe

Re: reproducible w1 oops on recent kernels (at least since 3.2.x)

2013-01-16 Thread Evgeniy Polyakov
down to broken commit? -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: reproducible w1 oops on recent kernels (at least since 3.2.x)

2013-01-16 Thread Evgeniy Polyakov
commit? -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] w1: add support for DS2413 Dual Channel Addressable Switch

2013-01-03 Thread Evgeniy Polyakov
tree. Thank you. Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH] w1: add support for DS2413 Dual Channel Addressable Switch

2013-01-03 Thread Evgeniy Polyakov
tree. Thank you. Acked-by: Evgeniy Polyakov z...@ioremap.net -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [PATCH] resubmit w1_therm:Retries:remove old code add CRC

2012-12-24 Thread Evgeniy Polyakov
it into your tree Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] resubmit w1_therm:Retries:remove old code add CRC

2012-12-24 Thread Evgeniy Polyakov
tree Acked-by: Evgeniy Polyakov z...@ioremap.net -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH 1/2] drivers/w1/masters/mxc_w1.c: use devm_ functions

2012-12-13 Thread Evgeniy Polyakov
closer to the > call to devm_request_and_ioremap, which takes care of checking whether its > result is NULL, implying that a test on the result of this call to > platform_get_resource is not needed. > > Signed-off-by: Julia Lawall Looks good. Greg, please pull both

Re: [PATCH 1/2] drivers/w1/masters/mxc_w1.c: use devm_ functions

2012-12-13 Thread Evgeniy Polyakov
On Thu, Dec 13, 2012 at 12:39:38PM +0300, Dan Carpenter (dan.carpen...@oracle.com) wrote: > On Wed, Dec 12, 2012 at 01:25:56AM +0400, Evgeniy Polyakov wrote: > > I suppose mdev will be automatically freed, but who will release > > mdev->clk and other private members

Re: [PATCH 1/2] drivers/w1/masters/mxc_w1.c: use devm_ functions

2012-12-13 Thread Evgeniy Polyakov
On Thu, Dec 13, 2012 at 12:39:38PM +0300, Dan Carpenter (dan.carpen...@oracle.com) wrote: On Wed, Dec 12, 2012 at 01:25:56AM +0400, Evgeniy Polyakov wrote: I suppose mdev will be automatically freed, but who will release mdev-clk and other private members of mdev structure? + mdev-clk

Re: [PATCH 1/2] drivers/w1/masters/mxc_w1.c: use devm_ functions

2012-12-13 Thread Evgeniy Polyakov
Polyakov z...@ioremap.net -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/2] drivers/w1/masters/mxc_w1.c: use devm_ functions

2012-12-11 Thread Evgeniy Polyakov
pdev, IORESOURCE_MEM, 0); > + mdev->regs = devm_request_and_ioremap(>dev, res); > + if (!mdev->regs) > + return -EBUSY; I suppose mdev will be automatically freed, but who will release mdev->clk and other private members of mdev structure? --

Re: [PATCH 1/2] drivers/w1/masters/mxc_w1.c: use devm_ functions

2012-12-11 Thread Evgeniy Polyakov
, but who will release mdev-clk and other private members of mdev structure? -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: connector and netlink_broadcast (semop failed for cookie ...)

2012-11-05 Thread Evgeniy Polyakov
er at all. Kind of missed interrupt. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] w1-gpio: Simplify & get rid of defines

2012-11-05 Thread Evgeniy Polyakov
re; helps us find out > what went wrong. > > Signed-off-by: Pantelis Antoniou Looks good to me, but I'm hardly an expert in omap platform. Feel free to add my ack, but please submit this patch through appropriate tree. Thank you. Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov -

Re: [PATCH] w1-gpio: Pinctrl-fy

2012-11-05 Thread Evgeniy Polyakov
Hi On Tue, Oct 30, 2012 at 11:26:25AM -0700, Tony Lindgren (t...@atomide.com) wrote: > * Pantelis Antoniou [121030 11:17]: > > Enable pinctrl for w1-gpio. > > > > Signed-off-by: Pantelis Antoniou > > Acked-by: Tony Lindgren Acked-by: Evgeniy Polyakov Pl

Re: [PATCH] w1-gpio: Pinctrl-fy

2012-11-05 Thread Evgeniy Polyakov
Acked-by: Evgeniy Polyakov z...@ioremap.net Please submit patches through the appropriate tree, or you want me to push them upstream? -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] w1-gpio: Simplify get rid of defines

2012-11-05 Thread Evgeniy Polyakov
out what went wrong. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Looks good to me, but I'm hardly an expert in omap platform. Feel free to add my ack, but please submit this patch through appropriate tree. Thank you. Acked-by: Evgeniy Polyakov z...@ioremap.net

Re: connector and netlink_broadcast (semop failed for cookie ...)

2012-11-05 Thread Evgeniy Polyakov
of missed interrupt. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 134/193] drivers/w1/masters: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Evgeniy Polyakov
On Tue, Oct 23, 2012 at 01:03:27PM -0700, Kees Cook (keesc...@chromium.org) wrote: > This config item has not carried much meaning for a while now and is > almost always enabled by default. As agreed during the Linux kernel > summit, remove it. > > CC: Evgeniy Polyakov > CC: A

Re: [PATCH 134/193] drivers/w1/masters: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Evgeniy Polyakov
On Tue, Oct 23, 2012 at 01:03:27PM -0700, Kees Cook (keesc...@chromium.org) wrote: This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: Evgeniy Polyakov z...@ioremap.net CC: Andrew

Re: [PATCH] w1/ds2482: use module_i2c_driver to simplify the code

2012-10-09 Thread Evgeniy Polyakov
atch) > > Signed-off-by: Wei Yongjun Looks good for me, but I added Ben Gardner (original author) to hear from him if it is ok. Greg, please pull it into your tree, when things are settled. Acked-by: Evgeniy Polyakov > --- > drivers/w1/masters/ds2482.c | 13 + >

Re: [PATCH] w1/ds2482: use module_i2c_driver to simplify the code

2012-10-09 Thread Evgeniy Polyakov
/dpatch) Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Looks good for me, but I added Ben Gardner (original author) to hear from him if it is ok. Greg, please pull it into your tree, when things are settled. Acked-by: Evgeniy Polyakov z...@ioremap.net --- drivers/w1/masters/ds2482.c

Re: [PATCH v2 1/3] w1: mxc_w1: Adapt the clock name to the new clock framework

2012-10-03 Thread Evgeniy Polyakov
ferent tree than w1. Feel free to add my ack. > > > > Acked-by: Evgeniy Polyakov > > Could this series go via your tree? Please send it to Greg (added to CC), but I would like someone who knows this platform (and not only w1 bits, which look good) to acknowledge changes, feel

Re: [PATCH v2 1/3] w1: mxc_w1: Adapt the clock name to the new clock framework

2012-10-03 Thread Evgeniy Polyakov
. Acked-by: Evgeniy Polyakov z...@ioremap.net Could this series go via your tree? Please send it to Greg (added to CC), but I would like someone who knows this platform (and not only w1 bits, which look good) to acknowledge changes, feel free to add mine. -- Evgeniy Polyakov

Re: [PATCH v2 1/3] w1: mxc_w1: Adapt the clock name to the new clock framework

2012-10-01 Thread Evgeniy Polyakov
different tree than w1. Feel free to add my ack. Acked-by: Evgeniy Polyakov -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/

Re: [PATCH v2 1/3] w1: mxc_w1: Adapt the clock name to the new clock framework

2012-10-01 Thread Evgeniy Polyakov
tree than w1. Feel free to add my ack. Acked-by: Evgeniy Polyakov z...@ioremap.net -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-06 Thread Evgeniy Polyakov
Hi On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: > > Greg, please pull it into your tree > > Acked-by: Evgeniy Polyakov > > I can't seem to find the original patch here, can someone please resend > it to me, with Evgeniy's ack added to it so

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-09-06 Thread Evgeniy Polyakov
Hi On Wed, Sep 05, 2012 at 02:07:58PM -0700, Greg KH (g...@kroah.com) wrote: Greg, please pull it into your tree Acked-by: Evgeniy Polyakov z...@ioremap.net I can't seem to find the original patch here, can someone please resend it to me, with Evgeniy's ack added to it so I can apply

Re: [REVIEW][PATCH 09/15] userns: Convert process event connector to handle kuids and kgids

2012-08-26 Thread Evgeniy Polyakov
rt > them via the process event connector. Looks good, if IDs are really supposed to be sent only from root namespace. And you dropped PROC_EVENTS from init/Kconfig, but since it was no, it should be ok by default. Feel free to add my acked-by: Evgeniy Polyakov Although I thoughs it could b

Re: [REVIEW][PATCH 09/15] userns: Convert process event connector to handle kuids and kgids

2012-08-26 Thread Evgeniy Polyakov
event connector. Looks good, if IDs are really supposed to be sent only from root namespace. And you dropped PROC_EVENTS from init/Kconfig, but since it was no, it should be ok by default. Feel free to add my acked-by: Evgeniy Polyakov z...@ioremap.net Although I thoughs it could be more

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-08-18 Thread Evgeniy Polyakov
Hi On Thu, Aug 16, 2012 at 12:56:40PM -0400, Raphael Assenat (r...@8d.com) wrote: > This patch adds support for maxim ds1825 based 1-wire temperature sensors. Looks good, thank you > Signed-off-by: Raphael Assenat Greg, please pull it into your tree Acked-by: Evgeniy Po

Re: [PATCH v2] 1-Wire: Add support for the maxim ds1825 temperature sensor

2012-08-18 Thread Evgeniy Polyakov
Hi On Thu, Aug 16, 2012 at 12:56:40PM -0400, Raphael Assenat (r...@8d.com) wrote: This patch adds support for maxim ds1825 based 1-wire temperature sensors. Looks good, thank you Signed-off-by: Raphael Assenat r...@8d.com Greg, please pull it into your tree Acked-by: Evgeniy Polyakov z

Re: [PATCH 1/6] w1: omap-hdq: add section annotation to remove

2012-07-31 Thread Evgeniy Polyakov
On Fri, Jul 27, 2012 at 10:04:44AM +0300, Felipe Balbi (ba...@ti.com) wrote: > > Feel free to add my acked-by: Evgeniy Polyakov > > I thought you would :-p Then I guess Tony, maybe ? Greg, will you pick this patchset? It is fairly simple and without any behaviour changes, but thin

Re: [PATCH 1/6] w1: omap-hdq: add section annotation to remove

2012-07-31 Thread Evgeniy Polyakov
On Fri, Jul 27, 2012 at 10:04:44AM +0300, Felipe Balbi (ba...@ti.com) wrote: Feel free to add my acked-by: Evgeniy Polyakov z...@ioremap.net I thought you would :-p Then I guess Tony, maybe ? Greg, will you pick this patchset? It is fairly simple and without any behaviour changes, but things

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Evgeniy Polyakov
Acked-by: Evgeniy Polyakov Greg, please pull it into your tree, if Ville does not object. Thank you. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Evgeniy Polyakov
atch adds a way to specify a GPIO to drive the (optional) external > pull-up logic, rather than using a function pointer for that. I do not object against this patch, but I have rather limited knowledge about gpio driver. Patch looks good, feel free to add my Acked-by: Evgeniy Polyakov

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Evgeniy Polyakov
to specify a GPIO to drive the (optional) external pull-up logic, rather than using a function pointer for that. I do not object against this patch, but I have rather limited knowledge about gpio driver. Patch looks good, feel free to add my Acked-by: Evgeniy Polyakov z...@ioremap.net Greg, please pull

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Evgeniy Polyakov
Polyakov z...@ioremap.net Greg, please pull it into your tree, if Ville does not object. Thank you. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH 1/6] w1: omap-hdq: add section annotation to remove

2012-07-26 Thread Evgeniy Polyakov
Hi all On Wed, Jul 25, 2012 at 03:05:27PM +0300, Felipe Balbi (ba...@ti.com) wrote: > trivial patch, no functional changes. > > Signed-off-by: Felipe Balbi Looks good to me Who should pick it up? Feel free to add my acked-by: Evgeniy Polyakov -- Evgeniy Polyakov -- To un

Re: [PATCH 1/6] w1: omap-hdq: add section annotation to remove

2012-07-26 Thread Evgeniy Polyakov
Hi all On Wed, Jul 25, 2012 at 03:05:27PM +0300, Felipe Balbi (ba...@ti.com) wrote: trivial patch, no functional changes. Signed-off-by: Felipe Balbi ba...@ti.com Looks good to me Who should pick it up? Feel free to add my acked-by: Evgeniy Polyakov z...@ioremap.net -- Evgeniy

Re: [2.6.25 patch] drivers/crypto/hifn_795x.c: fix 64bit division

2008-02-26 Thread Evgeniy Polyakov
> > ... > MODPOST 759 modules > ERROR: "__divdi3" [drivers/crypto/hifn_795x.ko] undefined! > > <-- snip --> > > Reported by Martin Michlmayr. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Yep, ndelay() uses division, thanks a lot Adr

Re: [2.6.25 patch] drivers/crypto/hifn_795x.c: fix 64bit division

2008-02-26 Thread Evgeniy Polyakov
modules ERROR: __divdi3 [drivers/crypto/hifn_795x.ko] undefined! -- snip -- Reported by Martin Michlmayr. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Yep, ndelay() uses division, thanks a lot Adrian for spotting this. Herbert, please apply. ACK. -- Evgeniy Polyakov

Re: [PATCH 1/2] [W1] ds1wm: should check for IS_ERR(clk) instead of NULL

2008-02-25 Thread Evgeniy Polyakov
erts NULL check to IS_ERR(), plus uses PTR_ERR() > for the return code. > > Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> Both patches look good, thanks Anton. Andrew, please merge them and add my ack if needed. Thank you. -- Evgeniy Polyakov -- To unsubscribe

Re: [PATCH 1/2] [W1] ds1wm: should check for IS_ERR(clk) instead of NULL

2008-02-25 Thread Evgeniy Polyakov
to IS_ERR(), plus uses PTR_ERR() for the return code. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Both patches look good, thanks Anton. Andrew, please merge them and add my ack if needed. Thank you. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-06 Thread Evgeniy Polyakov
s too, so that we could allocate per hash-bucket space and use it as a scratchpad for cookies. > --Glenn -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-06 Thread Evgeniy Polyakov
huge buffer should not be allocated on stack. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-06 Thread Evgeniy Polyakov
should not be allocated on stack. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-06 Thread Evgeniy Polyakov
-- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-05 Thread Evgeniy Polyakov
ws don't matter for > most normal users, especially on mobile devices). SACK is actually a good idea for mobile devices, so preventing syncookies from not getting into account some options (btw, does it work with timestamps and PAWS?) is not a solution. -- Evgeniy Polyakov -- To unsubscribe

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-05 Thread Evgeniy Polyakov
up during handshake. > > TCP only uses options negotiated during the hand shake and syncookies > is incapable to do this. What about fixing the implementation, so that it could get into account different options too? > -Andi -- Evgeniy Polyakov -- To unsubscribe from this list: s

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-05 Thread Evgeniy Polyakov
rowing? Most (if not all) distributions have them enabled and window growing works just fine. Actually I do not see any reason why connection establishment handshake should prevent any run-time operations at all, even if it was setup during handshake. -- Evgeniy Polyakov -- To unsubscrib

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-05 Thread Evgeniy Polyakov
works just fine. Actually I do not see any reason why connection establishment handshake should prevent any run-time operations at all, even if it was setup during handshake. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-05 Thread Evgeniy Polyakov
during the hand shake and syncookies is incapable to do this. What about fixing the implementation, so that it could get into account different options too? -Andi -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] Add IPv6 support to TCP SYN cookies

2008-02-05 Thread Evgeniy Polyakov
devices). SACK is actually a good idea for mobile devices, so preventing syncookies from not getting into account some options (btw, does it work with timestamps and PAWS?) is not a solution. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [1/2] POHMELFS - network filesystem with local coherent cache.

2008-01-31 Thread Evgeniy Polyakov
ferent node, so that after client asks for data it would be just sent to different server. This allows to make parallel transactions. Essentially it looks like mounting different remote server to virtual directory working with it, except that connection setup should be done not at mount tim

[2/2] POHMELFS: hack to disable writeback.

2008-01-31 Thread Evgeniy Polyakov
, which can be matched to filesystem path, so that remote side could create objects without _any_ knowledge of inode numbers on the local fs. Crappy-stuff-created-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/fs/pohmelfs/dir.c b/fs/pohmelfs/dir.c index 23f9ecd..5aec593 100644 --

[1/2] POHMELFS - network filesystem with local coherent cache.

2008-01-31 Thread Evgeniy Polyakov
it coherent with other users * unified method of syncing with various remote filesystems Thank you. P.S. POHMELFS is about one month old, so do not be so severe with it :) Crappy-stuff-created-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/fs/Kconfig b/fs/Kconfig index f9eed6d..c40f2c5

[2/2] POHMELFS: hack to disable writeback.

2008-01-31 Thread Evgeniy Polyakov
, which can be matched to filesystem path, so that remote side could create objects without _any_ knowledge of inode numbers on the local fs. Crappy-stuff-created-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git a/fs/pohmelfs/dir.c b/fs/pohmelfs/dir.c index 23f9ecd..5aec593 100644 --- a/fs/pohmelfs

[1/2] POHMELFS - network filesystem with local coherent cache.

2008-01-31 Thread Evgeniy Polyakov
it coherent with other users * unified method of syncing with various remote filesystems Thank you. P.S. POHMELFS is about one month old, so do not be so severe with it :) Crappy-stuff-created-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git a/fs/Kconfig b/fs/Kconfig index f9eed6d..c40f2c5 100644

Re: [1/2] POHMELFS - network filesystem with local coherent cache.

2008-01-31 Thread Evgeniy Polyakov
it would be just sent to different server. This allows to make parallel transactions. Essentially it looks like mounting different remote server to virtual directory working with it, except that connection setup should be done not at mount time, but at run time. -- Evgeniy Polyakov

Re: [build bug] ./drivers/crypto/hifn_795x.c

2008-01-26 Thread Evgeniy Polyakov
ks for the report. This is casued by > > > CONFIG_HW_RANDOM=m > > CONFIG_CRYPTO_DEV_HIFN_795X=y > > I'll fix it with the following patch. Thanks for fixing that up, if people who do not like select will complain, we can make hifn rng depend on hw_random. -- Evgeniy Polyakov --

Re: [build bug] ./drivers/crypto/hifn_795x.c

2008-01-26 Thread Evgeniy Polyakov
fix it with the following patch. Thanks for fixing that up, if people who do not like select will complain, we can make hifn rng depend on hw_random. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [PATCH] W1: w1_therm.c standardize units to millidegrees C

2008-01-24 Thread Evgeniy Polyakov
ork, but I'm not sure it worth time. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] W1: w1_therm.c standardize units to millidegrees C

2008-01-24 Thread Evgeniy Polyakov
, but I'm not sure it worth time. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: W1: w1_slave units, standardize 1C or .001C? Break API

2008-01-22 Thread Evgeniy Polyakov
On Wed, Jan 23, 2008 at 12:07:41AM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > On Mon, Jan 21, 2008 at 07:11:07PM -0800, H. Peter Anvin ([EMAIL PROTECTED]) > wrote: > > >Millikelvins would have the nice property of never being negative. :) > > > > > &

Re: W1: w1_slave units, standardize 1C or .001C? Break API

2008-01-22 Thread Evgeniy Polyakov
0 °C = 719.96 °F I have no objection on adding new sysfs files which will return temperature relative to one on Mars or Venus :) -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordo

Re: W1: w1_slave units, standardize 1C or .001C? Break API

2008-01-22 Thread Evgeniy Polyakov
f full rom content. It can be millidegrees Centigrade, another one can be millikelvins :) Actually it is already posible for applications to decode whatever precision they like from the rom content displayed, although that can be not very convenient. -- Evgeniy Polyakov -- To unsubscribe fr

[2/4] DST: Core distributed storage files.

2008-01-22 Thread Evgeniy Polyakov
Core distributed storage files. Include userspace interfaces, initialization, block layer bindings and other core functionality. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index b4c8319..ca6592d 100644 --- a/drivers

[3/4] DST: Network state machine.

2008-01-22 Thread Evgeniy Polyakov
Network state machine. Includes network async processing state machine and related tasks. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/dst/kst.c b/drivers/block/dst/kst.c new file mode 100644 index 000..4ff14ce --- /dev/null +++ b/drivers/block/dst

[4/4] DST: Algorithms used in distributed storage.

2008-01-22 Thread Evgeniy Polyakov
Algorithms used in distributed storage. Mirror and linear mapping code. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/dst/alg_linear.c b/drivers/block/dst/alg_linear.c new file mode 100644 index 000..2f9ed65 --- /dev/null +++ b/drivers/blo

[0/4] DST: Distributed storage: Succumbed to live ant.

2008-01-22 Thread Evgeniy Polyakov
://tservice.net.ru/~s0mbre/old/?section=projects=dst DST is also exported as a git tree available for clone and pull from http://tservice.net.ru/~s0mbre/archive/dst/dst.git Thank you. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> -- To unsubscribe from this list: send th

[1/4] DST: Distributed storage documentation.

2008-01-22 Thread Evgeniy Polyakov
Distributed storage documentation. Algorithms used in the system, userspace interfaces (sysfs dirs and files), design and implementation details are described here. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/Documentation/dst/algorithms.txt b/Documentati

[0/4] DST: Distributed storage: Succumbed to live ant.

2008-01-22 Thread Evgeniy Polyakov
://tservice.net.ru/~s0mbre/old/?section=projectsitem=dst DST is also exported as a git tree available for clone and pull from http://tservice.net.ru/~s0mbre/archive/dst/dst.git Thank you. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] -- To unsubscribe from this list: send the line

[1/4] DST: Distributed storage documentation.

2008-01-22 Thread Evgeniy Polyakov
Distributed storage documentation. Algorithms used in the system, userspace interfaces (sysfs dirs and files), design and implementation details are described here. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git a/Documentation/dst/algorithms.txt b/Documentation/dst

[4/4] DST: Algorithms used in distributed storage.

2008-01-22 Thread Evgeniy Polyakov
Algorithms used in distributed storage. Mirror and linear mapping code. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git a/drivers/block/dst/alg_linear.c b/drivers/block/dst/alg_linear.c new file mode 100644 index 000..2f9ed65 --- /dev/null +++ b/drivers/block/dst/alg_linear.c

[3/4] DST: Network state machine.

2008-01-22 Thread Evgeniy Polyakov
Network state machine. Includes network async processing state machine and related tasks. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git a/drivers/block/dst/kst.c b/drivers/block/dst/kst.c new file mode 100644 index 000..4ff14ce --- /dev/null +++ b/drivers/block/dst/kst.c

[2/4] DST: Core distributed storage files.

2008-01-22 Thread Evgeniy Polyakov
Core distributed storage files. Include userspace interfaces, initialization, block layer bindings and other core functionality. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index b4c8319..ca6592d 100644 --- a/drivers/block

Re: W1: w1_slave units, standardize 1C or .001C? Break API

2008-01-22 Thread Evgeniy Polyakov
be millidegrees Centigrade, another one can be millikelvins :) Actually it is already posible for applications to decode whatever precision they like from the rom content displayed, although that can be not very convenient. -- Evgeniy Polyakov -- To unsubscribe from this list: send

Re: W1: w1_slave units, standardize 1C or .001C? Break API

2008-01-22 Thread Evgeniy Polyakov
on adding new sysfs files which will return temperature relative to one on Mars or Venus :) -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: W1: w1_slave units, standardize 1C or .001C? Break API

2008-01-22 Thread Evgeniy Polyakov
On Wed, Jan 23, 2008 at 12:07:41AM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: On Mon, Jan 21, 2008 at 07:11:07PM -0800, H. Peter Anvin ([EMAIL PROTECTED]) wrote: Millikelvins would have the nice property of never being negative. :) Alternatively, centikelvins would fit

Re: [PATCH 1/2] W1: w1_therm.c ds18b20 decode freezing temperatures correctly

2008-01-21 Thread Evgeniy Polyakov
Hi David. Both patches looks ok, thanks a lot. Andrew, please apply. Acked-by: Evgeniy Polyakov <[EMAIL PROTECTED]> -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordo

Re: [PATCH 1/2] W1: w1_therm.c ds18b20 decode freezing temperatures correctly

2008-01-21 Thread Evgeniy Polyakov
Hi David. Both patches looks ok, thanks a lot. Andrew, please apply. Acked-by: Evgeniy Polyakov [EMAIL PROTECTED] -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[1/1] w1: remove unused and confusing variable.

2008-01-11 Thread Evgeniy Polyakov
Hi. This patch removes variable which actually is not used (except assigning it a value) and confusing break out of the family checking loop. Found by Harry J Mason <[EMAIL PROTECTED]>. Thank you. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/w1/w1.c b/d

[1/1] w1: remove unused and confusing variable.

2008-01-11 Thread Evgeniy Polyakov
Hi. This patch removes variable which actually is not used (except assigning it a value) and confusing break out of the family checking loop. Found by Harry J Mason [EMAIL PROTECTED]. Thank you. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c

Re: [PATCH] CONNECTOR: don't touch queue dev after decrement of ref count

2008-01-09 Thread Evgeniy Polyakov
On Wed, Jan 09, 2008 at 01:44:07PM +0800, Li Zefan ([EMAIL PROTECTED]) wrote: > > cn_queue_free_callback() will touch 'dev'(i.e. cbq->pdev), > so it should be called before atomic_dec(>refcnt). > > Signed-off-by: Li Zefan <[EMAIL PROTECTED]> Thanks a lot! -

Re: [PATCH] CONNECTOR: don't touch queue dev after decrement of ref count

2008-01-09 Thread Evgeniy Polyakov
On Wed, Jan 09, 2008 at 01:44:07PM +0800, Li Zefan ([EMAIL PROTECTED]) wrote: cn_queue_free_callback() will touch 'dev'(i.e. cbq-pdev), so it should be called before atomic_dec(dev-refcnt). Signed-off-by: Li Zefan [EMAIL PROTECTED] Thanks a lot! -- Evgeniy Polyakov

Re: [PATCH -mm 2/4] hifn_795x: fixup container_of() usage

2008-01-08 Thread Evgeniy Polyakov
usually prefer to call members the same in container usage, since I always forget where each one should be placed. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info a

Re: [PATCH -mm 2/4] hifn_795x: fixup container_of() usage

2008-01-08 Thread Evgeniy Polyakov
to call members the same in container usage, since I always forget where each one should be placed. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [PATCH] DS1WM: decouple host IRQ and INTR active state settings.

2008-01-07 Thread Evgeniy Polyakov
his patch, machines with DS1WM > that need IAS=1 have to set .active_high=1 in the ds1wm_platform_data. > > Signed-off-by: Philipp Zabel <[EMAIL PROTECTED]> I have no problem with this patch, thank you. Andrew, please apply. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]>

Re: [PATCH] DS1WM: decouple host IRQ and INTR active state settings.

2008-01-07 Thread Evgeniy Polyakov
, machines with DS1WM that need IAS=1 have to set .active_high=1 in the ds1wm_platform_data. Signed-off-by: Philipp Zabel [EMAIL PROTECTED] I have no problem with this patch, thank you. Andrew, please apply. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] -- Evgeniy Polyakov

Re: 2.6.24-rc6-mm1 (build problem: gpio/W1)

2008-01-05 Thread Evgeniy Polyakov
cal/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c:28: error: > implicit declaration of function 'gpio_direction_output' I believe w1-gpio it has to depend on generic gpio, Ville can you confirm that? -- Evgeniy Polyakov -- To unsubscribe from this list: send the

Re: [PATCH 5/5] CONNECTOR: return proper error code in cn_call_callback()

2008-01-05 Thread Evgeniy Polyakov
first. Loop above will break out after first matched id, so it will never call the path, which can change error, again. Thanks a lot for patches and quick merge! -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: [PATCH 5/5] CONNECTOR: return proper error code in cn_call_callback()

2008-01-05 Thread Evgeniy Polyakov
it will never call the path, which can change error, again. Thanks a lot for patches and quick merge! -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: 2.6.24-rc6-mm1 (build problem: gpio/W1)

2008-01-05 Thread Evgeniy Polyakov
/drivers/w1/masters/w1-gpio.c:28: error: implicit declaration of function 'gpio_direction_output' I believe w1-gpio it has to depend on generic gpio, Ville can you confirm that? -- Evgeniy Polyakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[3/4] DST: Network state machine.

2007-12-26 Thread Evgeniy Polyakov
Network state machine. Includes network async processing state machine and related tasks. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/dst/kst.c b/drivers/block/dst/kst.c new file mode 100644 index 000..6d92014 --- /dev/null +++ b/drivers/block/dst

[4/4] DST: Algorithms used in distributed storage.

2007-12-26 Thread Evgeniy Polyakov
Algorithms used in distributed storage. Mirror and linear mapping code. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> diff --git a/drivers/block/dst/alg_linear.c b/drivers/block/dst/alg_linear.c new file mode 100644 index 000..2f9ed65 --- /dev/null +++ b/drivers/blo

<    1   2   3   4   5   6   7   8   9   10   >