[PATCH 0/2] can: flexcan: small fix and ISO CAN-FD support

2020-06-29 Thread Michael Walle
Hi, this patch series is based on: https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git/log/?h=flexcan I took the liberty and ported and made some style changes to the ISO CAN-FD patch from Joakim. With these two patches applied for the branch above: Tested-by: Michael Walle

[PATCH 0/2] rapidio: convert to pin_user_pages(), plus a small fix

2020-05-17 Thread John Hubbard
While converting rapidio from get_user_pages() to pin_user_pages(), I noticed a small problem in the error handling, so that is fixed first. As such, the fix has -stable on CC, and can be separately applied. Note that I have only compile-tested these patches, although that does also include

Re: [PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-19 Thread Jens Axboe
On 4/19/18 11:10 AM, Randy Dunlap wrote: > On 04/19/18 07:52, Jens Axboe wrote: >> On 4/18/18 10:04 PM, Jiang Biao wrote: >>> The comment before blkg_create() in blkcg_init_queue() was moved >>> from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but >>> it does not suit for the new

Re: [PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-19 Thread Jens Axboe
On 4/19/18 11:10 AM, Randy Dunlap wrote: > On 04/19/18 07:52, Jens Axboe wrote: >> On 4/18/18 10:04 PM, Jiang Biao wrote: >>> The comment before blkg_create() in blkcg_init_queue() was moved >>> from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but >>> it does not suit for the new

Re: [PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-19 Thread Randy Dunlap
On 04/19/18 07:52, Jens Axboe wrote: > On 4/18/18 10:04 PM, Jiang Biao wrote: >> The comment before blkg_create() in blkcg_init_queue() was moved >> from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but >> it does not suit for the new context. > > Applied - btw, in the future, if you

Re: [PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-19 Thread Randy Dunlap
On 04/19/18 07:52, Jens Axboe wrote: > On 4/18/18 10:04 PM, Jiang Biao wrote: >> The comment before blkg_create() in blkcg_init_queue() was moved >> from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but >> it does not suit for the new context. > > Applied - btw, in the future, if you

Re: [PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-19 Thread Jens Axboe
On 4/18/18 10:04 PM, Jiang Biao wrote: > The comment before blkg_create() in blkcg_init_queue() was moved > from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but > it does not suit for the new context. Applied - btw, in the future, if you send more than one patch in a series, please

Re: [PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-19 Thread Jens Axboe
On 4/18/18 10:04 PM, Jiang Biao wrote: > The comment before blkg_create() in blkcg_init_queue() was moved > from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but > it does not suit for the new context. Applied - btw, in the future, if you send more than one patch in a series, please

[PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-18 Thread Jiang Biao
The comment before blkg_create() in blkcg_init_queue() was moved from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but it does not suit for the new context. Signed-off-by: Jiang Biao Signed-off-by: Wen Yang CC: Tejun Heo

[PATCH 1/2] blkcg: small fix on comment in blkcg_init_queue

2018-04-18 Thread Jiang Biao
The comment before blkg_create() in blkcg_init_queue() was moved from blkcg_activate_policy() by commit ec13b1d6f0a0457312e615, but it does not suit for the new context. Signed-off-by: Jiang Biao Signed-off-by: Wen Yang CC: Tejun Heo CC: Jens Axboe --- block/blk-cgroup.c | 6 +- 1 file

[PATCH v2 0/5] MIPS: ath79: Various small fix to prepare OF support

2015-04-19 Thread Alban Bedel
First re-run of this serie of misc fix and preparation for OF support on ATH79. * Dropped the bad PCI patch * Moved the patch to use the common clk API out of the OF support serie into this one. Alban Bedel (5): MIPS: ath79: Enable ZBOOT support MIPS: ath79: Add a missing new line in

[PATCH v2 0/5] MIPS: ath79: Various small fix to prepare OF support

2015-04-19 Thread Alban Bedel
First re-run of this serie of misc fix and preparation for OF support on ATH79. * Dropped the bad PCI patch * Moved the patch to use the common clk API out of the OF support serie into this one. Alban Bedel (5): MIPS: ath79: Enable ZBOOT support MIPS: ath79: Add a missing new line in

[PATH] MIPS: ath79: Various small fix to prepare OF support

2015-04-17 Thread Alban Bedel
This first small serie allow using ZBOOT, fix a few errors in the registers definitions and rework the DDR controller interface. The DDR controller interface patch is mostly to simplify the IRQ controller code before adding OF support. Following this will a be serie that add the OF bindings and

[PATH] MIPS: ath79: Various small fix to prepare OF support

2015-04-17 Thread Alban Bedel
This first small serie allow using ZBOOT, fix a few errors in the registers definitions and rework the DDR controller interface. The DDR controller interface patch is mostly to simplify the IRQ controller code before adding OF support. Following this will a be serie that add the OF bindings and

Re: [PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-29 Thread Grant Likely
On Sat, Mar 28, 2015 at 1:23 PM, Grant Likely wrote: > On Tue, 24 Mar 2015 23:43:43 -0500 > , Rob Herring > wrote: >> On Wed, Mar 11, 2015 at 3:36 AM, Wang Long wrote: >> > This series patches do some small fixes in drivers/of/unittest.c, >> > and update the Documenttion. >> > >> > At last,

Re: [PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-29 Thread Grant Likely
On Sat, Mar 28, 2015 at 1:23 PM, Grant Likely grant.lik...@linaro.org wrote: On Tue, 24 Mar 2015 23:43:43 -0500 , Rob Herring robherri...@gmail.com wrote: On Wed, Mar 11, 2015 at 3:36 AM, Wang Long long.wangl...@huawei.com wrote: This series patches do some small fixes in

Re: [PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-28 Thread Grant Likely
On Tue, 24 Mar 2015 23:43:43 -0500 , Rob Herring wrote: > On Wed, Mar 11, 2015 at 3:36 AM, Wang Long wrote: > > This series patches do some small fixes in drivers/of/unittest.c, > > and update the Documenttion. > > > > At last, replace selftest with unittest in the c, dtsi > > and binding

Re: [PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-28 Thread Grant Likely
On Tue, 24 Mar 2015 23:43:43 -0500 , Rob Herring robherri...@gmail.com wrote: On Wed, Mar 11, 2015 at 3:36 AM, Wang Long long.wangl...@huawei.com wrote: This series patches do some small fixes in drivers/of/unittest.c, and update the Documenttion. At last, replace selftest with unittest

Re: [PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-24 Thread Rob Herring
On Wed, Mar 11, 2015 at 3:36 AM, Wang Long wrote: > This series patches do some small fixes in drivers/of/unittest.c, > and update the Documenttion. > > At last, replace selftest with unittest in the c, dtsi > and binding files. > > * v2 <- v1: > - According to Gaurav's advice. make the

Re: [PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-24 Thread Rob Herring
On Wed, Mar 11, 2015 at 3:36 AM, Wang Long long.wangl...@huawei.com wrote: This series patches do some small fixes in drivers/of/unittest.c, and update the Documenttion. At last, replace selftest with unittest in the c, dtsi and binding files. * v2 - v1: - According to Gaurav's

[PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-11 Thread Wang Long
This series patches do some small fixes in drivers/of/unittest.c, and update the Documenttion. At last, replace selftest with unittest in the c, dtsi and binding files. * v2 <- v1: - According to Gaurav's advice. make the rename file patch correctly. Wang Long (5):

[PATCH v2 0/5] Update the OF unittest and some small fix

2015-03-11 Thread Wang Long
This series patches do some small fixes in drivers/of/unittest.c, and update the Documenttion. At last, replace selftest with unittest in the c, dtsi and binding files. * v2 - v1: - According to Gaurav's advice. make the rename file patch correctly. Wang Long (5):

[PATCH 0/5] Update the OF unittest and some small fix

2015-03-10 Thread Wang Long
This series patches do some small fixes in drivers/of/unittest.c, and update the Documenttion. At last, replace selftest with unittest in the c and dtsi files. Wang Long (5): of/unittest: remove the duplicate of_changeset_init of/unittest: Fix the wrong expected value in

[PATCH 0/5] Update the OF unittest and some small fix

2015-03-10 Thread Wang Long
This series patches do some small fixes in drivers/of/unittest.c, and update the Documenttion. At last, replace selftest with unittest in the c and dtsi files. Wang Long (5): of/unittest: remove the duplicate of_changeset_init of/unittest: Fix the wrong expected value in

[PATCH 0/3] iio: ti_am335x_adc: small fix and cleanup

2013-09-22 Thread Zubair Lutfullah
These apply on togreg branch. Fix/cleanup the am335x-adc driver. 1. Autobuilder picked up a missing static in function header 2. Trigger related code is redundant as driver is not using it 3. An error case that I could not figure out does what and why. Seemed like debug code to me. Removed it.

[PATCH 0/3] iio: ti_am335x_adc: small fix and cleanup

2013-09-22 Thread Zubair Lutfullah
These apply on togreg branch. Fix/cleanup the am335x-adc driver. 1. Autobuilder picked up a missing static in function header 2. Trigger related code is redundant as driver is not using it 3. An error case that I could not figure out does what and why. Seemed like debug code to me. Removed it.

[PATCH v4 0/4] small fix for scale usage

2013-06-18 Thread Lei Wen
Here are three patches which correct scale usage in both fix_small_imbalance and update_sg_lb_stats. And give out comment over when fix_small_imbalance would cause load change. V2: fix scale usage for update_sg_lb_stats V3: fix scale problem in comparing sds->busiest_load_per_task and

[PATCH v4 0/4] small fix for scale usage

2013-06-18 Thread Lei Wen
Here are three patches which correct scale usage in both fix_small_imbalance and update_sg_lb_stats. And give out comment over when fix_small_imbalance would cause load change. V2: fix scale usage for update_sg_lb_stats V3: fix scale problem in comparing sds-busiest_load_per_task and

[PATCH v3 0/3] small fix for scale usage

2013-06-17 Thread Lei Wen
Here are three patches which correct scale usage in both fix_small_imbalance and update_sg_lb_stats. And give out comment over when fix_small_imbalance would cause load change. V2: fix scale usage for update_sg_lb_stats V3: fix scale problem in comparing sds->busiest_load_per_task and

[PATCH v2 0/3] small fix for scale usage

2013-06-17 Thread Lei Wen
Here are three patches which correct scale usage in both fix_small_imbalance and update_sg_lb_stats. And give out comment over when fix_small_imbalance would cause load change. V2: fix scale usage for update_sg_lb_stats Lei Wen (3): sched: reduce calculation effort in fix_small_imbalance

[PATCH v2 0/3] small fix for scale usage

2013-06-17 Thread Lei Wen
Here are three patches which correct scale usage in both fix_small_imbalance and update_sg_lb_stats. And give out comment over when fix_small_imbalance would cause load change. V2: fix scale usage for update_sg_lb_stats Lei Wen (3): sched: reduce calculation effort in fix_small_imbalance

[PATCH v3 0/3] small fix for scale usage

2013-06-17 Thread Lei Wen
Here are three patches which correct scale usage in both fix_small_imbalance and update_sg_lb_stats. And give out comment over when fix_small_imbalance would cause load change. V2: fix scale usage for update_sg_lb_stats V3: fix scale problem in comparing sds-busiest_load_per_task and

[PATCH 0/2] small fix for fix_small_imbalance

2013-06-14 Thread Lei Wen
Here is two patches which correct the scale usage in the fix_small_balance, and give out comment over when fix_small_imbalance would cause load change. Lei Wen (2): sched: reduce calculation effort in fix_small_imbalance sched: scale the busy and this queue's per-task load before compare

[PATCH 0/2] small fix for fix_small_imbalance

2013-06-14 Thread Lei Wen
Here is two patches which correct the scale usage in the fix_small_balance, and give out comment over when fix_small_imbalance would cause load change. Lei Wen (2): sched: reduce calculation effort in fix_small_imbalance sched: scale the busy and this queue's per-task load before compare

Re: [PATCH] Btrfs: small fix the commment for the action flags in delayed-ref.h

2012-09-20 Thread Liu Bo
On 09/20/2012 11:07 PM, Wang Sheng-Hui wrote: > The action has been merged into struct btrfs_delayed_ref_node, > and no struct btrfs_delayed_ref is available now. > You can consider sending this kind of typo fix patch to trivial list instead. thanks, liubo > Signed-off-by: Wang Sheng-Hui >

[PATCH] Btrfs: small fix the commment for the action flags in delayed-ref.h

2012-09-20 Thread Wang Sheng-Hui
The action has been merged into struct btrfs_delayed_ref_node, and no struct btrfs_delayed_ref is available now. Signed-off-by: Wang Sheng-Hui --- fs/btrfs/delayed-ref.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/delayed-ref.h b/fs/btrfs/delayed-ref.h

[PATCH] Btrfs: small fix the commment for the action flags in delayed-ref.h

2012-09-20 Thread Wang Sheng-Hui
The action has been merged into struct btrfs_delayed_ref_node, and no struct btrfs_delayed_ref is available now. Signed-off-by: Wang Sheng-Hui shh...@gmail.com --- fs/btrfs/delayed-ref.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/delayed-ref.h

Re: [PATCH] Btrfs: small fix the commment for the action flags in delayed-ref.h

2012-09-20 Thread Liu Bo
On 09/20/2012 11:07 PM, Wang Sheng-Hui wrote: The action has been merged into struct btrfs_delayed_ref_node, and no struct btrfs_delayed_ref is available now. You can consider sending this kind of typo fix patch to trivial list instead. thanks, liubo Signed-off-by: Wang Sheng-Hui

Re: [PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread KAMEZAWA Hiroyuki
This is updated version. Andrew, could you repleace ? -Kame == Fixing 2 small issues pointed by Tony Luck. Changelog v1 -> v2 * add pte_present_exec_user() * remove pte_user * fixed comments. v1. * removing redundant BUG_ON in __ia64_sync_icache_dcache(). * check pte_present() first.

Re: [PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread KAMEZAWA Hiroyuki
On Tue, 21 Aug 2007 14:12:02 -0700 "Luck, Tony" <[EMAIL PROTECTED]> wrote: > > + if (pte_present(pteval) &&// swap out ? > > + pte_exec(pteval) &&// flush only new executable page. > > pte_user(pteval) &&// ignore kernel page > > (!pte_present(*ptep) ||//

RE: [PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread Luck, Tony
> + if (pte_present(pteval) &&// swap out ? > + pte_exec(pteval) &&// flush only new executable page. > pte_user(pteval) &&// ignore kernel page > (!pte_present(*ptep) ||// do_no_page or swap in, migration, > pte_pfn(*ptep) != pte_pfn(pteval)))

[PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread KAMEZAWA Hiroyuki
Fixing 2 small issues pointed by Tony Luck. * removing redundant BUG_ON in __ia64_sync_icache_dcache(). * check pte_present() first. Signed-off-by: KAMEZAWA Hiroyuki <[EMAIL PROTECTED]> --- arch/ia64/mm/init.c|2 -- include/asm-ia64/pgtable.h |4 ++-- 2 files changed, 2

[PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread KAMEZAWA Hiroyuki
Fixing 2 small issues pointed by Tony Luck. * removing redundant BUG_ON in __ia64_sync_icache_dcache(). * check pte_present() first. Signed-off-by: KAMEZAWA Hiroyuki [EMAIL PROTECTED] --- arch/ia64/mm/init.c|2 -- include/asm-ia64/pgtable.h |4 ++-- 2 files changed, 2

RE: [PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread Luck, Tony
+ if (pte_present(pteval) // swap out ? + pte_exec(pteval) // flush only new executable page. pte_user(pteval) // ignore kernel page (!pte_present(*ptep) ||// do_no_page or swap in, migration, pte_pfn(*ptep) != pte_pfn(pteval))) //

Re: [PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread KAMEZAWA Hiroyuki
On Tue, 21 Aug 2007 14:12:02 -0700 Luck, Tony [EMAIL PROTECTED] wrote: + if (pte_present(pteval) // swap out ? + pte_exec(pteval) // flush only new executable page. pte_user(pteval) // ignore kernel page (!pte_present(*ptep) ||// do_no_page or swap in,

Re: [PATCH][2.6.23-rc2-mm2] small fix for ia64 icache sync patch

2007-08-21 Thread KAMEZAWA Hiroyuki
This is updated version. Andrew, could you repleace ? -Kame == Fixing 2 small issues pointed by Tony Luck. Changelog v1 - v2 * add pte_present_exec_user() * remove pte_user * fixed comments. v1. * removing redundant BUG_ON in __ia64_sync_icache_dcache(). * check pte_present() first.

[patch 28/33] SONIC: small fix and cleanup

2007-05-01 Thread Geert Uytterhoeven
From: Finn Thain <[EMAIL PROTECTED]> Fix a potential problem in the timeout handling: don't free the DMA buffers before resetting the chip. Also a trivial cleanup. Bring macsonic and jazzsonic into sync. Signed-off-by: Finn Thain <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL

[patch 28/33] SONIC: small fix and cleanup

2007-05-01 Thread Geert Uytterhoeven
From: Finn Thain [EMAIL PROTECTED] Fix a potential problem in the timeout handling: don't free the DMA buffers before resetting the chip. Also a trivial cleanup. Bring macsonic and jazzsonic into sync. Signed-off-by: Finn Thain [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL

[PATCH 0/2] wistron_btns: small fix and led support

2007-04-18 Thread Éric Piel
Hello, The following two patches are against the input tree and improve the wistron_btns driver. The first patch is mostly trivial, it fixes a typo that I introduced in the previous batch. The second patch adds led support to the driver (and therefore also dependency on the led class). See

[PATCH 0/2] wistron_btns: small fix and led support

2007-04-18 Thread Éric Piel
Hello, The following two patches are against the input tree and improve the wistron_btns driver. The first patch is mostly trivial, it fixes a typo that I introduced in the previous batch. The second patch adds led support to the driver (and therefore also dependency on the led class). See

Re: [PATCH] HIL small fix

2007-02-04 Thread Cyrill V. Gorcunov
On Sun, Feb 04, 2007 at 12:55:57PM +0100, Helge Deller wrote: | Hello Cyrill, | | thanks a lot for the patch. | I've applied it to the PARISC-Linux git tree: | http://git.parisc-linux.org/?p=linux-2.6.git;a=commit;h=2b1f35b1cdec70c3a0ee2d4174668597355b6041 | | Your patch made me aware of an

Re: [PATCH] HIL small fix

2007-02-04 Thread Helge Deller
Hello Cyrill, thanks a lot for the patch. I've applied it to the PARISC-Linux git tree: http://git.parisc-linux.org/?p=linux-2.6.git;a=commit;h=2b1f35b1cdec70c3a0ee2d4174668597355b6041 Your patch made me aware of an unitialized spinlock in the code as well:

Re: [PATCH] HIL small fix

2007-02-04 Thread Helge Deller
Hello Cyrill, thanks a lot for the patch. I've applied it to the PARISC-Linux git tree: http://git.parisc-linux.org/?p=linux-2.6.git;a=commit;h=2b1f35b1cdec70c3a0ee2d4174668597355b6041 Your patch made me aware of an unitialized spinlock in the code as well:

Re: [PATCH] HIL small fix

2007-02-04 Thread Cyrill V. Gorcunov
On Sun, Feb 04, 2007 at 12:55:57PM +0100, Helge Deller wrote: | Hello Cyrill, | | thanks a lot for the patch. | I've applied it to the PARISC-Linux git tree: | http://git.parisc-linux.org/?p=linux-2.6.git;a=commit;h=2b1f35b1cdec70c3a0ee2d4174668597355b6041 | | Your patch made me aware of an

[PATCH] HIL small fix

2007-02-03 Thread Cyrill V. Gorcunov
This patch adds a checking for errors in hil_keyb_init. Also some extra spaces are removed. Signed-off-by: Cyrill V. Gorcunov <[EMAIL PROTECTED]> --- dvers/input/keyboard/hilkbd.c | 106 +++ 1 files changed, 62 insertions(+), 44 deletions(-) diff --git

[PATCH] HIL small fix

2007-02-03 Thread Cyrill V. Gorcunov
This patch adds a checking for errors in hil_keyb_init. Also some extra spaces are removed. Signed-off-by: Cyrill V. Gorcunov [EMAIL PROTECTED] --- dvers/input/keyboard/hilkbd.c | 106 +++ 1 files changed, 62 insertions(+), 44 deletions(-) diff --git

[PATCH] Broadcom 4400 resume small fix (v2)

2007-01-10 Thread Dmitriy Monakhov
Changes from v1: - Fix according to Francois Romieu comments. LOG: Some issues in b44_resume(). - Return value of pci_enable_device() was ignored. - If request_irq() has failed we have to just disable device and exit. Signed-off-by: Dmitriy Monakhov <[EMAIL PROTECTED]> --- diff --git

[PATCH] Broadcom 4400 resume small fix (v2)

2007-01-10 Thread Dmitriy Monakhov
Changes from v1: - Fix according to Francois Romieu comments. LOG: Some issues in b44_resume(). - Return value of pci_enable_device() was ignored. - If request_irq() has failed we have to just disable device and exit. Signed-off-by: Dmitriy Monakhov [EMAIL PROTECTED] --- diff --git

Re: [PATCH] Broadcom 4400 resume small fix

2007-01-08 Thread Francois Romieu
Dmitriy Monakhov <[EMAIL PROTECTED]> : > Return value of 'pci_enable_device' was ignored in b44_resume(). > We can't ingore it because it can fail. - Please Cc: netdev@vger.kernel.org, [EMAIL PROTECTED] and the maintainer of the driver (Gary Zambrano <[EMAIL PROTECTED]> as per MAINTAINERS

[PATCH] Broadcom 4400 resume small fix

2007-01-08 Thread Dmitriy Monakhov
Return value of 'pci_enable_device' was ignored in b44_resume(). We can't ingore it because it can fail. Signed-off-by: Dmitriy Monakhov <[EMAIL PROTECTED]> --- diff --git a/drivers/net/b44.c b/drivers/net/b44.c index 5eb2ec6..63de31b 100644 --- a/drivers/net/b44.c +++ b/drivers/net/b44.c @@

[PATCH] Broadcom 4400 resume small fix

2007-01-08 Thread Dmitriy Monakhov
Return value of 'pci_enable_device' was ignored in b44_resume(). We can't ingore it because it can fail. Signed-off-by: Dmitriy Monakhov [EMAIL PROTECTED] --- diff --git a/drivers/net/b44.c b/drivers/net/b44.c index 5eb2ec6..63de31b 100644 --- a/drivers/net/b44.c +++ b/drivers/net/b44.c @@

Re: [PATCH] Broadcom 4400 resume small fix

2007-01-08 Thread Francois Romieu
Dmitriy Monakhov [EMAIL PROTECTED] : Return value of 'pci_enable_device' was ignored in b44_resume(). We can't ingore it because it can fail. - Please Cc: netdev@vger.kernel.org, [EMAIL PROTECTED] and the maintainer of the driver (Gary Zambrano [EMAIL PROTECTED] as per MAINTAINERS file and

[PATCH] ext3: small fix for previous retries patch in ext3_prepare_write()

2006-11-28 Thread Kirill Korotaev
Patch from Dmitry Monakhov: Previous fix for retries in ext3_prepare_write() violation was a bit errorneuos: - it missed return of error code from ext3_journal_stop() - it missed do_journal_get_write_access() before commit_write a few comments added also. Signed-Off-By: Dmitry Monakhov <[EMAIL

[PATCH] ext3: small fix for previous retries patch in ext3_prepare_write()

2006-11-28 Thread Kirill Korotaev
Patch from Dmitry Monakhov: Previous fix for retries in ext3_prepare_write() violation was a bit errorneuos: - it missed return of error code from ext3_journal_stop() - it missed do_journal_get_write_access() before commit_write a few comments added also. Signed-Off-By: Dmitry Monakhov [EMAIL

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Alan Cox
> If you have the diffs ready then it would be great if you could do that. > (Did the maxbytes stuff enter the mainstream kernel yet? Are you going to > feed them together? Or will that be dropped for now?) maxbytes got to Linus. The checks using it are not all there, but maxbytes went in

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Anton Altaparmakov
At 23:11 15/04/2001, Alan Cox wrote: > > Can the numerous ntfs fixes in the -ac series be applied to the mainstream > > kernel instead? Thanks. > >Want me to feed them to Linus or will you do it ? If you have the diffs ready then it would be great if you could do that. (Did the maxbytes stuff

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Alan Cox
> Can the numerous ntfs fixes in the -ac series be applied to the mainstream > kernel instead? Thanks. Want me to feed them to Linus or will you do it ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Anton Altaparmakov
On Sun, 15 Apr 2001, Rogier Wolff wrote: > Anton Altaparmakov wrote: > > >Also, the "start" value that is read from the record, could be much > > larger than expected, which could lead to accessing random data. The > > fixup should fail then, and this is also patched below. > > > > No it can't

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Rogier Wolff
Anton Altaparmakov wrote: > >Also, the "start" value that is read from the record, could be much > larger than expected, which could lead to accessing random data. The > fixup should fail then, and this is also patched below. > > No it can't (in theory). The volume would be corrupt if it was.

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Anton Altaparmakov
Linus, Alan, Please do not apply this patch as both the comment and the code are wrong and unnecessary, respectively. Can the numerous ntfs fixes in the -ac series be applied to the mainstream kernel instead? Thanks. Rogier and everyone doing any NTFS work, please use -ac series kernels as

[PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Rogier Wolff
Hi all, I am studying an NTFS problem, and came across the NTFS fixup mechanism. It took me much too long to understand the fixup mechanism, even though a comment tried to explain it. So I rewrote the comment. Also, the "start" value that is read from the record, could be much larger than

[PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Rogier Wolff
Hi all, I am studying an NTFS problem, and came across the NTFS fixup mechanism. It took me much too long to understand the fixup mechanism, even though a comment tried to explain it. So I rewrote the comment. Also, the "start" value that is read from the record, could be much larger than

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Anton Altaparmakov
Linus, Alan, Please do not apply this patch as both the comment and the code are wrong and unnecessary, respectively. Can the numerous ntfs fixes in the -ac series be applied to the mainstream kernel instead? Thanks. Rogier and everyone doing any NTFS work, please use -ac series kernels as

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Anton Altaparmakov
On Sun, 15 Apr 2001, Rogier Wolff wrote: Anton Altaparmakov wrote: Also, the "start" value that is read from the record, could be much larger than expected, which could lead to accessing random data. The fixup should fail then, and this is also patched below. No it can't (in theory).

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Alan Cox
Can the numerous ntfs fixes in the -ac series be applied to the mainstream kernel instead? Thanks. Want me to feed them to Linus or will you do it ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Anton Altaparmakov
At 23:11 15/04/2001, Alan Cox wrote: Can the numerous ntfs fixes in the -ac series be applied to the mainstream kernel instead? Thanks. Want me to feed them to Linus or will you do it ? If you have the diffs ready then it would be great if you could do that. (Did the maxbytes stuff enter

Re: [PATCH] NTFS comment expanded, small fix.

2001-04-15 Thread Alan Cox
If you have the diffs ready then it would be great if you could do that. (Did the maxbytes stuff enter the mainstream kernel yet? Are you going to feed them together? Or will that be dropped for now?) maxbytes got to Linus. The checks using it are not all there, but maxbytes went in early

[PATCH] Very small fix for 2.4.3-pre8 unresolved symbols

2001-03-26 Thread Ian Hastie
It just adds net_init.o to the definition of export-objs. --- linux-2.4.3-pre8/drivers/net/Makefile.symbols Tue Mar 27 00:30:58 2001 +++ linux-2.4.3-pre8/drivers/net/Makefile Tue Mar 27 03:00:21 2001 @@ -16,7 +16,7 @@ # This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.

[PATCH] Very small fix for 2.4.3-pre8 unresolved symbols

2001-03-26 Thread Ian Hastie
It just adds net_init.o to the definition of export-objs. --- linux-2.4.3-pre8/drivers/net/Makefile.symbols Tue Mar 27 00:30:58 2001 +++ linux-2.4.3-pre8/drivers/net/Makefile Tue Mar 27 03:00:21 2001 @@ -16,7 +16,7 @@ # This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.

Small fix for via agpgart in 2.2.19pre13

2001-02-25 Thread braun
Hello all, the following fix from linux-2.4.2 is not yet in 2.2.19pre. The agpgart module can not be properly unloaded and reloaded without it. (see http://uwsg.indiana.edu/hypermail/linux/kernel/0101.2/1273.html for details) Martin Braun --- linux-2.2.19-pre13/drivers/char/agp/agpgart_be.c

Small fix for via agpgart in 2.2.19pre13

2001-02-25 Thread braun
Hello all, the following fix from linux-2.4.2 is not yet in 2.2.19pre. The agpgart module can not be properly unloaded and reloaded without it. (see http://uwsg.indiana.edu/hypermail/linux/kernel/0101.2/1273.html for details) Martin Braun --- linux-2.2.19-pre13/drivers/char/agp/agpgart_be.c

Small fix in quota

2000-11-21 Thread Jan Kara
Hello. I'm sending you a small fix in quota. Currently on systems with many different users there are problems that too many dquots are bound in unused inodes. Following patch fixes it - quota tries to get dquots from unused inodes more than once

Small fix in quota

2000-11-21 Thread Jan Kara
Hello. I'm sending you a small fix in quota. Currently on systems with many different users there are problems that too many dquots are bound in unused inodes. Following patch fixes it - quota tries to get dquots from unused inodes more than once

Small fix

2000-11-03 Thread Jan Kara
Hello. I've got a report that some people using quotas for lots of users are experiencing being out of dquots. The problem is that we have quota structs bound in unused inodes and we are not aggressive enough to get it back. The following patch should fix it (OK, more proper would be to make

Small fix

2000-11-03 Thread Jan Kara
Hello. I've got a report that some people using quotas for lots of users are experiencing being out of dquots. The problem is that we have quota structs bound in unused inodes and we are not aggressive enough to get it back. The following patch should fix it (OK, more proper would be to make

small fix in 2.4.0-test10

2000-10-31 Thread linuxx
The version of udf in this kernel version has a bug in the access at the end of the device (usually used in DVDs) the patch is currently in new versions of udf 0.9.2 and 0.9.2.1 from linux-udf.sourceforge.net. bye. -- Luis Toro Teijeiro AÑO 3021 de la era del pinguino :-) tux rules. ICQ :

small fix in 2.4.0-test10

2000-10-31 Thread linuxx
The version of udf in this kernel version has a bug in the access at the end of the device (usually used in DVDs) the patch is currently in new versions of udf 0.9.2 and 0.9.2.1 from linux-udf.sourceforge.net. bye. -- Luis Toro Teijeiro AÑO 3021 de la era del pinguino :-) tux rules. ICQ :

[PATCH] Small fix to ide.c for large disk handling

2000-09-09 Thread Andries Brouwer
Linus, Andre, all: Below a tiny patch to ide.c in the handling of the HDIO_DRIVE_TASK ioctl. It makes sure that the command goes to the right device. (The current version obliges user space to keep track of master/slave, which is inconvenient. Given this patch I can release some disk utilities

[PATCH] Small fix to ide.c for large disk handling

2000-09-09 Thread Andries Brouwer
Linus, Andre, all: Below a tiny patch to ide.c in the handling of the HDIO_DRIVE_TASK ioctl. It makes sure that the command goes to the right device. (The current version obliges user space to keep track of master/slave, which is inconvenient. Given this patch I can release some disk utilities