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>] [day] [month] [year] [list]
Date:	Thu, 6 Oct 2011 10:21:23 +0800
From:	Wei Yang <weiyang.kernel@...il.com>
To:	bjorn.helgaas@...com
Cc:	hpa@...or.com, jbarnes@...tuousgeek.org,
	linux-kernel@...r.kernel.org
Subject: One comment on fcb11918

Bjorn

This is very glad to talk to you.

In your commit fcb11918, you add a line in find_resource().

@@ -394,6 +398,7 @@ static int find_resource(struct resource *root,
struct resource *new,
        struct resource *this = root->child;
        struct resource tmp = *new, avail, alloc;

+       tmp.flags = new->flags;
        tmp.start = root->start;
        /*
         * Skip past an allocated resource that starts at 0, since the
assignment

I am curious about why you want to add this line.

-- 
Wei Yang
Help You, Help Me
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ