On 3/30/22 09:37, Greg KH wrote:
include/linux/stddef.h | 48 +++++++++++++++++++++++++++++++++++++ include/uapi/linux/stddef.h | 24 +++++++++++++++++++ 2 files changed, 72 insertions(+)
Any specific reason this backport dropped a whole file from the original commit?
You can't send me modified patches without mentioning it, otherwise I assume you are doing something wrong:(
I dropped the updates to scripts/kernel-doc. I didn't think it was relevant for stable. Here are the original stats compared to the backport stats:
orig: include/linux/stddef.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/stddef.h | 21 +++++++++++++++++++++ scripts/kernel-doc | 7 +++++++ 3 files changed, 76 insertions(+)
5.10 backport: include/linux/stddef.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/stddef.h | 24 ++++++++++++++++++++++++ 2 files changed, 72 insertions(+)
Do you want me to generate a new version with all three files?