Message ID | 20210330205750.428816-1-keescook@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | Optionally randomize kernel stack offset each syscall | expand |
Both Android and Chrome OS really want this feature; For Container-Optimized OS, we have customers interested in the defense too. Thank you very much. Change-Id: I1eb1b726007aa8f9c374b934cc1c690fb4924aa3
On Thu, Apr 01, 2021 at 12:17:44PM -0700, Roy Yang wrote: > Both Android and Chrome OS really want this feature; For Container-Optimized OS, we have customers > interested in the defense too. > > Thank you very much. > > Change-Id: I1eb1b726007aa8f9c374b934cc1c690fb4924aa3 You forgot to tell what patch you are refering to. Your Change-Id (whatever the hell that is) doesn't help at all. Don't assume that keys in your internal database make sense for the rest of the world, especially when they appear to contain a hash of something...
On Thu, Apr 01, 2021 at 07:48:30PM +0000, Al Viro wrote: > On Thu, Apr 01, 2021 at 12:17:44PM -0700, Roy Yang wrote: > > Both Android and Chrome OS really want this feature; For Container-Optimized OS, we have customers > > interested in the defense too. > > > > Thank you very much. > > > > Change-Id: I1eb1b726007aa8f9c374b934cc1c690fb4924aa3 > > You forgot to tell what patch you are refering to. Your > Change-Id (whatever the hell that is) doesn't help at all. Don't > assume that keys in your internal database make sense for the > rest of the world, especially when they appear to contain a hash > of something... The Change-Id fails to have any direct search hits at lore.kernel.org. However, it turn up Roy's original patch, and clicking on the message-Id in the "In-Reply-Field", it apperas Roy was replying to this message: https://lore.kernel.org/lkml/20210330205750.428816-1-keescook@chromium.org/ which is the head of this patch series: Subject: [PATCH v8 0/6] Optionally randomize kernel stack offset each syscall That being said, it would have been better if the original subject line had been preserved, and it's yet another example of how the lore.kernel.org URL is infinitely better than the Change-Id. :-) - Ted
On Thu, Apr 01, 2021 at 12:17:44PM -0700, Roy Yang wrote: > Both Android and Chrome OS really want this feature; For Container-Optimized OS, we have customers > interested in the defense too. It's pretty close! There are a couple recent comments that need to be addressed, but hopefully it can land if x86 and arm64 maintainers are happy v10. > Change-Id: I1eb1b726007aa8f9c374b934cc1c690fb4924aa3 > -- > 2.31.0.208.g409f899ff0-goog And to let other folks know, I'm guessing this email got sent with git send-email to try to get a valid In-Reply-To header, but I guess git trashed the Subject and ran hooks to generate a Change-Id UUID. I assume it's from following the "Reply instructions" at the bottom of: https://lore.kernel.org/lkml/20210330205750.428816-1-keescook@chromium.org/ (It seems those need clarification about Subject handling.)