summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman2020-05-216-22/+5
* exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman2020-05-213-19/+17
* exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-217-20/+19
* exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-2012-63/+63
* exec: Teach prepare_exec_creds how exec treats uids & gidsEric W. Biederman2020-05-201-0/+3
* Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec")Eric W. Biederman2020-05-181-2/+2
|\
| * exec: Move would_dump into flush_old_execEric W. Biederman2020-05-171-2/+2
* | exec: Trivial cleanups for execEric W. Biederman2020-05-111-22/+24
|\ \
| * | exec: Set the point of no return soonerEric W. Biederman2020-05-111-7/+5
| * | exec: Move handling of the point of no return to the top levelEric W. Biederman2020-05-111-9/+12
| * | exec: Run sync_mm_rss before taking exec_update_mutexEric W. Biederman2020-05-111-1/+2
| * | exec: Fix spelling of search_binary_handler in a commentEric W. Biederman2020-05-091-1/+1
| * | exec: Move the comment from above de_thread to above unshare_sighandEric W. Biederman2020-05-091-6/+6
|/ /
* | exec: Promised cleanups after introducing exec_update_mutexEric W. Biederman2020-05-099-101/+92
|\ \ | |/ |/|
| * exec: Rename flush_old_exec begin_new_execEric W. Biederman2020-05-078-9/+9
| * exec: Move most of setup_new_exec into flush_old_execEric W. Biederman2020-05-071-41/+44
| * exec: In setup_new_exec cache current in the local variable meEric W. Biederman2020-05-071-11/+12
| * exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-078-37/+27
| * exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman2020-05-072-9/+9
| * exec: Make unlocking exec_update_mutex explictEric W. Biederman2020-05-072-5/+4
| * binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman2020-05-074-6/+4
|/
* Linux 5.7-rc3v5.7-rc3Linus Torvalds2020-04-261-1/+1
* Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-04-264-18/+78
|\
| * cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara2020-04-231-0/+5
| * cifs: ensure correct super block for DFS reconnectPaulo Alcantara2020-04-231-17/+65
| * cifs: do not share tcons with DFSPaulo Alcantara2020-04-231-0/+4
| * cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French2020-04-221-1/+2
| * cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-04-211-0/+2
* | Merge tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-04-2629-121/+349
|\ \
| * | USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2020-04-232-17/+17
| * | usb-storage: Add unusual_devs entry for JMicron JMS566Alan Stern2020-04-231-0/+7
| * | USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern2020-04-232-5/+2
| * | USB: hub: Fix handling of connect changes during sleepAlan Stern2020-04-231-0/+14
| * | usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...Naoki Kiryu2020-04-221-1/+4
| * | xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman2020-04-211-5/+11
| * | xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman2020-04-211-0/+9
| * | xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman2020-04-213-10/+39
| * | Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-04-208-37/+62
| |\ \
| | * | usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter2020-04-171-24/+22
| | * | usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov2020-04-171-5/+20
| | * | usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan2020-04-171-2/+2
| | * | usb: dwc3: gadget: Fix request completion checkThinh Nguyen2020-04-171-10/+2
| | * | usb: dwc3: gadget: Do link recovery for SS and SSPThinh Nguyen2020-04-161-6/+2
| | * | dt-bindings: usb: renesas,usb3-peri: add r8a77961 supportYoshihiro Shimoda2020-04-161-0/+1
| | * | dt-bindings: usb: renesas,usbhs: add r8a77961 supportYoshihiro Shimoda2020-04-161-0/+1
| | * | dt-bindings: usb: usb-xhci: add r8a77961 supportYoshihiro Shimoda2020-04-161-1/+2
| | * | docs: dt: qcom,dwc3.txt: fix cross-reference for a converted fileMauro Carvalho Chehab2020-04-161-2/+2
| | * | usb: dwc3: gadget: Properly set maxpacket limitThinh Nguyen2020-04-162-11/+45
| | * | usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro nameThinh Nguyen2020-04-162-4/+4
| | * | usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor2020-04-161-1/+1