lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Apr 2007 19:31:10 +1000
From:	"Dave Airlie" <airlied@...il.com>
To:	"Ivan Kokshaysky" <ink@...assic.park.msu.ru>
Cc:	"Andrew Morton" <akpm@...ux-foundation.org>,
	"Richard Henderson" <rth@...ddle.net>,
	"Jay Estabrook" <jay.estabrook@...com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/7] DRM: correct PCI domain setting for ALPHA

NAK

I already have this queued in the DRM git tree.. Ivan, Jay can you
check an -mm kernel contains it? it'll go in the next merge window..

Dave.

On 4/11/07, Ivan Kokshaysky <ink@...assic.park.msu.ru> wrote:
> Files:
>
> drivers/char/drm/drmP.h
>
>         The PCI domain is the hose's index, not the hose's root bus number.
>         Note that this code only applies to ALPHA.
>
>
> Signed-off-by: Jay Estabrook <jay.estabrook@...com>
> Signed-off-by: Ivan Kokshaysky <ink@...assic.park.msu.ru>
>
> ---
>
> diff -Naurp a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h
> --- a/drivers/char/drm/drmP.h   2007-04-02 13:03:24.000000000 -0400
> +++ b/drivers/char/drm/drmP.h   2007-04-02 13:49:38.000000000 -0400
> @@ -764,7 +764,7 @@ static __inline__ int drm_core_check_fea
>  }
>
>  #ifdef __alpha__
> -#define drm_get_pci_domain(dev) dev->hose->bus->number
> +#define drm_get_pci_domain(dev) dev->hose->index
>  #else
>  #define drm_get_pci_domain(dev) 0
>  #endif
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists