Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1300955 > unrolled thread
| Started by | Andy Lutomirski <luto@amacapital.net> |
|---|---|
| First post | 2016-01-04 19:40 +0100 |
| Last post | 2016-01-05 08:00 +0100 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention Andy Lutomirski <luto@amacapital.net> - 2016-01-04 19:40 +0100
Re: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention "H. Peter Anvin" <hpa@zytor.com> - 2016-01-04 19:50 +0100
Re: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention Andy Lutomirski <luto@amacapital.net> - 2016-01-04 20:10 +0100
Re: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention Linus Torvalds <torvalds@linux-foundation.org> - 2016-01-04 20:30 +0100
RE: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention "Zhuo, Qiuxu" <qiuxu.zhuo@intel.com> - 2016-01-05 08:00 +0100
| From | Andy Lutomirski <luto@amacapital.net> |
|---|---|
| Date | 2016-01-04 19:40 +0100 |
| Subject | Re: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention |
| Message-ID | <qNicX-79x-37@gated-at.bofh.it> |
On Mon, Dec 21, 2015 at 7:10 AM, tip-bot for Andy Lutomirski <tipbot@zytor.com> wrote: > Commit-ID: 30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 > Gitweb: http://git.kernel.org/tip/30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 > Author: Andy Lutomirski <luto@kernel.org> > AuthorDate: Wed, 16 Dec 2015 23:18:48 -0800 > Committer: Thomas Gleixner <tglx@linutronix.de> > CommitDate: Mon, 21 Dec 2015 16:05:01 +0100 > > x86/entry: Restore traditional SYSENTER calling convention This is still missing from Linus' tree AFAICT, and I'm a bit nervous about it landing in 4.4 without ever showing up in a -rc. --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | "H. Peter Anvin" <hpa@zytor.com> |
|---|---|
| Date | 2016-01-04 19:50 +0100 |
| Subject | Re: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention |
| Message-ID | <qNimC-7d3-1@gated-at.bofh.it> |
| In reply to | #1300955 |
On 01/04/2016 10:31 AM, Andy Lutomirski wrote: > On Mon, Dec 21, 2015 at 7:10 AM, tip-bot for Andy Lutomirski > <tipbot@zytor.com> wrote: >> Commit-ID: 30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 >> Gitweb: http://git.kernel.org/tip/30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 >> Author: Andy Lutomirski <luto@kernel.org> >> AuthorDate: Wed, 16 Dec 2015 23:18:48 -0800 >> Committer: Thomas Gleixner <tglx@linutronix.de> >> CommitDate: Mon, 21 Dec 2015 16:05:01 +0100 >> >> x86/entry: Restore traditional SYSENTER calling convention > > This is still missing from Linus' tree AFAICT, and I'm a bit nervous > about it landing in 4.4 without ever showing up in a -rc. > Linus has frequently stated that if it is something that is critical enough for stable, it is critical enough for final. Linus will decide if an additional -rc is needed for that reason. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Andy Lutomirski <luto@amacapital.net> |
|---|---|
| Date | 2016-01-04 20:10 +0100 |
| Message-ID | <qNiFZ-7z5-39@gated-at.bofh.it> |
| In reply to | #1300959 |
On Mon, Jan 4, 2016 at 10:48 AM, H. Peter Anvin <hpa@zytor.com> wrote: > On 01/04/2016 10:31 AM, Andy Lutomirski wrote: >> On Mon, Dec 21, 2015 at 7:10 AM, tip-bot for Andy Lutomirski >> <tipbot@zytor.com> wrote: >>> Commit-ID: 30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 >>> Gitweb: http://git.kernel.org/tip/30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 >>> Author: Andy Lutomirski <luto@kernel.org> >>> AuthorDate: Wed, 16 Dec 2015 23:18:48 -0800 >>> Committer: Thomas Gleixner <tglx@linutronix.de> >>> CommitDate: Mon, 21 Dec 2015 16:05:01 +0100 >>> >>> x86/entry: Restore traditional SYSENTER calling convention >> >> This is still missing from Linus' tree AFAICT, and I'm a bit nervous >> about it landing in 4.4 without ever showing up in a -rc. >> > > Linus has frequently stated that if it is something that is critical > enough for stable, it is critical enough for final. Linus will decide > if an additional -rc is needed for that reason. True. It's also been in -next for a while, although the number of 32-bit -next testers over the holidays might not be that high. --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Date | 2016-01-04 20:30 +0100 |
| Message-ID | <qNiZk-7GT-17@gated-at.bofh.it> |
| In reply to | #1300959 |
On Mon, Jan 4, 2016 at 10:48 AM, H. Peter Anvin <hpa@zytor.com> wrote:
>
> Linus has frequently stated that if it is something that is critical
> enough for stable, it is critical enough for final. Linus will decide
> if an additional -rc is needed for that reason.
So it would have been good to have it in an -rc, but at the same time
I'm not particularly worried about this one.
It's not like it's complicated, and I'm assuming it got tested and
passed all our current test-cases (which are much more complete than
anything we've ever had historically).
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | "Zhuo, Qiuxu" <qiuxu.zhuo@intel.com> |
|---|---|
| Date | 2016-01-05 08:00 +0100 |
| Subject | RE: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention |
| Message-ID | <qNtL4-6GK-1@gated-at.bofh.it> |
| In reply to | #1300992 |
SGkgTGludXMgYW5kIEFuZHksDQoNCiAgV2UgZGlkIHRlc3QgaW4gb3VyIHNpZGUgd2l0aCB2NC40 LXJjOCArIEFuZHkncyB2RFNPIHYyIHBhdGNoZXMgKyBBbmRyb2lkIE0gKGJpb25pYyBsaWJjIHVz aW5nIHN5c2VudGVyKSA9PT4gRGV2aWNlIGNhbiBib290IHVwIHN1Y2Nlc3NmdWxseQ0KDQogIE90 aGVyIHRlc3RzIHdlcmU6DQogIC0gQW5kcm9pZCBMIChiaW9uaWMgbGliYyB1c2luZyBpbnQ4MCkg KyB2NC40LXJjOCA9PT4gRGV2aWNlIGNhbiBib290IHVwIHN1Y2Nlc3NmdWxseQ0KICAtIEFuZHJv aWQgTCAoYmlvbmljIGxpYmMgdXNpbmcgaW50ODApICsgdjQuNC1yYzggKyBBbmR5J3MgdjIgcGF0 Y2hlcyA9PT4gRGV2aWNlIGNhbiBib290IHVwIHN1Y2Nlc3NmdWxseQ0KICAtIEFuZHJvaWQgTSAo YmlvbmljIGxpYmMgdXNpbmcgc3lzZW50ZXIpICsgdjQuNC1yYzggPT0+IERldmljZSBjYW4gTk9U IGJvb3QgdXAgc3VjY2Vzc2Z1bGx5DQogIC0gQW5kcm9pZCBNIChiaW9uaWMgbGliYyB1c2luZyBz eXNlbnRlcikgKyB2NC40LXJjOCArIEFuZHkncyB2MiBwYXRjaGVzID09PiBEZXZpY2UgY2FuIGJv b3QgdXAgc3VjY2Vzc2Z1bGx5DQoNCiAgIFRoYW5rcyENCkJSDQpxaXV4dQ0KDQotLS0tLU9yaWdp bmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogbGludXM5NzFAZ21haWwuY29tIFttYWlsdG86bGludXM5 NzFAZ21haWwuY29tXSBPbiBCZWhhbGYgT2YgTGludXMgVG9ydmFsZHMNClNlbnQ6IFR1ZXNkYXks IEphbnVhcnkgNSwgMjAxNiAzOjI4IEFNDQpUbzogSC4gUGV0ZXIgQW52aW4NCkNjOiBBbmR5IEx1 dG9taXJza2k7IFNoaSwgTWluZ3dlaTsgRnUsIEJvcnVuOyBHcm9zcywgTWFyazsgQW5kcmV3IEx1 dG9taXJza2k7IFN1LCBUYW87IEJvcmlzbGF2IFBldGtvdjsgSW5nbyBNb2xuYXI7IEJyaWFuIEdl cnN0OyBsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnOyBaaHVvLCBRaXV4dTsgVGhvbWFzIEds ZWl4bmVyOyBEZW55cyBWbGFzZW5rbzsgV2FuZywgRnJhbms7IGxpbnV4LXRpcC1jb21taXRzQHZn ZXIua2VybmVsLm9yZw0KU3ViamVjdDogUmU6IFt0aXA6eDg2L3VyZ2VudF0geDg2L2VudHJ5OiBS ZXN0b3JlIHRyYWRpdGlvbmFsIFNZU0VOVEVSIGNhbGxpbmcgY29udmVudGlvbg0KDQpPbiBNb24s IEphbiA0LCAyMDE2IGF0IDEwOjQ4IEFNLCBILiBQZXRlciBBbnZpbiA8aHBhQHp5dG9yLmNvbT4g d3JvdGU6DQo+DQo+IExpbnVzIGhhcyBmcmVxdWVudGx5IHN0YXRlZCB0aGF0IGlmIGl0IGlzIHNv bWV0aGluZyB0aGF0IGlzIGNyaXRpY2FsIA0KPiBlbm91Z2ggZm9yIHN0YWJsZSwgaXQgaXMgY3Jp dGljYWwgZW5vdWdoIGZvciBmaW5hbC4gIExpbnVzIHdpbGwgZGVjaWRlIA0KPiBpZiBhbiBhZGRp dGlvbmFsIC1yYyBpcyBuZWVkZWQgZm9yIHRoYXQgcmVhc29uLg0KDQpTbyBpdCB3b3VsZCBoYXZl IGJlZW4gZ29vZCB0byBoYXZlIGl0IGluIGFuIC1yYywgYnV0IGF0IHRoZSBzYW1lIHRpbWUgSSdt IG5vdCBwYXJ0aWN1bGFybHkgd29ycmllZCBhYm91dCB0aGlzIG9uZS4NCg0KSXQncyBub3QgbGlr ZSBpdCdzIGNvbXBsaWNhdGVkLCBhbmQgSSdtIGFzc3VtaW5nIGl0IGdvdCB0ZXN0ZWQgYW5kIHBh c3NlZCBhbGwgb3VyIGN1cnJlbnQgdGVzdC1jYXNlcyAod2hpY2ggYXJlIG11Y2ggbW9yZSBjb21w bGV0ZSB0aGFuIGFueXRoaW5nIHdlJ3ZlIGV2ZXIgaGFkIGhpc3RvcmljYWxseSkuDQoNCiAgICAg ICAgICAgICAgICAgICAgIExpbnVzDQo= -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web