Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429252 > unrolled thread

[PATCH 4.6 00/81] 4.6.3-stable review

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2016-06-23 01:10 +0200
Last post2016-06-24 05:00 +0200
Articles 3 on this page of 23 — 5 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 4.6 00/81] 4.6.3-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 12/81] ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 25/81] l2tp: fix configuration passed to setup_udp_tunnel_sock() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 40/81] gpiolib: Fix NULL pointer deference Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 27/81] KVM: arm/arm64: vgic-v2: Clear all dirty LRs Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 13/81] bpf, inode: disallow userns mounts Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 45/81] crypto: public_key: select CRYPTO_AKCIPHER Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 09/81] bpf: Use mount_nodev not mount_ns to mount the bpf filesystem Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 19/81] net: stmmac: Fix incorrect memcpy source memory Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 23/81] tcp: record TLP and ER timer stats in v6 stats Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 02/81] scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 43/81] s390/bpf: reduce maximum program size to 64 KB Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 28/81] KVM: arm/arm64: vgic-v3: Clear all dirty LRs Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 15/81] net: hwbm: Fix unbalanced spinlock in error case Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 08/81] tuntap: correctly wake up process during uninit Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 01:10 +0200
    [PATCH 4.6 00/87] 4.6.3-stable review -rc2 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-23 07:00 +0200
      Re: [PATCH 4.6 00/87] 4.6.3-stable review -rc2 Guenter Roeck <linux@roeck-us.net> - 2016-06-23 21:50 +0200
        Re: [PATCH 4.6 00/87] 4.6.3-stable review -rc2 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-24 19:20 +0200
      Re: [PATCH 4.6 00/87] 4.6.3-stable review -rc2 Shuah Khan <shuahkh@osg.samsung.com> - 2016-06-24 00:00 +0200
        Re: [PATCH 4.6 00/87] 4.6.3-stable review -rc2 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-24 19:20 +0200
    Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors Linus Walleij <linus.walleij@linaro.org> - 2016-06-23 09:30 +0200
      Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors Hans de Goede <hdegoede@redhat.com> - 2016-06-23 11:20 +0200
      Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-06-24 05:00 +0200

Page 2 of 2 — ← Prev page 1 [2]


#1429524 — Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-06-23 09:30 +0200
SubjectRe: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors
Message-ID<rN7fj-6FF-13@gated-at.bofh.it>
In reply to#1429252
On Thu, Jun 23, 2016 at 12:46 AM, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:

> 4.6-stable review patch.  If anyone has any objections, please let me know.

This should ideally be paired with
commit 79bb71bd1d93197ce227fa167b450b633f30a52b
"gpio: make sure gpiod_to_irq() returns negative on NULL desc"
which went upstream yesterday.

Lest Hans de Goede will be unhappy.

Yours,
Linus Walleij

[toc] | [prev] | [next] | [standalone]


#1429629 — Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors

FromHans de Goede <hdegoede@redhat.com>
Date2016-06-23 11:20 +0200
SubjectRe: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors
Message-ID<rN8XM-7PN-37@gated-at.bofh.it>
In reply to#1429524
Hi,

On 23-06-16 09:21, Linus Walleij wrote:
> On Thu, Jun 23, 2016 at 12:46 AM, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
>
>> 4.6-stable review patch.  If anyone has any objections, please let me know.
>
> This should ideally be paired with
> commit 79bb71bd1d93197ce227fa167b450b633f30a52b
> "gpio: make sure gpiod_to_irq() returns negative on NULL desc"
> which went upstream yesterday.

Ack.

> Lest Hans de Goede will be unhappy.

Well it is not so much me who will be unhappy as all
people running Linux on Allwinner SoCs who all of a sudden
will no longer have working usb unless we get either
both patches or neither patch in.

Regards,

Hans

[toc] | [prev] | [next] | [standalone]


#1430318 — Re: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-06-24 05:00 +0200
SubjectRe: [PATCH 4.6 38/81] gpio: bail out silently on NULL descriptors
Message-ID<rNpvz-2g4-1@gated-at.bofh.it>
In reply to#1429524
On Thu, Jun 23, 2016 at 09:21:02AM +0200, Linus Walleij wrote:
> On Thu, Jun 23, 2016 at 12:46 AM, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> 
> > 4.6-stable review patch.  If anyone has any objections, please let me know.
> 
> This should ideally be paired with
> commit 79bb71bd1d93197ce227fa167b450b633f30a52b
> "gpio: make sure gpiod_to_irq() returns negative on NULL desc"
> which went upstream yesterday.
> 
> Lest Hans de Goede will be unhappy.

Thanks, I've queued that up now.

greg k-h

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | linux.kernel


csiph-web