Re: [Ksummit-discuss] bug-introducing patches

2018-05-08 Thread David Lang
On Tue, 8 May 2018, Sasha Levin wrote: There's no one, for example, who picked up vanilla v4.16 and plans to keep using it for a year. Actually, at a prior job I would do almost exactly that. I never intended to go a year without updating, but it would happen if nothing came up that was

Re: [Ksummit-discuss] bug-introducing patches

2018-05-08 Thread David Lang
On Tue, 8 May 2018, Sasha Levin wrote: There's no one, for example, who picked up vanilla v4.16 and plans to keep using it for a year. Actually, at a prior job I would do almost exactly that. I never intended to go a year without updating, but it would happen if nothing came up that was

Re: Reg : Spectre & Meltdown

2018-01-15 Thread David Lang
the 4.4.112 patches that Greg just posted include a bunch of work for these vulnerabilities. Who knows what has been backported to the kernel he is running. k

Re: Reg : Spectre & Meltdown

2018-01-15 Thread David Lang
the 4.4.112 patches that Greg just posted include a bunch of work for these vulnerabilities. Who knows what has been backported to the kernel he is running. k

Re: Reg : Spectre & Meltdown

2018-01-15 Thread David Lang
you are running a RedHat kernel, you will have to ask them about what they have included in it. k

Re: Reg : Spectre & Meltdown

2018-01-15 Thread David Lang
you are running a RedHat kernel, you will have to ask them about what they have included in it. k

Re: [PATCH] x86/retpoline: Fill return stack buffer on vmexit

2018-01-10 Thread David Lang
I somewhat hate to ask this, but for those of us following at home, what does this add to the overhead? I am remembering an estimate from mid last week that put retpoline at replacing a 3 clock 'ret' with 30 clocks of eye-bleed code

Re: [PATCH] x86/retpoline: Fill return stack buffer on vmexit

2018-01-10 Thread David Lang
I somewhat hate to ask this, but for those of us following at home, what does this add to the overhead? I am remembering an estimate from mid last week that put retpoline at replacing a 3 clock 'ret' with 30 clocks of eye-bleed code

Re: Avoid speculative indirect calls in kernel

2018-01-07 Thread David Lang
The point is that in many cases, if someone explits the "trusted" process, they already have everything that the machine is able to do anyway.

Re: Avoid speculative indirect calls in kernel

2018-01-07 Thread David Lang
The point is that in many cases, if someone explits the "trusted" process, they already have everything that the machine is able to do anyway.

Re: Avoid speculative indirect calls in kernel

2018-01-03 Thread David Lang
. David Lang

Re: Avoid speculative indirect calls in kernel

2018-01-03 Thread David Lang
. David Lang

Re: Yes you have standing to sue GRSecurity

2017-07-30 Thread David Lang
edent" and if the violating of the Linux license agreement is left unchecked, then quite possibly a precedent could be set to allow an entire upstream kernel to be co-opted. This is a potential problem. David Lang

Re: Yes you have standing to sue GRSecurity

2017-07-30 Thread David Lang
edent" and if the violating of the Linux license agreement is left unchecked, then quite possibly a precedent could be set to allow an entire upstream kernel to be co-opted. This is a potential problem. David Lang

Re: [copyleft-next] Re: Kernel modules under new copyleft licence : (was Re: [PATCH v2] module.h: add copyleft-next >= 0.3.1 as GPL compatible)

2017-05-18 Thread David Lang
copyleft-next and just use GPLv2 David Lang

Re: [copyleft-next] Re: Kernel modules under new copyleft licence : (was Re: [PATCH v2] module.h: add copyleft-next >= 0.3.1 as GPL compatible)

2017-05-18 Thread David Lang
copyleft-next and just use GPLv2 David Lang

Re: Apparent backward time travel in timestamps on file creation

2017-03-30 Thread David Lang
what's local and what's remote, that list would become out of date as new filesystems are added) David Lang

Re: Apparent backward time travel in timestamps on file creation

2017-03-30 Thread David Lang
, that list would become out of date as new filesystems are added) David Lang

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-28 Thread David Lang
types find comforting. What does SRE stand for? Site Reliability Engineer, a mix of operations and engineering (DevOps++) David Lang

Re: [Cluster-devel] [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

2017-01-28 Thread David Lang
types find comforting. What does SRE stand for? Site Reliability Engineer, a mix of operations and engineering (DevOps++) David Lang

Re: Regression - SATA disks behind USB ones on v4.8-rc1, breaking boot. [Re: Who reordered my disks (probably v4.8-rc1 problem)]

2016-08-14 Thread David Lang
s here not to depend on this" Drive ordering has been stable since the 0.1 kernel [1] It takes a lot longer to detect USB drives, why in the world would they be detected before hard-wired drives? I expect that Linus' response is going to be very quotable. David Lang [1] given s

Re: Regression - SATA disks behind USB ones on v4.8-rc1, breaking boot. [Re: Who reordered my disks (probably v4.8-rc1 problem)]

2016-08-14 Thread David Lang
ordering has been stable since the 0.1 kernel [1] It takes a lot longer to detect USB drives, why in the world would they be detected before hard-wired drives? I expect that Linus' response is going to be very quotable. David Lang [1] given stable hardware and no new drivers becoming involved

Re: Variant symlink filesystem

2016-03-11 Thread David Lang
rogram that will run a program inside an existing namespace. It looks like you need something similar that implements some permission checking (only let you go into namespaces of other programs for the same user or similar), but you should be able to make proof-of-concept scripts with nsenter. David Lang

Re: Variant symlink filesystem

2016-03-11 Thread David Lang
an existing namespace. It looks like you need something similar that implements some permission checking (only let you go into namespaces of other programs for the same user or similar), but you should be able to make proof-of-concept scripts with nsenter. David Lang

Re: Variant symlink filesystem

2016-03-11 Thread David Lang
daemon to run as root that reassigns your different sessions from one ns to another. David Lang When we originally looked at namespaces and containers, we could not find a solution to achieve the above. Is this possible using namespaces? Regards /Cole

Re: Variant symlink filesystem

2016-03-11 Thread David Lang
that reassigns your different sessions from one ns to another. David Lang When we originally looked at namespaces and containers, we could not find a solution to achieve the above. Is this possible using namespaces? Regards /Cole

Re: Variant symlink filesystem

2016-03-11 Thread David Lang
talled that would be separate from the system packages, and no collisions would occur. why would this not be a case to use filesystem namespaces and bind mounts? David Lang

Re: Variant symlink filesystem

2016-03-11 Thread David Lang
from the system packages, and no collisions would occur. why would this not be a case to use filesystem namespaces and bind mounts? David Lang

Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-02 Thread David Lang
what is ACPICA and why should we care about divergence between it and the linux upstream? Where is it to be found? This may be common knowlege to many people, but it should probably be documented in the patch bundle and it's explination. David Lang On Tue, 29 Dec 2015, Lv Zheng wrote

Re: [PATCH 00/42] ACPICA: 20151218 Release

2016-01-02 Thread David Lang
what is ACPICA and why should we care about divergence between it and the linux upstream? Where is it to be found? This may be common knowlege to many people, but it should probably be documented in the patch bundle and it's explination. David Lang On Tue, 29 Dec 2015, Lv Zheng wrote

Re: kdbus: to merge or not to merge?

2015-08-09 Thread David Lang
and kill the system without providing a kernel level mechanism to limit the damage (as opposed to fixing individual apps) seems rather short-sighted at best. David Lang

Re: kdbus: to merge or not to merge?

2015-08-09 Thread David Lang
providing a kernel level mechanism to limit the damage (as opposed to fixing individual apps) seems rather short-sighted at best. David Lang

Re: [FYI] tux3: Core changes

2015-07-31 Thread David Lang
On Fri, 31 Jul 2015, Daniel Phillips wrote: On Friday, July 31, 2015 11:29:51 AM PDT, David Lang wrote: We, the Linux Community have less tolerance for losing people's data and preventing them from operating than we used to when it was all tinkerer's personal data and secondary systems. So

Re: [FYI] tux3: Core changes

2015-07-31 Thread David Lang
evelopment as still being high, just with more testing and polishing before it gets out to users. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [FYI] tux3: Core changes

2015-07-31 Thread David Lang
as still being high, just with more testing and polishing before it gets out to users. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [FYI] tux3: Core changes

2015-07-31 Thread David Lang
On Fri, 31 Jul 2015, Daniel Phillips wrote: On Friday, July 31, 2015 11:29:51 AM PDT, David Lang wrote: We, the Linux Community have less tolerance for losing people's data and preventing them from operating than we used to when it was all tinkerer's personal data and secondary systems. So

Re: kdbus: to merge or not to merge?

2015-06-25 Thread David Lang
On Wed, 24 Jun 2015, Greg KH wrote: On Wed, Jun 24, 2015 at 10:39:52AM -0700, David Lang wrote: On Wed, 24 Jun 2015, Ingo Molnar wrote: And the thing is, in hindsight, after such huge flamewars, years down the line, almost never do I see the following question asked: 'what were we thinking

Re: kdbus: to merge or not to merge?

2015-06-25 Thread David Lang
On Wed, 24 Jun 2015, Greg KH wrote: On Wed, Jun 24, 2015 at 10:39:52AM -0700, David Lang wrote: On Wed, 24 Jun 2015, Ingo Molnar wrote: And the thing is, in hindsight, after such huge flamewars, years down the line, almost never do I see the following question asked: 'what were we thinking

Re: kdbus: to merge or not to merge?

2015-06-24 Thread David Lang
On Wed, 24 Jun 2015, Martin Steigerwald wrote: Am Mittwoch, 24. Juni 2015, 10:39:52 schrieb David Lang: On Wed, 24 Jun 2015, Ingo Molnar wrote: And the thing is, in hindsight, after such huge flamewars, years down the line, almost never do I see the following question asked: 'what were we

Re: kdbus: to merge or not to merge?

2015-06-24 Thread David Lang
fuss about?'. So I think by and large the process works. counterexamples, devfs, tux David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h

Re: kdbus: to merge or not to merge?

2015-06-24 Thread David Lang
fuss about?'. So I think by and large the process works. counterexamples, devfs, tux David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: kdbus: to merge or not to merge?

2015-06-24 Thread David Lang
On Wed, 24 Jun 2015, Martin Steigerwald wrote: Am Mittwoch, 24. Juni 2015, 10:39:52 schrieb David Lang: On Wed, 24 Jun 2015, Ingo Molnar wrote: And the thing is, in hindsight, after such huge flamewars, years down the line, almost never do I see the following question asked: 'what were we

Re: clustered MD

2015-06-09 Thread David Lang
for what you'd like to do with it, i.e. I don't know what the problem is. As I understand things, the problem is ~providing RAID across multiple machines, not just across the disks in one machine. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: clustered MD

2015-06-09 Thread David Lang
for what you'd like to do with it, i.e. I don't know what the problem is. As I understand things, the problem is ~providing RAID across multiple machines, not just across the disks in one machine. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: Device Tree Blob (DTB) licence

2015-05-29 Thread David Lang
that. Arguing license issues and at the same time claiming that you should ignore a legal statement like the footer is a bit odd. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majo

Re: Device Tree Blob (DTB) licence

2015-05-29 Thread David Lang
is whole discussion assumes that the DTB is even copyrightable. Since it's intended to be strictly a functional description of what the hardware is able to do, that could be questioned David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: Device Tree Blob (DTB) licence

2015-05-29 Thread David Lang
that. Arguing license issues and at the same time claiming that you should ignore a legal statement like the footer is a bit odd. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: Device Tree Blob (DTB) licence

2015-05-29 Thread David Lang
copyrightable. Since it's intended to be strictly a functional description of what the hardware is able to do, that could be questioned David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [FYI] tux3: Core changes

2015-05-26 Thread David Lang
On Mon, 25 May 2015, Daniel Phillips wrote: On Monday, May 25, 2015 11:04:39 PM PDT, David Lang wrote: if the page gets modified again, will that cause any issues? what if the page gets modified before the copy gets written out, so that there are two dirty copies of the page in the process

Re: [FYI] tux3: Core changes

2015-05-26 Thread David Lang
On Mon, 25 May 2015, Daniel Phillips wrote: On Monday, May 25, 2015 9:25:44 PM PDT, Rik van Riel wrote: On 05/21/2015 03:53 PM, Daniel Phillips wrote: On Wednesday, May 20, 2015 8:51:46 PM PDT, David Lang wrote: how do you prevent it from continuing to interact with the old version

Re: [FYI] tux3: Core changes

2015-05-26 Thread David Lang
On Mon, 25 May 2015, Daniel Phillips wrote: On Monday, May 25, 2015 9:25:44 PM PDT, Rik van Riel wrote: On 05/21/2015 03:53 PM, Daniel Phillips wrote: On Wednesday, May 20, 2015 8:51:46 PM PDT, David Lang wrote: how do you prevent it from continuing to interact with the old version

Re: [FYI] tux3: Core changes

2015-05-26 Thread David Lang
On Mon, 25 May 2015, Daniel Phillips wrote: On Monday, May 25, 2015 11:04:39 PM PDT, David Lang wrote: if the page gets modified again, will that cause any issues? what if the page gets modified before the copy gets written out, so that there are two dirty copies of the page in the process

Re: [FYI] tux3: Core changes

2015-05-20 Thread David Lang
should be surprised. That is a race even without page fork. how do you prevent it from continuing to interact with the old version of the page and never see updates or have it's changes reflected on the current page? David Lang -- To unsubscribe from this list: send the line "unsubscribe

Re: [FYI] tux3: Core changes

2015-05-20 Thread David Lang
with other things touching the page cache. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [FYI] tux3: Core changes

2015-05-20 Thread David Lang
with other things touching the page cache. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [FYI] tux3: Core changes

2015-05-20 Thread David Lang
should be surprised. That is a race even without page fork. how do you prevent it from continuing to interact with the old version of the page and never see updates or have it's changes reflected on the current page? David Lang -- To unsubscribe from this list: send the line unsubscribe linux

Re: [FYI] tux3: Core changes

2015-05-19 Thread David Lang
if your implementation details make it safe, these need to be safe even without your implementation details to be acceptable in the core kernel. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [FYI] tux3: Core changes

2015-05-19 Thread David Lang
if your implementation details make it safe, these need to be safe even without your implementation details to be acceptable in the core kernel. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

Re: [FYI] tux3: Core changes

2015-05-16 Thread David Lang
follow-up writes if it's modified again otherwise, won't this be the same thing? David Lang If RDMA to a mmapped file races with write(2) to the same file, maybe it is reasonable and expected to lose some data. In the RDMA case, there is at least application awareness to work around th

Re: [FYI] tux3: Core changes

2015-05-16 Thread David Lang
writes if it's modified again otherwise, won't this be the same thing? David Lang If RDMA to a mmapped file races with write(2) to the same file, maybe it is reasonable and expected to lose some data. In the RDMA case, there is at least application awareness to work around the problems

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-12 Thread David Lang
On Tue, 12 May 2015, Daniel Phillips wrote: On 05/12/2015 02:30 PM, David Lang wrote: On Tue, 12 May 2015, Daniel Phillips wrote: Phoronix published a headline that identifies Dave Chinner as someone who takes shots at other projects. Seems pretty much on the money to me, and it ought

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-12 Thread David Lang
On Tue, 12 May 2015, Daniel Phillips wrote: On 05/12/2015 11:39 AM, David Lang wrote: On Mon, 11 May 2015, Daniel Phillips wrote: ...it's the mm and core kernel developers that need to review and accept that code *before* we can consider merging tux3. Please do not say "we" whe

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-12 Thread David Lang
you are wrong in your belief, just that you may not be right, and nobody will know until you are to a usable state and other people can start beating on it. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-12 Thread David Lang
are to a usable state and other people can start beating on it. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-12 Thread David Lang
On Tue, 12 May 2015, Daniel Phillips wrote: On 05/12/2015 11:39 AM, David Lang wrote: On Mon, 11 May 2015, Daniel Phillips wrote: ...it's the mm and core kernel developers that need to review and accept that code *before* we can consider merging tux3. Please do not say we when you know

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-12 Thread David Lang
On Tue, 12 May 2015, Daniel Phillips wrote: On 05/12/2015 02:30 PM, David Lang wrote: On Tue, 12 May 2015, Daniel Phillips wrote: Phoronix published a headline that identifies Dave Chinner as someone who takes shots at other projects. Seems pretty much on the money to me, and it ought

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-11 Thread David Lang
ly modest rate per directory) And when you then decide that you have to move the directory/file info, doesn't that create a potentially large amount of unexpected IO that could end up interfering with what the user is trying to do? David Lang -- To unsubscribe from this list: send the lin

Re: xfs: does mkfs.xfs require fancy switches to get decent performance? (was Tux3 Report: How fast can we fsync?)

2015-05-11 Thread David Lang
then decide that you have to move the directory/file info, doesn't that create a potentially large amount of unexpected IO that could end up interfering with what the user is trying to do? David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: how to have the kernel do udev's job and autoload the right modules ?

2015-05-07 Thread David Lang
On Thu, 7 May 2015, Austin S Hemmelgarn wrote: On 2015-05-06 16:49, David Lang wrote: On Wed, 6 May 2015, linuxcbon linuxcbon wrote: On Wed, May 6, 2015 at 7:53 PM, David Lang wrote: It's perfectly legitimate to not want to use udev, but that doesn't mean that the kernel will (or should

Re: how to have the kernel do udev's job and autoload the right modules ?

2015-05-07 Thread David Lang
On Thu, 7 May 2015, Austin S Hemmelgarn wrote: On 2015-05-06 16:49, David Lang wrote: On Wed, 6 May 2015, linuxcbon linuxcbon wrote: On Wed, May 6, 2015 at 7:53 PM, David Lang da...@lang.hm wrote: It's perfectly legitimate to not want to use udev, but that doesn't mean that the kernel

Re: how to have the kernel do udev's job and autoload the right modules ?

2015-05-06 Thread David Lang
On Wed, 6 May 2015, linuxcbon linuxcbon wrote: On Wed, May 6, 2015 at 7:53 PM, David Lang wrote: It's perfectly legitimate to not want to use udev, but that doesn't mean that the kernel will (or should) do it for you. David Lang When I boot the kernel without modules, I don't have anything

Re: how to have the kernel do udev's job and autoload the right modules ?

2015-05-06 Thread David Lang
perfectly legitimate to not want to use udev, but that doesn't mean that the kernel will (or should) do it for you. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at ht

Re: how to have the kernel do udev's job and autoload the right modules ?

2015-05-06 Thread David Lang
On Wed, 6 May 2015, linuxcbon linuxcbon wrote: On Wed, May 6, 2015 at 7:53 PM, David Lang da...@lang.hm wrote: It's perfectly legitimate to not want to use udev, but that doesn't mean that the kernel will (or should) do it for you. David Lang When I boot the kernel without modules, I don't

Re: how to have the kernel do udev's job and autoload the right modules ?

2015-05-06 Thread David Lang
. It's perfectly legitimate to not want to use udev, but that doesn't mean that the kernel will (or should) do it for you. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: A desktop environment[1] kernel wishlist

2015-05-05 Thread David Lang
feeds with one always being a subset of the other, create a mechanism to allow an arbitrary number of feeds that can be filtered in different ways David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.

Re: A desktop environment[1] kernel wishlist

2015-05-05 Thread David Lang
a mechanism to allow an arbitrary number of feeds that can be filtered in different ways David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Tux3 Report: How fast can we fsync?

2015-05-01 Thread David Lang
it unless a vendor waves money. what drives are available now? see if you can get a couple (either directly or donated) David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at ht

Re: Tux3 Report: How fast can we fsync?

2015-05-01 Thread David Lang
a vendor waves money. what drives are available now? see if you can get a couple (either directly or donated) David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
On Thu, 30 Apr 2015, Dave Airlie wrote: On 30 April 2015 at 10:05, David Lang wrote: On Wed, 29 Apr 2015, Theodore Ts'o wrote: On Wed, Apr 29, 2015 at 12:26:59PM -0400, John Stoffel wrote: If your customers wnat this feature, you're more than welcome to fork the kernel and support

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
speed up boot" push started. Admittedly, this wasn't a stock distro boot/install, it was my own optimized one, but it also wasn't as optimized and automated as it could have been (several points where the installer needed to pick items from a menu and enter values) David Lang -- To u

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
On Wed, 29 Apr 2015, Andy Lutomirski wrote: On Wed, Apr 29, 2015 at 1:15 PM, David Lang wrote: On Wed, 29 Apr 2015, Andy Lutomirski wrote: On Wed, Apr 29, 2015 at 12:30 PM, Austin S Hemmelgarn wrote: On 2015-04-29 14:54, Andy Lutomirski wrote: On Apr 29, 2015 5:48 AM, "Harald

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
a valid choice. But preventing a receiver from exiting because it hasn't processed a message is not a valid choice. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vg

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
. I've been getting the early boot messages in my logs for decades (assuming the system doesn't fail before the syslog daemon is started). It sometimes has required setting a larger than default ringbuffer in the kernel, but that's easy enough to do. David Lang -- To unsubscribe from this list

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
. I've been getting the early boot messages in my logs for decades (assuming the system doesn't fail before the syslog daemon is started). It sometimes has required setting a larger than default ringbuffer in the kernel, but that's easy enough to do. David Lang -- To unsubscribe from this list

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
a valid choice. But preventing a receiver from exiting because it hasn't processed a message is not a valid choice. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
On Wed, 29 Apr 2015, Andy Lutomirski wrote: On Wed, Apr 29, 2015 at 1:15 PM, David Lang da...@lang.hm wrote: On Wed, 29 Apr 2015, Andy Lutomirski wrote: On Wed, Apr 29, 2015 at 12:30 PM, Austin S Hemmelgarn ahferro...@gmail.com wrote: On 2015-04-29 14:54, Andy Lutomirski wrote: On Apr

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
up boot push started. Admittedly, this wasn't a stock distro boot/install, it was my own optimized one, but it also wasn't as optimized and automated as it could have been (several points where the installer needed to pick items from a menu and enter values) David Lang -- To unsubscribe from

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread David Lang
On Thu, 30 Apr 2015, Dave Airlie wrote: On 30 April 2015 at 10:05, David Lang da...@lang.hm wrote: On Wed, 29 Apr 2015, Theodore Ts'o wrote: On Wed, Apr 29, 2015 at 12:26:59PM -0400, John Stoffel wrote: If your customers wnat this feature, you're more than welcome to fork the kernel

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-28 Thread David Lang
On Tue, 28 Apr 2015, Havoc Pennington wrote: On Tue, Apr 28, 2015 at 1:19 PM, David Lang wrote: If the examples that are being used to show the performance advantage of kdbus vs normal dbus are doing the wrong thing, then we need to get some other examples available to people who don't live

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-28 Thread David Lang
l developers can see what you think is the real problem and how kdbus addresses it. So far, this 'wrong' example is the only thing that's been posted to show the performance advantage of kdbus. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-28 Thread David Lang
On Tue, 28 Apr 2015, Havoc Pennington wrote: On Tue, Apr 28, 2015 at 1:19 PM, David Lang da...@lang.hm wrote: If the examples that are being used to show the performance advantage of kdbus vs normal dbus are doing the wrong thing, then we need to get some other examples available to people who

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-28 Thread David Lang
you think is the real problem and how kdbus addresses it. So far, this 'wrong' example is the only thing that's been posted to show the performance advantage of kdbus. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-27 Thread David Lang
the maximum number of pending replies per connection. aren't we being told that part of the reason for needing kdbus is that thousands, or tens of thousands of messages are being spewed out? how does limiting it to 128 messages represent real-life if this is the case? David Lang The test

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-27 Thread David Lang
), otherwise we can exceed the maximum number of pending replies per connection. aren't we being told that part of the reason for needing kdbus is that thousands, or tens of thousands of messages are being spewed out? how does limiting it to 128 messages represent real-life if this is the case? David

Re: Trusted kernel patchset

2015-03-16 Thread David Lang
e upgraded to fix bugs that are discovered is a problem. This is an issue that the Internet of Things folks are just starting to notice, and it's only going to get worse before it gets better. How do you patch bugs on your non-volitile media? What keeps that mechansim from being abused.

Re: Trusted kernel patchset

2015-03-16 Thread David Lang
abused. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: cgroup: status-quo and userland efforts

2015-03-04 Thread David Lang
etimes you have types of controls that are orthoginal to each other, and you either manage the two types of things in separate hierarchies, or you end up with one hierarchy that is a permutation of all the combinations of what would have been separate hierarchies. David Lang -- To unsubs

Re: cgroup: status-quo and userland efforts

2015-03-04 Thread David Lang
have types of controls that are orthoginal to each other, and you either manage the two types of things in separate hierarchies, or you end up with one hierarchy that is a permutation of all the combinations of what would have been separate hierarchies. David Lang -- To unsubscribe from this list

Re: cgroup: status-quo and userland efforts

2015-03-03 Thread David Lang
r all resource types. David Lang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: cgroup: status-quo and userland efforts

2015-03-03 Thread David Lang
specification for the real-world way in which permissions are managed, and it's called the FLASK model. On this topic it's also worth reading Neil Brown's series of articles on this over at http://lwn.net/Articles/604609/ and why he concludes that having a single hierarchy for all resource types. David

  1   2   3   4   5   6   7   >