summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-03net: fujitsu: fix potential null-ptr-derefAnirudh Rayabharam1-0/+5
2021-06-03serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan1-2/+4
2021-06-03platform/x86: hp_accel: Avoid invoking _INI to speed up resumeKai-Heng Feng2-1/+22
2021-06-03perf jevents: Fix getting maximum number of fdsFelix Fietkau1-1/+1
2021-06-03i2c: i801: Don't generate an interrupt on bus resetJean Delvare1-4/+2
2021-06-03i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski1-0/+3
2021-06-03net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter1-2/+3
2021-06-03net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang1-8/+0
2021-06-03tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-06-03net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2-7/+104
2021-06-03drm/meson: fix shutdown crash when component not probedNeil Armstrong1-4/+5
2021-06-03NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu1-1/+1
2021-06-03NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust1-7/+5
2021-06-03NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter1-1/+1
2021-06-03Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo1-0/+5
2021-06-03spi: mt7621: Don't leak SPI master in probe error pathLukas Wunner1-2/+2
2021-06-03spi: mt7621: Disable clock in probe error pathLukas Wunner1-1/+5
2021-06-03spi: gpio: Don't leak SPI master in probe error pathLukas Wunner1-6/+2
2021-06-03bpf: No need to simulate speculative domain for immediatesDaniel Borkmann1-1/+5
2021-06-03bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann1-10/+12
2021-06-03bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann1-7/+11
2021-06-03bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2-12/+20
2021-06-03bpf: Update selftests to reflect new error statesDaniel Borkmann1-23/+12
2021-06-03bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann1-26/+44
2021-06-03bpf: Move sanitize_val_alu out of op switchDaniel Borkmann1-5/+10
2021-06-03bpf: Refactor and streamline bounds check into helperDaniel Borkmann1-17/+37
2021-06-03bpf: Improve verifier error messages for usersDaniel Borkmann1-22/+62
2021-06-03bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann1-8/+13
2021-06-03bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann1-9/+9
2021-06-03bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann1-4/+5
2021-06-03bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann1-1/+1
2021-06-03bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend1-4/+4
2021-06-03bpf: extend is_branch_taken to registersAlexei Starovoitov1-14/+18
2021-06-03selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"Ovidiu Panait1-2/+2
2021-06-03selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov1-10/+38
2021-06-03bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk1-9/+33
2021-06-03bpf: fix up selftests after backports were fixedOvidiu Panait1-0/+19
2021-06-03net: usb: fix memory leak in smsc75xx_bindPavel Skripkin1-2/+6
2021-06-03usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()Yoshihiro Shimoda1-2/+3
2021-06-03usb: dwc3: gadget: Properly track pending and queued SGThinh Nguyen1-6/+7
2021-06-03USB: serial: pl2303: add device id for ADLINK ND-6530 GCZolton Jheng2-0/+2
2021-06-03USB: serial: ftdi_sio: add IDs for IDS GmbH ProductsDominik Andreas Schorpp2-0/+10
2021-06-03USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011Daniele Palmas1-0/+4
2021-06-03USB: serial: ti_usb_3410_5052: add startech.com device idSean MacLennan1-0/+3
2021-06-03serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'Zheyu Ma1-35/+17
2021-06-03serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven1-2/+2
2021-06-03USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern1-3/+8
2021-06-03USB: trancevibrator: fix control-request directionJohan Hovold1-2/+2
2021-06-03iio: adc: ad7793: Add missing error code in ad7793_setup()YueHaibing1-0/+1