Re: [PATCH v2 0/3] Replace opencoded set_mask_bits

2019-02-08 Thread Vineet Gupta
On 1/23/19 12:33 PM, Vineet Gupta wrote:
> Hi,
> 
> Repost of [1] rebased on 5.0-rc3 + accumulated Acked-by/Reviewed-by.
> No code changes since v1.
> 
> Please consider applying.
> 
> [1] 
> http://lists.infradead.org/pipermail/linux-snps-arc/2019-January/005201.html
> 
> Thx,
> -Vineet

Ping ! @Peter, @Arnd are you happy with this. If so, Andrew can you please add
this via mm tree or do i need to pester the respective maintainers !

Thx,
-Vineet

> 
> Vineet Gupta (3):
>   coredump: Replace opencoded set_mask_bits()
>   fs: inode_set_flags() replace opencoded set_mask_bits()
>   bitops.h: set_mask_bits() to return old value
> 
>  fs/exec.c  | 7 +--
>  fs/inode.c | 8 +---
>  include/linux/bitops.h | 2 +-
>  3 files changed, 3 insertions(+), 14 deletions(-)
> 



[PATCH v2 0/3] Replace opencoded set_mask_bits

2019-01-23 Thread Vineet Gupta
Hi,

Repost of [1] rebased on 5.0-rc3 + accumulated Acked-by/Reviewed-by.
No code changes since v1.

Please consider applying.

[1] http://lists.infradead.org/pipermail/linux-snps-arc/2019-January/005201.html

Thx,
-Vineet

Vineet Gupta (3):
  coredump: Replace opencoded set_mask_bits()
  fs: inode_set_flags() replace opencoded set_mask_bits()
  bitops.h: set_mask_bits() to return old value

 fs/exec.c  | 7 +--
 fs/inode.c | 8 +---
 include/linux/bitops.h | 2 +-
 3 files changed, 3 insertions(+), 14 deletions(-)

-- 
2.7.4



Re: [RESEND PATCH v2 0/3] Replace irq_gc_mask_disable_reg_and_ack

2017-10-10 Thread Marc Gonzalez
On 04/10/2017 14:24, Marc Gonzalez wrote:

> Hello Thomas,
> 
> As we discussed at Kernel Recipes, I am re-sending the part of
> Doug Berger's patch series that deals with a serious issue in
> drivers/irqchip/irq-tango.c
> 
> The original name of the relevant patch series is:
> [PATCH v2 0/6] Add support for BCM7271 style interrupt controller
> 
> Doug, I hope you won't mind me doing so.
> 
> 
> Doug Berger (2):
>   genirq: generic chip: add irq_gc_mask_disable_and_ack_set()
>   genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()
> 
> Florian Fainelli (1):
>   irqchip/tango: Use irq_gc_mask_disable_and_ack_set
> 
>  drivers/irqchip/irq-tango.c |  2 +-
>  include/linux/irq.h |  2 +-
>  kernel/irq/generic-chip.c   | 15 ---
>  3 files changed, 14 insertions(+), 5 deletions(-)

Hello Thomas,

Is something preventing this series from being merged?

It's short, straight-forward, touches only 3 files, and more
importantly, fixes an actual bug in the irq-tango.c driver.

Hopefully, Greg can then back-port the change to stable kernels.

Regards.



Re: [RESEND PATCH v2 0/3] Replace irq_gc_mask_disable_reg_and_ack

2017-10-10 Thread Marc Gonzalez
On 04/10/2017 14:24, Marc Gonzalez wrote:

> Hello Thomas,
> 
> As we discussed at Kernel Recipes, I am re-sending the part of
> Doug Berger's patch series that deals with a serious issue in
> drivers/irqchip/irq-tango.c
> 
> The original name of the relevant patch series is:
> [PATCH v2 0/6] Add support for BCM7271 style interrupt controller
> 
> Doug, I hope you won't mind me doing so.
> 
> 
> Doug Berger (2):
>   genirq: generic chip: add irq_gc_mask_disable_and_ack_set()
>   genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()
> 
> Florian Fainelli (1):
>   irqchip/tango: Use irq_gc_mask_disable_and_ack_set
> 
>  drivers/irqchip/irq-tango.c |  2 +-
>  include/linux/irq.h |  2 +-
>  kernel/irq/generic-chip.c   | 15 ---
>  3 files changed, 14 insertions(+), 5 deletions(-)

Hello Thomas,

Is something preventing this series from being merged?

It's short, straight-forward, touches only 3 files, and more
importantly, fixes an actual bug in the irq-tango.c driver.

Hopefully, Greg can then back-port the change to stable kernels.

Regards.



[RESEND PATCH v2 0/3] Replace irq_gc_mask_disable_reg_and_ack

2017-10-04 Thread Marc Gonzalez
Hello Thomas,

As we discussed at Kernel Recipes, I am re-sending the part of
Doug Berger's patch series that deals with a serious issue in
drivers/irqchip/irq-tango.c

The original name of the relevant patch series is:
[PATCH v2 0/6] Add support for BCM7271 style interrupt controller

Doug, I hope you won't mind me doing so.


Doug Berger (2):
  genirq: generic chip: add irq_gc_mask_disable_and_ack_set()
  genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()

Florian Fainelli (1):
  irqchip/tango: Use irq_gc_mask_disable_and_ack_set

 drivers/irqchip/irq-tango.c |  2 +-
 include/linux/irq.h |  2 +-
 kernel/irq/generic-chip.c   | 15 ---
 3 files changed, 14 insertions(+), 5 deletions(-)



History of this patch series:
(v4 dropped the 3 patches included in this re-send)

[PATCH 0/6] Add support for BCM7271 style interrupt controller
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1439946.html

https://patchwork.kernel.org/patch/9831047/
https://patchwork.kernel.org/patch/9831045/
https://patchwork.kernel.org/patch/9831049/


[PATCH v2 0/6] Add support for BCM7271 style interrupt controller
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1449017.html

https://patchwork.kernel.org/patch/9853021/
https://patchwork.kernel.org/patch/9853035/
https://patchwork.kernel.org/patch/9853039/


[PATCH v4 0/3] Add support for BCM7271 style interrupt controller
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1493152.html


[RESEND PATCH v2 0/3] Replace irq_gc_mask_disable_reg_and_ack

2017-10-04 Thread Marc Gonzalez
Hello Thomas,

As we discussed at Kernel Recipes, I am re-sending the part of
Doug Berger's patch series that deals with a serious issue in
drivers/irqchip/irq-tango.c

The original name of the relevant patch series is:
[PATCH v2 0/6] Add support for BCM7271 style interrupt controller

Doug, I hope you won't mind me doing so.


Doug Berger (2):
  genirq: generic chip: add irq_gc_mask_disable_and_ack_set()
  genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()

Florian Fainelli (1):
  irqchip/tango: Use irq_gc_mask_disable_and_ack_set

 drivers/irqchip/irq-tango.c |  2 +-
 include/linux/irq.h |  2 +-
 kernel/irq/generic-chip.c   | 15 ---
 3 files changed, 14 insertions(+), 5 deletions(-)



History of this patch series:
(v4 dropped the 3 patches included in this re-send)

[PATCH 0/6] Add support for BCM7271 style interrupt controller
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1439946.html

https://patchwork.kernel.org/patch/9831047/
https://patchwork.kernel.org/patch/9831045/
https://patchwork.kernel.org/patch/9831049/


[PATCH v2 0/6] Add support for BCM7271 style interrupt controller
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1449017.html

https://patchwork.kernel.org/patch/9853021/
https://patchwork.kernel.org/patch/9853035/
https://patchwork.kernel.org/patch/9853039/


[PATCH v4 0/3] Add support for BCM7271 style interrupt controller
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1493152.html


Re: [Outreachy kernel] Re: [PATCH v2 0/3] Replace "the the " with "the"

2017-03-03 Thread Julia Lawall


On Fri, 3 Mar 2017, SIMRAN SINGHAL wrote:

> Please ignore this patch as on this wrong version is written.

What is wrong?

julia

>
> On Friday, March 3, 2017 at 9:06:52 PM UTC+5:30, SIMRAN SINGHAL wrote:
>   Please ignore this patch as on this wrong version is written.
>
>   On Friday, March 3, 2017 at 9:05:05 PM UTC+5:30, SIMRAN SINGHAL
>   wrote:
> This patch series replace "the the " with "the" in
> various drivers.
>
> v2:
>   -Adding cover-letter for the series.
>
> simran singhal (3):
>   staging: wlan-ng: Replace "the the " with "the"
>   staging: rtl8192u: Replace "the the " with "the"
>   staging: unisys: Replace "the the " with "the"
>
>  drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c |
> 2 +-
>  drivers/staging/unisys/visorbus/visorbus_main.c   |
> 2 +-
>  drivers/staging/wlan-ng/prism2sta.c               |
> 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups
> "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to outreachy-kernel+unsubscr...@googlegroups.com.
> To post to this group, send email to outreachy-ker...@googlegroups.com.
> To view this discussion on the web 
> visithttps://groups.google.com/d/msgid/outreachy-kernel/1c412adb-4f88-47e2-aa29-
> 016e62fc882a%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

Re: [Outreachy kernel] Re: [PATCH v2 0/3] Replace "the the " with "the"

2017-03-03 Thread Julia Lawall


On Fri, 3 Mar 2017, SIMRAN SINGHAL wrote:

> Please ignore this patch as on this wrong version is written.

What is wrong?

julia

>
> On Friday, March 3, 2017 at 9:06:52 PM UTC+5:30, SIMRAN SINGHAL wrote:
>   Please ignore this patch as on this wrong version is written.
>
>   On Friday, March 3, 2017 at 9:05:05 PM UTC+5:30, SIMRAN SINGHAL
>   wrote:
> This patch series replace "the the " with "the" in
> various drivers.
>
> v2:
>   -Adding cover-letter for the series.
>
> simran singhal (3):
>   staging: wlan-ng: Replace "the the " with "the"
>   staging: rtl8192u: Replace "the the " with "the"
>   staging: unisys: Replace "the the " with "the"
>
>  drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c |
> 2 +-
>  drivers/staging/unisys/visorbus/visorbus_main.c   |
> 2 +-
>  drivers/staging/wlan-ng/prism2sta.c               |
> 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups
> "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to outreachy-kernel+unsubscr...@googlegroups.com.
> To post to this group, send email to outreachy-ker...@googlegroups.com.
> To view this discussion on the web 
> visithttps://groups.google.com/d/msgid/outreachy-kernel/1c412adb-4f88-47e2-aa29-
> 016e62fc882a%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

[PATCH v2 0/3] Replace "the the " with "the"

2017-03-03 Thread simran singhal
This patch series replace "the the " with "the" in various drivers.

v2:
  -Adding cover-letter for the series.

simran singhal (3):
  staging: wlan-ng: Replace "the the " with "the"
  staging: rtl8192u: Replace "the the " with "the"
  staging: unisys: Replace "the the " with "the"

 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 2 +-
 drivers/staging/unisys/visorbus/visorbus_main.c   | 2 +-
 drivers/staging/wlan-ng/prism2sta.c   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4



[PATCH v2 0/3] Replace "the the " with "the"

2017-03-03 Thread simran singhal
This patch series replace "the the " with "the" in various drivers.

v2:
  -Adding cover-letter for the series.

simran singhal (3):
  staging: wlan-ng: Replace "the the " with "the"
  staging: rtl8192u: Replace "the the " with "the"
  staging: unisys: Replace "the the " with "the"

 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 2 +-
 drivers/staging/unisys/visorbus/visorbus_main.c   | 2 +-
 drivers/staging/wlan-ng/prism2sta.c   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4