[PATCH 0/2] orphaned fixes

Tetsuo Handa posted 2 patches 1 year, 5 months ago
drivers/input/input-mt.c | 3 +++
1 file changed, 3 insertions(+)
[PATCH 0/2] orphaned fixes
Posted by Tetsuo Handa 1 year, 5 months ago
These are orphaned patches which nobody can take (and as a result bugs
remain unfixed for years). These patches have been tested using linux-next
tree via my tomoyo tree since 20240611, and nobody found problems.

I send to you as per THE REST rule in MAINTAINERS file. Do you want me
to send these patches as a git pull request (or not worth creating tags
for pull requests) ?

  [PATCH 1/2] profiling: initialize prof_cpu_mask from profile_online_cpu()

    kernel/ksysfs.c  | 27 ++++++++++++++++++++++-----
    kernel/profile.c |  6 +++---
    2 files changed, 25 insertions(+), 8 deletions(-)

  [PATCH 2/2] Input: MT - limit max slots

    drivers/input/input-mt.c | 3 +++
    1 file changed, 3 insertions(+)
Re: [PATCH 0/2] orphaned fixes
Posted by Tetsuo Handa 1 year, 5 months ago
Which approach do you prefer, Linus?

On 2024/06/25 13:53, Tetsuo Handa wrote:
> These are orphaned patches which nobody can take (and as a result bugs
> remain unfixed for years). These patches have been tested using linux-next
> tree via my tomoyo tree since 20240611, and nobody found problems.
> 
> I send to you as per THE REST rule in MAINTAINERS file. Do you want me
> to send these patches as a git pull request (or not worth creating tags
> for pull requests) ?
> 
>   [PATCH 1/2] profiling: initialize prof_cpu_mask from profile_online_cpu()
> 
>     kernel/ksysfs.c  | 27 ++++++++++++++++++++++-----
>     kernel/profile.c |  6 +++---
>     2 files changed, 25 insertions(+), 8 deletions(-)
> 
>   [PATCH 2/2] Input: MT - limit max slots
> 
>     drivers/input/input-mt.c | 3 +++
>     1 file changed, 3 insertions(+)