On Sat, Aug 10, 2024 at 11:44:13PM +0200, Alice Ryhl wrote:
> On Sat, Aug 10, 2024 at 11:04 PM Peter Zijlstra wrote:
> >
> > On Thu, Aug 08, 2024 at 05:23:41PM +, Alice Ryhl wrote:
> >
> > > +/// Wrapper around `asm!` that uses at&t syntax on x86.
> > > +// Uses a semicolon to avoid parsing am
On Sat, Aug 10, 2024 at 11:04 PM Peter Zijlstra wrote:
>
> On Thu, Aug 08, 2024 at 05:23:41PM +, Alice Ryhl wrote:
>
> > +/// Wrapper around `asm!` that uses at&t syntax on x86.
> > +// Uses a semicolon to avoid parsing ambiguities, even though this does
> > not match native `asm!`
> > +// sy
On Thu, Aug 08, 2024 at 05:23:40PM +, Alice Ryhl wrote:
> To avoid duplication of inline asm between C and Rust, we need to
> import the inline asm from the relevant `jump_label.h` header into Rust.
> To make that easier, this patch updates the header files to expose the
> inline asm via a new
On Thu, Aug 08, 2024 at 05:23:41PM +, Alice Ryhl wrote:
> +/// Wrapper around `asm!` that uses at&t syntax on x86.
> +// Uses a semicolon to avoid parsing ambiguities, even though this does not
> match native `asm!`
> +// syntax.
> +#[cfg(target_arch = "x86_64")]
> +#[macro_export]
> +macro_r
On Mon, Aug 05 2024 at 15:35, Bibo Mao wrote:
> Interrupts can be routed to maximal four virtual CPUs with one external
> hardware interrupt. Add the extioi virt extension support so that
> Interrupts can be routed to 256 vcpus on hypervisor mode.
interrupts 256 vCPUs in hypervisor mode.
>
Hello,
syzbot found the following issue on:
HEAD commit:6a0e38264012 Merge tag 'for-6.11-rc2-tag' of git://git.ker..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=13d4fc9198
kernel config: https://syzkaller.appspot.com/x/.config?x=505ed4a1dd93463a
das
On 08/08, Oleg Nesterov wrote:
>
> On 07/31, Andrii Nakryiko wrote:
> >
> > static DEFINE_RWLOCK(uprobes_treelock);/* serialize rbtree access */
> > +static seqcount_rwlock_t uprobes_seqcount =
> > SEQCNT_RWLOCK_ZERO(uprobes_seqcount, &uprobes_treelock);
>
> Just noticed... Why seqcount_rwloc
On Samstag, 10. August 2024 14:35:00 MESZ Konrad Dybcio wrote:
> On 9.08.2024 10:33 AM, Luca Weiss wrote:
> > Add the necessary sound card bits and some dts additions to enable sound
> > over DisplayPort-over-USB-C, e.g. to a connected TV or monitor.
> >
> > The UCM files can be found here:
> > ht
On 9.08.2024 10:33 AM, Luca Weiss wrote:
> Add the necessary sound card bits and some dts additions to enable sound
> over DisplayPort-over-USB-C, e.g. to a connected TV or monitor.
>
> The UCM files can be found here:
> https://gitlab.com/postmarketOS/pmaports/-/tree/master/device/testing/device-
syzbot has bisected this issue to:
commit 634f1a7110b439c65fd8a809171c1d2d28bcea6f
Author: Bobby Eshleman
Date: Mon Mar 27 19:11:51 2023 +
vsock: support sockmap
bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=13d3c97d98
start commit: eb3ab13d997a net: ti: icssg_pru
10 matches
Mail list logo