Commit ed56954
committed
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fixes from Jason Gunthorpe:
"Fix two build warnings on 32 bit platforms
It seems the linux-next CI and 0-day bot are not testing enough 32 bit
configurations, as soon as you merged the rdma pull request there were
two instant reports of warnings on these sytems that I would have
thought should have been covered by time in linux-next
Anyhow, here are the fixes so people don't hit problems with -Werror"
* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
RDMA/siw: Fix pointer cast warning
RDMA/rxe: Fix compile warnings on 32-bit2 files changed
Lines changed: 41 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | | - | |
789 | | - | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
790 | 791 | | |
791 | | - | |
792 | | - | |
793 | 792 | | |
794 | 793 | | |
| 794 | + | |
795 | 795 | | |
796 | | - | |
797 | | - | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | | - | |
806 | | - | |
| 796 | + | |
| 797 | + | |
807 | 798 | | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
| 799 | + | |
812 | 800 | | |
813 | | - | |
814 | | - | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
815 | 805 | | |
816 | | - | |
817 | | - | |
| 806 | + | |
| 807 | + | |
818 | 808 | | |
819 | | - | |
| 809 | + | |
| 810 | + | |
820 | 811 | | |
821 | | - | |
822 | | - | |
823 | | - | |
| 812 | + | |
824 | 813 | | |
825 | | - | |
826 | | - | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
827 | 817 | | |
828 | | - | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
829 | 822 | | |
830 | | - | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
831 | 828 | | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
832 | 838 | | |
833 | 839 | | |
834 | | - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
835 | 843 | | |
836 | 844 | | |
837 | 845 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments