Bug#1064035: [regression 5.10.y] linux-doc builds: Global symbol "$args" requires explicit package name (did you forget to declare "my $args"?) at ./scripts/kernel-doc line 1236.

2024-03-27 Thread Greg Kroah-Hartman
On Tue, Mar 05, 2024 at 07:46:59AM +, Greg Kroah-Hartman wrote: > On Mon, Mar 04, 2024 at 10:41:50PM +0100, Salvatore Bonaccorso wrote: > > Hi, > > > > On Mon, Mar 04, 2024 at 01:05:09PM -0700, Jonathan Corbet wrote: > > > Salvatore Bonaccorso writes: &

Bug#1064035: [regression 5.10.y] linux-doc builds: Global symbol "$args" requires explicit package name (did you forget to declare "my $args"?) at ./scripts/kernel-doc line 1236.

2024-03-04 Thread Greg Kroah-Hartman
On Mon, Mar 04, 2024 at 10:41:50PM +0100, Salvatore Bonaccorso wrote: > Hi, > > On Mon, Mar 04, 2024 at 01:05:09PM -0700, Jonathan Corbet wrote: > > Salvatore Bonaccorso writes: > > > > > Ok. In the sprit of the stable series rules we might try the later and > > > if it's not feasible pick the

Bug#1064035: [regression 5.10.y] linux-doc builds: Global symbol "$args" requires explicit package name (did you forget to declare "my $args"?) at ./scripts/kernel-doc line 1236.

2024-03-04 Thread Greg Kroah-Hartman
On Fri, Mar 01, 2024 at 01:31:10PM +0100, Salvatore Bonaccorso wrote: > Hi, > > Ben Hutchings reported in https://bugs.debian.org/1064035 a problem > with the kernel-doc builds once 3080ea5553cc ("stddef: Introduce > DECLARE_FLEX_ARRAY() helper") got applied in 5.10.210 (as > prerequisite of

Bug#1036543: [PATCH 5.10 076/529] crypto: ccp: Use the stack for small SEV command buffers

2023-06-07 Thread Greg Kroah-Hartman
On Fri, May 26, 2023 at 05:36:02PM +0200, Ben Hutchings wrote: > On Wed, 2023-05-17 at 16:06 +0200, Greg Kroah-Hartman wrote: > > On Wed, May 17, 2023 at 04:02:35PM +0200, Greg Kroah-Hartman wrote: > > > On Wed, May 17, 2023 at 02:56:21PM +0200, Ben Hutchings wrote: > >

Bug#993612: [PATCH 5.10 104/139] of/address: Return an error when no valid dma-ranges are found

2023-02-13 Thread Greg Kroah-Hartman
r/20230126-synquacer-boot-v2-1-cb80fd23c...@kernel.org Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- drivers/of/address.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -990,8 +990,19 @@

Bug#993612: [PATCH 5.15 13/67] of/address: Return an error when no valid dma-ranges are found

2023-02-13 Thread Greg Kroah-Hartman
r/20230126-synquacer-boot-v2-1-cb80fd23c...@kernel.org Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- drivers/of/address.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -963,8 +963,19 @@

Bug#993612: [PATCH 6.1 013/114] of/address: Return an error when no valid dma-ranges are found

2023-02-13 Thread Greg Kroah-Hartman
r/20230126-synquacer-boot-v2-1-cb80fd23c...@kernel.org Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- drivers/of/address.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -965,8 +965,19 @@

Bug#896911: e1000e msix interrupts broken in linux 4.15

2018-09-24 Thread Greg Kroah-Hartman
On Tue, Sep 18, 2018 at 01:37:34PM +0100, Ben Hutchings wrote: > Greg, > > On Tue, 2018-09-18 at 13:29 +0100, Ben Hutchings wrote: > > On Tue, 2018-09-18 at 09:12 +, Yanhui He wrote: > > > Hi David, > > > > > > Would you please help us push this fix in the new Debian release? > > > > > >

Bug#881830: linux: cherry-pick "security/keys: add CONFIG_KEYS_COMPAT to Kconfig" to stretch kernel

2017-11-17 Thread Greg Kroah-Hartman
On Thu, Nov 16, 2017 at 08:28:28PM +, James Cowgill wrote: > Hi, > > On 16/11/17 19:04, Ben Hutchings wrote: > > On Wed, 2017-11-15 at 16:50 +, James Cowgill wrote: > >> Since I was a little puzzled as to why keyutils built previously on > >> mips, I found this commit to 4.8 which caused

Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm

2016-12-10 Thread Greg Kroah-Hartman
On Fri, Dec 09, 2016 at 11:46:54PM +0100, Dodji Seketeli wrote: > Hello, > > Nicholas Piggin a écrit: > > [...] > > > That said, a dwarf based checker tool should be able to do as good a job > > (maybe a bit better because report is very informative and it may pick up > >

Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm

2016-12-09 Thread Greg Kroah-Hartman
On Sat, Dec 10, 2016 at 01:56:53AM +1000, Nicholas Piggin wrote: > On Fri, 9 Dec 2016 15:36:04 +0100 > Stanislav Kozina wrote: > > > The question is how to provide a similar guarantee if a different way? > > > > >>> As a tool to aid distro reviewers, modversions

Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm

2016-12-01 Thread Greg Kroah-Hartman
On Thu, Dec 01, 2016 at 10:40:59AM -0500, Don Zickus wrote: > Unfortunately, there are various drivers that will never go upstream > > - paid storage drivers that provide bells and whistles on top of inbox > driver That's because the developer doesn't want them upstream, that's their fault,

Re: [PATCH] hvc_vio: Do not override preferred console set by kernel parameter

2013-09-26 Thread Greg Kroah-Hartman
On Mon, Sep 02, 2013 at 09:55:40AM +1000, Benjamin Herrenschmidt wrote: On Sun, 2013-09-01 at 17:24 +0100, Ben Hutchings wrote: The original version of this was done by Bastian Blank, who wrote: The problem is the following: - Architecture specific code sets preferred console to

Bug#714295: [PATCH libata/for-3.11-fixes] libata: make it clear that sata_inic162x is experimental

2013-08-01 Thread Greg Kroah-Hartman
On Mon, Jul 29, 2013 at 12:52:29PM -0400, Tejun Heo wrote: Hello, Greg. I think the following commit should go into -stable but forgot to cc stable. It's now in Linus' tree. Can you please include it in -stable? Now applied, thanks. greg k-h -- To UNSUBSCRIBE, email to

Bug#709647: [ 08/18] genirq: Fix can_request_irq() for IRQs without an action

2013-07-18 Thread Greg Kroah-Hartman
Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- kernel/irq/manage.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -536,9 +536,9 @@ int can_request_irq(unsigned

Bug#709647: [ 12/24] genirq: Fix can_request_irq() for IRQs without an action

2013-07-18 Thread Greg Kroah-Hartman
Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- kernel/irq/manage.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -546,9 +546,9 @@ int can_request_irq(unsigned

Bug#709647: [ 17/38] genirq: Fix can_request_irq() for IRQs without an action

2013-07-18 Thread Greg Kroah-Hartman
Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- kernel/irq/manage.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -555,9 +555,9 @@ int can_request_irq(unsigned

Bug#709647: [ 30/72] genirq: Fix can_request_irq() for IRQs without an action

2013-07-18 Thread Greg Kroah-Hartman
Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- kernel/irq/manage.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -555,9 +555,9 @@ int can_request_irq(unsigned

[ 79/79] s390: Add pgste to ptep_modify_prot_start()

2013-06-11 Thread Greg Kroah-Hartman
...@decadent.org.uk Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- arch/s390/include/asm/pgtable.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/arch/s390/include/asm/pgtable.h +++ b/arch/s390/include/asm/pgtable.h @@ -1063,11 +1063,12 @@ static inline pte_t

Bug#700333: [ 081/115] clockevents: Set dummy handler on CPU_DEAD shutdown

2013-05-06 Thread Greg Kroah-Hartman
ending up handler_noop) which forgot to fix it up in tick_shutdown(). Same issue with the broadcast device. Reported-by: Vitaliy Fillipov vita...@yourcmc.ru Cc: Ben Hutchings b...@decadent.org.uk Cc: 700...@bugs.debian.org Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah

Bug#700333: [ 44/63] clockevents: Set dummy handler on CPU_DEAD shutdown

2013-05-06 Thread Greg Kroah-Hartman
ending up handler_noop) which forgot to fix it up in tick_shutdown(). Same issue with the broadcast device. Reported-by: Vitaliy Fillipov vita...@yourcmc.ru Cc: Ben Hutchings b...@decadent.org.uk Cc: 700...@bugs.debian.org Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah

Bug#700333: [ 34/46] clockevents: Set dummy handler on CPU_DEAD shutdown

2013-05-06 Thread Greg Kroah-Hartman
ending up handler_noop) which forgot to fix it up in tick_shutdown(). Same issue with the broadcast device. Reported-by: Vitaliy Fillipov vita...@yourcmc.ru Cc: Ben Hutchings b...@decadent.org.uk Cc: 700...@bugs.debian.org Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah

Bug#700333: [ 076/104] clockevents: Set dummy handler on CPU_DEAD shutdown

2013-05-06 Thread Greg Kroah-Hartman
ending up handler_noop) which forgot to fix it up in tick_shutdown(). Same issue with the broadcast device. Reported-by: Vitaliy Fillipov vita...@yourcmc.ru Cc: Ben Hutchings b...@decadent.org.uk Cc: 700...@bugs.debian.org Signed-off-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Greg Kroah

Bug#675190: [ 041/187] xen/netfront: teardown the device before unregistering it.

2012-07-12 Thread Greg Kroah-Hartman
...@gmail.com Signed-off-by: Ian Campbell ian.campb...@citrix.com Tested-by: William Dauchy wdau...@gmail.com Cc: sta...@kernel.org Cc: 675...@bugs.debian.org Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/net/xen-netfront.c

Bug#658067: Device ID 1737:0078 in rt2800usb

2012-04-24 Thread Greg Kroah-Hartman
On Sat, Apr 21, 2012 at 03:10:11PM +0100, Ben Hutchings wrote: On Fri, 2012-04-20 at 11:42 -0600, Jaimos F Skriletz wrote: Package: linux-image-3.2.0-2-amd64 Version: 3.2.15-1 I can confirm this bug in sid running kernel $ uname -a Linux volticor 3.2.0-2-amd64 #1 SMP Sun Apr 15