lp:~endrenyttnes/ubuntu/+source/linux/+git/linus--linux
- Get this repository:
-
git clone
https://git.qastaging.paddev.net/~endrenyttnes/ubuntu/+source/linux/+git/linus--linux
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2023-04-13 22:33:04 UTC |
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Author:
Linus Torvalds
Merge tag 'net-6.3-rc7' of git://git. Pull networking fixes from Jakub Kicinski: Not all that quiet given spring celebrations, but "current" fixes are Current release - new code bugs: - eth: enetc: workaround for unresponsive pMAC after receiving Previous releases - regressions: - rtnetlink: restore RTM_NEW/DELLINK notification behavior, keep the Previous releases - always broken: - sctp: fix a potential overflow in sctp_ifwdtsn_skip - mptcp: - skbuff: fix memory corruption due to a race between skb coalescing - bonding: fix neighbor solicitation validation on backup slaves - bpf: tcp: use sock_gen_put instead of sock_put in bpf_iter_tcp - bpf: arm64: fixed a BTI error on returning to patched function - openvswitch: fix race on port output leading to inf loop - sfp: initialize sfp->i2c_block_size at sfp allocation to avoid - phy: nxp-c45-tja11xx: unregister PTP, purge queues on remove - Bluetooth: fix printing errors if LE Connection times out - Bluetooth: assorted UaF, deadlock and data race fixes - eth: macb: fix memory corruption in extended buffer descriptor mode Misc: - adjust the XDP Rx flow hash API to also include the protocol layers * tag 'net-6.3-rc7' of git://git. |
mmu_gather-race-fix | 2022-11-02 23:10:30 UTC |
mm: delay rmap removal until after TLB flush
Author:
Linus Torvalds
mm: delay rmap removal until after TLB flush When we remove a page table entry, we are very careful to only free the However, we have removed the rmap entry for that page early, which means And that is a problem, because while the TLB entry exists, we could end (a) one CPU could come in and clean it, never seeing our mapping of (b) another CPU could continue to use the stale and dirty TLB entry resulting in a page that has been dirtied, but then marked clean again, End result: possibly lost dirty data. This commit uses the same old TLB gather array that we use to delay the It might be worth noting that this means that the page_zap_pte_rmap() is NOTE! While the "possibly lost dirty data" sounds catastrophic, for this So arguably this is about user space doing crazy things, but from a VM Reported-by: Nadav Amit <nadav. |
tty-splice | 2021-01-21 18:34:33 UTC |
tty: fix up iterate_tty_read() EOVERFLOW handling
Author:
Linus Torvalds
tty: fix up iterate_tty_read() EOVERFLOW handling When I converted the tty_ldisc_ops 'read()' function to take a kernel Yes, we want to have EOVERFLOW override any partially read data (because And in fact, it really is just EOVERFLOW that is special and should So this is more of a technicality, but let's just make the intent very Reported-by: Jiri Slaby <jirislaby@ |
linus | 2018-09-17 05:24:28 UTC |
Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Author:
Greg Kroah-Hartman
Merge tag 'linux- Pulled kselftest fixes from Shuah: -- fixes to build failures |
tlb-fixes | 2018-08-23 18:56:31 UTC |
x86/mm: Only use tlb_remove_table() for paravirt
Author:
Peter Zijlstra
x86/mm: Only use tlb_remove_table() for paravirt If we don't use paravirt; don't play unnecessary and complicated games Suggested-by: Linus Torvalds <torvalds@ |
proc-cmdline | 2018-05-17 22:35:02 UTC |
fs/proc: simplify and clarify get_mm_cmdline() function
Author:
Linus Torvalds
fs/proc: simplify and clarify get_mm_cmdline() function We have some very odd semantics for reading the command line through But our weird semantics doesn't mean that we should write weird and So re-write get_mm_cmdline() to be much simpler, and much more explicit It's quite possible that we should stop the crazy "walk into NOTE! We tried to really simplify and limit our odd cmdline parsing some Cc: Tejun Heo <tj@kernel.org> |
WIP-syscall | 2018-02-27 21:25:49 UTC |
Broken, but working, ptregs system call conversion for x86-64
Author:
Linus Torvalds
Broken, but working, ptregs system call conversion for x86-64 Not-yet- |
next | 2014-06-06 23:35:10 UTC |
Merge branch 'akpm' (patches from Andrew Morton) into next
Author:
Linus Torvalds
Merge branch 'akpm' (patches from Andrew Morton) into next Merge more updates from Andrew Morton: - Most of the rest of MM. This includes "mark remap_file_pages syscall as deprecated" but the - various minor cleanups to obscure filesystems - the drivers/rtc queue - hfsplus updates - ufs, hpfs, fatfs, affs, reiserfs - Documentation/ - signals - procfs - cpu hotplug - lib/idr.c - rapidio - sysctl - ipc updates * emailed patches from Andrew Morton <akpm@linux- |
1 → 8 of 8 results | First • Previous • Next • Last |