aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/board-cpuat91.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-06-11 16:09:14 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-11 16:09:14 -0700
commit4251c2a67011801caecd63671f26dd8c9aedb24c (patch)
tree06f659cb3f9e91fb2b8fc92791b5e021754e025e /arch/arm/mach-at91/board-cpuat91.c
parentMerge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... (diff)
parentmodule: set nx before marking module MODULE_STATE_COMING. (diff)
downloadlinux-4251c2a67011801caecd63671f26dd8c9aedb24c.tar.gz
linux-4251c2a67011801caecd63671f26dd8c9aedb24c.zip
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Pull module updates from Rusty Russell: "Most of this is cleaning up various driver sysfs permissions so we can re-add the perm check (we unified the module param and sysfs checks, but the module ones were stronger so we weakened them temporarily). Param parsing gets documented, and also "--" now forces args to be handed to init (and ignored by the kernel). Module NX/RO protections get tightened: we now set them before calling parse_args()" * tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: module: set nx before marking module MODULE_STATE_COMING. samples/kobject/: avoid world-writable sysfs files. drivers/hid/hid-picolcd_fb: avoid world-writable sysfs files. drivers/staging/speakup/: avoid world-writable sysfs files. drivers/regulator/virtual: avoid world-writable sysfs files. drivers/scsi/pm8001/pm8001_ctl.c: avoid world-writable sysfs files. drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files. drivers/video/fbdev/sm501fb.c: avoid world-writable sysfs files. drivers/mtd/devices/docg3.c: avoid world-writable sysfs files. speakup: fix incorrect perms on speakup_acntsa.c cpumask.h: silence warning with -Wsign-compare Documentation: Update kernel-parameters.tx param: hand arguments after -- straight to init modpost: Fix resource leak in read_dump()
Diffstat (limited to 'arch/arm/mach-at91/board-cpuat91.c')
0 files changed, 0 insertions, 0 deletions
td> 2019-08-05doc: typo: s/can not/cannot/ and s/is does/does/Mark Rushakoff6-7/+7 2019-08-02Git 2.23-rc1v2.23.0-rc1Junio C Hamano2-1/+2 2019-08-02log: really flip the --mailmap defaultJunio C Hamano3-6/+36 2019-08-01RelNotes/2.23.0: fix a few typos and other minor issuesMartin Ågren1-7/+7 2019-08-01RelNotes/2.21.1: typofixMartin Ågren1-1/+1 2019-08-01log: flip the --mailmap default unconditionallyJunio C Hamano3-22/+4 2019-07-31config: work around bug with includeif:onbranch and early configJohannes Schindelin2-1/+7 2019-07-31A few more last-minute fixesJunio C Hamano1-63/+2 2019-07-31repack: simplify handling of auto-bitmaps and .keep filesJeff King2-16/+4 2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King3-11/+36 2019-07-31t7700: clean up .keep file in bitmap-writing testJeff King1-0/+1 2019-07-31t: sort output of hashmap iterationJeff King2-33/+55 2019-07-30test-dir-iterator: do not assume errno valuesJunio C Hamano2-3/+12 2019-07-29git: avoid calling aliased builtins via their dashed formJohannes Schindelin1-3/+0 2019-07-29bin-wrappers: append `.exe` to target paths if necessaryJohannes Schindelin1-1/+1 2019-07-29.gitignore: ignore Visual Studio's temporary/generated filesJohannes Schindelin1-0/+3 2019-07-29.gitignore: touch up the entries regarding Visual StudioPhilip Oakley1-2/+3 2019-07-29vcxproj: also link-or-copy builtinsJohannes Schindelin2-0/+18 2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin3-1/+86