Commit 9a881ea
committed
Merge tag 'slab-for-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Pull slab fixes from Vlastimil Babka:
- Fix for slab->stride truncation on 64k page systems due to short
type. It was not due to races and lack of barriers in the end. (Harry
Yoo)
- Fix for severe performance regression due to unnecessary sheaf refill
restrictions exposed by mempool allocation strategy. (Vlastimil
Babka)
- Stable fix for potential silent percpu sheaf flushing failures on
PREEMPT_RT. (Vlastimil Babka)
* tag 'slab-for-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
mm/slab: change stride type from unsigned short to unsigned int
mm/slab: allow sheaf refill if blocking is not allowed
slab: distinguish lock and trylock for sheaf_flush_main()2 files changed
Lines changed: 52 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2858 | 2858 | | |
2859 | 2859 | | |
2860 | 2860 | | |
2861 | | - | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
2862 | 2865 | | |
2863 | | - | |
| 2866 | + | |
2864 | 2867 | | |
2865 | 2868 | | |
2866 | 2869 | | |
2867 | 2870 | | |
2868 | 2871 | | |
2869 | | - | |
2870 | 2872 | | |
2871 | | - | |
2872 | | - | |
2873 | | - | |
| 2873 | + | |
2874 | 2874 | | |
2875 | 2875 | | |
2876 | 2876 | | |
| |||
2888 | 2888 | | |
2889 | 2889 | | |
2890 | 2890 | | |
2891 | | - | |
| 2891 | + | |
| 2892 | + | |
2892 | 2893 | | |
2893 | | - | |
2894 | | - | |
| 2894 | + | |
| 2895 | + | |
| 2896 | + | |
| 2897 | + | |
| 2898 | + | |
| 2899 | + | |
| 2900 | + | |
| 2901 | + | |
| 2902 | + | |
| 2903 | + | |
| 2904 | + | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
| 2916 | + | |
| 2917 | + | |
| 2918 | + | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
2895 | 2922 | | |
2896 | 2923 | | |
2897 | 2924 | | |
| |||
4540 | 4567 | | |
4541 | 4568 | | |
4542 | 4569 | | |
4543 | | - | |
| 4570 | + | |
4544 | 4571 | | |
4545 | 4572 | | |
4546 | 4573 | | |
| |||
4561 | 4588 | | |
4562 | 4589 | | |
4563 | 4590 | | |
4564 | | - | |
4565 | | - | |
| 4591 | + | |
| 4592 | + | |
| 4593 | + | |
4566 | 4594 | | |
4567 | 4595 | | |
4568 | 4596 | | |
| |||
4572 | 4600 | | |
4573 | 4601 | | |
4574 | 4602 | | |
4575 | | - | |
4576 | | - | |
4577 | | - | |
| 4603 | + | |
4578 | 4604 | | |
4579 | 4605 | | |
4580 | 4606 | | |
| |||
4584 | 4610 | | |
4585 | 4611 | | |
4586 | 4612 | | |
| 4613 | + | |
4587 | 4614 | | |
4588 | | - | |
| 4615 | + | |
4589 | 4616 | | |
4590 | 4617 | | |
4591 | 4618 | | |
| |||
4605 | 4632 | | |
4606 | 4633 | | |
4607 | 4634 | | |
4608 | | - | |
4609 | | - | |
4610 | | - | |
4611 | | - | |
4612 | | - | |
| 4635 | + | |
| 4636 | + | |
4613 | 4637 | | |
4614 | 4638 | | |
4615 | 4639 | | |
| |||
4640 | 4664 | | |
4641 | 4665 | | |
4642 | 4666 | | |
| 4667 | + | |
4643 | 4668 | | |
4644 | 4669 | | |
4645 | 4670 | | |
| |||
5704 | 5729 | | |
5705 | 5730 | | |
5706 | 5731 | | |
5707 | | - | |
| 5732 | + | |
5708 | 5733 | | |
5709 | 5734 | | |
5710 | 5735 | | |
| |||
0 commit comments