* [GIT PULL] arch/parisc fixes for 2.6.31-rc6
@ 2009-08-02 17:02 Helge Deller
2009-08-02 17:21 ` Kyle McMartin
2009-08-04 2:39 ` Kyle McMartin
0 siblings, 2 replies; 7+ messages in thread
From: Helge Deller @ 2009-08-02 17:02 UTC (permalink / raw)
To: Linus Torvalds, Linux Kernel Development, Kyle McMartin
Hi Linus,
please pull the following changes for the HP parisc architecture.
Thanks,
Helge
The following changes since commit ed680c4ad478d0fee9740f7d029087f181346564:
Linus Torvalds (1):
Linux 2.6.31-rc5
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-2.6.git for-linus
Helge Deller (5):
parisc: hp_sdc_mlc.c - check return value of down_trylock()
parisc: dino.c - check return value of pci_assign_resource()
parisc: sticore.c - check return values
parisc: parisc-agp.c - use correct page_mask function
parisc: hppb.c - fix printk format strings
Jaswinder Singh Rajput (1):
parisc: includecheck fix for ccio-dma.c
John David Anglin (2):
parisc: Fix GOT overflow during module load on 64bit kernel
parisc: Set correct bit in protection flags
Michael Buesch (1):
parisc: isa-eeprom - Fix loff_t usage
Roel Kluin (1):
parisc: Fix read buffer overflow in pdc_stable driver
Stoyan Gaydarov (1):
parisc: fixed faulty check in lba_pci
arch/parisc/kernel/entry.S | 2 +-
arch/parisc/kernel/module.c | 50 ++++++++++++++++++++++++++++++++++----
drivers/char/agp/parisc-agp.c | 2 +-
drivers/input/serio/hp_sdc_mlc.c | 2 +-
drivers/parisc/ccio-dma.c | 1 -
drivers/parisc/dino.c | 2 +-
drivers/parisc/eisa_eeprom.c | 2 +-
drivers/parisc/hppb.c | 9 ++++--
drivers/parisc/lba_pci.c | 2 +-
drivers/parisc/pdc_stable.c | 2 +-
drivers/video/console/sticore.c | 9 +++++-
11 files changed, 65 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [GIT PULL] arch/parisc fixes for 2.6.31-rc6
2009-08-02 17:02 [GIT PULL] arch/parisc fixes for 2.6.31-rc6 Helge Deller
@ 2009-08-02 17:21 ` Kyle McMartin
2009-08-02 17:51 ` Helge Deller
2009-08-04 2:39 ` Kyle McMartin
1 sibling, 1 reply; 7+ messages in thread
From: Kyle McMartin @ 2009-08-02 17:21 UTC (permalink / raw)
To: Helge Deller; +Cc: Linus Torvalds, Linux Kernel Development, Kyle McMartin
On Sun, Aug 02, 2009 at 07:02:22PM +0200, Helge Deller wrote:
> Hi Linus,
>
> please pull the following changes for the HP parisc architecture.
Uhm, I didn't authorize you to do this... WTF?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arch/parisc fixes for 2.6.31-rc6
2009-08-02 17:21 ` Kyle McMartin
@ 2009-08-02 17:51 ` Helge Deller
2009-08-02 18:06 ` Kyle McMartin
0 siblings, 1 reply; 7+ messages in thread
From: Helge Deller @ 2009-08-02 17:51 UTC (permalink / raw)
To: Kyle McMartin; +Cc: Linus Torvalds, Linux Kernel Development
On 08/02/2009 07:21 PM, Kyle McMartin wrote:
> On Sun, Aug 02, 2009 at 07:02:22PM +0200, Helge Deller wrote:
>> Hi Linus,
>>
>> please pull the following changes for the HP parisc architecture.
>
> Uhm, I didn't authorize you to do this...
I'm equally authorized like you.
MAINTAINERS file shows:
PARISC ARCHITECTURE
M: Kyle McMartin <kyle@mcmartin.ca>
M: Helge Deller <deller@gmx.de>
>WTF?
During the development cycle of 2.6.26 up to 2.6.30, many
patches were not pushed upstream by someone.
Now I'm having a whole lot of work to push the missing patches
back into the stable-kernel and debian kernel series.
That's the reason I don't want that those patches miss 2.6.31 too...
Helge
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arch/parisc fixes for 2.6.31-rc6
2009-08-02 17:51 ` Helge Deller
@ 2009-08-02 18:06 ` Kyle McMartin
2009-08-02 18:46 ` Helge Deller
0 siblings, 1 reply; 7+ messages in thread
From: Kyle McMartin @ 2009-08-02 18:06 UTC (permalink / raw)
To: Helge Deller; +Cc: Kyle McMartin, Linus Torvalds, Linux Kernel Development
On Sun, Aug 02, 2009 at 07:51:29PM +0200, Helge Deller wrote:
> On 08/02/2009 07:21 PM, Kyle McMartin wrote:
>> On Sun, Aug 02, 2009 at 07:02:22PM +0200, Helge Deller wrote:
>>> Hi Linus,
>>>
>>> please pull the following changes for the HP parisc architecture.
>>
>> Uhm, I didn't authorize you to do this...
>
> I'm equally authorized like you.
>
> MAINTAINERS file shows:
> PARISC ARCHITECTURE
> M: Kyle McMartin <kyle@mcmartin.ca>
> M: Helge Deller <deller@gmx.de>
That's not how this works.
>
>> WTF?
>
> During the development cycle of 2.6.26 up to 2.6.30, many
> patches were not pushed upstream by someone.
> Now I'm having a whole lot of work to push the missing patches
> back into the stable-kernel and debian kernel series.
> That's the reason I don't want that those patches miss 2.6.31 too...
>
Then send *me* a pull request. Don't give me a bloody end-around, it's
simply unacceptable behaviour.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arch/parisc fixes for 2.6.31-rc6
2009-08-02 18:06 ` Kyle McMartin
@ 2009-08-02 18:46 ` Helge Deller
0 siblings, 0 replies; 7+ messages in thread
From: Helge Deller @ 2009-08-02 18:46 UTC (permalink / raw)
To: Kyle McMartin; +Cc: Linus Torvalds, Linux Kernel Development
On 08/02/2009 08:06 PM, Kyle McMartin wrote:
> On Sun, Aug 02, 2009 at 07:51:29PM +0200, Helge Deller wrote:
>> On 08/02/2009 07:21 PM, Kyle McMartin wrote:
>>> On Sun, Aug 02, 2009 at 07:02:22PM +0200, Helge Deller wrote:
>>>> Hi Linus,
>>>>
>>>> please pull the following changes for the HP parisc architecture.
>>> Uhm, I didn't authorize you to do this...
>> I'm equally authorized like you.
>>
>> MAINTAINERS file shows:
>> PARISC ARCHITECTURE
>> M: Kyle McMartin<kyle@mcmartin.ca>
>> M: Helge Deller<deller@gmx.de>
>
> That's not how this works.
Cool. Great argument!
>>> WTF?
>> During the development cycle of 2.6.26 up to 2.6.30, many
>> patches were not pushed upstream by someone.
>> Now I'm having a whole lot of work to push the missing patches
>> back into the stable-kernel and debian kernel series.
>> That's the reason I don't want that those patches miss 2.6.31 too...
>>
>
> Then send *me* a pull request. Don't give me a bloody end-around, it's
> simply unacceptable behaviour.
I'm missing a very important thing here:
Can you guarantee, that you will push things upstream in time?
If yes, I'm fine with sending you a push request.
If not, I don't see any other way.
Helge
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arch/parisc fixes for 2.6.31-rc6
2009-08-02 17:02 [GIT PULL] arch/parisc fixes for 2.6.31-rc6 Helge Deller
2009-08-02 17:21 ` Kyle McMartin
@ 2009-08-04 2:39 ` Kyle McMartin
2009-08-04 21:01 ` Helge Deller
1 sibling, 1 reply; 7+ messages in thread
From: Kyle McMartin @ 2009-08-04 2:39 UTC (permalink / raw)
To: Helge Deller; +Cc: Linus Torvalds, Linux Kernel Development, Kyle McMartin
On Sun, Aug 02, 2009 at 07:02:22PM +0200, Helge Deller wrote:
> Hi Linus,
>
> please pull the following changes for the HP parisc architecture.
>
> Thanks,
> Helge
>
Linus,
Please pull Helge's tree, I'm OK with it now (though I would have
definitely appreciated *some* notice.)
regards, Kyle
>
>
> The following changes since commit ed680c4ad478d0fee9740f7d029087f181346564:
> Linus Torvalds (1):
> Linux 2.6.31-rc5
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-2.6.git for-linus
>
> Helge Deller (5):
> parisc: hp_sdc_mlc.c - check return value of down_trylock()
> parisc: dino.c - check return value of pci_assign_resource()
> parisc: sticore.c - check return values
> parisc: parisc-agp.c - use correct page_mask function
> parisc: hppb.c - fix printk format strings
>
> Jaswinder Singh Rajput (1):
> parisc: includecheck fix for ccio-dma.c
>
> John David Anglin (2):
> parisc: Fix GOT overflow during module load on 64bit kernel
> parisc: Set correct bit in protection flags
>
> Michael Buesch (1):
> parisc: isa-eeprom - Fix loff_t usage
>
> Roel Kluin (1):
> parisc: Fix read buffer overflow in pdc_stable driver
>
> Stoyan Gaydarov (1):
> parisc: fixed faulty check in lba_pci
>
> arch/parisc/kernel/entry.S | 2 +-
> arch/parisc/kernel/module.c | 50 ++++++++++++++++++++++++++++++++++----
> drivers/char/agp/parisc-agp.c | 2 +-
> drivers/input/serio/hp_sdc_mlc.c | 2 +-
> drivers/parisc/ccio-dma.c | 1 -
> drivers/parisc/dino.c | 2 +-
> drivers/parisc/eisa_eeprom.c | 2 +-
> drivers/parisc/hppb.c | 9 ++++--
> drivers/parisc/lba_pci.c | 2 +-
> drivers/parisc/pdc_stable.c | 2 +-
> drivers/video/console/sticore.c | 9 +++++-
> 11 files changed, 65 insertions(+), 18 deletions(-)
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arch/parisc fixes for 2.6.31-rc6
2009-08-04 2:39 ` Kyle McMartin
@ 2009-08-04 21:01 ` Helge Deller
0 siblings, 0 replies; 7+ messages in thread
From: Helge Deller @ 2009-08-04 21:01 UTC (permalink / raw)
To: Kyle McMartin; +Cc: Linus Torvalds, Linux Kernel Development
On 08/04/2009 04:39 AM, Kyle McMartin wrote:
> On Sun, Aug 02, 2009 at 07:02:22PM +0200, Helge Deller wrote:
>> Hi Linus,
>>
>> please pull the following changes for the HP parisc architecture.
>>
>> Thanks,
>> Helge
>>
>
> Linus,
>
> Please pull Helge's tree, I'm OK with it now (though I would have
> definitely appreciated *some* notice.)
Kyle,
Thanks a lot!
Helge
>
> regards, Kyle
>
>>
>> The following changes since commit ed680c4ad478d0fee9740f7d029087f181346564:
>> Linus Torvalds (1):
>> Linux 2.6.31-rc5
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-2.6.git for-linus
>>
>> Helge Deller (5):
>> parisc: hp_sdc_mlc.c - check return value of down_trylock()
>> parisc: dino.c - check return value of pci_assign_resource()
>> parisc: sticore.c - check return values
>> parisc: parisc-agp.c - use correct page_mask function
>> parisc: hppb.c - fix printk format strings
>>
>> Jaswinder Singh Rajput (1):
>> parisc: includecheck fix for ccio-dma.c
>>
>> John David Anglin (2):
>> parisc: Fix GOT overflow during module load on 64bit kernel
>> parisc: Set correct bit in protection flags
>>
>> Michael Buesch (1):
>> parisc: isa-eeprom - Fix loff_t usage
>>
>> Roel Kluin (1):
>> parisc: Fix read buffer overflow in pdc_stable driver
>>
>> Stoyan Gaydarov (1):
>> parisc: fixed faulty check in lba_pci
>>
>> arch/parisc/kernel/entry.S | 2 +-
>> arch/parisc/kernel/module.c | 50 ++++++++++++++++++++++++++++++++++----
>> drivers/char/agp/parisc-agp.c | 2 +-
>> drivers/input/serio/hp_sdc_mlc.c | 2 +-
>> drivers/parisc/ccio-dma.c | 1 -
>> drivers/parisc/dino.c | 2 +-
>> drivers/parisc/eisa_eeprom.c | 2 +-
>> drivers/parisc/hppb.c | 9 ++++--
>> drivers/parisc/lba_pci.c | 2 +-
>> drivers/parisc/pdc_stable.c | 2 +-
>> drivers/video/console/sticore.c | 9 +++++-
>> 11 files changed, 65 insertions(+), 18 deletions(-)
>>
>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-08-04 21:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-02 17:02 [GIT PULL] arch/parisc fixes for 2.6.31-rc6 Helge Deller
2009-08-02 17:21 ` Kyle McMartin
2009-08-02 17:51 ` Helge Deller
2009-08-02 18:06 ` Kyle McMartin
2009-08-02 18:46 ` Helge Deller
2009-08-04 2:39 ` Kyle McMartin
2009-08-04 21:01 ` Helge Deller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox