summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <brouer@redhat.com>2018-01-17 00:20:40 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2018-01-17 01:18:10 +0100
commit7110d80d53f472956420cd05a6297f49b558b674 (patch)
tree4b958b2f7eeac22b15985a25b39b3abdcd35ef75 /include/linux/debugobjects.h
parent63c859101ec32cbc8fa5b708c7f17de63b15e56e (diff)
downloadkernel-7110d80d53f472956420cd05a6297f49b558b674.tar.gz
libbpf: Makefile set specified permission mode
The third parameter to do_install was not used by $(INSTALL) command. Fix this by only setting the -m option when the third parameter is supplied. The use of a third parameter was introduced in commit eb54e522a000 ("bpf: install libbpf headers on 'make install'"). Without this change, the header files are install as executables files (755). Fixes: eb54e522a000 ("bpf: install libbpf headers on 'make install'") Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
86eb4b2a7804e1210007f8fcbdb7dd'>ALSA: cs46xx: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai 2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook 2018-05-28sound: Use octal not symbolic permissionsJoe Perches 2017-08-12ALSA: cs46xx: make snd_pcm_hardware constBhumika Goyal 2017-06-09ALSA: cs46xx: Constify hw_constraintsTakashi Iwai 2017-05-25ALSA: cs46xx: Deliver indirect-PCM transfer errorTakashi Iwai 2017-05-21ALSA: cs46xx: constify snd_kcontrol_new structuresBhumika Goyal 2017-01-26ALSA: cs46xx: constify snd_pcm_ops structuresBhumika Goyal 2017-01-12ALSA: pci: Constify snd_rawmidi_opsTakashi Iwai 2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick 2016-09-01ALSA: cs46xx: fix typo "seconadry" -> "secondary"Colin Ian King